Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/144/
5 tests failed.
FAILED: org.apache.solr.cloud.BasicDistributedZkTest.test
Error Message:
Could not load collection from ZK: oneInstanceCollection
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
oneInstanceCollection
at
__randomizedtesting.SeedInfo.seed([A2B175B762959530:2AE54A6DCC69F8C8]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1114)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1227)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:827)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
at
org.apache.solr.cloud.BasicDistributedZkTest.testANewCollectionInOneInstance(BasicDistributedZkTest.java:948)
at
org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:371)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for
/collections/oneInstanceCollection/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1126)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1112)
... 50 more
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest
Error Message:
4 threads leaked from SUITE scope at
org.apache.solr.cloud.BasicDistributedZkTest: 1) Thread[id=16683,
name=Connection evictor, state=TIMED_WAITING,
group=TGRP-BasicDistributedZkTest] at java.lang.Thread.sleep(Native
Method) at
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
at java.lang.Thread.run(Thread.java:748) 2) Thread[id=16681,
name=Connection evictor, state=TIMED_WAITING,
group=TGRP-BasicDistributedZkTest] at java.lang.Thread.sleep(Native
Method) at
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
at java.lang.Thread.run(Thread.java:748) 3) Thread[id=16682,
name=Connection evictor, state=TIMED_WAITING,
group=TGRP-BasicDistributedZkTest] at java.lang.Thread.sleep(Native
Method) at
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
at java.lang.Thread.run(Thread.java:748) 4) Thread[id=16684,
name=Connection evictor, state=TIMED_WAITING,
group=TGRP-BasicDistributedZkTest] at java.lang.Thread.sleep(Native
Method) at
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE
scope at org.apache.solr.cloud.BasicDistributedZkTest:
1) Thread[id=16683, name=Connection evictor, state=TIMED_WAITING,
group=TGRP-BasicDistributedZkTest]
at java.lang.Thread.sleep(Native Method)
at
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
at java.lang.Thread.run(Thread.java:748)
2) Thread[id=16681, name=Connection evictor, state=TIMED_WAITING,
group=TGRP-BasicDistributedZkTest]
at java.lang.Thread.sleep(Native Method)
at
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
at java.lang.Thread.run(Thread.java:748)
3) Thread[id=16682, name=Connection evictor, state=TIMED_WAITING,
group=TGRP-BasicDistributedZkTest]
at java.lang.Thread.sleep(Native Method)
at
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
at java.lang.Thread.run(Thread.java:748)
4) Thread[id=16684, name=Connection evictor, state=TIMED_WAITING,
group=TGRP-BasicDistributedZkTest]
at java.lang.Thread.sleep(Native Method)
at
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([A2B175B762959530]:0)
FAILED: org.apache.solr.cloud.ShardRoutingTest.test
Error Message:
KeeperErrorCode = Session expired for /clusterstate.json
Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =
Session expired for /clusterstate.json
at
__randomizedtesting.SeedInfo.seed([A2B175B762959530:2AE54A6DCC69F8C8]:0)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
at
org.apache.solr.common.cloud.ZkStateReader.refreshLegacyClusterState(ZkStateReader.java:541)
at
org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:309)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:674)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:669)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:464)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:334)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at
__randomizedtesting.SeedInfo.seed([A2B175B762959530:2996A66623933EB4]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:908)
at
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:436)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.security.TestPKIAuthenticationPlugin.test
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([A2B175B762959530:2AE54A6DCC69F8C8]:0)
at
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:100)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11341 lines...]
[junit4] Suite: org.apache.solr.cloud.ShardRoutingTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/init-core-data-001
[junit4] 2> 2311955 WARN
(SUITE-ShardRoutingTest-seed#[A2B175B762959530]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
[junit4] 2> 2311966 INFO
(SUITE-ShardRoutingTest-seed#[A2B175B762959530]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2311973 INFO
(SUITE-ShardRoutingTest-seed#[A2B175B762959530]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 2311973 INFO
(SUITE-ShardRoutingTest-seed#[A2B175B762959530]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /iv/
[junit4] 2> 2311982 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2312596 INFO (Thread-864) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2312596 INFO (Thread-864) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2312604 ERROR (Thread-864) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 2312720 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.ZkTestServer start zk server on port:37050
[junit4] 2> 2312869 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2312870 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 2312877 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2312878 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2312885 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2312886 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2312909 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2312913 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2312921 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2312921 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2312929 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2312977 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 2313466 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 2313468 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4e3c54a8{/iv,null,AVAILABLE}
[junit4] 2> 2313493 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@702610db{SSL,[ssl,
http/1.1]}{127.0.0.1:37351}
[junit4] 2> 2313493 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ] o.e.j.s.Server
Started @2334157ms
[junit4] 2> 2313494 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/iv, hostPort=37351,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/control-001/cores}
[junit4] 2> 2313494 ERROR
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2313494 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.1
[junit4] 2> 2313494 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2313494 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2313494 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-05T15:55:29.010Z
[junit4] 2> 2313597 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2313597 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/control-001/solr.xml
[junit4] 2> 2313618 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2313650 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:37050/solr
[junit4] 2> 2313986 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:37351_iv ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2313987 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:37351_iv ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37351_iv
[junit4] 2> 2313987 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:37351_iv ]
o.a.s.c.Overseer Overseer
(id=98777099673206789-127.0.0.1:37351_iv-n_0000000000) starting
[junit4] 2> 2314285 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:37351_iv ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37351_iv
[junit4] 2> 2314336 INFO
(zkCallback-2234-thread-1-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2314808 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:37351_iv ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2314919 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:37351_iv ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2314919 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:37351_iv ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2314937 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:37351_iv ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/control-001/cores
[junit4] 2> 2315170 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2315171 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37050/solr ready
[junit4] 2> 2315341 INFO (qtp1179499323-6345) [n:127.0.0.1:37351_iv ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37351_iv&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2315405 INFO
(OverseerThreadFactory-1684-thread-1-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 2315801 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2315801 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2315933 INFO
(zkCallback-2234-thread-1-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2317526 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.1
[junit4] 2> 2317735 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 2318247 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2318311 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 2318312 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2318312 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2318312 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 2318322 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4695066889094731]
[junit4] 2> 2318351 WARN (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 2318641 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2318641 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2318642 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2318642 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2318643 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=97.142578125,
floorSegmentMB=2.025390625, forceMergeDeletesPctAllowed=3.3578140906590583,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5808451153826697
[junit4] 2> 2318673 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6636e210[control_collection_shard1_replica_n1] main]
[junit4] 2> 2318673 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2318674 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2318674 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2318682 INFO
(searcherExecutor-1687-thread-1-processing-n:127.0.0.1:37351_iv
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:37351_iv c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@6636e210[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2318682 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1580433601145602048
[junit4] 2> 2318722 INFO
(zkCallback-2234-thread-1-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2318723 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2318723 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2318723 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:37351/iv/control_collection_shard1_replica_n1/
[junit4] 2> 2318723 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2318723 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:37351/iv/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 2318723 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2318729 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:37351/iv/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 2318834 INFO
(zkCallback-2234-thread-1-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2318835 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2318837 INFO (qtp1179499323-6347) [n:127.0.0.1:37351_iv
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3036
[junit4] 2> 2318911 INFO (qtp1179499323-6345) [n:127.0.0.1:37351_iv ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 2318953 INFO
(zkCallback-2234-thread-2-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2319485 INFO
(OverseerCollectionConfigSetProcessor-98777099673206789-127.0.0.1:37351_iv-n_0000000000)
[n:127.0.0.1:37351_iv ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2319915 INFO (qtp1179499323-6345) [n:127.0.0.1:37351_iv ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37351_iv&wt=javabin&version=2}
status=0 QTime=4573
[junit4] 2> 2319957 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2319957 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37050/solr ready
[junit4] 2> 2319957 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ] o.a.s.c.ChaosMonkey
monkey: init - expire sessions:false cause connection loss:false
[junit4] 2> 2319973 INFO (qtp1179499323-6346) [n:127.0.0.1:37351_iv ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2319985 INFO
(OverseerThreadFactory-1684-thread-2-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 2319985 WARN
(OverseerThreadFactory-1684-thread-2-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.CreateCollectionCmd It is unusual to create
a collection (collection1) without cores.
[junit4] 2> 2320211 INFO (qtp1179499323-6346) [n:127.0.0.1:37351_iv ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 2320211 INFO (qtp1179499323-6346) [n:127.0.0.1:37351_iv ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=237
[junit4] 2> 2320241 INFO
(OverseerCollectionConfigSetProcessor-98777099673206789-127.0.0.1:37351_iv-n_0000000000)
[n:127.0.0.1:37351_iv ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2320809 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-1-001
of type NRT
[junit4] 2> 2320811 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 2320829 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@62837bc2{/iv,null,AVAILABLE}
[junit4] 2> 2320830 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@44632bbd{SSL,[ssl,
http/1.1]}{127.0.0.1:35646}
[junit4] 2> 2320830 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ] o.e.j.s.Server
Started @2341493ms
[junit4] 2> 2320830 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/iv, hostPort=35646,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-1-001/cores}
[junit4] 2> 2320830 ERROR
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2320830 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.1
[junit4] 2> 2320830 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2320830 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2320830 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-05T15:55:36.346Z
[junit4] 2> 2320881 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2320881 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-1-001/solr.xml
[junit4] 2> 2320905 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2320911 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:37050/solr
[junit4] 2> 2320997 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:35646_iv ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2321009 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:35646_iv ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2321021 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:35646_iv ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35646_iv
[junit4] 2> 2321025 INFO (zkCallback-2241-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2321041 INFO
(zkCallback-2234-thread-1-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2321085 INFO
(zkCallback-2246-thread-1-processing-n:127.0.0.1:35646_iv)
[n:127.0.0.1:35646_iv ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2322623 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:35646_iv ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2322682 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:35646_iv ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2322682 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:35646_iv ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2322684 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:35646_iv ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-1-001/cores
[junit4] 2> 2324142 INFO (qtp1468316117-6390) [n:127.0.0.1:35646_iv ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:35646_iv&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2324365 INFO
(OverseerThreadFactory-1684-thread-3-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:35646_iv for creating new replica
[junit4] 2> 2324457 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2324457 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2325406 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.1
[junit4] 2> 2325659 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema
[collection1_shard2_replica_n0] Schema name=test
[junit4] 2> 2326112 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2326164 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from
collection collection1, trusted=true
[junit4] 2> 2326164 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n0' (registry
'solr.core.collection1.shard2.replica_n0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2326181 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2326181 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
[[collection1_shard2_replica_n0] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-1-001/cores/collection1_shard2_replica_n0],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
[junit4] 2> 2326185 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4695066889094731]
[junit4] 2> 2326326 WARN (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 2328254 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2328254 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2328255 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 2328255 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 2328256 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=97.142578125,
floorSegmentMB=2.025390625, forceMergeDeletesPctAllowed=3.3578140906590583,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5808451153826697
[junit4] 2> 2328301 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@71c05901[collection1_shard2_replica_n0] main]
[junit4] 2> 2328301 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2328302 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2328302 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2328302 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1580433611232903168
[junit4] 2> 2328356 INFO
(searcherExecutor-1698-thread-1-processing-n:127.0.0.1:35646_iv
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
[collection1_shard2_replica_n0] Registered new searcher
Searcher@71c05901[collection1_shard2_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2328374 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2328374 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2328374 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
Sync replicas to https://127.0.0.1:35646/iv/collection1_shard2_replica_n0/
[junit4] 2> 2328374 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 2328374 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
https://127.0.0.1:35646/iv/collection1_shard2_replica_n0/ has no replicas
[junit4] 2> 2328374 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2328393 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:35646/iv/collection1_shard2_replica_n0/ shard2
[junit4] 2> 2328601 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 2328613 INFO (qtp1468316117-6388) [n:127.0.0.1:35646_iv
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=4156
[junit4] 2> 2328625 INFO (qtp1468316117-6390) [n:127.0.0.1:35646_iv ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:35646_iv&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=4483
[junit4] 2> 2328630 INFO
(OverseerCollectionConfigSetProcessor-98777099673206789-127.0.0.1:37351_iv-n_0000000000)
[n:127.0.0.1:37351_iv ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2329808 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-2-001
of type NRT
[junit4] 2> 2329830 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 2329831 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@e01c944{/iv,null,AVAILABLE}
[junit4] 2> 2329831 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6af2b29{SSL,[ssl,
http/1.1]}{127.0.0.1:44407}
[junit4] 2> 2329831 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ] o.e.j.s.Server
Started @2350494ms
[junit4] 2> 2329831 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/iv, hostPort=44407,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-2-001/cores}
[junit4] 2> 2329831 ERROR
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2329874 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.1
[junit4] 2> 2329874 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2329874 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2329874 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-05T15:55:45.390Z
[junit4] 2> 2329960 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2329961 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-2-001/solr.xml
[junit4] 2> 2330029 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2330049 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:37050/solr
[junit4] 2> 2331357 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:44407_iv ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2331365 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:44407_iv ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2331402 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:44407_iv ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44407_iv
[junit4] 2> 2331421 INFO
(zkCallback-2246-thread-1-processing-n:127.0.0.1:35646_iv)
[n:127.0.0.1:35646_iv ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2331421 INFO (zkCallback-2241-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2331421 INFO
(zkCallback-2234-thread-1-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2331453 INFO
(zkCallback-2252-thread-1-processing-n:127.0.0.1:44407_iv)
[n:127.0.0.1:44407_iv ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2333063 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:44407_iv ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2333240 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:44407_iv ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2333261 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:44407_iv ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2333263 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:44407_iv ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-2-001/cores
[junit4] 2> 2334853 INFO (qtp1468316117-6391) [n:127.0.0.1:35646_iv ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:44407_iv&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2334901 INFO
(OverseerThreadFactory-1684-thread-4-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:44407_iv for creating new replica
[junit4] 2> 2335159 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n0&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2335159 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2335252 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.1
[junit4] 2> 2335328 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.s.IndexSchema
[collection1_shard3_replica_n0] Schema name=test
[junit4] 2> 2336057 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2336231 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard3_replica_n0' using configuration from
collection collection1, trusted=true
[junit4] 2> 2336232 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard3.replica_n0' (registry
'solr.core.collection1.shard3.replica_n0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2336232 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2336232 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.c.SolrCore
[[collection1_shard3_replica_n0] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-2-001/cores/collection1_shard3_replica_n0],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-2-001/cores/collection1_shard3_replica_n0/data/]
[junit4] 2> 2336982 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4695066889094731]
[junit4] 2> 2337023 WARN (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 2337313 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2337313 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2337314 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 2337314 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 2337315 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=97.142578125,
floorSegmentMB=2.025390625, forceMergeDeletesPctAllowed=3.3578140906590583,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5808451153826697
[junit4] 2> 2337333 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@14b0b4b0[collection1_shard3_replica_n0] main]
[junit4] 2> 2337365 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2337365 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2337382 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2337382 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1580433620753973248
[junit4] 2> 2337394 INFO
(searcherExecutor-1709-thread-1-processing-n:127.0.0.1:44407_iv
x:collection1_shard3_replica_n0 s:shard3 c:collection1) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.c.SolrCore
[collection1_shard3_replica_n0] Registered new searcher
Searcher@14b0b4b0[collection1_shard3_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2337429 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2337429 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2337429 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.c.SyncStrategy
Sync replicas to https://127.0.0.1:44407/iv/collection1_shard3_replica_n0/
[junit4] 2> 2337429 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 2337429 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.c.SyncStrategy
https://127.0.0.1:44407/iv/collection1_shard3_replica_n0/ has no replicas
[junit4] 2> 2337429 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2337478 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:44407/iv/collection1_shard3_replica_n0/ shard3
[junit4] 2> 2337704 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 2337706 INFO (qtp1406746646-6418) [n:127.0.0.1:44407_iv
c:collection1 s:shard3 x:collection1_shard3_replica_n0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n0&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2547
[junit4] 2> 2337718 INFO (qtp1468316117-6391) [n:127.0.0.1:35646_iv ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:44407_iv&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2}
status=0 QTime=2864
[junit4] 2> 2338461 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-3-001
of type NRT
[junit4] 2> 2338464 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 2338469 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7d6e2241{/iv,null,AVAILABLE}
[junit4] 2> 2338470 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@70d93a89{SSL,[ssl,
http/1.1]}{127.0.0.1:49459}
[junit4] 2> 2338470 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ] o.e.j.s.Server
Started @2359133ms
[junit4] 2> 2338470 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/iv, hostPort=49459,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-3-001/cores}
[junit4] 2> 2338470 ERROR
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2338479 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.1
[junit4] 2> 2338479 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2338479 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2338479 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-05T15:55:53.995Z
[junit4] 2> 2338488 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2338489 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-3-001/solr.xml
[junit4] 2> 2338529 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2338541 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:37050/solr
[junit4] 2> 2338744 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:49459_iv ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 2338746 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:49459_iv ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2339097 INFO
(OverseerCollectionConfigSetProcessor-98777099673206789-127.0.0.1:37351_iv-n_0000000000)
[n:127.0.0.1:37351_iv ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2339154 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:49459_iv ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:49459_iv
[junit4] 2> 2339155 INFO
(zkCallback-2234-thread-1-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2339181 INFO
(zkCallback-2246-thread-1-processing-n:127.0.0.1:35646_iv)
[n:127.0.0.1:35646_iv ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2339189 INFO (zkCallback-2241-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2339189 INFO
(zkCallback-2252-thread-1-processing-n:127.0.0.1:44407_iv)
[n:127.0.0.1:44407_iv ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2339322 INFO
(zkCallback-2258-thread-1-processing-n:127.0.0.1:49459_iv)
[n:127.0.0.1:49459_iv ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2339779 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:49459_iv ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2339807 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:49459_iv ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2339807 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:49459_iv ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2339834 INFO
(TEST-ShardRoutingTest.test-seed#[A2B175B762959530]) [n:127.0.0.1:49459_iv ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-3-001/cores
[junit4] 2> 2340947 INFO (qtp1230279031-6450) [n:127.0.0.1:49459_iv ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:49459_iv&action=ADDREPLICA&collection=collection1&shard=shard4&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2340965 INFO
(OverseerThreadFactory-1684-thread-5-processing-n:127.0.0.1:37351_iv)
[n:127.0.0.1:37351_iv ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:49459_iv for creating new replica
[junit4] 2> 2340976 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard4_replica_n0&action=CREATE&collection=collection1&shard=shard4&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2340977 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2341190 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.1
[junit4] 2> 2341460 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0] o.a.s.s.IndexSchema
[collection1_shard4_replica_n0] Schema name=test
[junit4] 2> 2342513 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2343385 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard4_replica_n0' using configuration from
collection collection1, trusted=true
[junit4] 2> 2343396 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard4.replica_n0' (registry
'solr.core.collection1.shard4.replica_n0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@64cf602b
[junit4] 2> 2343396 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2343396 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0] o.a.s.c.SolrCore
[[collection1_shard4_replica_n0] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-3-001/cores/collection1_shard4_replica_n0],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_A2B175B762959530-001/shard-3-001/cores/collection1_shard4_replica_n0/data/]
[junit4] 2> 2343399 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4695066889094731]
[junit4] 2> 2343533 WARN (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 2343815 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2343815 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2343816 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 2343816 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 2343817 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=97.142578125,
floorSegmentMB=2.025390625, forceMergeDeletesPctAllowed=3.3578140906590583,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5808451153826697
[junit4] 2> 2343842 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@43c8ad33[collection1_shard4_replica_n0] main]
[junit4] 2> 2344047 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2344048 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2344049 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2344051 INFO
(searcherExecutor-1720-thread-1-processing-n:127.0.0.1:49459_iv
x:collection1_shard4_replica_n0 s:shard4 c:collection1) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0] o.a.s.c.SolrCore
[collection1_shard4_replica_n0] Registered new searcher
Searcher@43c8ad33[collection1_shard4_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2344052 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1580433627747975168
[junit4] 2> 2344265 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2344265 INFO (qtp1230279031-6452) [n:127.0.0.1:49459_iv
c:collection1 s:shard4 x:collection1_shard4_replica_n0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[
[...truncated too long message...]
0.1:42091_ c:splitByRouteKeyTest s:shard3 r:core_node6
x:splitByRouteKeyTest_shard3_replica_n2] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5dd8ca6b: rootName
= null, domain = solr.core.splitByRouteKeyTest.shard3.replica_n2, service url =
null, agent id = null] for registry
solr.core.splitByRouteKeyTest.shard3.replica_n2 /
com.codahale.metrics.MetricRegistry@5784e204
[junit4] 2> 8442987 INFO (coreCloseExecutor-7233-thread-2)
[n:127.0.0.1:42091_ c:routeFieldColl s:shard1 r:core_node2
x:routeFieldColl_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.routeFieldColl.shard1.leader,
tag=26008505
[junit4] 2> 8443005 INFO (coreCloseExecutor-7233-thread-5)
[n:127.0.0.1:42091_ c:routeFieldColl s:shard1_1 r:core_node10
x:routeFieldColl_shard1_1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.routeFieldColl.shard1_1.leader,
tag=1541687651
[junit4] 2> 8443005 INFO (coreCloseExecutor-7233-thread-6)
[n:127.0.0.1:42091_ c:splitByRouteKeyTest s:shard1 r:core_node1
x:splitByRouteKeyTest_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.collection.splitByRouteKeyTest.shard1.leader, tag=1840555492
[junit4] 2> 8443124 INFO
(zkCallback-2305-thread-2-processing-n:127.0.0.1:42091_) [n:127.0.0.1:42091_
c:splitByRouteKeyTest s:shard3 r:core_node6
x:splitByRouteKeyTest_shard3_replica_n2] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.collection.splitByRouteKeyTest.shard3.leader, tag=1941051514
[junit4] 2> 8443124 INFO (coreCloseExecutor-7233-thread-8)
[n:127.0.0.1:42091_ c:splitByRouteKeyTest s:shard1_2 r:core_node14
x:splitByRouteKeyTest_shard1_2_replica0] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.collection.splitByRouteKeyTest.shard1_2.leader, tag=358670270
[junit4] 2> 8443274 INFO
(TEST-ShardSplitTest.test-seed#[A2B175B762959530]) [ ] o.a.s.c.Overseer
Overseer (id=98777480992456722-127.0.0.1:42091_-n_0000000004) closing
[junit4] 2> 8443274 INFO
(OverseerStateUpdate-98777480992456722-127.0.0.1:42091_-n_0000000004)
[n:127.0.0.1:42091_ ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:42091_
[junit4] 2> 8443326 INFO (zkCallback-2281-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 8443327 INFO (zkCallback-2313-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 8444828 WARN
(zkCallback-2305-thread-2-processing-n:127.0.0.1:42091_) [n:127.0.0.1:42091_
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to
ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 8444828 INFO
(TEST-ShardSplitTest.test-seed#[A2B175B762959530]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@7435130{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 8444828 INFO
(TEST-ShardSplitTest.test-seed#[A2B175B762959530]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@12efb571{/,null,UNAVAILABLE}
[junit4] 2> 8444860 INFO
(TEST-ShardSplitTest.test-seed#[A2B175B762959530]) [ ] o.a.s.c.ChaosMonkey
monkey: stop jetty! 39727
[junit4] 2> 8444860 ERROR
(TEST-ShardSplitTest.test-seed#[A2B175B762959530]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 8444863 INFO
(TEST-ShardSplitTest.test-seed#[A2B175B762959530]) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:35441 35441
[junit4] 2> 8444960 INFO (Thread-4526) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:35441 35441
[junit4] 2> 8444960 WARN (Thread-4526) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 13 /solr/aliases.json
[junit4] 2> 10 /solr/collections/routeFieldColl/state.json
[junit4] 2> 10 /solr/collections/splitByRouteKeyTest/state.json
[junit4] 2> 6 /solr/collections/collection1/state.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 13 /solr/clusterprops.json
[junit4] 2> 13 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 13 /solr/live_nodes
[junit4] 2> 13 /solr/collections
[junit4] 2> 5 /solr/overseer/queue
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 4 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A2B175B762959530-001
[junit4] 2> Oct 05, 2017 5:37:40 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{rnd_b=BlockTreeOrds(blocksize=128), shard_s=FSTOrd50, a_t=FSTOrd50,
id=BlockTreeOrds(blocksize=128)},
docValues:{rnd_b=DocValuesFormat(name=Memory),
shard_s=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Direct),
n_ti=DocValuesFormat(name=Direct), a_t=DocValuesFormat(name=Direct),
a_i=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Memory)},
maxPointsInLeafNode=1780, maxMBSortInHeap=6.033778700774482,
sim=RandomSimilarity(queryNorm=false): {}, locale=ja-JP,
timezone=Africa/Bujumbura
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=113681008,total=524288000
[junit4] 2> NOTE: All tests run in this JVM: [PeerSyncTest,
TestManagedSchema, QueryElevationComponentTest, TestExceedMaxTermLength,
TestCloudSchemaless, TestFilteredDocIdSet, OpenExchangeRatesOrgProviderTest,
TestRequestStatusCollectionAPI, PeerSyncReplicationTest, SolrJmxReporterTest,
SolrCoreTest, TestShortCircuitedRequests,
LeaderInitiatedRecoveryOnShardRestartTest, BinaryUpdateRequestHandlerTest,
TestWordDelimiterFilterFactory, TestDistributedSearch, MBeansHandlerTest,
RollingRestartTest, TestPolicyCloud, AnalysisErrorHandlingTest,
TestHdfsBackupRestoreCore, TestPullReplicaErrorHandling,
DeleteInactiveReplicaTest, TestJoin, MultiThreadedOCPTest,
LeaderFailoverAfterPartitionTest, ConjunctionSolrSpellCheckerTest,
TestSolrQueryParser, TestPKIAuthenticationPlugin,
DistributedSpellCheckComponentTest, RulesTest, TestQueryWrapperFilter,
TestStressLucene, TestLuceneIndexBackCompat, TestSchemaSimilarityResource,
TestFieldCollectionResource, FieldMutatingUpdateProcessorTest,
ClassificationUpdateProcessorFactoryTest, SpellCheckCollatorTest,
TestSimpleTextCodec, TestJettySolrRunner, TestNonDefinedSimilarityFactory,
TestSubQueryTransformerDistrib, PluginInfoTest,
AddSchemaFieldsUpdateProcessorFactoryTest, TestRestManager,
TestGraphMLResponseWriter, TestLeaderInitiatedRecoveryThread,
TestOnReconnectListenerSupport, TestNRTOpen, TestLegacyField,
DistributedFacetPivotSmallTest, TestFieldCacheSort,
DistributedQueryElevationComponentTest, TestTolerantUpdateProcessorCloud,
TestConfigSetImmutable, CleanupOldIndexTest, UpdateParamsTest,
SolrMetricManagerTest, QueryResultKeyTest, HdfsNNFailoverTest,
MetricsHandlerTest, TestRestoreCore, TestIntervalFaceting,
TestUseDocValuesAsStored, ReplaceNodeTest, BaseCdcrDistributedZkTest,
TestSolr4Spatial, BasicZkTest, TestRandomFaceting, TestDefaultStatsCache,
OverriddenZkACLAndCredentialsProvidersTest, TestStandardQParsers,
TestRangeQuery, HdfsTlogReplayBufferedWhileIndexingTest,
CollectionStateFormat2Test, TestCopyFieldCollectionResource, TestCollectionAPI,
DebugComponentTest, SolrRequestParserTest, SimpleMLTQParserTest,
TestRealTimeGet, BigEndianAscendingWordDeserializerTest,
TestSolrCloudSnapshots, SolrIndexSplitterTest, TestHdfsCloudBackupRestore,
TemplateUpdateProcessorTest, TestReplicationHandler,
TestManagedSynonymGraphFilterFactory, TestOmitPositions, TestFaceting,
TestLMDirichletSimilarityFactory, TestBadConfig, SyncSliceTest,
TestMergePolicyConfig, TestIndexingPerformance, TestCrossCoreJoin,
AliasIntegrationTest, TestPhraseSuggestions, TestQuerySenderNoQuery,
SolrGangliaReporterTest, LeaderElectionIntegrationTest,
DistributedFacetPivotLargeTest, HdfsChaosMonkeyNothingIsSafeTest,
TestSolrCloudWithKerberosAlt, TestSearcherReuse, DistributedDebugComponentTest,
TestDocTermOrds, DirectoryFactoryTest, TestFunctionQuery, CursorPagingTest,
TestSortByMinMaxFunction, SolrPluginUtilsTest, RAMDirectoryFactoryTest,
TestUniqueKeyFieldResource, TestConfig, SynonymTokenizerTest, StressHdfsTest,
SearchHandlerTest, TestInPlaceUpdatesStandalone, TestLegacyTerms,
SpellPossibilityIteratorTest, TestXIncludeConfig, TestDFRSimilarityFactory,
TestIBSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest,
TestFastOutputStream, ScriptEngineTest, PrimUtilsTest, DateFieldTest,
SpellingQueryConverterTest, TestSolrJ, TestLRUCache, TestUtils,
TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, UUIDFieldTest,
CircularListTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test,
TestHighlightDedupGrouping, TestTolerantSearch,
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI,
AssignTest, CdcrBootstrapTest, CollectionReloadTest,
CollectionTooManyReplicasTest, ConfigSetsAPITest, ConnectionManagerTest,
DeleteReplicaTest, DistribCursorPagingTest, LeaderElectionContextKeyTest,
LeaderInitiatedRecoveryOnCommitTest, MoveReplicaHDFSTest, NodeMutatorTest,
OverseerModifyCollectionTest, OverseerRolesTest, ReplicationFactorTest,
SSLMigrationTest, ShardSplitTest]
[junit4] Completed [569/730 (4!)] on J0 in 1109.21s, 5 tests, 1 failure <<<
FAILURES!
[...truncated 44052 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]