Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/66/
2 tests failed.
FAILED: org.apache.solr.cloud.BasicDistributedZk2Test.test
Error Message:
Could not load collection from ZK: onenodecollection
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
onenodecollection
at
__randomizedtesting.SeedInfo.seed([732C73DECA4EE125:FB784C0464B28CDD]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1112)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:646)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:213)
at
org.apache.solr.common.cloud.ClusterState.hasCollection(ClusterState.java:115)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:346)
at
org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:168)
at
org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:80)
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:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
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/onenodecollection/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:1124)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1110)
... 47 more
FAILED: org.apache.solr.security.TestPKIAuthenticationPlugin.test
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([732C73DECA4EE125:FB784C0464B28CDD]: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 11556 lines...]
[junit4] Suite: org.apache.solr.security.TestPKIAuthenticationPlugin
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.security.TestPKIAuthenticationPlugin_732C73DECA4EE125-001/init-core-data-001
[junit4] 2> 2362297 WARN
(SUITE-TestPKIAuthenticationPlugin-seed#[732C73DECA4EE125]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
[junit4] 2> 2362310 INFO
(SUITE-TestPKIAuthenticationPlugin-seed#[732C73DECA4EE125]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2362311 INFO
(SUITE-TestPKIAuthenticationPlugin-seed#[732C73DECA4EE125]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 2362313 INFO
(TEST-TestPKIAuthenticationPlugin.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 2375723 ERROR
(TEST-TestPKIAuthenticationPlugin.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.PKIAuthenticationPlugin Invalid key request timestamp: 1500793999455 ,
received timestamp: 1500794012487 , TTL: 10000
[junit4] 2> 2375723 INFO
(TEST-TestPKIAuthenticationPlugin.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending test
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestPKIAuthenticationPlugin -Dtests.method=test
-Dtests.seed=732C73DECA4EE125 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=cs-CZ -Dtests.timezone=Europe/Moscow -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 13.4s J1 | TestPKIAuthenticationPlugin.test <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([732C73DECA4EE125:FB784C0464B28CDD]:0)
[junit4] > at
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:100)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.security.TestPKIAuthenticationPlugin_732C73DECA4EE125-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=347, maxMBSortInHeap=7.596401749828281,
sim=RandomSimilarity(queryNorm=true): {}, locale=cs-CZ, timezone=Europe/Moscow
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_131 (64-bit)/cpus=4,threads=1,free=216870168,total=491782144
[junit4] 2> NOTE: All tests run in this JVM: [TestChildDocTransformer,
TestLockTree, TestXmlQParser, CdcrVersionReplicationTest, TestStandardQParsers,
TestUniqueKeyFieldResource, TestAddFieldRealTimeGet, QueryParsingTest,
ScriptEngineTest, ConfigSetsAPITest, ConvertedLegacyTest,
DistributedIntervalFacetingTest, CheckHdfsIndexTest, CollectionReloadTest,
InfoHandlerTest, TestSearchPerf, TestMissingGroups, TestSystemCollAutoCreate,
TestSolrJ, SuggesterTSTTest, ChangedSchemaMergeTest, TestSystemIdResolver,
SoftAutoCommitTest, SolrCmdDistributorTest, TestSolrIndexConfig,
TestManagedSchema, TestHttpShardHandlerFactory, DocValuesTest,
LukeRequestHandlerTest, TestHdfsUpdateLog, TestUseDocValuesAsStored,
TestRequestForwarding, HdfsDirectoryTest, HdfsWriteToMultipleCollectionsTest,
TestSortByMinMaxFunction, MergeStrategyTest, HdfsBasicDistributedZkTest,
TestConfigSetsAPIExclusivity, TestCoreContainer, TestFuzzyAnalyzedSuggestions,
DisMaxRequestHandlerTest, ClassificationUpdateProcessorIntegrationTest,
AlternateDirectoryTest, IndexSchemaRuntimeFieldTest,
TestCopyFieldCollectionResource, RemoteQueryErrorTest, UtilsToolTest,
TestPointFields, TestStressCloudBlindAtomicUpdates, TestNumericRangeQuery32,
AnalysisAfterCoreReloadTest, MissingSegmentRecoveryTest, TestPullReplica,
CdcrUpdateLogTest, BlockJoinFacetRandomTest, TestPKIAuthenticationPlugin]
[junit4] Completed [206/727 (1!)] on J1 in 13.54s, 1 test, 1 error <<<
FAILURES!
[...truncated 515 lines...]
[junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/init-core-data-001
[junit4] 2> 3413815 WARN
(SUITE-BasicDistributedZk2Test-seed#[732C73DECA4EE125]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 3413815 INFO
(SUITE-BasicDistributedZk2Test-seed#[732C73DECA4EE125]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 3413816 INFO
(SUITE-BasicDistributedZk2Test-seed#[732C73DECA4EE125]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 3413816 INFO
(SUITE-BasicDistributedZk2Test-seed#[732C73DECA4EE125]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /zv_/
[junit4] 2> 3413831 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3413831 INFO (Thread-1865) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3413831 INFO (Thread-1865) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 3413867 ERROR (Thread-1865) [ ] 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> 3413940 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.ZkTestServer start zk server on port:44970
[junit4] 2> 3414162 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/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> 3414163 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 3414164 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/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> 3414183 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/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> 3414183 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/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> 3414184 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/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> 3414197 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/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> 3414197 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/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> 3414198 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/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> 3414198 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/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> 3414199 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/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> 3414199 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 3414217 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15d6e5b24370001, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 3414898 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 3414898 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@246a65d4{/zv_,null,AVAILABLE}
[junit4] 2> 3414929 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@63fa2137{HTTP/1.1,[http/1.1]}{127.0.0.1:42939}
[junit4] 2> 3414929 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.Server Started @3429105ms
[junit4] 2> 3414929 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/tempDir-001/control/data,
hostContext=/zv_, hostPort=42939,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/control-001/cores}
[junit4] 2> 3414929 ERROR
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3414929 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 3414929 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3414929 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 3414929 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-23T07:30:54.208Z
[junit4] 2> 3414985 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 3414985 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/control-001/solr.xml
[junit4] 2> 3415022 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3415040 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44970/solr
[junit4] 2> 3415525 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:42939_zv_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3415525 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:42939_zv_ ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:42939_zv_
[junit4] 2> 3415526 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:42939_zv_ ] o.a.s.c.Overseer Overseer
(id=98356104600682500-127.0.0.1:42939_zv_-n_0000000000) starting
[junit4] 2> 3415566 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:42939_zv_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42939_zv_
[junit4] 2> 3415618 INFO
(OverseerStateUpdate-98356104600682500-127.0.0.1:42939_zv_-n_0000000000)
[n:127.0.0.1:42939_zv_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3415902 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:42939_zv_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3415917 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:42939_zv_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3415917 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:42939_zv_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3415935 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:42939_zv_ ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/control-001/cores
[junit4] 2> 3416073 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3416074 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44970/solr ready
[junit4] 2> 3416099 INFO (qtp207968128-14989) [n:127.0.0.1:42939_zv_ ]
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:42939_zv_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3416207 INFO
(OverseerThreadFactory-4401-thread-1-processing-n:127.0.0.1:42939_zv_)
[n:127.0.0.1:42939_zv_ ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 3416699 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_ ]
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> 3416699 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 3416842 INFO
(zkCallback-3254-thread-1-processing-n:127.0.0.1:42939_zv_)
[n:127.0.0.1:42939_zv_ ] 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> 3417979 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 3418018 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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> 3418400 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 3418467 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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> 3418468 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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@65953b52
[junit4] 2> 3418468 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 3418468 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 3418470 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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=48, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=25.8212890625,
floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=23.051762197657165,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 3418500 WARN (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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> 3418848 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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> 3418848 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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> 3418849 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3418849 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3418850 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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=31, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7122038811875794]
[junit4] 2> 3418850 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4d7bd31d[control_collection_shard1_replica_n1] main]
[junit4] 2> 3418851 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 3418851 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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> 3418851 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 3418851 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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 1573697678873722880
[junit4] 2> 3418865 INFO
(searcherExecutor-4404-thread-1-processing-n:127.0.0.1:42939_zv_
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:42939_zv_ 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@4d7bd31d[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3418901 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 3418901 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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> 3418901 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:42939/zv_/control_collection_shard1_replica_n1/
[junit4] 2> 3418901 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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> 3418901 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:42939/zv_/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 3418901 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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> 3418903 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42939/zv_/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 3419039 INFO
(zkCallback-3254-thread-1-processing-n:127.0.0.1:42939_zv_)
[n:127.0.0.1:42939_zv_ ] 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> 3419346 INFO
(zkCallback-3254-thread-1-processing-n:127.0.0.1:42939_zv_)
[n:127.0.0.1:42939_zv_ ] 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> 3419404 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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> 3419422 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_
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=2723
[junit4] 2> 3419442 INFO (qtp207968128-14989) [n:127.0.0.1:42939_zv_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 3419555 INFO
(zkCallback-3254-thread-2-processing-n:127.0.0.1:42939_zv_)
[n:127.0.0.1:42939_zv_ ] 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> 3420294 INFO
(OverseerCollectionConfigSetProcessor-98356104600682500-127.0.0.1:42939_zv_-n_0000000000)
[n:127.0.0.1:42939_zv_ ] 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> 3420453 INFO (qtp207968128-14989) [n:127.0.0.1:42939_zv_ ]
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:42939_zv_&wt=javabin&version=2}
status=0 QTime=4353
[junit4] 2> 3420506 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3420506 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44970/solr ready
[junit4] 2> 3420506 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 3420518 INFO (qtp207968128-14990) [n:127.0.0.1:42939_zv_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3420656 INFO
(OverseerThreadFactory-4401-thread-2-processing-n:127.0.0.1:42939_zv_)
[n:127.0.0.1:42939_zv_ ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 3420737 WARN
(OverseerThreadFactory-4401-thread-2-processing-n:127.0.0.1:42939_zv_)
[n:127.0.0.1:42939_zv_ ] o.a.s.c.CreateCollectionCmd It is unusual to create
a collection (collection1) without cores.
[junit4] 2> 3420994 INFO (qtp207968128-14990) [n:127.0.0.1:42939_zv_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 3420994 INFO (qtp207968128-14990) [n:127.0.0.1:42939_zv_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=476
[junit4] 2> 3421411 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-1-001
of type TLOG
[junit4] 2> 3421411 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 3421415 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7ed7b757{/zv_,null,AVAILABLE}
[junit4] 2> 3421432 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@c946aaa{HTTP/1.1,[http/1.1]}{127.0.0.1:45391}
[junit4] 2> 3421432 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.Server Started @3435608ms
[junit4] 2> 3421432 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/zv_, hostPort=45391,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-1-001/cores}
[junit4] 2> 3421432 ERROR
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3421432 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 3421432 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3421433 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 3421433 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-23T07:31:00.712Z
[junit4] 2> 3421476 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 3421477 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-1-001/solr.xml
[junit4] 2> 3421494 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3421529 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44970/solr
[junit4] 2> 3421641 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:45391_zv_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3421642 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:45391_zv_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3421671 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:45391_zv_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45391_zv_
[junit4] 2> 3421742 INFO
(zkCallback-3266-thread-1-processing-n:127.0.0.1:45391_zv_)
[n:127.0.0.1:45391_zv_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 3421760 INFO
(zkCallback-3254-thread-1-processing-n:127.0.0.1:42939_zv_)
[n:127.0.0.1:42939_zv_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 3421776 INFO (zkCallback-3261-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3422257 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:45391_zv_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3422278 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:45391_zv_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3422278 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:45391_zv_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3422279 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:45391_zv_ ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-1-001/cores
[junit4] 2> 3422351 INFO (qtp207968128-14993) [n:127.0.0.1:42939_zv_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:45391_zv_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3422410 INFO
(OverseerCollectionConfigSetProcessor-98356104600682500-127.0.0.1:42939_zv_-n_0000000000)
[n:127.0.0.1:42939_zv_ ] 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> 3422411 INFO
(OverseerThreadFactory-4401-thread-3-processing-n:127.0.0.1:42939_zv_)
[n:127.0.0.1:42939_zv_ ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:45391_zv_ for creating new replica
[junit4] 2> 3422439 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 3422440 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 3422593 INFO
(zkCallback-3266-thread-1-processing-n:127.0.0.1:45391_zv_)
[n:127.0.0.1:45391_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 3423536 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 3423575 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema
[collection1_shard2_replica_t0] Schema name=test
[junit4] 2> 3424303 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 3424342 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t0' using configuration from
collection collection1, trusted=true
[junit4] 2> 3424355 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t0' (registry
'solr.core.collection1.shard2.replica_t0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3424355 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 3424355 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SolrCore
[[collection1_shard2_replica_t0] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-1-001/cores/collection1_shard2_replica_t0],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-1-001/cores/collection1_shard2_replica_t0/data/]
[junit4] 2> 3424375 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=25.8212890625,
floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=23.051762197657165,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 3424384 WARN (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
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> 3424587 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 3424588 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3424588 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 3424588 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 3424589 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7122038811875794]
[junit4] 2> 3424589 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1b162c5e[collection1_shard2_replica_t0] main]
[junit4] 2> 3424602 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 3424603 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 3424603 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 3424604 INFO
(searcherExecutor-4415-thread-1-processing-n:127.0.0.1:45391_zv_
x:collection1_shard2_replica_t0 s:shard2 c:collection1) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SolrCore
[collection1_shard2_replica_t0] Registered new searcher
Searcher@1b162c5e[collection1_shard2_replica_t0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3424604 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1573697684906180608
[junit4] 2> 3424625 INFO
(zkCallback-3266-thread-1-processing-n:127.0.0.1:45391_zv_)
[n:127.0.0.1:45391_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 3424626 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 3424626 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 3424626 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:45391/zv_/collection1_shard2_replica_t0/
[junit4] 2> 3424626 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 3424626 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy
http://127.0.0.1:45391/zv_/collection1_shard2_replica_t0/ has no replicas
[junit4] 2> 3424626 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 3424675 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.ZkController
collection1_shard2_replica_t0 stopping background replication from leader
[junit4] 2> 3424677 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:45391/zv_/collection1_shard2_replica_t0/ shard2
[junit4] 2> 3424785 INFO
(zkCallback-3266-thread-1-processing-n:127.0.0.1:45391_zv_)
[n:127.0.0.1:45391_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 3424841 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 3424843 INFO (qtp249079308-15031) [n:127.0.0.1:45391_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2404
[junit4] 2> 3424859 INFO (qtp207968128-14993) [n:127.0.0.1:42939_zv_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:45391_zv_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=2507
[junit4] 2> 3424947 INFO
(zkCallback-3266-thread-1-processing-n:127.0.0.1:45391_zv_)
[n:127.0.0.1:45391_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 3425406 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-2-001
of type TLOG
[junit4] 2> 3425406 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 3425419 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3a3ee821{/zv_,null,AVAILABLE}
[junit4] 2> 3425419 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@69b445{HTTP/1.1,[http/1.1]}{127.0.0.1:43207}
[junit4] 2> 3425419 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.Server Started @3439595ms
[junit4] 2> 3425419 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/zv_, hostPort=43207,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-2-001/cores}
[junit4] 2> 3425420 ERROR
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3425439 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 3425439 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3425439 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 3425439 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-23T07:31:04.718Z
[junit4] 2> 3425528 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 3425529 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-2-001/solr.xml
[junit4] 2> 3425565 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3425638 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44970/solr
[junit4] 2> 3425710 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:43207_zv_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 3425723 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:43207_zv_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3425725 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:43207_zv_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43207_zv_
[junit4] 2> 3425726 INFO
(zkCallback-3266-thread-1-processing-n:127.0.0.1:45391_zv_)
[n:127.0.0.1:45391_zv_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 3425727 INFO
(zkCallback-3254-thread-1-processing-n:127.0.0.1:42939_zv_)
[n:127.0.0.1:42939_zv_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 3425780 INFO
(zkCallback-3272-thread-1-processing-n:127.0.0.1:43207_zv_)
[n:127.0.0.1:43207_zv_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 3425804 INFO (zkCallback-3261-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3426073 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:43207_zv_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3426090 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:43207_zv_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3426090 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:43207_zv_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3426091 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:43207_zv_ ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-2-001/cores
[junit4] 2> 3426471 INFO
(OverseerCollectionConfigSetProcessor-98356104600682500-127.0.0.1:42939_zv_-n_0000000000)
[n:127.0.0.1:42939_zv_ ] 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> 3426482 INFO (qtp207968128-14986) [n:127.0.0.1:42939_zv_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:43207_zv_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3426544 INFO
(OverseerThreadFactory-4401-thread-4-processing-n:127.0.0.1:42939_zv_)
[n:127.0.0.1:42939_zv_ ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:43207_zv_ for creating new replica
[junit4] 2> 3426592 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 3426592 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 3426710 INFO
(zkCallback-3266-thread-1-processing-n:127.0.0.1:45391_zv_)
[n:127.0.0.1:45391_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3426710 INFO
(zkCallback-3272-thread-1-processing-n:127.0.0.1:43207_zv_)
[n:127.0.0.1:43207_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3427680 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 3427756 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema
[collection1_shard1_replica_t0] Schema name=test
[junit4] 2> 3428507 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 3428817 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t0' using configuration from
collection collection1, trusted=true
[junit4] 2> 3428818 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t0' (registry
'solr.core.collection1.shard1.replica_t0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3428818 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 3428818 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SolrCore
[[collection1_shard1_replica_t0] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-2-001/cores/collection1_shard1_replica_t0],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-2-001/cores/collection1_shard1_replica_t0/data/]
[junit4] 2> 3428820 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=25.8212890625,
floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=23.051762197657165,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 3428854 WARN (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
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> 3429344 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 3429344 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3429345 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 3429345 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 3429346 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7122038811875794]
[junit4] 2> 3429346 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@3c81bb4a[collection1_shard1_replica_t0] main]
[junit4] 2> 3429347 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 3429347 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 3429348 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 3429401 INFO
(searcherExecutor-4426-thread-1-processing-n:127.0.0.1:43207_zv_
x:collection1_shard1_replica_t0 s:shard1 c:collection1) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SolrCore
[collection1_shard1_replica_t0] Registered new searcher
Searcher@3c81bb4a[collection1_shard1_replica_t0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3429402 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1573697689937248256
[junit4] 2> 3429439 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 3429439 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 3429439 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:43207/zv_/collection1_shard1_replica_t0/
[junit4] 2> 3429439 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 3429439 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy
http://127.0.0.1:43207/zv_/collection1_shard1_replica_t0/ has no replicas
[junit4] 2> 3429439 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 3429439 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.ZkController
collection1_shard1_replica_t0 stopping background replication from leader
[junit4] 2> 3429440 INFO
(zkCallback-3266-thread-1-processing-n:127.0.0.1:45391_zv_)
[n:127.0.0.1:45391_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3429441 INFO
(zkCallback-3272-thread-1-processing-n:127.0.0.1:43207_zv_)
[n:127.0.0.1:43207_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3429463 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:43207/zv_/collection1_shard1_replica_t0/ shard1
[junit4] 2> 3429584 INFO
(zkCallback-3272-thread-1-processing-n:127.0.0.1:43207_zv_)
[n:127.0.0.1:43207_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3429584 INFO
(zkCallback-3266-thread-1-processing-n:127.0.0.1:45391_zv_)
[n:127.0.0.1:45391_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3429624 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 3429626 INFO (qtp1539924454-15060) [n:127.0.0.1:43207_zv_
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=3034
[junit4] 2> 3429710 INFO (qtp207968128-14986) [n:127.0.0.1:42939_zv_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:43207_zv_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=3228
[junit4] 2> 3429735 INFO
(zkCallback-3272-thread-1-processing-n:127.0.0.1:43207_zv_)
[n:127.0.0.1:43207_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3429750 INFO
(zkCallback-3266-thread-1-processing-n:127.0.0.1:45391_zv_)
[n:127.0.0.1:45391_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3430562 INFO
(OverseerCollectionConfigSetProcessor-98356104600682500-127.0.0.1:42939_zv_-n_0000000000)
[n:127.0.0.1:42939_zv_ ] 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> 3431359 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-3-001
of type TLOG
[junit4] 2> 3431465 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 3431544 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@368f0da0{/zv_,null,AVAILABLE}
[junit4] 2> 3431544 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@62a96f37{HTTP/1.1,[http/1.1]}{127.0.0.1:44973}
[junit4] 2> 3431544 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.Server Started @3445720ms
[junit4] 2> 3431544 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/tempDir-001/jetty3,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/zv_, hostPort=44973,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-3-001/cores}
[junit4] 2> 3431545 ERROR
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3431636 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 3431636 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3431636 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 3431636 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-23T07:31:10.915Z
[junit4] 2> 3431689 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 3431689 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-3-001/solr.xml
[junit4] 2> 3431727 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3431762 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44970/solr
[junit4] 2> 3431837 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:44973_zv_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 3431837 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:44973_zv_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3431855 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:44973_zv_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44973_zv_
[junit4] 2> 3431909 INFO
(zkCallback-3272-thread-1-processing-n:127.0.0.1:43207_zv_)
[n:127.0.0.1:43207_zv_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 3431966 INFO (zkCallback-3261-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3431909 INFO
(zkCallback-3254-thread-1-processing-n:127.0.0.1:42939_zv_)
[n:127.0.0.1:42939_zv_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 3431909 INFO
(zkCallback-3266-thread-1-processing-n:127.0.0.1:45391_zv_)
[n:127.0.0.1:45391_zv_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 3432123 INFO
(zkCallback-3278-thread-1-processing-n:127.0.0.1:44973_zv_)
[n:127.0.0.1:44973_zv_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 3432442 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:44973_zv_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3432478 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:44973_zv_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3432478 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:44973_zv_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3432479 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125])
[n:127.0.0.1:44973_zv_ ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-3-001/cores
[junit4] 2> 3432733 INFO (qtp207968128-14987) [n:127.0.0.1:42939_zv_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:44973_zv_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3432738 INFO
(OverseerThreadFactory-4401-thread-5-processing-n:127.0.0.1:42939_zv_)
[n:127.0.0.1:42939_zv_ ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:44973_zv_ for creating new replica
[junit4] 2> 3432749 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 3432749 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 3432755 INFO
(zkCallback-3272-thread-1-processing-n:127.0.0.1:43207_zv_)
[n:127.0.0.1:43207_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3432755 INFO
(zkCallback-3266-thread-1-processing-n:127.0.0.1:45391_zv_)
[n:127.0.0.1:45391_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3432765 INFO
(zkCallback-3278-thread-1-processing-n:127.0.0.1:44973_zv_)
[n:127.0.0.1:44973_zv_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3433871 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 3433947 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema
[collection1_shard2_replica_t1] Schema name=test
[junit4] 2> 3434807 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 3434877 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t1' using configuration from
collection collection1, trusted=true
[junit4] 2> 3434877 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t1' (registry
'solr.core.collection1.shard2.replica_t1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65953b52
[junit4] 2> 3434878 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 3434891 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrCore
[[collection1_shard2_replica_t1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-3-001/cores/collection1_shard2_replica_t1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001/shard-3-001/cores/collection1_shard2_replica_t1/data/]
[junit4] 2> 3434893 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=25.8212890625,
floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=23.051762197657165,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 3434944 WARN (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
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> 3435145 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 3435145 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3435163 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 3435163 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 3435164 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7122038811875794]
[junit4] 2> 3435164 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@56bda6ca[collection1_shard2_replica_t1] main]
[junit4] 2> 3435165 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 3435165 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 3435165 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 3435166 INFO
(searcherExecutor-4437-thread-1-processing-n:127.0.0.1:44973_zv_
x:collection1_shard2_replica_t1 s:shard2 c:collection1) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrCore
[collection1_shard2_replica_t1] Registered new searcher
Searcher@56bda6ca[collection1_shard2_replica_t1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3435178 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1573697695993823232
[junit4] 2> 3435181 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_t1
[junit4] 2> 3435211 INFO
(updateExecutor-3275-thread-1-processing-n:127.0.0.1:44973_zv_
x:collection1_shard2_replica_t1 s:shard2 c:collection1) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 3435212 INFO (qtp145318104-15086) [n:127.0.0.1:44973_zv_
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2462
[junit4] 2> 3435243 INFO
(recoveryExecutor-3276-thread-1-processing-n:127.0.0.1:44973_zv_
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:44973_zv_ c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 3435244 INFO (recoveryExecutor-3276-thread-1-p
[...truncated too long message...]
5]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.cluster, tag=null
[junit4] 2> 3457229 INFO (coreCloseExecutor-4476-thread-1)
[n:127.0.0.1:34954_zv_ c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_t1] o.a.s.c.SolrCore
[collection1_shard1_replica_t1] CLOSING SolrCore
org.apache.solr.core.SolrCore@705d4862
[junit4] 2> 3457247 INFO (coreCloseExecutor-4476-thread-1)
[n:127.0.0.1:34954_zv_ c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_t1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard1.replica_t1, tag=1885161570
[junit4] 2> 3457283 INFO (coreCloseExecutor-4476-thread-1)
[n:127.0.0.1:34954_zv_ c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_t1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard1.leader, tag=1885161570
[junit4] 2> 3457312 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.Overseer Overseer
(id=98356104600682514-127.0.0.1:34954_zv_-n_0000000004) closing
[junit4] 2> 3457320 INFO
(OverseerStateUpdate-98356104600682514-127.0.0.1:34954_zv_-n_0000000004)
[n:127.0.0.1:34954_zv_ ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:34954_zv_
[junit4] 2> 3458873 WARN
(zkCallback-3285-thread-2-processing-n:127.0.0.1:34954_zv_)
[n:127.0.0.1:34954_zv_ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 3458880 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@84c3945{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 3458880 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@582df214{/zv_,null,UNAVAILABLE}
[junit4] 2> 3458900 ERROR
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
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> 3458901 INFO
(TEST-BasicDistributedZk2Test.test-seed#[732C73DECA4EE125]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:44970 44970
[junit4] 2> 3459437 INFO (Thread-1865) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:44970 44970
[junit4] 2> 3459438 WARN (Thread-1865) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 8 /solr/aliases.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> 8 /solr/clusterstate.json
[junit4] 2> 8 /solr/clusterprops.json
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 8 /solr/live_nodes
[junit4] 2> 8 /solr/collections
[junit4] 2> 4 /solr/overseer/queue
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=BasicDistributedZk2Test -Dtests.method=test
-Dtests.seed=732C73DECA4EE125 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=sr-CS -Dtests.timezone=America/Indianapolis -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 45.6s J0 | BasicDistributedZk2Test.test <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: Could not
load collection from ZK: onenodecollection
[junit4] > at
__randomizedtesting.SeedInfo.seed([732C73DECA4EE125:FB784C0464B28CDD]:0)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1112)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:646)
[junit4] > at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:213)
[junit4] > at
org.apache.solr.common.cloud.ClusterState.hasCollection(ClusterState.java:115)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:346)
[junit4] > at
org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:168)
[junit4] > at
org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:80)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =
Session expired for /collections/onenodecollection/state.json
[junit4] > at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] > at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] > at
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
[junit4] > at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1124)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1110)
[junit4] > ... 47 more
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_732C73DECA4EE125-001
[junit4] 2> Jul 23, 2017 7:31:38 AM
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): {},
docValues:{}, maxPointsInLeafNode=651, maxMBSortInHeap=7.06120097111468,
sim=RandomSimilarity(queryNorm=false): {}, locale=sr-CS,
timezone=America/Indianapolis
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_131 (64-bit)/cpus=4,threads=1,free=345841664,total=527433728
[junit4] 2> NOTE: All tests run in this JVM: [HdfsSyncSliceTest,
RequestHandlersTest, TestFieldCacheSort, TestFieldSortValues,
FieldAnalysisRequestHandlerTest, TestCustomStream, TestQuerySenderNoQuery,
TestCrossCoreJoin, TestStressLiveNodes, ExitableDirectoryReaderTest,
TestClassNameShortening, EchoParamsTest, SolrRequestParserTest,
StatsReloadRaceTest, CdcrBootstrapTest, TestTestInjection, TestReloadDeadlock,
TestPrepRecovery, OutputWriterTest, TestExpandComponent,
ClassificationUpdateProcessorFactoryTest, TestHalfAndHalfDocValues,
DistributedQueryElevationComponentTest, TestEmbeddedSolrServerConstructors,
CdcrRequestHandlerTest, SolrCLIZkUtilsTest, SpellingQueryConverterTest,
TestSolrConfigHandlerConcurrent, SuggestComponentContextFilterQueryTest,
TestIBSimilarityFactory, ReplicationFactorTest, TestHashQParserPlugin,
TemplateUpdateProcessorTest, TestDocumentBuilder, TestOmitPositions,
ManagedSchemaRoundRobinCloudTest, TestBlendedInfixSuggestions,
TestSolrDeletionPolicy1, TestRandomFlRTGCloud, TestCryptoKeys,
BlobRepositoryCloudTest, RecoveryAfterSoftCommitTest,
TestDownShardTolerantSearch, TestCloudJSONFacetJoinDomain,
TestComplexPhraseLeadingWildcard, OpenExchangeRatesOrgProviderTest,
CreateCollectionCleanupTest, WrapperMergePolicyFactoryTest,
TestTolerantUpdateProcessorRandomCloud, DistributedSpellCheckComponentTest,
TestBlobHandler, TestConfigSetProperties,
BigEndianAscendingWordDeserializerTest, TestManagedResourceStorage,
TestCollationField, TestDFISimilarityFactory, TestReloadAndDeleteDocs,
AnalyticsMergeStrategyTest, TestExceedMaxTermLength, CursorPagingTest,
ChaosMonkeySafeLeaderWithPullReplicasTest, ZkNodePropsTest, MetricsConfigTest,
BooleanFieldTest, AddSchemaFieldsUpdateProcessorFactoryTest,
TestSubQueryTransformerCrossCore, TestRemoteStreaming, TestPhraseSuggestions,
TestBackupRepositoryFactory, TestSSLRandomization,
TestReplicationHandlerBackup, TestCSVLoader, TestInfoStreamLogging,
TestFastOutputStream, HdfsUnloadDistributedZkTest,
DistributedSuggestComponentTest, SyncSliceTest,
DeleteLastCustomShardedReplicaTest, TestNumericTerms64, TestJoin,
TestWordDelimiterFilterFactory, TestManagedSchemaThreadSafety,
TestHighlightDedupGrouping, PluginInfoTest, TestPayloadScoreQParserPlugin,
TestBadConfig, TestSolrConfigHandler, TestObjectReleaseTracker,
TestSmileRequest, TestLazyCores, TestWriterPerf,
TestTrackingShardHandlerFactory, SolrCloudReportersTest,
DistributedFacetPivotWhiteBoxTest, NodeMutatorTest, SolrCoreTest,
TestAuthenticationFramework, TestSchemalessBufferedUpdates, TestSchemaResource,
TestAuthorizationFramework, UpdateParamsTest, OverseerStatusTest,
RAMDirectoryFactoryTest, TestSolrQueryParser, ConjunctionSolrSpellCheckerTest,
TestCloudRecovery, DefaultValueUpdateProcessorTest,
OverseerCollectionConfigSetProcessorTest, TestClusterStateMutator,
TestIndexingPerformance, CoreMergeIndexesAdminHandlerTest,
TestLuceneMatchVersion, TestMacros, SolrGraphiteReporterTest,
LeaderElectionIntegrationTest, HttpPartitionTest, SolrIndexConfigTest,
BasicDistributedZk2Test]
[junit4] Completed [365/727 (2!)] on J0 in 46.40s, 1 test, 1 error <<<
FAILURES!
[...truncated 44610 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]