Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.2/2/

5 tests failed.
FAILED:  org.apache.lucene.index.TestIndexSorting.testRandom3

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([CDF410E365CF8B8]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestIndexSorting

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([CDF410E365CF8B8]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.TestDistributedGrouping

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.before(TestRuleTemporaryFilesCleanup.java:112)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.before(TestRuleAdapter.java:26)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:35)
        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)


FAILED:  junit.framework.TestSuite.org.apache.solr.TestDistributedGrouping

Error Message:
file handle leaks: 
[FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F4F8D5F32CCC322C-001/index-SimpleFSDirectory-063/write.lock),
 
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F4F8D5F32CCC322C-001/index-SimpleFSDirectory-053/write.lock)]

Stack Trace:
java.lang.RuntimeException: file handle leaks: 
[FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F4F8D5F32CCC322C-001/index-SimpleFSDirectory-063/write.lock),
 
FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F4F8D5F32CCC322C-001/index-SimpleFSDirectory-053/write.lock)]
        at org.apache.lucene.mockfile.LeakFS.onClose(LeakFS.java:63)
        at 
org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:77)
        at 
org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:78)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:228)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        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.lang.Exception
        at org.apache.lucene.mockfile.LeakFS.onOpen(LeakFS.java:46)
        at 
org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
        at 
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
        at 
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:166)
        at java.nio.channels.FileChannel.open(FileChannel.java:287)
        at java.nio.channels.FileChannel.open(FileChannel.java:335)
        at 
org.apache.lucene.store.NativeFSLockFactory.obtainFSLock(NativeFSLockFactory.java:113)
        at 
org.apache.lucene.store.FSLockFactory.obtainLock(FSLockFactory.java:41)
        at 
org.apache.lucene.store.BaseDirectory.obtainLock(BaseDirectory.java:45)
        at 
org.apache.lucene.store.FilterDirectory.obtainLock(FilterDirectory.java:104)
        at 
org.apache.lucene.store.MockDirectoryWrapper.obtainLock(MockDirectoryWrapper.java:1049)
        at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:791)
        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:65)
        at 
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:240)
        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:114)
        at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1656)
        at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1806)
        at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:902)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:788)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:688)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:838)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:775)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:125)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:1053)
        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:365)
        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:156)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:154)
        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:658)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:440)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:257)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:108)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:399)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
        at org.eclipse.jetty.server.Server.handle(Server.java:518)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186)
        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        ... 1 more


FAILED:  
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart

Error Message:
Timeout waiting for CDCR replication to complete @source_collection:shard1

Stack Trace:
java.lang.RuntimeException: Timeout waiting for CDCR replication to complete 
@source_collection:shard1
        at 
__randomizedtesting.SeedInfo.seed([F4F8D5F32CCC322C:A8E53272E2EC861A]:0)
        at 
org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComplete(BaseCdcrDistributedZkTest.java:794)
        at 
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart(CdcrReplicationDistributedZkTest.java:264)
        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)




Build Log:
[...truncated 1795 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexSorting
   [junit4]   2> aug 22, 2016 1:22:44 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: 
org.apache.lucene.index.TestIndexSorting
   [junit4]   2>    1) Thread[id=6835, 
name=SUITE-TestIndexSorting-seed#[CDF410E365CF8B8], state=RUNNABLE, 
group=TGRP-TestIndexSorting]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1556)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:688)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:685)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native 
Method)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:685)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:701)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:681)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:64)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:414)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:681)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:140)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:591)
   [junit4]   2>    2) Thread[id=6836, 
name=TEST-TestIndexSorting.testRandom3-seed#[CDF410E365CF8B8], state=RUNNABLE, 
group=TGRP-TestIndexSorting]
   [junit4]   2>         at 
org.apache.lucene.util.fst.FST.readNextRealArc(FST.java:1079)
   [junit4]   2>         at 
org.apache.lucene.util.fst.FST.readFirstRealTargetArc(FST.java:992)
   [junit4]   2>         at 
org.apache.lucene.util.fst.Util.getByOutput(Util.java:150)
   [junit4]   2>         at 
org.apache.lucene.codecs.memory.MemoryDocValuesProducer$6.lookupOrd(MemoryDocValuesProducer.java:502)
   [junit4]   2>         at 
org.apache.lucene.codecs.DocValuesConsumer$5$1.next(DocValuesConsumer.java:661)
   [junit4]   2>         at 
org.apache.lucene.codecs.DocValuesConsumer$5$1.next(DocValuesConsumer.java:646)
   [junit4]   2>         at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:366)
   [junit4]   2>         at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:404)
   [junit4]   2>         at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedField(PerFieldDocValuesFormat.java:119)
   [junit4]   2>         at 
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:641)
   [junit4]   2>         at 
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:204)
   [junit4]   2>         at 
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:167)
   [junit4]   2>         at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:111)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4312)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3889)
   [junit4]   2>         at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2052)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:4953)
   [junit4]   2>         at 
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4991)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4982)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1565)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1307)
   [junit4]   2>         at 
org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:1265)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    3) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1249)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1323)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:601)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:450)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:243)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:354)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:10)
   [junit4]   2>    4) Thread[id=9, name=JUnit4-serializer-daemon, 
state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:47)
   [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=TestIndexSorting 
-Dtests.method=testRandom3 -Dtests.seed=CDF410E365CF8B8 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/test-data/enwiki.random.lines.txt
 -Dtests.locale=sk -Dtests.timezone=Europe/Vaduz -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   7191s J1 | TestIndexSorting.testRandom3 <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because 
suite timeout was reached.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CDF410E365CF8B8]:0)
   [junit4]   2> aug 22, 2016 1:22:44 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> aug 22, 2016 1:23:04 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.lucene.index.TestIndexSorting: 
   [junit4]   2>    1) Thread[id=6836, 
name=TEST-TestIndexSorting.testRandom3-seed#[CDF410E365CF8B8], state=RUNNABLE, 
group=TGRP-TestIndexSorting]
   [junit4]   2>         at 
org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:89)
   [junit4]   2>         at 
org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
   [junit4]   2>         at 
org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
   [junit4]   2>         at 
org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
   [junit4]   2>         at 
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
   [junit4]   2>         at 
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:214)
   [junit4]   2>         at 
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:310)
   [junit4]   2>         at 
org.apache.lucene.util.fst.Builder.add(Builder.java:414)
   [junit4]   2>         at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:367)
   [junit4]   2>         at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:404)
   [junit4]   2>         at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedField(PerFieldDocValuesFormat.java:119)
   [junit4]   2>         at 
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:641)
   [junit4]   2>         at 
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:204)
   [junit4]   2>         at 
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:167)
   [junit4]   2>         at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:111)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4312)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3889)
   [junit4]   2>         at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2052)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:4953)
   [junit4]   2>         at 
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4991)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4982)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1565)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1307)
   [junit4]   2>         at 
org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:1265)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> aug 22, 2016 1:23:04 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=6836, 
name=TEST-TestIndexSorting.testRandom3-seed#[CDF410E365CF8B8], state=RUNNABLE, 
group=TGRP-TestIndexSorting]
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/lucene/build/core/test/J1/temp/lucene.index.TestIndexSorting_CDF410E365CF8B8-001
   [junit4]   2> Aug 21, 2016 11:23:06 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{docs=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
norms=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
positions=Lucene50(blocksize=128), 
id=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
term_vectors=PostingsFormat(name=MockRandom)}, 
docValues:{sorted=DocValuesFormat(name=Lucene54), 
double=DocValuesFormat(name=Lucene54), bytes=DocValuesFormat(name=Memory), 
foo=DocValuesFormat(name=Asserting), binary=DocValuesFormat(name=Lucene54), 
numeric=DocValuesFormat(name=Lucene54), 
sorted_set=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Memory), 
float=DocValuesFormat(name=Direct), 
sorted_numeric=DocValuesFormat(name=Memory), long=DocValuesFormat(name=Direct), 
int=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=841, 
maxMBSortInHeap=5.964643060207034, 
sim=RandomSimilarity(queryNorm=true,coord=yes): {positions=DFI(Standardized), 
id=DFR GZ(0.3), term_vectors=IB SPL-D2}, locale=sk, timezone=Europe/Vaduz
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=1,free=157118152,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexSearcher, 
TestSimpleFSDirectory, TestSpanContainQuery, TestRollingBuffer, 
TestPerSegmentDeletes, TestDeterminism, TestDirectPacked, TestCharsRefBuilder, 
TestDoc, Test2BBKDPoints, TestPackedInts, TestSortRescorer, 
TestSpanExplanations, TestBooleanQuery, TestScoreCachingWrappingScorer, 
TestMultiDocValues, TestSleepingLockWrapper, TestLucene50TermVectorsFormat, 
TestTermVectors, TestIndexCommit, TestBooleanRewrites, TestCharsRef, 
TestSearchForDuplicates, TestRegexpRandom, TestTermVectorsWriter, 
TestTryDelete, TestFileSwitchDirectory, TestMergeSchedulerExternal, 
TestPositionIncrement, TestBasics, TestPagedBytes, 
TestGrowableByteArrayDataOutput, TestFixedLengthBytesRefArray, 
TestIndexWriterUnicode, TestLSBRadixSorter, TestIndexWriterConfig, 
TestDeterminizeLexicon, TestGeoEncodingUtils, TestAttributeSource, 
TestAllFilesHaveChecksumFooter, TestNoMergePolicy, TestParallelTermEnum, 
TestByteSlices, TestVirtualMethod, TestTimSorterWorstCase, 
TestLucene50FieldInfoFormat, TestMultiTermConstantScore, 
TestPerFieldPostingsFormat2, TestTwoPhaseCommitTool, TestRadixSelector, 
TestApproximationSearchEquivalence, TestIndexWriterFromReader, 
TestBlockPostingsFormat3, TestPositiveScoresOnlyCollector, TestDuelingCodecs, 
TestQueryRescorer, TestByteBlockPool, TestSortedSetSortField, TestLockFactory, 
TestPackedTokenAttributeImpl, TestParallelLeafReader, TestMathUtil, 
TestAutomaton, TestRegexpQuery, TestTermdocPerf, Test2BNumericDocValues, 
TestStringHelper, TestStopFilter, TestPrefixRandom, 
TestFlushByRamOrCountsPolicy, TestMultiset, TestSpanOrQuery, TestSegmentReader, 
TestPerFieldDocValuesFormat, TestIndexWriterMerging, TestFSTs, 
TestIndexWriterWithThreads, TestAddIndexes, TestShardSearching, 
TestIndexWriterExceptions, TestSearcherManager, TestBoolean2, 
TestPersistentSnapshotDeletionPolicy, TestAtomicUpdate, TestStressAdvance, 
TestNorms, TestIndexWriterCommit, TestSearchWithThreads, TestSearchAfter, 
TestConcurrentMergeScheduler, TestHighCompressionMode, TestTopDocsMerge, 
TestLongPostings, TestRollingUpdates, TestNRTReaderWithThreads, 
TestIndexWriterForceMerge, TestPerFieldPostingsFormat, TestWeakIdentityMap, 
TestFixedBitSet, TestSegmentTermDocs, TestSort, TestFieldsReader, 
TestSimpleSearchEquivalence, TestSpans, TestPostingsOffsets, 
TestTransactionRollback, TestUTF32ToUTF8, TestFastCompressionMode, 
TestCharTermAttributeImpl, TestBytesRefHash, TestThreadedForceMerge, 
TestIndexInput, TestSloppyPhraseQuery2, TestDisjunctionMaxQuery, 
TestSameScoresWithThreads, TestMultiFields, TestTermRangeQuery, 
TestDocumentsWriterDeleteQueue, TestDocumentWriter, 
TestCrashCausesCorruptIndex, TestScorerPerf, TestForTooMuchCloning, 
TestFuzzyQuery, TestPayloads, TestWildcard, TestSimilarity2, 
TestFieldMaskingSpanQuery, TestSimpleExplanationsOfNonMatches, 
TestTermVectorsReader, TestMultiValuedNumericRangeQuery, TestTopDocsCollector, 
TestUniqueTermCount, TestComplexExplanationsOfNonMatches, TestSortRandom, 
TestPrefixCodedTerms, TestAllFilesHaveCodecHeader, 
TestParallelReaderEmptyIndex, TestDocument, TestMaxTermFrequency, 
TestTermScorer, TestTopFieldCollector, TestSumDocFreq, TestDocValuesScoring, 
TestSentinelIntSet, TestWildcardRandom, TestDirectory, TestMultiLevelSkipList, 
TestCheckIndex, TestSpanMultiTermQueryWrapper, TestBooleanQueryVisitSubscorers, 
TestIndexFileDeleter, TestConstantScoreQuery, TestPrefixQuery, TestIsCurrent, 
TestIndexWriterLockRelease, TestDemo, TestCharFilter, TestNot, TestVersion, 
Test4GBStoredFields, TestLucene60PointsFormat, TestLucene62SegmentInfoFormat, 
TestFieldType, TestPolygon2D, Test2BPoints, Test2BSortedDocValuesOrds, 
TestBinaryDocValuesUpdates, TestDemoParallelLeafReader, 
TestExitableDirectoryReader, TestFieldReuse, TestFilterDirectoryReader, 
TestIndexSorting]
   [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=TestIndexSorting 
-Dtests.seed=CDF410E365CF8B8 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/test-data/enwiki.random.lines.txt
 -Dtests.locale=sk -Dtests.timezone=Europe/Vaduz -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestIndexSorting (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CDF410E365CF8B8]:0)
   [junit4] Completed [438/438 (1!)] on J1 in 7222.82s, 15 tests, 2 errors <<< 
FAILURES!

[...truncated 10827 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrReplicationDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/init-core-data-001
   [junit4]   2> 3883342 INFO  
(SUITE-CdcrReplicationDistributedZkTest-seed#[F4F8D5F32CCC322C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3883342 INFO  
(SUITE-CdcrReplicationDistributedZkTest-seed#[F4F8D5F32CCC322C]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 3883360 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3883371 INFO  (Thread-43259) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3883371 INFO  (Thread-43259) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3883471 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.ZkTestServer start zk server on port:40619
   [junit4]   2> 3883471 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3883491 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3883510 INFO  (zkCallback-3178-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@417dde79 
name:ZooKeeperConnection Watcher:127.0.0.1:40619 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3883510 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3883510 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3883510 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 3883513 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3883535 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3883555 INFO  (zkCallback-3179-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@78544e1c 
name:ZooKeeperConnection Watcher:127.0.0.1:40619/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3883555 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3883555 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3883555 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 3883557 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 3883558 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 3883559 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 3883560 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 3883560 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3883562 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 3883562 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 3883564 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3883564 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3883565 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 3883565 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3883566 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 3883566 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3883568 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 3883568 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 3883569 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3883569 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3883570 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3883570 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3883572 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3883572 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3883573 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3883573 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3883574 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 3883574 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3883576 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testBatchBoundaries
   [junit4]   2> 3883749 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores/collection1
   [junit4]   2> 3883751 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3883752 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@65f34fd1{/,null,AVAILABLE}
   [junit4]   2> 3883753 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@7c93dc{HTTP/1.1,[http/1.1]}{127.0.0.1:39042}
   [junit4]   2> 3883754 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.e.j.s.Server Started @3886786ms
   [junit4]   2> 3883754 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1, 
hostContext=/, hostPort=39042, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores}
   [junit4]   2> 3883754 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 3883754 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001'
   [junit4]   2> 3883754 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 3883754 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 3883755 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3883759 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3883759 INFO  (zkCallback-3180-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@13493087 
name:ZooKeeperConnection Watcher:127.0.0.1:40619/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3883759 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3883759 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3883760 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3883760 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/solr.xml
   [junit4]   2> 3883765 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores
   [junit4]   2> 3883765 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.CoreContainer New CoreContainer 331022213
   [junit4]   2> 3883765 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001]
   [junit4]   2> 3883765 WARN  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/lib
   [junit4]   2> 3883766 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] 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> 3883767 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3883768 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3883768 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3883768 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40619/solr
   [junit4]   2> 3883768 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3883768 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3883768 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3883769 INFO  (zkCallback-3183-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5b678022 
name:ZooKeeperConnection Watcher:127.0.0.1:40619 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3883770 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3883770 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3883771 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$90/1204499649@3aa97fad
   [junit4]   2> 3883775 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3883775 INFO  
(zkCallback-3184-thread-1-processing-n:127.0.0.1:39042_) [n:127.0.0.1:39042_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@aecfd34 name:ZooKeeperConnection 
Watcher:127.0.0.1:40619/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 3883775 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 3883776 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3883778 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 3883780 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 3883781 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 3883783 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 3883784 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3883785 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3883786 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3883787 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3883788 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 3883788 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 3883789 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 3883791 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3883792 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 3883793 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3883793 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/96458005581987844-127.0.0.1:39042_-n_0000000000
   [junit4]   2> 3883793 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:39042_
   [junit4]   2> 3883793 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 3883794 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.Overseer Overseer 
(id=96458005581987844-127.0.0.1:39042_-n_0000000000) starting
   [junit4]   2> 3883796 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 3883800 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3883800 INFO  
(OverseerCollectionConfigSetProcessor-96458005581987844-127.0.0.1:39042_-n_0000000000)
 [n:127.0.0.1:39042_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 3883801 INFO  
(OverseerStateUpdate-96458005581987844-127.0.0.1:39042_-n_0000000000) 
[n:127.0.0.1:39042_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3883802 INFO  
(OverseerStateUpdate-96458005581987844-127.0.0.1:39042_-n_0000000000) 
[n:127.0.0.1:39042_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 3883803 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39042_
   [junit4]   2> 3883803 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:39042_
   [junit4]   2> 3883804 INFO  
(zkCallback-3184-thread-1-processing-n:127.0.0.1:39042_) [n:127.0.0.1:39042_    
] 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> 3883804 INFO  
(zkCallback-3184-thread-1-processing-n:127.0.0.1:39042_) [n:127.0.0.1:39042_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3883816 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 3883816 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3883816 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores
   [junit4]   2> 3883817 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=tmp_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 3883817 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.CorePropertiesLocator Found core collection1 
in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores/collection1
   [junit4]   2> 3883817 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 3883818 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 3883818 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 3883818 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2
   [junit4]   2> 3883819 INFO  
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[F4F8D5F32CCC322C])
 [n:127.0.0.1:39042_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 3883819 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
Collection tmp_collection not visible yet, but flagging it so a watch is 
registered when it becomes visible
   [junit4]   2> 3883819 INFO  
(OverseerStateUpdate-96458005581987844-127.0.0.1:39042_-n_0000000000) 
[n:127.0.0.1:39042_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39042";,
   [junit4]   2>   "node_name":"127.0.0.1:39042_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3883819 INFO  
(OverseerStateUpdate-96458005581987844-127.0.0.1:39042_-n_0000000000) 
[n:127.0.0.1:39042_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39042";,
   [junit4]   2>   "node_name":"127.0.0.1:39042_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3883820 INFO  
(OverseerStateUpdate-96458005581987844-127.0.0.1:39042_-n_0000000000) 
[n:127.0.0.1:39042_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
tmp_collection
   [junit4]   2> 3883820 INFO  
(OverseerStateUpdate-96458005581987844-127.0.0.1:39042_-n_0000000000) 
[n:127.0.0.1:39042_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 3883820 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader 
Deleting data for [tmp_collection]
   [junit4]   2> 3883821 INFO  
(zkCallback-3184-thread-1-processing-n:127.0.0.1:39042_) [n:127.0.0.1:39042_    
] 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> 3883824 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.ZkController look 
for our core node name
   [junit4]   2> 3883824 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3883824 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:tmp_collection
   [junit4]   2> 3883824 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
Creating collection in ZooKeeper:tmp_collection
   [junit4]   2> 3883824 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.ZkController 
Looking for collection configName
   [junit4]   2> 3883825 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.ZkController Only 
one config set found in zk - using it:conf1
   [junit4]   2> 3883825 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.c.SolrZkClient 
makePath: /collections/tmp_collection
   [junit4]   2> 3883826 INFO  
(zkCallback-3184-thread-2-processing-n:127.0.0.1:39042_) [n:127.0.0.1:39042_    
] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent 
state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - 
updating...
   [junit4]   2> 3883826 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader 
Load collection config from: [/collections/tmp_collection]
   [junit4]   2> 3883826 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader 
path=[/collections/tmp_collection] [configName]=[conf1] specified config exists 
in ZooKeeper
   [junit4]   2> 3883826 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores/collection1'
   [junit4]   2> 3883827 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3883827 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 3883828 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 3883831 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 3883847 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.2.0
   [junit4]   2> 3883854 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 3883864 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 3883998 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 3883999 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 3883999 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3884002 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3884029 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_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.2/checkout/solr/build/solr-core/test/J2
   [junit4]   2> 3884029 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
tmp_collection
   [junit4]   2> 3884029 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3884030 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores/collection1/data/]
   [junit4]   2> 3884030 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 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@7f3d5331
   [junit4]   2> 3884030 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores/collection1/data/snapshot_metadata
   [junit4]   2> 3884030 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 3884031 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores/collection1/data
   [junit4]   2> 3884039 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 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.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores/collection1/data/index/
   [junit4]   2> 3884039 WARN  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 3884039 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores/collection1/data/index
   [junit4]   2> 3884040 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 3884040 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=RawDirectoryWrapper(RAMDirectory@2c4c84ef 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6209a18f),segFN=segments_1,generation=1}
   [junit4]   2> 3884040 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3884046 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"cdcr-processor-chain"
   [junit4]   2> 3884046 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 3884047 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3884048 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3884049 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3884050 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3884053 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 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,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/cdcr,/update,/admin/file,/terms
   [junit4]   2> 3884053 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3884053 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:39042_ 
c:tmp_collection s:shard2 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.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores/collection1/data/
   [junit4]   2> 3884053 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:39042_ 
c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_F4F8D5F32CCC322C-001/jetty-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 3884055 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 3884055 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3884056 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3884056 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3884056 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=597238279, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 3884057 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=RawDirectoryWrapper(RAMDirectory@2c4c84ef 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6209a18f),segFN=segments_1,generation=1}
   [junit4]   2> 3884057 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3884057 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@587f9354[collection1] main]
   [junit4]   2> 3884057 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/tmp_collection]
   [junit4]   2> 3884058 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/tmp_collection] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 3884058 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3884058 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3884058 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 3884058 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3884059 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 3884059 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3884059 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 3884059 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3884059 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/tmp_collection/cdcr/state
   [junit4]   2> 3884062 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/tmp_collection/cdcr/state/buffer
   [junit4]   2> 3884063 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/tmp_collection/cdcr/state/process
   [junit4]   2> 3884071 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 3884071 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 3884071 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 3884071 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1543328090033225728
   [junit4]   2> 3884073 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 
1543328090033225728
   [junit4]   2> 3884073 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 3884074 INFO  
(searcherExecutor-8492-thread-1-processing-n:127.0.0.1:39042_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:39042_ c:tmp_collection 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@587f9354[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3884074 INFO  
(coreLoadExecutor-8491-thread-1-processing-n:127.0.0.1:39042_) 
[n:127.0.0.1:39042_ c:tmp_collection s:shard2 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 3884087 INFO  
(coreZkRegister-8484-thread-1-processing-n:127.0.0.1:39042_ x:collection1 
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:39042_ c:tmp_collection 
s:shard2 r:core_

[...truncated too long message...]

x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/jackson-core-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/jackson-mapper-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/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.2/checkout/solr/build/solr-core/test/temp/junit4-J0-20160822_011434_097.events
 
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/temp/junit4-J0-20160822_011434_097.suites
 -stdin
   [junit4] ERROR: JVM J0 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.2/checkout/build.xml:771:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/build.xml:707:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/build.xml:59:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/common-build.xml:536:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/lucene/common-build.xml:1443:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/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: 522 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of 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]

Reply via email to