I am using Solr cloud 4.10.0 and I have been seeing this for a while now.
Does anyone has similar experience or clue what's happening ?

auto commit error...:org.apache.solr.common.SolrException: Error opening new
searcher
        at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1565)
        at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1677)
        at
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:607)
        at org.apache.solr.update.CommitTracker.run(CommitTracker.java:216)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
        at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.IllegalArgumentException: maxValue must be non-negative
(got: -3)
        at
org.apache.lucene.util.packed.PackedInts.bitsRequired(PackedInts.java:1141)
        at 
org.apache.lucene.codecs.lucene41.ForUtil.bitsRequired(ForUtil.java:253)
        at 
org.apache.lucene.codecs.lucene41.ForUtil.writeBlock(ForUtil.java:174)
        at
org.apache.lucene.codecs.lucene41.Lucene41PostingsWriter.addPosition(Lucene41PostingsWriter.java:377)
        at
org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:486)
        at
org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:80)
        at
org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:114)
        at
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:441)
        at
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
        at
org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
        at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:414)
        at
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:292)
        at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:277)
        at
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:251)
        at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1476)
        ... 11 more



--
View this message in context: 
http://lucene.472066.n3.nabble.com/ERROR-CommitTracker-auto-commit-error-org-apache-solr-common-SolrException-Error-opening-new-searcher-tp4163727.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to