Re: Commit/callbacks doesn't happen on core close

2017-02-07 Thread saiks
Thanks for the reply. The issue is, when the core is unloaded, post commit listeners on the core are not getting called. If you see here, the code that calls post commit listeners is commented out. https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/update/DirectU

Re: Commit/callbacks doesn't happen on core close

2017-01-30 Thread alessandro.benedetti
Hi Saiks, I am not following you. According to the Solr documentation : "transient=["true"|"false"]. Whether the core should be put in the LRU list of cores that may be unloaded. NOTE: When a core is unloaded, any outstanding operations (indexing or query) will be completed before the core is close

Re: Commit/callbacks doesn't happen on core close

2017-01-29 Thread saiks
Hi All, We are a big public company and we are evaluating Solr to store hundreds of tera bytes of data. Post commit listeners getting called on core close is a must for us. It would be great if anyone can help us fix the issue or suggest a workaround :) Thank you -- View this message in conte