Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/152/
3 tests failed.
FAILED:
org.apache.lucene.index.TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom
Error Message:
Captured an uncaught exception in thread: Thread[id=6286, name=Thread-5402,
state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=6286, name=Thread-5402, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
at java.util.HashMap.resize(HashMap.java:703)
at java.util.HashMap.putVal(HashMap.java:662)
at java.util.HashMap.put(HashMap.java:611)
at java.util.HashSet.add(HashSet.java:219)
at
org.apache.lucene.index.IndexWriter$ReaderPool.noDups(IndexWriter.java:705)
at
org.apache.lucene.index.IndexWriter$ReaderPool.get(IndexWriter.java:694)
at
org.apache.lucene.index.IndexWriter.numDeletedDocs(IndexWriter.java:720)
at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4530)
at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4520)
at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4507)
at
org.apache.lucene.index.ConcurrentMergeScheduler.merge(ConcurrentMergeScheduler.java:481)
at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2052)
at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:480)
at
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:291)
at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:266)
at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:256)
at
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$CheckSegmentCount.run(TestIndexWriterThreadsToSegments.java:130)
at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
FAILED:
junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterThreadsToSegments
Error Message:
The test or suite printed 18948 bytes to stdout and stderr, even though the
limit was set to 8192 bytes. Increase the limit with @Limit, ignore it
completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
Stack Trace:
java.lang.AssertionError: The test or suite printed 18948 bytes to stdout and
stderr, even though the limit was set to 8192 bytes. Increase the limit with
@Limit, ignore it completely with @SuppressSysoutChecks or run with
-Dtests.verbose=true
at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
at
org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:211)
at
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test
Error Message:
Timeout occured while waiting response from server at:
https://127.0.0.1:47098/vz/do
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: https://127.0.0.1:47098/vz/do
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:603)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:399)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:476)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
at sun.security.ssl.InputRecord.read(InputRecord.java:503)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497)
... 47 more
Build Log:
[...truncated 1564 lines...]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterThreadsToSegments
[junit4] 2> VIII 26, 2016 5:09:58 PM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[Thread-5402,5,TGRP-TestIndexWriterThreadsToSegments]
[junit4] 2> java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] 2> at java.util.HashMap.resize(HashMap.java:703)
[junit4] 2> at java.util.HashMap.putVal(HashMap.java:662)
[junit4] 2> at java.util.HashMap.put(HashMap.java:611)
[junit4] 2> at java.util.HashSet.add(HashSet.java:219)
[junit4] 2> at
org.apache.lucene.index.IndexWriter$ReaderPool.noDups(IndexWriter.java:705)
[junit4] 2> at
org.apache.lucene.index.IndexWriter$ReaderPool.get(IndexWriter.java:694)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.numDeletedDocs(IndexWriter.java:720)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4530)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4520)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4507)
[junit4] 2> at
org.apache.lucene.index.ConcurrentMergeScheduler.merge(ConcurrentMergeScheduler.java:481)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2052)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:480)
[junit4] 2> at
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:291)
[junit4] 2> at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:266)
[junit4] 2> at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:256)
[junit4] 2> at
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$CheckSegmentCount.run(TestIndexWriterThreadsToSegments.java:130)
[junit4] 2> at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
[junit4] 2> at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
[junit4] 2>
[junit4] 2> VIII 26, 2016 5:09:58 PM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[Thread-5407,5,TGRP-TestIndexWriterThreadsToSegments]
[junit4] 2> java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] 2> Caused by: java.util.concurrent.BrokenBarrierException
[junit4] 2> at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] 2> at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
[junit4] 2>
[junit4] 2> VIII 26, 2016 5:09:58 PM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[Thread-5405,5,TGRP-TestIndexWriterThreadsToSegments]
[junit4] 2> java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] 2> Caused by: java.util.concurrent.BrokenBarrierException
[junit4] 2> at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] 2> at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
[junit4] 2>
[junit4] 2> VIII 26, 2016 5:09:58 PM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[Thread-5398,5,TGRP-TestIndexWriterThreadsToSegments]
[junit4] 2> java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] 2> Caused by: java.util.concurrent.BrokenBarrierException
[junit4] 2> at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] 2> at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
[junit4] 2>
[junit4] 2> VIII 26, 2016 5:09:58 PM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[Thread-5400,5,TGRP-TestIndexWriterThreadsToSegments]
[junit4] 2> java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] 2> Caused by: java.util.concurrent.BrokenBarrierException
[junit4] 2> at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] 2> at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
[junit4] 2>
[junit4] 2> VIII 26, 2016 5:09:58 PM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[Thread-5401,5,TGRP-TestIndexWriterThreadsToSegments]
[junit4] 2> java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] 2> Caused by: java.util.concurrent.BrokenBarrierException
[junit4] 2> at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] 2> at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
[junit4] 2>
[junit4] 2> VIII 26, 2016 5:09:58 PM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[Thread-5404,5,TGRP-TestIndexWriterThreadsToSegments]
[junit4] 2> java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] 2> Caused by: java.util.concurrent.BrokenBarrierException
[junit4] 2> at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] 2> at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
[junit4] 2>
[junit4] 2> VIII 26, 2016 5:09:58 PM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[Thread-5406,5,TGRP-TestIndexWriterThreadsToSegments]
[junit4] 2> java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] 2> Caused by: java.util.concurrent.BrokenBarrierException
[junit4] 2> at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] 2> at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
[junit4] 2>
[junit4] 2> VIII 26, 2016 5:09:58 PM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[Thread-5399,5,TGRP-TestIndexWriterThreadsToSegments]
[junit4] 2> java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] 2> Caused by: java.util.concurrent.BrokenBarrierException
[junit4] 2> at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] 2> at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
[junit4] 2>
[junit4] 2> VIII 26, 2016 5:09:58 PM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[Thread-5403,5,TGRP-TestIndexWriterThreadsToSegments]
[junit4] 2> java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] 2> Caused by: java.util.concurrent.BrokenBarrierException
[junit4] 2> at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] 2> at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
[junit4] 2>
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestIndexWriterThreadsToSegments
-Dtests.method=testSegmentCountOnFlushRandom -Dtests.seed=4D518306A172A8C3
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt
-Dtests.locale=bg -Dtests.timezone=America/Havana -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 811s J2 |
TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=6286, name=Thread-5402, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
[junit4] > Caused by: java.lang.OutOfMemoryError: GC overhead limit
exceeded
[junit4] > at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] > at java.util.HashMap.resize(HashMap.java:703)
[junit4] > at java.util.HashMap.putVal(HashMap.java:662)
[junit4] > at java.util.HashMap.put(HashMap.java:611)
[junit4] > at java.util.HashSet.add(HashSet.java:219)
[junit4] > at
org.apache.lucene.index.IndexWriter$ReaderPool.noDups(IndexWriter.java:705)
[junit4] > at
org.apache.lucene.index.IndexWriter$ReaderPool.get(IndexWriter.java:694)
[junit4] > at
org.apache.lucene.index.IndexWriter.numDeletedDocs(IndexWriter.java:720)
[junit4] > at
org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4530)
[junit4] > at
org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4520)
[junit4] > at
org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4507)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler.merge(ConcurrentMergeScheduler.java:481)
[junit4] > at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2052)
[junit4] > at
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:480)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:291)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:266)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:256)
[junit4] > at
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$CheckSegmentCount.run(TestIndexWriterThreadsToSegments.java:130)
[junit4] > at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
[junit4] > at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable
#2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=6291, name=Thread-5407, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
[junit4] > Caused by: java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] > at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] > Caused by: java.util.concurrent.BrokenBarrierException
[junit4] > at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] > at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable
#3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=6282, name=Thread-5398, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
[junit4] > Caused by: java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] > at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] > Caused by: java.util.concurrent.BrokenBarrierException
[junit4] > at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] > at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable
#4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=6289, name=Thread-5405, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
[junit4] > Caused by: java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] > at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] > Caused by: java.util.concurrent.BrokenBarrierException
[junit4] > at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] > at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable
#5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=6284, name=Thread-5400, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
[junit4] > Caused by: java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] > at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] > Caused by: java.util.concurrent.BrokenBarrierException
[junit4] > at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] > at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable
#6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=6285, name=Thread-5401, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
[junit4] > Caused by: java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] > at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] > Caused by: java.util.concurrent.BrokenBarrierException
[junit4] > at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] > at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable
#7: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=6288, name=Thread-5404, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
[junit4] > Caused by: java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] > at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] > Caused by: java.util.concurrent.BrokenBarrierException
[junit4] > at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] > at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable
#8: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=6290, name=Thread-5406, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
[junit4] > Caused by: java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] > at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] > Caused by: java.util.concurrent.BrokenBarrierException
[junit4] > at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] > at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable
#9: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=6283, name=Thread-5399, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
[junit4] > Caused by: java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] > at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] > Caused by: java.util.concurrent.BrokenBarrierException
[junit4] > at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] > at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable
#10: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=6287, name=Thread-5403, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
[junit4] > Caused by: java.lang.RuntimeException:
java.util.concurrent.BrokenBarrierException
[junit4] > at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
[junit4] > Caused by: java.util.concurrent.BrokenBarrierException
[junit4] > at
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
[junit4] > at
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
[junit4] > at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{field=PostingsFormat(name=Memory doPackFST= false)}, docValues:{},
maxPointsInLeafNode=406, maxMBSortInHeap=6.318708467130095,
sim=RandomSimilarity(queryNorm=true,coord=crazy): {field=DFR I(ne)B3(800.0)},
locale=bg, timezone=America/Havana
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=1,free=298445376,total=392167424
[junit4] 2> NOTE: All tests run in this JVM: [TestDocIdSetBuilder,
TestMergePolicyWrapper, TestConcurrentMergeScheduler, TestBufferedIndexInput,
TestLRUQueryCache, TestConjunctions, TestParallelReaderEmptyIndex,
TestCodecHoldsOpenFiles, Test2BPostings, TestSynonymQuery, TestLogMergePolicy,
TestIntroSelector, TestFilterDirectory, TestMultiTermsEnum, TestUnicodeUtil,
TestRecyclingByteBlockAllocator, TestSimpleFSLockFactory, TestTerm,
TestNRTThreads, TestSpanFirstQuery, TestIOUtils, TestSubScorerFreqs,
TestBagOfPostings, TestDemo, TestMaxTermFrequency, TestBoostQuery,
TestDocumentsWriterStallControl, TestDocValuesRewriteMethod, TestSpanTermQuery,
TestIndexWriterDeleteByQuery, TestIndexWriterMerging, TestIndexFileDeleter,
TestNRTCachingDirectory, TestNorms, TestBooleanOr, TestDirectoryReader,
TestField, TestMultiValuedNumericRangeQuery, TestCompiledAutomaton,
TestBlendedTermQuery, TestToken, TestCharFilter, TestIndexWriterOnDiskFull,
TestLucene53NormsFormat, TestCollectionUtil, TestIndexWriterNRTIsCurrent,
Test4GBStoredFields, TestSumDocFreq, TestSegmentTermEnum,
TestUpgradeIndexMergePolicy, TestCustomSearcherSort, TestIndexWriterForceMerge,
TestSimilarity, TestBooleanMinShouldMatch, TestUniqueTermCount,
TestTransactionRollback, TestMergedIterator, TestPriorityQueue,
TestSimpleExplanationsOfNonMatches, TestTieredMergePolicy,
TestBlockPostingsFormat, TestOmitPositions, TestSpanNearQuery, TestWildcard,
TestNativeFSLockFactory, TestIntsRef, TestPhrasePrefixQuery,
TestAllFilesCheckIndexHeader, TestExceedMaxTermLength,
TestBinaryDocValuesUpdates, TestGeoUtils, TestRoaringDocIdSet,
TestTimeLimitingCollector, TestIndexWriterFromReader, TestIndexWriterMaxDocs,
TestIndexWriterOutOfFileDescriptors, TestIndexWriterThreadsToSegments]
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestIndexWriterThreadsToSegments -Dtests.seed=4D518306A172A8C3
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt
-Dtests.locale=bg -Dtests.timezone=America/Havana -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J2 | TestIndexWriterThreadsToSegments (suite) <<<
[junit4] > Throwable #1: java.lang.AssertionError: The test or suite
printed 18948 bytes to stdout and stderr, even though the limit was set to 8192
bytes. Increase the limit with @Limit, ignore it completely with
@SuppressSysoutChecks or run with -Dtests.verbose=true
[junit4] > at
__randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] Completed [392/438 (1!)] on J2 in 814.64s, 4 tests, 1 failure, 1
error <<< FAILURES!
[...truncated 175 lines...]
[junit4] JVM J2: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/temp/junit4-J2-20160826_200535_068.sysout
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] Dumping heap to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/heapdumps/java_pid12851.hprof
...
[junit4] Heap dump file created [538440805 bytes in 1.291 secs]
[junit4] <<< JVM J2: EOF ----
[...truncated 10522 lines...]
[junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/init-core-data-001
[junit4] 2> 3457641 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[B03E328F88C8BA7C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 3457642 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[B03E328F88C8BA7C]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /vz/do
[junit4] 2> 3457646 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3457663 INFO (Thread-13876) [ ] o.a.s.c.ZkTestServer
client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3457663 INFO (Thread-13876) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 3457755 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.ZkTestServer start zk server on port:49065
[junit4] 2> 3457755 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3457791 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3457806 INFO (zkCallback-28649-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@ceb61fc name:ZooKeeperConnection
Watcher:127.0.0.1:49065 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 3457806 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3457806 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3457806 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 3457808 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3457827 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3457839 INFO (zkCallback-28650-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@205b2717
name:ZooKeeperConnection Watcher:127.0.0.1:49065/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3457839 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3457839 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3457839 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
[junit4] 2> 3457841 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
[junit4] 2> 3457842 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
[junit4] 2> 3457842 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
[junit4] 2> 3457843 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 3457844 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 3457845 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 3457845 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
[junit4] 2> 3457847 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 3457847 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 3457848 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 3457848 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
[junit4] 2> 3457849 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 3457849 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
[junit4] 2> 3457850 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 3457850 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
[junit4] 2> 3457851 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 3457851 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
[junit4] 2> 3458099 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 3458099 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
[junit4] 2> 3458101 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 3458101 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 3458102 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 3458102 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
[junit4] 2> 3458103 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 3458103 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
[junit4] 2> 3458105 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3458109 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3458109 INFO (zkCallback-28652-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3f3f2f45
name:ZooKeeperConnection Watcher:127.0.0.1:49065/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3458109 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3458110 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3458207 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1
[junit4] 2> 3458219 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 3458379 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2894c086{/vz/do,null,AVAILABLE}
[junit4] 2> 3458382 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.e.j.s.ServerConnector Started ServerConnector@15249aca{SSL,[ssl,
http/1.1]}{127.0.0.1:40777}
[junit4] 2> 3458383 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.e.j.s.Server Started @3463536ms
[junit4] 2> 3458383 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/tempDir-001/control/data,
hostContext=/vz/do, hostPort=40777,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores}
[junit4] 2> 3458383 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 3458383 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001'
[junit4] 2> 3458383 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 3458383 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 3458383 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3458403 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3458423 INFO (zkCallback-28653-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@48259fca
name:ZooKeeperConnection Watcher:127.0.0.1:49065/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3458423 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3458423 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3458425 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 3458425 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/solr.xml
[junit4] 2> 3458429 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores
[junit4] 2> 3458429 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1120201197
[junit4] 2> 3458430 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001]
[junit4] 2> 3458430 WARN
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/lib
[junit4] 2> 3458430 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries :
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
[junit4] 2> 3458438 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 3458457 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 3458457 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 3458457 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49065/solr
[junit4] 2> 3458457 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 3458457 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3458467 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3458475 INFO (zkCallback-28656-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5014ce23
name:ZooKeeperConnection Watcher:127.0.0.1:49065 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3458475 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3458475 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3458476 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$10/908231235@4ad0acd8
[junit4] 2> 3458487 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.ConnectionManager Waiting for client
to connect to ZooKeeper
[junit4] 2> 3458499 INFO
(zkCallback-28657-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@eb5208 name:ZooKeeperConnection
Watcher:127.0.0.1:49065/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3458499 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3458500 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 3458501 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 3458504 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 3458505 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 3458506 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 3458507 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 3458508 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 3458509 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath:
/clusterstate.json
[junit4] 2> 3458510 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 3458510 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 3458511 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.ZkStateReader Loaded cluster
properties: {urlScheme=https}
[junit4] 2> 3458511 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 3458513 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 3458513 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 3458514 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3458515 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.LeaderElector Joined leadership
election with path:
/overseer_elect/election/96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000
[junit4] 2> 3458515 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:40777_vz%2Fdo
[junit4] 2> 3458515 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 3458516 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.Overseer Overseer
(id=96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000) starting
[junit4] 2> 3458517 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 3458520 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.OverseerAutoReplicaFailoverThread
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=10000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 3458527 INFO
(OverseerStateUpdate-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000)
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.Overseer Starting to work on the main
queue
[junit4] 2> 3458543 INFO
(OverseerCollectionConfigSetProcessor-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000)
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 3458553 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40777_vz%2Fdo
[junit4] 2> 3458553 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:40777_vz%2Fdo
[junit4] 2> 3458553 INFO
(OverseerStateUpdate-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000)
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 3458554 INFO
(zkCallback-28657-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [0])
[junit4] 2> 3458554 INFO
(zkCallback-28657-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3458563 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.CoreContainer Security conf doesn't
exist. Skipping setup for authorization module.
[junit4] 2> 3458563 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 3458567 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores
[junit4] 2> 3458568 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.CoreDescriptor Created CoreDescriptor:
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml,
loadOnStartup=true, configSetProperties=configsetprops.json,
collection=control_collection, coreNodeName=, dataDir=data/, shard=}
[junit4] 2> 3458568 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.CorePropertiesLocator Found core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1
[junit4] 2> 3458568 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions
[junit4] 2> 3458576 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 3458576 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.ZkController numShards not found on descriptor - reading it from system
property
[junit4] 2> 3458577 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.ZkController Collection control_collection not visible yet, but
flagging it so a watch is registered when it becomes visible
[junit4] 2> 3458578 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
[junit4] 2> 3458591 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1
[junit4] 2> 3458591 INFO
(TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C])
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 3458600 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 3458600 INFO
(OverseerStateUpdate-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000)
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:40777/vz/do",
[junit4] 2> "node_name":"127.0.0.1:40777_vz%2Fdo",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 3458600 INFO
(OverseerStateUpdate-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000)
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.o.ReplicaMutator Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:40777/vz/do",
[junit4] 2> "node_name":"127.0.0.1:40777_vz%2Fdo",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 3458600 INFO
(OverseerStateUpdate-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000)
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.o.ClusterStateMutator building a new
cName: control_collection
[junit4] 2> 3458601 INFO
(OverseerStateUpdate-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000)
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 3458602 INFO
(zkCallback-28657-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
[junit4] 2> 3459600 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
[junit4] 2> 3459600 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.ZkController Check for collection zkNode:control_collection
[junit4] 2> 3459601 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 3459601 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 3459601 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 3459601 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1'
[junit4] 2> 3459601 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 3459601 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 3459603 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1] o.a.s.c.Config
loaded config solrconfig.xml with version 0
[junit4] 2> 3459607 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 3459610 WARN
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 3459611 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
[junit4] 2> 3459632 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 3459637 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 3459791 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 3459797 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 3459798 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 3459805 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 3459807 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 3459812 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 3459813 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 3459815 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf1',
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1
[junit4] 2> 3459815 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 3459815 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 3459815 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/]
[junit4] 2> 3459815 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8556
[junit4] 2> 3459816 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/snapshot_metadata
[junit4] 2> 3459816 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 3459816 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data
[junit4] 2> 3459817 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/index/
[junit4] 2> 3459817 WARN
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 3459817 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/index
[junit4] 2> 3459817 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 3459818 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@49829916
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14e74513;
maxCacheMB=0.8798828125
maxMergeSizeMB=0.501953125)),segFN=segments_1,generation=1}
[junit4] 2> 3459818 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 3459818 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:40777_vz%2Fdo
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
Looking for old index directories to cleanup for core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/
[junit4] 2> 3459818 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:40777_vz%2Fdo
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.DirectoryFactory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 3459821 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 3459821 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 3459821 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 3459821 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 3459821 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 3459821 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 3459821 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 3459822 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 3459822 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 3459822 WARN
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler
{type = requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 3459824 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 3459825 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 3459826 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 3459827 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 3459830 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 3459830 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 3459830 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3459830 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 3459831 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3459831 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3459831 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=19.931640625,
floorSegmentMB=1.1201171875, forceMergeDeletesPctAllowed=17.854909578744753,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=1.2578125,
noCFSRatio=0.7596771103004843
[junit4] 2> 3459832 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@49829916
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14e74513;
maxCacheMB=0.8798828125
maxMergeSizeMB=0.501953125)),segFN=segments_1,generation=1}
[junit4] 2> 3459832 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 3459832 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ea1b587[collection1]
main]
[junit4] 2> 3459832 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 3459833 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 3459833 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based
storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 3459833 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO
with znodeBase: /configs/conf1
[junit4] 2> 3459833 INFO
(coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo)
[n:127.0.0.1:40777_vz%2Fdo c:contro
[...truncated too long message...]
checkout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-core-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-mapper-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-6.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_102/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20160826_233000_233.events
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20160826_233000_233.suites
-stdin
[junit4] ERROR: JVM J2 ended with an exception: Quit event not received from
the forked process? This may indicate JVM crash or runner bugs.
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
[junit4] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] at java.lang.Thread.run(Thread.java:745)
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:771:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:707:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:59:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build.xml:233:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/common-build.xml:536:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:1443:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:984:
At least one slave process threw an exception, first: Quit event not received
from the forked process? This may indicate JVM crash or runner bugs.
Total time: 509 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]