Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1091/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
  at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)  
at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)  at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)  at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)  at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
  at sun.reflect.GeneratedConstructorAccessor125.newInstance(Unknown Source)  
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)  at 
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:755)  at 
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:817)  at 
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1067)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:932)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:825)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:927)  at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:571)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
 at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
        at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
        at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)
        at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)
        at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
        at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
        at sun.reflect.GeneratedConstructorAccessor125.newInstance(Unknown 
Source)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:755)
        at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:817)
        at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1067)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:932)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:825)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:927)
        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:571)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)


        at __randomizedtesting.SeedInfo.seed([B47179DEFA09D67B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:289)
        at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
        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$7.evaluate(RandomizedRunner.java:870)
        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.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([B47179DEFA09D67B:3C25460454F5BB83]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.waitTillNodesActive(PeerSyncReplicationTest.java:326)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:277)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:259)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:138)
        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)




Build Log:
[...truncated 11282 lines...]
   [junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/init-core-data-001
   [junit4]   2> 1136832 INFO  
(SUITE-PeerSyncReplicationTest-seed#[B47179DEFA09D67B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1136833 INFO  
(SUITE-PeerSyncReplicationTest-seed#[B47179DEFA09D67B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1136834 INFO  
(SUITE-PeerSyncReplicationTest-seed#[B47179DEFA09D67B]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_syw/
   [junit4]   2> 1136835 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1136836 INFO  (Thread-1482) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1136836 INFO  (Thread-1482) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1136936 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:49759
   [junit4]   2> 1136950 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1136952 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1136954 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1136956 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1136958 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1136959 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1136961 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1136963 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1136964 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1136966 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1136968 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1137136 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/control-001/cores/collection1
   [junit4]   2> 1137137 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1137139 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@676d0e3c{/_syw,null,AVAILABLE}
   [junit4]   2> 1137139 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2f43b0ae{HTTP/1.1,[http/1.1]}{127.0.0.1:38328}
   [junit4]   2> 1137139 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.Server Started @1140913ms
   [junit4]   2> 1137143 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/tempDir-001/control/data,
 hostContext=/_syw, hostPort=38328, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/control-001/cores}
   [junit4]   2> 1137144 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1137144 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1137144 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1137144 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1137144 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-23T00:21:56.092Z
   [junit4]   2> 1137148 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1137148 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/control-001/solr.xml
   [junit4]   2> 1137156 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49759/solr
   [junit4]   2> 1137184 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38328__syw
   [junit4]   2> 1137185 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.Overseer Overseer 
(id=97329539696885764-127.0.0.1:38328__syw-n_0000000000) starting
   [junit4]   2> 1137193 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38328__syw
   [junit4]   2> 1137195 INFO  
(zkCallback-1828-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1137278 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/control-001/cores
   [junit4]   2> 1137278 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1137283 INFO  
(OverseerStateUpdate-97329539696885764-127.0.0.1:38328__syw-n_0000000000) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1137299 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1137319 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1137382 WARN  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw 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> 1137383 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1137398 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 1137398 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/control-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/control-001/cores/collection1/data/]
   [junit4]   2> 1137398 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw 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@fe70110
   [junit4]   2> 1137400 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7787169385760698]
   [junit4]   2> 1137409 WARN  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw 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> 1137421 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1137422 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1137423 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1137423 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1137423 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=86.8525390625, 
floorSegmentMB=1.3291015625, forceMergeDeletesPctAllowed=6.286416370509997, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1137424 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@31815fb4[collection1] main]
   [junit4]   2> 1137426 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1137427 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1137427 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1137428 INFO  
(coreLoadExecutor-2597-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1557272635769880576
   [junit4]   2> 1137438 INFO  
(coreZkRegister-2590-thread-1-processing-n:127.0.0.1:38328__syw x:collection1 
c:control_collection) [n:127.0.0.1:38328__syw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1137438 INFO  
(searcherExecutor-2598-thread-1-processing-n:127.0.0.1:38328__syw x:collection1 
c:control_collection) [n:127.0.0.1:38328__syw c:control_collection   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@31815fb4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1137439 INFO  
(coreZkRegister-2590-thread-1-processing-n:127.0.0.1:38328__syw x:collection1 
c:control_collection) [n:127.0.0.1:38328__syw 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> 1137439 INFO  
(coreZkRegister-2590-thread-1-processing-n:127.0.0.1:38328__syw x:collection1 
c:control_collection) [n:127.0.0.1:38328__syw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38328/_syw/collection1/
   [junit4]   2> 1137439 INFO  
(coreZkRegister-2590-thread-1-processing-n:127.0.0.1:38328__syw x:collection1 
c:control_collection) [n:127.0.0.1:38328__syw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1137439 INFO  
(coreZkRegister-2590-thread-1-processing-n:127.0.0.1:38328__syw x:collection1 
c:control_collection) [n:127.0.0.1:38328__syw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:38328/_syw/collection1/ has no replicas
   [junit4]   2> 1137444 INFO  
(coreZkRegister-2590-thread-1-processing-n:127.0.0.1:38328__syw x:collection1 
c:control_collection) [n:127.0.0.1:38328__syw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:38328/_syw/collection1/ shard1
   [junit4]   2> 1137470 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1137471 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49759/solr ready
   [junit4]   2> 1137471 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1137471 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1137498 INFO  
(coreZkRegister-2590-thread-1-processing-n:127.0.0.1:38328__syw x:collection1 
c:control_collection) [n:127.0.0.1:38328__syw c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1137640 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-1-001/cores/collection1
   [junit4]   2> 1137640 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-1-001
   [junit4]   2> 1137641 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1137643 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18e62003{/_syw,null,AVAILABLE}
   [junit4]   2> 1137643 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4e360c{HTTP/1.1,[http/1.1]}{127.0.0.1:46153}
   [junit4]   2> 1137643 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.Server Started @1141441ms
   [junit4]   2> 1137643 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/_syw, hostPort=46153, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-1-001/cores}
   [junit4]   2> 1137643 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1137648 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1137648 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1137648 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1137648 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-23T00:21:56.596Z
   [junit4]   2> 1137651 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1137651 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-1-001/solr.xml
   [junit4]   2> 1137662 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49759/solr
   [junit4]   2> 1137675 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:46153__syw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1137680 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:46153__syw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46153__syw
   [junit4]   2> 1137684 INFO  (zkCallback-1832-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1137691 INFO  
(zkCallback-1828-thread-3-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1137716 INFO  
(zkCallback-1838-thread-2-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1137766 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:46153__syw    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-1-001/cores
   [junit4]   2> 1137766 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:46153__syw    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1137783 INFO  
(OverseerStateUpdate-97329539696885764-127.0.0.1:38328__syw-n_0000000000) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1137888 INFO  
(zkCallback-1838-thread-2-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] 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> 1139193 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1139206 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1139317 WARN  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw 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> 1139320 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1139341 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1139341 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-1-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1139342 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fe70110
   [junit4]   2> 1139345 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7787169385760698]
   [junit4]   2> 1139352 WARN  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw 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> 1139366 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1139367 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1139367 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1139367 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1139368 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=86.8525390625, 
floorSegmentMB=1.3291015625, forceMergeDeletesPctAllowed=6.286416370509997, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1139369 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4f6fd7c7[collection1] main]
   [junit4]   2> 1139370 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1139371 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1139371 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1139373 INFO  
(searcherExecutor-2609-thread-1-processing-n:127.0.0.1:46153__syw x:collection1 
c:collection1) [n:127.0.0.1:46153__syw c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4f6fd7c7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1139373 INFO  
(coreLoadExecutor-2608-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1557272637809360896
   [junit4]   2> 1139385 INFO  
(coreZkRegister-2603-thread-1-processing-n:127.0.0.1:46153__syw x:collection1 
c:collection1) [n:127.0.0.1:46153__syw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1139385 INFO  
(coreZkRegister-2603-thread-1-processing-n:127.0.0.1:46153__syw x:collection1 
c:collection1) [n:127.0.0.1:46153__syw 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> 1139386 INFO  
(coreZkRegister-2603-thread-1-processing-n:127.0.0.1:46153__syw x:collection1 
c:collection1) [n:127.0.0.1:46153__syw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46153/_syw/collection1/
   [junit4]   2> 1139386 INFO  
(coreZkRegister-2603-thread-1-processing-n:127.0.0.1:46153__syw x:collection1 
c:collection1) [n:127.0.0.1:46153__syw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1139386 INFO  
(coreZkRegister-2603-thread-1-processing-n:127.0.0.1:46153__syw x:collection1 
c:collection1) [n:127.0.0.1:46153__syw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:46153/_syw/collection1/ 
has no replicas
   [junit4]   2> 1139387 INFO  
(zkCallback-1838-thread-2-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] 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> 1139398 INFO  
(coreZkRegister-2603-thread-1-processing-n:127.0.0.1:46153__syw x:collection1 
c:collection1) [n:127.0.0.1:46153__syw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46153/_syw/collection1/ shard1
   [junit4]   2> 1139536 INFO  
(zkCallback-1838-thread-2-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] 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> 1139563 INFO  
(coreZkRegister-2603-thread-1-processing-n:127.0.0.1:46153__syw x:collection1 
c:collection1) [n:127.0.0.1:46153__syw c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1139601 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-2-001/cores/collection1
   [junit4]   2> 1139601 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-2-001
   [junit4]   2> 1139602 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1139604 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@29aa83df{/_syw,null,AVAILABLE}
   [junit4]   2> 1139605 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5e90f4f5{HTTP/1.1,[http/1.1]}{127.0.0.1:35626}
   [junit4]   2> 1139605 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.Server Started @1143534ms
   [junit4]   2> 1139605 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/_syw, hostPort=35626, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-2-001/cores}
   [junit4]   2> 1139605 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1139606 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1139606 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1139606 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1139606 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-23T00:21:58.554Z
   [junit4]   2> 1139609 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1139610 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-2-001/solr.xml
   [junit4]   2> 1139617 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49759/solr
   [junit4]   2> 1139631 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:35626__syw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1139637 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:35626__syw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35626__syw
   [junit4]   2> 1139640 INFO  (zkCallback-1832-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1139641 INFO  
(zkCallback-1838-thread-1-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] 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> 1139641 INFO  
(zkCallback-1844-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1139642 INFO  
(zkCallback-1838-thread-2-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1139643 INFO  
(zkCallback-1828-thread-1-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1139741 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:35626__syw    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-2-001/cores
   [junit4]   2> 1139741 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:35626__syw    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1139751 WARN  
(OverseerStateUpdate-97329539696885764-127.0.0.1:38328__syw-n_0000000000) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.Overseer Bad version writing to ZK using 
compare-and-set, will force refresh cluster state: KeeperErrorCode = BadVersion 
for /collections/collection1/state.json
   [junit4]   2> 1139758 INFO  
(zkCallback-1838-thread-2-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] 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> 1139767 INFO  
(OverseerStateUpdate-97329539696885764-127.0.0.1:38328__syw-n_0000000000) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1139872 INFO  
(zkCallback-1844-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw    ] 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> 1139872 INFO  
(zkCallback-1838-thread-2-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] 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> 1140786 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1140798 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1140924 WARN  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw 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> 1140926 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1140945 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1140945 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-2-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1140946 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fe70110
   [junit4]   2> 1140948 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7787169385760698]
   [junit4]   2> 1140956 WARN  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw 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> 1140971 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1140971 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1140973 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1140973 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1140973 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=86.8525390625, 
floorSegmentMB=1.3291015625, forceMergeDeletesPctAllowed=6.286416370509997, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1140974 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@415ade1d[collection1] main]
   [junit4]   2> 1140976 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1140976 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1140976 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1140977 INFO  
(searcherExecutor-2620-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
c:collection1) [n:127.0.0.1:35626__syw c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@415ade1d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1140978 INFO  
(coreLoadExecutor-2619-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1557272639492325376
   [junit4]   2> 1140983 INFO  
(coreZkRegister-2614-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
c:collection1) [n:127.0.0.1:35626__syw c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1140984 INFO  
(updateExecutor-1841-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 1140985 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 1140985 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 1140985 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1]
   [junit4]   2> 1140985 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw 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> 1140985 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Publishing state 
of core [collection1] as recovering, leader is 
[http://127.0.0.1:46153/_syw/collection1/] and I am 
[http://127.0.0.1:35626/_syw/collection1/]
   [junit4]   2> 1140987 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:46153/_syw]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:35626__syw&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1140990 INFO  (qtp940087244-9180) [n:127.0.0.1:46153__syw    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1140991 INFO  (qtp940087244-9180) [n:127.0.0.1:46153__syw    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 1140991 INFO  (qtp940087244-9180) [n:127.0.0.1:46153__syw    ] 
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:35626__syw, coreNodeName=core_node2, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:35626/_syw","node_name":"127.0.0.1:35626__syw","state":"down"}
   [junit4]   2> 1141095 INFO  
(zkCallback-1844-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw    ] 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> 1141096 INFO  
(zkCallback-1838-thread-2-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] 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> 1141633 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-3-001/cores/collection1
   [junit4]   2> 1141634 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-3-001
   [junit4]   2> 1141635 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1141636 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@42ee813f{/_syw,null,AVAILABLE}
   [junit4]   2> 1141637 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@641bfdcf{HTTP/1.1,[http/1.1]}{127.0.0.1:46671}
   [junit4]   2> 1141637 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.e.j.s.Server Started @1145614ms
   [junit4]   2> 1141637 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/_syw, hostPort=46671, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-3-001/cores}
   [junit4]   2> 1141637 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1141637 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1141637 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1141637 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1141637 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-23T00:22:00.585Z
   [junit4]   2> 1141642 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1141642 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-3-001/solr.xml
   [junit4]   2> 1141649 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49759/solr
   [junit4]   2> 1141666 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:46671__syw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1141677 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:46671__syw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46671__syw
   [junit4]   2> 1141682 INFO  
(zkCallback-1828-thread-2-processing-n:127.0.0.1:38328__syw) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1141683 INFO  
(zkCallback-1838-thread-2-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1141683 INFO  (zkCallback-1832-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1141684 INFO  
(zkCallback-1844-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1141685 INFO  
(zkCallback-1851-thread-2-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1141787 INFO  
(zkCallback-1844-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw    ] 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> 1141789 INFO  
(zkCallback-1838-thread-2-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] 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> 1141894 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:46671__syw    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-3-001/cores
   [junit4]   2> 1141894 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) 
[n:127.0.0.1:46671__syw    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1141926 INFO  
(OverseerStateUpdate-97329539696885764-127.0.0.1:38328__syw-n_0000000000) 
[n:127.0.0.1:38328__syw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1141992 INFO  (qtp940087244-9180) [n:127.0.0.1:46153__syw    ] 
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:35626__syw, coreNodeName=core_node2, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:35626/_syw","node_name":"127.0.0.1:35626__syw","state":"recovering"}
   [junit4]   2> 1141992 INFO  (qtp940087244-9180) [n:127.0.0.1:46153__syw    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1141992 INFO  (qtp940087244-9180) [n:127.0.0.1:46153__syw    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:35626__syw&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> 1142039 INFO  
(zkCallback-1844-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw    ] 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> 1142039 INFO  
(zkCallback-1851-thread-2-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw    ] 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> 1142042 INFO  
(zkCallback-1838-thread-2-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] 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> 1142942 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1142954 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1143028 WARN  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw 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> 1143029 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1143045 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1143045 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-3-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_B47179DEFA09D67B-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1143045 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fe70110
   [junit4]   2> 1143047 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7787169385760698]
   [junit4]   2> 1143055 WARN  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw 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> 1143069 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1143069 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1143070 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1143070 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1143071 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=86.8525390625, 
floorSegmentMB=1.3291015625, forceMergeDeletesPctAllowed=6.286416370509997, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1143072 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5282789d[collection1] main]
   [junit4]   2> 1143078 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1143078 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1143078 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1143080 INFO  
(searcherExecutor-2631-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
c:collection1) [n:127.0.0.1:46671__syw c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5282789d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1143080 INFO  
(coreLoadExecutor-2630-thread-1-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1557272641696432128
   [junit4]   2> 1143086 INFO  
(coreZkRegister-2625-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
c:collection1) [n:127.0.0.1:46671__syw c:collection1 s:shard1 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1143086 INFO  
(updateExecutor-1848-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 1143087 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 1143087 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 1143087 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1]
   [junit4]   2> 1143087 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw 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> 1143087 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state 
of core [collection1] as recovering, leader is 
[http://127.0.0.1:46153/_syw/collection1/] and I am 
[http://127.0.0.1:46671/_syw/collection1/]
   [junit4]   2> 1143090 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:46153/_syw]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:46671__syw&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1143093 INFO  (qtp940087244-9175) [n:127.0.0.1:46153__syw    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1143093 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1143093 INFO  (qtp940087244-9175) [n:127.0.0.1:46153__syw    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 1143093 INFO  (qtp940087244-9175) [n:127.0.0.1:46153__syw    ] 
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:46671__syw, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:46671/_syw","node_name":"127.0.0.1:46671__syw","state":"down"}
   [junit4]   2> 1143093 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30 
for each attempt
   [junit4]   2> 1143093 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[B47179DEFA09D67B]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1143193 INFO  
(zkCallback-1851-thread-2-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw    ] 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> 1143193 INFO  
(zkCallback-1838-thread-2-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] 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> 1143193 INFO  
(zkCallback-1844-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw    ] 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> 1144094 INFO  (qtp940087244-9175) [n:127.0.0.1:46153__syw    ] 
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:46671__syw, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:46671/_syw","node_name":"127.0.0.1:46671__syw","state":"recovering"}
   [junit4]   2> 1144094 INFO  (qtp940087244-9175) [n:127.0.0.1:46153__syw    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1144095 INFO  (qtp940087244-9175) [n:127.0.0.1:46153__syw    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:46671__syw&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> 1148993 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [http://127.0.0.1:46153/_syw/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 1148994 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=http://127.0.0.1:35626/_syw START 
replicas=[http://127.0.0.1:46153/_syw/collection1/] nUpdates=1000
   [junit4]   2> 1148996 INFO  (qtp940087244-9188) [n:127.0.0.1:46153__syw 
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> 1148996 INFO  (qtp940087244-9188) [n:127.0.0.1:46153__syw 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/_syw path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1148997 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 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> 1148997 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw 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> 1148997 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw 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> 1148997 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No 
uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1148998 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1148998 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of 
recovery was successful.
   [junit4]   2> 1148998 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 1148998 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1148998 INFO  
(recoveryExecutor-1842-thread-1-processing-n:127.0.0.1:35626__syw x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:35626__syw c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Registering as 
Active after recovery.
   [junit4]   2> 1149002 INFO  
(zkCallback-1838-thread-2-processing-n:127.0.0.1:46153__syw) 
[n:127.0.0.1:46153__syw    ] 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> 1149003 INFO  
(zkCallback-1851-thread-2-processing-n:127.0.0.1:46671__syw) 
[n:127.0.0.1:46671__syw    ] 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> 1149003 INFO  
(zkCallback-1844-thread-1-processing-n:127.0.0.1:35626__syw) 
[n:127.0.0.1:35626__syw    ] 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> 1151096 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [http://127.0.0.1:46153/_syw/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 1151096 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=http://127.0.0.1:46671/_syw START 
replicas=[http://127.0.0.1:46153/_syw/collection1/] nUpdates=1000
   [junit4]   2> 1151099 INFO  (qtp940087244-9180) [n:127.0.0.1:46153__syw 
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> 1151099 INFO  (qtp940087244-9180) [n:127.0.0.1:46153__syw 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/_syw path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1151100 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw 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> 1151100 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw 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> 1151100 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw 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> 1151100 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No 
uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1151101 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1151101 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46671__syw c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of 
recovery was successful.
   [junit4]   2> 1151101 INFO  
(recoveryExecutor-1849-thread-1-processing-n:127.0.0.1:46671__syw x:collection1 
s:shard1 c:collection1 r:cor

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

Total(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> 3048954 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B47179DEFA09D67B]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:57323 57323
   [junit4]   2> 3048954 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B47179DEFA09D67B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{rnd_b=FSTOrd50, _version_=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_t=PostingsFormat(name=MockRandom), a_i=FSTOrd50, id=FSTOrd50}, docValues:{}, 
maxPointsInLeafNode=671, maxMBSortInHeap=5.541671270952973, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-PH, 
timezone=America/Blanc-Sablon
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=2,free=62179744,total=485662720
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexingPerformance, 
TestLMJelinekMercerSimilarityFactory, VersionInfoTest, ShardSplitTest, 
HdfsWriteToMultipleCollectionsTest, TestReloadAndDeleteDocs, 
TestOnReconnectListenerSupport, DefaultValueUpdateProcessorTest, 
TestGraphTermsQParserPlugin, ConnectionReuseTest, 
TestDynamicFieldCollectionResource, BlockCacheTest, TestDistributedGrouping, 
FieldAnalysisRequestHandlerTest, TestSmileRequest, TestTrie, 
TestRandomRequestDistribution, TestSolrCloudWithKerberosAlt, 
CloudMLTQParserTest, AnalysisErrorHandlingTest, SolrCoreCheckLockOnStartupTest, 
TestExclusionRuleCollectionAccess, AutoCommitTest, TestValueSourceCache, 
WordBreakSolrSpellCheckerTest, NoCacheHeaderTest, RegexBoostProcessorTest, 
TestSolr4Spatial, TestSha256AuthenticationProvider, 
CloneFieldUpdateProcessorFactoryTest, DistanceUnitsTest, 
RestartWhileUpdatingTest, TestSolrConfigHandler, AnalyticsMergeStrategyTest, 
TestExceedMaxTermLength, TestSubQueryTransformerDistrib, CdcrBootstrapTest, 
TestLeaderElectionWithEmptyReplica, TestXmlQParserPlugin, 
SolrCmdDistributorTest, DeleteShardTest, BasicDistributedZk2Test, 
TestImpersonationWithHadoopAuth, SolrIndexMetricsTest, 
TestCustomDocTransformer, BasicAuthIntegrationTest, SortByFunctionTest, 
SpatialHeatmapFacetsTest, TestFieldCache, TestSolrQueryParserResource, 
TestUtils, BitVectorTest, BigEndianAscendingWordDeserializerTest, 
ChangedSchemaMergeTest, TestOrdValues, MissingSegmentRecoveryTest, 
TestRangeQuery, FullHLLTest, TestSegmentSorting, TestIntervalFaceting, 
TestReqParamsAPI, TestLuceneMatchVersion, SuggesterTest, SolrXmlInZkTest, 
RuleEngineTest, TestSQLHandler, SuggesterWFSTTest, TestZkChroot, 
TestCrossCoreJoin, ReplicaListTransformerTest, TestQueryTypes, 
ClassificationUpdateProcessorIntegrationTest, TestTrieFacet, 
CachingDirectoryFactoryTest, ShowFileRequestHandlerTest, TestFieldSortValues, 
NotRequiredUniqueKeyTest, SolrSlf4jReporterTest, LukeRequestHandlerTest, 
TestFieldCacheWithThreads, TestSchemaSimilarityResource, 
HighlighterMaxOffsetTest, CoreAdminHandlerTest, ClusterStateTest, 
TestSuggestSpellingConverter, TestSolrQueryParser, DistanceFunctionTest, 
TestFuzzyAnalyzedSuggestions, CursorMarkTest, TestJavabinTupleStreamParser, 
OverseerTaskQueueTest, TestCoreDiscovery, DistributedFacetPivotSmallTest, 
ScriptEngineTest, TestFieldCollectionResource, ResponseLogComponentTest, 
SegmentsInfoRequestHandlerTest, SuggestComponentTest, TestBulkSchemaAPI, 
DistribJoinFromCollectionTest, TestSearchPerf, HdfsLockFactoryTest, 
TestCustomStream, TestNoOpRegenerator, TestHdfsBackupRestoreCore, 
ExternalFileFieldSortTest, ReturnFieldsTest, TestNumericTerms32, 
CollectionReloadTest, TestConfigSetImmutable, SolrMetricsIntegrationTest, 
ConfigSetsAPITest, TestRealTimeGet, SolrCLIZkUtilsTest, TestSolrQueryResponse, 
CollectionsAPIDistributedZkTest, TestCopyFieldCollectionResource, 
ReplaceNodeTest, OpenCloseCoreStressTest, TestSizeLimitedDistributedMap, 
TestComplexPhraseQParserPlugin, StatsComponentTest, TestExpandComponent, 
SSLMigrationTest, TestFastWriter, RequestHandlersTest, 
SpellingQueryConverterTest, TestPKIAuthenticationPlugin, TestSolrCoreParser, 
TestCloudSchemaless, TestBlobHandler, TestCryptoKeys, AliasIntegrationTest, 
TestFieldCacheSanityChecker, TlogReplayBufferedWhileIndexingTest, 
SpellCheckCollatorTest, BlockJoinFacetRandomTest, TestRecovery, 
CheckHdfsIndexTest, TestSlowCompositeReaderWrapper, DeleteNodeTest, 
MetricsHandlerTest, CollectionTooManyReplicasTest, TestSolrCoreSnapshots, 
TestRTimerTree, TestDocSet, BadIndexSchemaTest, SolrInfoMBeanTest, 
TestFieldTypeCollectionResource, TestDFRSimilarityFactory, JsonLoaderTest, 
TestIndexSearcher, TestTrackingShardHandlerFactory, 
SpellPossibilityIteratorTest, MinimalSchemaTest, TestCollapseQParserPlugin, 
TestBackupRepositoryFactory, TestWriterPerf, RecoveryAfterSoftCommitTest, 
TestLMDirichletSimilarityFactory, DistribCursorPagingTest, TestSolrIndexConfig, 
LeaderElectionIntegrationTest, TestOmitPositions, TestComponentsName, 
DataDrivenBlockJoinTest, TestStressCloudBlindAtomicUpdates, BasicZkTest, 
RecoveryZkTest, TestReplicationHandler, ZkSolrClientTest, TestRandomDVFaceting, 
TestDistributedSearch, TestJoin, HardAutoCommitTest, 
DistributedTermsComponentTest, ConvertedLegacyTest, TestFiltering, 
TestFunctionQuery, TestBadConfig, CurrencyFieldOpenExchangeTest, 
DistributedQueryElevationComponentTest, SolrIndexSplitterTest, 
SimplePostToolTest, SignatureUpdateProcessorFactoryTest, 
TestFoldingMultitermQuery, DocValuesTest, DisMaxRequestHandlerTest, 
DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, 
FileBasedSpellCheckerTest, TermVectorComponentTest, RequiredFieldsTest, 
LoggingHandlerTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, 
QueryParsingTest, BinaryUpdateRequestHandlerTest, 
TestPHPSerializedResponseWriter, SearchHandlerTest, HighlighterConfigTest, 
SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, 
SolrIndexConfigTest, BadComponentTest, TestSolrDeletionPolicy2, SampleTest, 
TestBinaryField, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, 
OutputWriterTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, 
DirectSolrConnectionTest, TestCodecSupport, TestXIncludeConfig, EchoParamsTest, 
TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, 
TestBM25SimilarityFactory, TestJmxMonitoredMap, ResourceLoaderTest, 
OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, 
PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, 
RAMDirectoryFactoryTest, TestSolrJ, TestDocumentBuilder, SliceStateTest, 
UUIDFieldTest, FileUtilsTest, CircularListTest, TestRTGBase, 
DistributedIntervalFacetingTest, TestDistributedMissingSort, 
TestSimpleTrackingShardHandler, CdcrReplicationHandlerTest, 
CleanupOldIndexTest, CollectionsAPIAsyncDistributedZkTest, 
CreateCollectionCleanupTest, DistributedVersionInfoTest, HttpPartitionTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, 
OverseerStatusTest, RemoteQueryErrorTest, RollingRestartTest, 
TestAuthenticationFramework, TestCloudRecovery, TestConfigSetsAPI, 
TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, 
TestRequestStatusCollectionAPI, TestSolrCloudWithSecureImpersonation, 
TestTolerantUpdateProcessorRandomCloud, TriLevelCompositeIdRoutingTest, 
HdfsBasicDistributedZk2Test, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HdfsRecoveryZkTest 
-Dtests.seed=B47179DEFA09D67B -Dtests.slow=true -Dtests.locale=en-PH 
-Dtests.timezone=America/Blanc-Sablon -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | HdfsRecoveryZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 
object(s) that were not released!!! [HdfsTransactionLog]
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
   [junit4]    >        at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
   [junit4]    >        at 
org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)
   [junit4]    >        at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)
   [junit4]    >        at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
   [junit4]    >        at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
   [junit4]    >        at 
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:755)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:817)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1067)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:932)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:825)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:927)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:571)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B47179DEFA09D67B]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:289)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [534/680 (2!)] on J1 in 64.58s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 62904 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to