Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6337/ Java: 64bit/jdk1.8.0_112 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed. FAILED: org.apache.solr.cloud.PeerSyncReplicationTest.test Error Message: timeout waiting to see all nodes active Stack Trace: java.lang.AssertionError: timeout waiting to see all nodes active at __randomizedtesting.SeedInfo.seed([8F0C9F648EFB0711:758A0BE20076AE9]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.PeerSyncReplicationTest.waitTillNodesActive(PeerSyncReplicationTest.java:311) at org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:262) at org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:244) at org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:133) 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:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462) 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:367) at java.lang.Thread.run(Thread.java:745) FAILED: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail Error Message: expected:<200> but was:<404> Stack Trace: java.lang.AssertionError: expected:<200> but was:<404> at __randomizedtesting.SeedInfo.seed([8F0C9F648EFB0711:E7B3AA4E5E6115FD]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at org.junit.Assert.assertEquals(Assert.java:472) at org.junit.Assert.assertEquals(Assert.java:456) at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140) at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:294) 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:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462) 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:367) at java.lang.Thread.run(Thread.java:745) Build Log: [...truncated 11274 lines...] [junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest [junit4] 2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\init-core-data-001 [junit4] 2> 548588 INFO (SUITE-PeerSyncReplicationTest-seed#[8F0C9F648EFB0711]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) [junit4] 2> 548589 INFO (SUITE-PeerSyncReplicationTest-seed#[8F0C9F648EFB0711]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: / [junit4] 2> 548592 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 548594 INFO (Thread-856) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 548594 INFO (Thread-856) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 548694 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.ZkTestServer start zk server on port:58072 [junit4] 2> 548723 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 548728 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml [junit4] 2> 548730 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 548733 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 548735 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 548738 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml [junit4] 2> 548741 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 548743 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 548745 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 548746 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 548748 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 548755 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 0x15971dea1f40002, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 549478 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\control-001\cores\collection1 [junit4] 2> 549484 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 549485 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42f5bbf6{/,null,AVAILABLE} [junit4] 2> 549489 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@44639259{SSL,[ssl, http/1.1]}{127.0.0.1:58082} [junit4] 2> 549489 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.Server Started @553694ms [junit4] 2> 549489 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\tempDir-001/control/data, hostContext=/, hostPort=58082, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\control-001\cores} [junit4] 2> 549489 ERROR (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 549490 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.0.0 [junit4] 2> 549490 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 549490 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 549490 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-01-06T03:42:13.870Z [junit4] 2> 549500 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 549502 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\control-001\solr.xml [junit4] 2> 549520 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58072/solr [junit4] 2> 549584 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58082_ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58082_ [junit4] 2> 549587 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58082_ ] o.a.s.c.Overseer Overseer (id=97234067978977285-127.0.0.1:58082_-n_0000000000) starting [junit4] 2> 549600 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58082_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58082_ [junit4] 2> 549604 INFO (OverseerStateUpdate-97234067978977285-127.0.0.1:58082_-n_0000000000) [n:127.0.0.1:58082_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 549683 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58082_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\control-001\cores [junit4] 2> 549683 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58082_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 549693 INFO (OverseerStateUpdate-97234067978977285-127.0.0.1:58082_-n_0000000000) [n:127.0.0.1:58082_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 550730 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 550767 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 550904 WARN (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 550907 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 550940 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 550982 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\control-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\control-001\cores\collection1\data\] [junit4] 2> 550982 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@50d438f0 [junit4] 2> 550990 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.30204751107919525] [junit4] 2> 551007 WARN (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] 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> 551033 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 551033 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 551035 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 551035 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 551035 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=2.8994140625, floorSegmentMB=1.6591796875, forceMergeDeletesPctAllowed=22.734639679664426, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.746654550834059 [junit4] 2> 551036 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@71cb1fc5[collection1] main] [junit4] 2> 551037 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 551039 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 551040 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 551042 INFO (searcherExecutor-1768-thread-1-processing-n:127.0.0.1:58082_ x:collection1 c:control_collection) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@71cb1fc5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 551043 INFO (coreLoadExecutor-1767-thread-1-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ c:control_collection x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1555745090225307648 [junit4] 2> 551059 INFO (coreZkRegister-1760-thread-1-processing-n:127.0.0.1:58082_ x:collection1 c:control_collection) [n:127.0.0.1:58082_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 551059 INFO (coreZkRegister-1760-thread-1-processing-n:127.0.0.1:58082_ x:collection1 c:control_collection) [n:127.0.0.1:58082_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 551059 INFO (coreZkRegister-1760-thread-1-processing-n:127.0.0.1:58082_ x:collection1 c:control_collection) [n:127.0.0.1:58082_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:58082/collection1/ [junit4] 2> 551059 INFO (coreZkRegister-1760-thread-1-processing-n:127.0.0.1:58082_ x:collection1 c:control_collection) [n:127.0.0.1:58082_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 551059 INFO (coreZkRegister-1760-thread-1-processing-n:127.0.0.1:58082_ x:collection1 c:control_collection) [n:127.0.0.1:58082_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:58082/collection1/ has no replicas [junit4] 2> 551072 INFO (coreZkRegister-1760-thread-1-processing-n:127.0.0.1:58082_ x:collection1 c:control_collection) [n:127.0.0.1:58082_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:58082/collection1/ shard1 [junit4] 2> 551227 INFO (coreZkRegister-1760-thread-1-processing-n:127.0.0.1:58082_ x:collection1 c:control_collection) [n:127.0.0.1:58082_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 551348 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 551350 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58072/solr ready [junit4] 2> 551350 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 551350 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2 [junit4] 2> 552330 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-1-001\cores\collection1 [junit4] 2> 552334 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-1-001 [junit4] 2> 552342 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 552344 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63ead738{/,null,AVAILABLE} [junit4] 2> 552356 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@5a0d0e5a{SSL,[ssl, http/1.1]}{127.0.0.1:58100} [junit4] 2> 552356 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.Server Started @556560ms [junit4] 2> 552356 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=58100, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-1-001\cores} [junit4] 2> 552356 ERROR (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 552360 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.0.0 [junit4] 2> 552361 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 552361 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 552361 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-01-06T03:42:16.741Z [junit4] 2> 552399 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 552399 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-1-001\solr.xml [junit4] 2> 552434 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58072/solr [junit4] 2> 552456 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58100_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 552464 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58100_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58100_ [junit4] 2> 552467 INFO (zkCallback-655-thread-2-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 552473 INFO (zkCallback-659-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 552468 INFO (zkCallback-665-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 552514 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58100_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-1-001\cores [junit4] 2> 552514 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58100_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 552527 INFO (OverseerStateUpdate-97234067978977285-127.0.0.1:58082_-n_0000000000) [n:127.0.0.1:58082_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 552633 INFO (zkCallback-665-thread-2-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ ] 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> 553557 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 553579 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 553810 WARN (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 553814 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 553850 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 553852 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-1-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-1-001\cores\collection1\data\] [junit4] 2> 553852 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@50d438f0 [junit4] 2> 553859 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.30204751107919525] [junit4] 2> 553872 WARN (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] 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> 553893 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 553893 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 553895 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 553895 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 553897 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=2.8994140625, floorSegmentMB=1.6591796875, forceMergeDeletesPctAllowed=22.734639679664426, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.746654550834059 [junit4] 2> 553899 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e385e29[collection1] main] [junit4] 2> 553902 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 553903 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 553903 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 553913 INFO (searcherExecutor-1779-thread-1-processing-n:127.0.0.1:58100_ x:collection1 c:collection1) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7e385e29[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 553913 INFO (coreLoadExecutor-1778-thread-1-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1555745093234720768 [junit4] 2> 553923 INFO (coreZkRegister-1773-thread-1-processing-n:127.0.0.1:58100_ x:collection1 c:collection1) [n:127.0.0.1:58100_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 553923 INFO (coreZkRegister-1773-thread-1-processing-n:127.0.0.1:58100_ x:collection1 c:collection1) [n:127.0.0.1:58100_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 553923 INFO (coreZkRegister-1773-thread-1-processing-n:127.0.0.1:58100_ x:collection1 c:collection1) [n:127.0.0.1:58100_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:58100/collection1/ [junit4] 2> 553923 INFO (coreZkRegister-1773-thread-1-processing-n:127.0.0.1:58100_ x:collection1 c:collection1) [n:127.0.0.1:58100_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 553923 INFO (coreZkRegister-1773-thread-1-processing-n:127.0.0.1:58100_ x:collection1 c:collection1) [n:127.0.0.1:58100_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:58100/collection1/ has no replicas [junit4] 2> 553930 INFO (coreZkRegister-1773-thread-1-processing-n:127.0.0.1:58100_ x:collection1 c:collection1) [n:127.0.0.1:58100_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:58100/collection1/ shard1 [junit4] 2> 554037 INFO (zkCallback-665-thread-2-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ ] 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> 554083 INFO (coreZkRegister-1773-thread-1-processing-n:127.0.0.1:58100_ x:collection1 c:collection1) [n:127.0.0.1:58100_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 554189 INFO (zkCallback-665-thread-2-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ ] 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> 554894 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-2-001\cores\collection1 [junit4] 2> 554898 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-2-001 [junit4] 2> 554900 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 554902 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7526ce5b{/,null,AVAILABLE} [junit4] 2> 554903 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@3a08092d{SSL,[ssl, http/1.1]}{127.0.0.1:58112} [junit4] 2> 554904 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.Server Started @559108ms [junit4] 2> 554904 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=58112, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-2-001\cores} [junit4] 2> 554904 ERROR (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 554906 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.0.0 [junit4] 2> 554906 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 554906 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 554906 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-01-06T03:42:19.286Z [junit4] 2> 554915 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 0x15971dea1f4000b, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 554916 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 554916 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-2-001\solr.xml [junit4] 2> 554937 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58072/solr [junit4] 2> 554945 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 0x15971dea1f4000c, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 554961 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58112_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 554970 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58112_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58112_ [junit4] 2> 554980 INFO (zkCallback-665-thread-2-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 554981 INFO (zkCallback-659-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 554981 INFO (zkCallback-671-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 554981 INFO (zkCallback-655-thread-2-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 555059 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58112_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-2-001\cores [junit4] 2> 555059 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58112_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 555064 INFO (OverseerStateUpdate-97234067978977285-127.0.0.1:58082_-n_0000000000) [n:127.0.0.1:58082_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 555168 INFO (zkCallback-665-thread-2-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ ] 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> 555168 INFO (zkCallback-671-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ ] 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> 556113 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 556140 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 556280 WARN (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 556284 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 556311 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 556311 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-2-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-2-001\cores\collection1\data\] [junit4] 2> 556311 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@50d438f0 [junit4] 2> 556317 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.30204751107919525] [junit4] 2> 556335 WARN (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] 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> 556356 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 556356 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 556359 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 556359 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 556362 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=2.8994140625, floorSegmentMB=1.6591796875, forceMergeDeletesPctAllowed=22.734639679664426, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.746654550834059 [junit4] 2> 556367 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@62001b71[collection1] main] [junit4] 2> 556368 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 556370 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 556370 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 556372 INFO (searcherExecutor-1790-thread-1-processing-n:127.0.0.1:58112_ x:collection1 c:collection1) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@62001b71[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 556372 INFO (coreLoadExecutor-1789-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1555745095813169152 [junit4] 2> 556385 INFO (coreZkRegister-1784-thread-1-processing-n:127.0.0.1:58112_ x:collection1 c:collection1) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1 [junit4] 2> 556388 INFO (updateExecutor-668-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery [junit4] 2> 556392 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true [junit4] 2> 556394 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]] [junit4] 2> 556394 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1] [junit4] 2> 556394 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4] 2> 556394 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [https://127.0.0.1:58100/collection1/] and I am [https://127.0.0.1:58112/collection1/] [junit4] 2> 556411 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:58100]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:58112_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true] [junit4] 2> 556442 INFO (qtp631645693-3958) [n:127.0.0.1:58100_ ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true [junit4] 2> 556444 INFO (qtp631645693-3958) [n:127.0.0.1:58100_ ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering [junit4] 2> 556444 INFO (qtp631645693-3958) [n:127.0.0.1:58100_ ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:58112_, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"collection1","base_url":"https://127.0.0.1:58112","node_name":"127.0.0.1:58112_","state":"down"} [junit4] 2> 556510 INFO (zkCallback-671-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ ] 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> 556510 INFO (zkCallback-665-thread-2-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ ] 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> 557315 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-3-001\cores\collection1 [junit4] 2> 557319 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-3-001 [junit4] 2> 557332 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 557337 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3aaa3d2a{/,null,AVAILABLE} [junit4] 2> 557338 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@5a5cecbe{SSL,[ssl, http/1.1]}{127.0.0.1:58125} [junit4] 2> 557339 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.e.j.s.Server Started @561543ms [junit4] 2> 557339 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=58125, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-3-001\cores} [junit4] 2> 557339 ERROR (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 557339 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.0.0 [junit4] 2> 557339 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 557339 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 557339 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-01-06T03:42:21.719Z [junit4] 2> 557348 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 0x15971dea1f4000e, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 557350 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 557350 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-3-001\solr.xml [junit4] 2> 557379 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58072/solr [junit4] 2> 557415 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 0x15971dea1f4000f, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 557432 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58125_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 557439 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58125_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58125_ [junit4] 2> 557444 INFO (qtp631645693-3958) [n:127.0.0.1:58100_ ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:58112_, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"collection1","base_url":"https://127.0.0.1:58112","node_name":"127.0.0.1:58112_","state":"recovering"} [junit4] 2> 557444 INFO (qtp631645693-3958) [n:127.0.0.1:58100_ ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds. [junit4] 2> 557444 INFO (qtp631645693-3958) [n:127.0.0.1:58100_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:58112_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1002 [junit4] 2> 557445 INFO (zkCallback-678-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 557445 INFO (zkCallback-655-thread-3-processing-n:127.0.0.1:58082_) [n:127.0.0.1:58082_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 557445 INFO (zkCallback-671-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 557445 INFO (zkCallback-665-thread-2-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 557447 INFO (zkCallback-659-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 557475 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58125_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-3-001\cores [junit4] 2> 557475 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [n:127.0.0.1:58125_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 557513 INFO (OverseerStateUpdate-97234067978977285-127.0.0.1:58082_-n_0000000000) [n:127.0.0.1:58082_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 557625 INFO (zkCallback-671-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ ] 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> 557625 INFO (zkCallback-665-thread-2-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ ] 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> 557625 INFO (zkCallback-678-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ ] 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> 558528 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 558560 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 558665 WARN (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 558668 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 558692 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 558692 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-3-001\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_8F0C9F648EFB0711-001\shard-3-001\cores\collection1\data\] [junit4] 2> 558693 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@50d438f0 [junit4] 2> 558699 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.30204751107919525] [junit4] 2> 558710 WARN (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] 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> 558735 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 558736 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 558739 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 558740 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 558740 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=2.8994140625, floorSegmentMB=1.6591796875, forceMergeDeletesPctAllowed=22.734639679664426, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.746654550834059 [junit4] 2> 558753 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@52823e07[collection1] main] [junit4] 2> 558755 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 558755 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 558755 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 558758 INFO (searcherExecutor-1801-thread-1-processing-n:127.0.0.1:58125_ x:collection1 c:collection1) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@52823e07[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 558758 INFO (coreLoadExecutor-1800-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1555745098315071488 [junit4] 2> 558764 INFO (coreZkRegister-1795-thread-1-processing-n:127.0.0.1:58125_ x:collection1 c:collection1) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1 [junit4] 2> 558765 INFO (updateExecutor-675-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery [junit4] 2> 558766 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true [junit4] 2> 558766 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]] [junit4] 2> 558766 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1] [junit4] 2> 558766 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4] 2> 558766 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [https://127.0.0.1:58100/collection1/] and I am [https://127.0.0.1:58125/collection1/] [junit4] 2> 558773 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:58100]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:58125_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true] [junit4] 2> 558782 INFO (qtp631645693-3951) [n:127.0.0.1:58100_ ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true [junit4] 2> 558784 INFO (qtp631645693-3951) [n:127.0.0.1:58100_ ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering [junit4] 2> 558784 INFO (qtp631645693-3951) [n:127.0.0.1:58100_ ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:58125_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"https://127.0.0.1:58125","node_name":"127.0.0.1:58125_","state":"down"} [junit4] 2> 558874 INFO (zkCallback-671-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ ] 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> 558874 INFO (zkCallback-665-thread-2-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ ] 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> 558874 INFO (zkCallback-678-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ ] 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> 559131 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.SolrTestCaseJ4 ###Starting test [junit4] 2> 559131 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30 for each attempt [junit4] 2> 559131 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30 [junit4] 2> 559785 INFO (qtp631645693-3951) [n:127.0.0.1:58100_ ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:58125_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"https://127.0.0.1:58125","node_name":"127.0.0.1:58125_","state":"recovering"} [junit4] 2> 559785 INFO (qtp631645693-3951) [n:127.0.0.1:58100_ ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds. [junit4] 2> 559785 INFO (qtp631645693-3951) [n:127.0.0.1:58100_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:58125_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1002 [junit4] 2> 564447 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [https://127.0.0.1:58100/collection1/] - recoveringAfterStartup=[true] [junit4] 2> 564447 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=https://127.0.0.1:58112 START replicas=[https://127.0.0.1:58100/collection1/] nUpdates=1000 [junit4] 2> 564465 INFO (qtp631645693-3958) [n:127.0.0.1:58100_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:1.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0} [junit4] 2> 564465 INFO (qtp631645693-3958) [n:127.0.0.1:58100_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1] webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=2 [junit4] 2> 564470 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:2.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0} [junit4] 2> 564470 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync [junit4] 2> 564470 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 564470 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 564471 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 564471 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful. [junit4] 2> 564471 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync. [junit4] 2> 564471 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy No replay needed. [junit4] 2> 564471 INFO (recoveryExecutor-669-thread-1-processing-n:127.0.0.1:58112_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58112_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery. [junit4] 2> 564474 INFO (zkCallback-665-thread-2-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ ] 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> 564474 INFO (zkCallback-671-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ ] 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> 564474 INFO (zkCallback-678-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ ] 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> 566786 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [https://127.0.0.1:58100/collection1/] - recoveringAfterStartup=[true] [junit4] 2> 566786 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=https://127.0.0.1:58125 START replicas=[https://127.0.0.1:58100/collection1/] nUpdates=1000 [junit4] 2> 566796 INFO (qtp631645693-3955) [n:127.0.0.1:58100_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0} [junit4] 2> 566796 INFO (qtp631645693-3955) [n:127.0.0.1:58100_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1] webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 566796 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0} [junit4] 2> 566796 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync [junit4] 2> 566797 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 566797 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 566798 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 566798 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful. [junit4] 2> 566798 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync. [junit4] 2> 566798 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed. [junit4] 2> 566798 INFO (recoveryExecutor-676-thread-1-processing-n:127.0.0.1:58125_ x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:58125_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery. [junit4] 2> 566802 INFO (zkCallback-665-thread-2-processing-n:127.0.0.1:58100_) [n:127.0.0.1:58100_ ] 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> 566803 INFO (zkCallback-671-thread-1-processing-n:127.0.0.1:58112_) [n:127.0.0.1:58112_ ] 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> 566803 INFO (zkCallback-678-thread-1-processing-n:127.0.0.1:58125_) [n:127.0.0.1:58125_ ] 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> 567142 INFO (TEST-PeerSyncReplicationTest.test-seed#[8F0C9F648EFB0711]) [ ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1 [junit4] 2> 567169 INFO (qtp929046325-3914) [n:127.0.0.1:58082_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 567171 INFO (qtp929046325-3914) [n:127.0.0.1:58082_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 567173 INFO (qtp929046325-3914) [n:127.0.0.1:58082_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 567173 INFO (qtp929046325-3914) [n:127.0.0.1:58082_ c:control_collection s:shar [...truncated too long message...] okenRemover received java.lang.InterruptedException: sleep interrupted [junit4] 2> 2314698 INFO (jetty-launcher-3605-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4363bcc0{/solr,null,UNAVAILABLE} [junit4] 2> 2314700 INFO (SUITE-TestSolrCloudWithDelegationTokens-seed#[8F0C9F648EFB0711]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54092 54092 [junit4] 2> 2314701 INFO (Thread-4640) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54092 54092 [junit4] 2> 2314703 WARN (Thread-4640) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 12 /solr/aliases.json [junit4] 2> 12 /solr/clusterprops.json [junit4] 2> 2 /solr/security.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 12 /solr/clusterstate.json [junit4] 2> 4 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 12 /solr/live_nodes [junit4] 2> 12 /solr/collections [junit4] 2> 7 /solr/overseer/collection-queue-work [junit4] 2> 3 /solr/overseer/queue [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot [junit4] 2> 2 /solr/overseer/queue-work [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot [junit4] 2> [junit4] 2> 2314704 INFO (SUITE-TestSolrCloudWithDelegationTokens-seed#[8F0C9F648EFB0711]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_8F0C9F648EFB0711-001 [junit4] 2> Jan 06, 2017 4:11:39 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 2 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1287, maxMBSortInHeap=5.875289673691964, sim=RandomSimilarity(queryNorm=true): {}, locale=it, timezone=Africa/Bamako [junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_112 (64-bit)/cpus=3,threads=1,free=309778120,total=462979072 [junit4] 2> NOTE: All tests run in this JVM: [CdcrVersionReplicationTest, TestValueSourceCache, DefaultValueUpdateProcessorTest, BigEndianAscendingWordSerializerTest, TestManagedSynonymFilterFactory, TestImpersonationWithHadoopAuth, CollectionsAPISolrJTest, SuggesterTSTTest, LeaderElectionIntegrationTest, RequestLoggingTest, AnalysisErrorHandlingTest, HdfsThreadLeakTest, TestSolrConfigHandlerConcurrent, TestExportWriter, SolrInfoMBeanTest, AutoCommitTest, BlockCacheTest, TestClusterProperties, BooleanFieldTest, TestConfigOverlay, TestCoreDiscovery, TestRandomFaceting, InfoHandlerTest, DistribCursorPagingTest, TestFilteredDocIdSet, CdcrReplicationHandlerTest, TestFieldCacheSanityChecker, TestSuggestSpellingConverter, SolrGangliaReporterTest, TestDownShardTolerantSearch, TestComplexPhraseLeadingWildcard, DistributedQueryComponentOptimizationTest, TestBlendedInfixSuggestions, TestFastWriter, RegexBoostProcessorTest, TestRequestForwarding, UtilsToolTest, OverseerModifyCollectionTest, TestSolrDynamicMBean, BasicFunctionalityTest, AnalyticsQueryTest, JsonLoaderTest, ForceLeaderTest, TestCrossCoreJoin, TestDeleteCollectionOnDownNodes, CreateCollectionCleanupTest, TestNonDefinedSimilarityFactory, TestSolrCoreProperties, TestSolr4Spatial2, DistribJoinFromCollectionTest, TestConfigSetsAPIZkFailure, TestJsonFacets, ConnectionReuseTest, UpdateRequestProcessorFactoryTest, DistributedFacetPivotSmallAdvancedTest, PeerSyncReplicationTest, URLClassifyProcessorTest, TestCloudPseudoReturnFields, HLLSerializationTest, StatsReloadRaceTest, TestSolrCLIRunExample, TestBadConfig, TestLMDirichletSimilarityFactory, TestReplicationHandlerBackup, TestSolrCloudWithSecureImpersonation, TestObjectReleaseTracker, ZkStateReaderTest, AliasIntegrationTest, TestStandardQParsers, HdfsCollectionsAPIDistributedZkTest, TestNamedUpdateProcessors, SecurityConfHandlerTest, BlockJoinFacetRandomTest, TestOmitPositions, WordBreakSolrSpellCheckerTest, TestTrieFacet, TestSSLRandomization, SolrMetricReporterTest, BasicAuthIntegrationTest, TestGraphMLResponseWriter, TestSimpleTrackingShardHandler, QueryResultKeyTest, TestInfoStreamLogging, SolrIndexMetricsTest, SolrJmxReporterTest, TestUseDocValuesAsStored2, TestSolrQueryParser, TestManagedSchemaAPI, TestZkChroot, TestSQLHandlerNonCloud, TestOrdValues, ConfigSetsAPITest, TestDistributedStatsComponentCardinality, SpellCheckComponentTest, JSONWriterTest, TestLocalFSCloudBackupRestore, UpdateParamsTest, TermVectorComponentTest, ShardRoutingCustomTest, HighlighterConfigTest, TestRandomFlRTGCloud, ZkSolrClientTest, DateRangeFieldTest, BasicDistributedZk2Test, TestUnifiedSolrHighlighter, TestSolr4Spatial, HdfsBasicDistributedZk2Test, UUIDUpdateProcessorFallbackTest, TestSimpleQParserPlugin, TestQueryUtils, TestDistributedMissingSort, TestConfig, BasicZkTest, ChaosMonkeySafeLeaderTest, IndexSchemaTest, DistributedTermsComponentTest, SharedFSAutoReplicaFailoverTest, TestFieldResource, TestAtomicUpdateErrorCases, TestAnalyzedSuggestions, ReplicationFactorTest, HdfsLockFactoryTest, TestIndexingPerformance, ConjunctionSolrSpellCheckerTest, ConvertedLegacyTest, ClassificationUpdateProcessorIntegrationTest, BufferStoreTest, TestRangeQuery, TestFieldCache, CdcrBootstrapTest, TestFieldTypeResource, ResourceLoaderTest, TestComponentsName, CoreAdminHandlerTest, DistributedIntervalFacetingTest, ScriptEngineTest, TestStressLiveNodes, ExitableDirectoryReaderTest, TestLMJelinekMercerSimilarityFactory, LeaderElectionContextKeyTest, TestSolrQueryParserDefaultOperatorResource, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DistributedVersionInfoTest, TestShortCircuitedRequests, DistributedExpandComponentTest, SolrCoreCheckLockOnStartupTest, OpenCloseCoreStressTest, TestMiniSolrCloudClusterSSL, OverriddenZkACLAndCredentialsProvidersTest, ShowFileRequestHandlerTest, TestSchemaResource, TestManagedResource, TestReRankQParserPlugin, TestAuthenticationFramework, TestUninvertingReader, TestFoldingMultitermQuery, GraphQueryTest, CSVRequestHandlerTest, TestReloadDeadlock, BasicDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, TestReplicationHandler, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, TestJoin, TestStressVersions, StatsComponentTest, BadIndexSchemaTest, TestFiltering, TestFunctionQuery, DirectUpdateHandlerTest, TestIndexSearcher, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, DocValuesTest, DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestRemoteStreaming, DebugComponentTest, LukeRequestHandlerTest, TestWriterPerf, TestQueryTypes, TermsComponentTest, RequestHandlersTest, FieldAnalysisRequestHandlerTest, SolrPluginUtilsTest, ReturnFieldsTest, MBeansHandlerTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestQuerySenderListener, TestSolrIndexConfig, TestQuerySenderNoQuery, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, TestDocSet, TestSearchPerf, TestFuzzyAnalyzedSuggestions, TestLuceneMatchVersion, EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestIBSimilarityFactory, TestJmxMonitoredMap, TestFastLRUCache, PreAnalyzedFieldTest, RAMDirectoryFactoryTest, TestLRUCache, TestDocumentBuilder, SliceStateTest, UUIDFieldTest, CircularListTest, CursorPagingTest, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, AsyncCallRequestStatusResponseTest, CollectionReloadTest, CollectionTooManyReplicasTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DocValuesNotIndexedTest, LeaderFailureAfterFreshStartTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, RollingRestartTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPivotFacet, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestHdfsCloudBackupRestore, TestLeaderElectionWithEmptyReplica, TestLeaderInitiatedRecoveryThread, TestRebalanceLeaders, TestSolrCloudWithDelegationTokens] [junit4] Completed [518/675 (2!)] on J1 in 9.53s, 8 tests, 1 failure <<< FAILURES! [...truncated 62977 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org