Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.5/11/

2 tests failed.
FAILED:  org.apache.solr.cloud.PeerSyncReplicationTest.test

Error Message:
expected:<152> but was:<147>

Stack Trace:
java.lang.AssertionError: expected:<152> but was:<147>
        at 
__randomizedtesting.SeedInfo.seed([CE7667AB6AEE6A33:46225871C41207CB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:278)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:242)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:125)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh

Error Message:
Could not find collection : c1

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : c1
        at 
__randomizedtesting.SeedInfo.seed([CE7667AB6AEE6A33:D1CC165CBA8EACF6]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10767 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_CE7667AB6AEE6A33-001/init-core-data-001
   [junit4]   2> 270625 INFO  
(SUITE-ZkStateReaderTest-seed#[CE7667AB6AEE6A33]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 270632 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 270632 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 270632 INFO  (Thread-1018) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 270632 INFO  (Thread-1018) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 270732 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer start zk server on port:37627
   [junit4]   2> 270733 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 270757 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 270769 INFO  (zkCallback-416-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@320421dc 
name:ZooKeeperConnection Watcher:127.0.0.1:37627 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 270769 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 270769 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 270772 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 270778 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 270779 INFO  (zkCallback-417-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6b27c2ae 
name:ZooKeeperConnection Watcher:127.0.0.1:37627 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 270779 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 270779 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 270779 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 270785 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 270787 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 270787 INFO  (zkCallback-418-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@65f66df5 
name:ZooKeeperConnection Watcher:127.0.0.1:37627/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 270787 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 270787 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 270788 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 270789 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 270795 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 270796 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 270798 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 270800 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 270802 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 270803 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 270803 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 270808 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 270812 ERROR 
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33]-EventThread)
 [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@5ac31778 
rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@3e39f5d5[Shutting
 down, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2>        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 270812 ERROR 
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33]-EventThread)
 [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@e8013ce 
rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@3e39f5d5[Shutting
 down, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2>        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 270813 INFO  (zkCallback-418-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 270813 WARN  (zkCallback-418-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 270814 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37627 37627
   [junit4]   2> 270926 INFO  (Thread-1018) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:37627 37627
   [junit4]   2> 270927 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest 
-Dtests.method=testStateFormatUpdateWithExplicitRefresh 
-Dtests.seed=CE7667AB6AEE6A33 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=id -Dtests.timezone=America/Danmarkshavn -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.30s J0 | 
ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not 
find collection : c1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CE7667AB6AEE6A33:D1CC165CBA8EACF6]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 270934 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 270934 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 270950 INFO  (Thread-1019) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 270950 INFO  (Thread-1019) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 271050 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer start zk server on port:48253
   [junit4]   2> 271050 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 271053 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 271059 INFO  (zkCallback-419-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a14aa1c name:ZooKeeperConnection 
Watcher:127.0.0.1:48253 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 271059 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 271059 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 271063 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 271070 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 271071 INFO  (zkCallback-420-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@63cf70a8 
name:ZooKeeperConnection Watcher:127.0.0.1:48253 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 271071 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 271071 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 271071 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 271074 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 271075 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 271075 INFO  (zkCallback-421-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2322f0e5 
name:ZooKeeperConnection Watcher:127.0.0.1:48253/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 271076 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 271076 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 271076 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 271077 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 271078 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 271080 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 271081 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 271082 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 271083 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 271086 INFO  (zkCallback-421-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 271093 INFO  (zkCallback-421-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 271137 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 271139 INFO  (zkCallback-421-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 271145 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48253 48253
   [junit4]   2> 271331 INFO  (Thread-1019) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:48253 48253
   [junit4]   2> 271334 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 271339 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 271340 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 271341 INFO  (Thread-1020) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 271341 INFO  (Thread-1020) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 271441 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer start zk server on port:50829
   [junit4]   2> 271442 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 271444 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 271447 INFO  (zkCallback-422-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@673c8c03 
name:ZooKeeperConnection Watcher:127.0.0.1:50829 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 271447 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 271447 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 271457 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 271458 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 271458 INFO  (zkCallback-423-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@27d4fc8a 
name:ZooKeeperConnection Watcher:127.0.0.1:50829 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 271459 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 271459 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 271459 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 271471 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 271476 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 271481 INFO  (zkCallback-424-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3bef08c6 
name:ZooKeeperConnection Watcher:127.0.0.1:50829/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 271481 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 271481 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 271482 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 271484 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 271486 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 271489 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 271491 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 271492 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 271494 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 271497 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 271501 ERROR 
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33]-EventThread)
 [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@12d41da3 
rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@23e5c1fd[Shutting
 down, pool size = 2, active threads = 1, queued tasks = 0, completed tasks = 1]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2>        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 271501 INFO  (zkCallback-424-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 271501 WARN  (zkCallback-424-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 271503 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50829 50829
   [junit4]   2> 271590 INFO  (Thread-1020) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:50829 50829
   [junit4]   2> 271596 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 271601 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
   [junit4]   2> 271602 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 271610 INFO  (Thread-1021) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 271610 INFO  (Thread-1021) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 271708 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer start zk server on port:51345
   [junit4]   2> 271708 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 271722 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 271734 INFO  (zkCallback-425-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@453be9da 
name:ZooKeeperConnection Watcher:127.0.0.1:51345 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 271734 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 271735 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 271738 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 271758 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 271794 INFO  (zkCallback-426-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4ef2c71 name:ZooKeeperConnection 
Watcher:127.0.0.1:51345 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 271794 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 271794 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 271794 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 271809 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 271837 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 271857 INFO  (zkCallback-427-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6cfbb4c8 
name:ZooKeeperConnection Watcher:127.0.0.1:51345/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 271857 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 271857 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 271858 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 271859 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 271860 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 271861 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 271863 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 271863 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 271865 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 271866 INFO  (zkCallback-427-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 271870 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 271872 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 271872 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 271873 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ZkStateReader Removing watch for uninteresting collection [c1]
   [junit4]   2> 271874 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:51345 51345
   [junit4]   2> 271959 INFO  (Thread-1021) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:51345 51345
   [junit4]   2> 271960 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
   [junit4]   2> 271965 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testWatchedCollectionCreation
   [junit4]   2> 271965 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 271973 INFO  (Thread-1022) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 271973 INFO  (Thread-1022) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 272073 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:57439
   [junit4]   2> 272073 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 272096 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 272104 INFO  (zkCallback-428-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6d9151f6 
name:ZooKeeperConnection Watcher:127.0.0.1:57439 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 272104 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 272104 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 272110 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 272122 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 272146 INFO  (zkCallback-429-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@20a621de 
name:ZooKeeperConnection Watcher:127.0.0.1:57439 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 272147 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 272147 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 272147 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 272168 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 272187 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 272201 INFO  (zkCallback-430-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@96b6478 name:ZooKeeperConnection 
Watcher:127.0.0.1:57439/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 272201 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 272201 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 272201 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 272203 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 272204 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 272209 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 272211 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 272211 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 272213 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 272214 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 272214 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 272216 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 272217 INFO  (zkCallback-430-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 272218 INFO  (zkCallback-430-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 272218 INFO  (zkCallback-430-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 272271 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57439 57439
   [junit4]   2> 272371 INFO  (Thread-1022) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:57439 57439
   [junit4]   2> 272372 INFO  
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[CE7667AB6AEE6A33]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testWatchedCollectionCreation
   [junit4]   2> 272376 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
   [junit4]   2> 272377 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 272402 INFO  (Thread-1023) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 272405 INFO  (Thread-1023) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 272513 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer start zk server on port:44721
   [junit4]   2> 272513 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 272523 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 272537 INFO  (zkCallback-431-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@56d39422 
name:ZooKeeperConnection Watcher:127.0.0.1:44721 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 272538 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 272538 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 272547 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 272598 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 272712 INFO  (zkCallback-432-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@89fbf93 name:ZooKeeperConnection 
Watcher:127.0.0.1:44721 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 272712 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 272712 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 272712 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 272716 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 272733 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 272740 INFO  (zkCallback-433-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1cbf289e 
name:ZooKeeperConnection Watcher:127.0.0.1:44721/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 272741 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 272741 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 272741 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 272743 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 272744 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 272745 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 272746 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 272747 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 272749 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 272749 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 272749 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 272750 INFO  (zkCallback-433-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 272751 INFO  (zkCallback-433-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 272753 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 272753 INFO  (zkCallback-433-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 272754 INFO  (zkCallback-433-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 272761 INFO  (zkCallback-433-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 272807 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44721 44721
   [junit4]   2> 272930 INFO  (Thread-1023) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:44721 44721
   [junit4]   2> 272935 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[CE7667AB6AEE6A33])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
   [junit4]   2> 272936 INFO  
(SUITE-ZkStateReaderTest-seed#[CE7667AB6AEE6A33]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_CE7667AB6AEE6A33-001
   [junit4]   2> Feb 07, 2017 5:51:27 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54), 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=id, 
timezone=America/Danmarkshavn
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.7.0_80 (64-bit)/cpus=4,threads=1,free=43580712,total=342884352
   [junit4]   2> NOTE: All tests run in this JVM: [RecoveryAfterSoftCommitTest, 
IndexSchemaRuntimeFieldTest, OverriddenZkACLAndCredentialsProvidersTest, 
IndexSchemaTest, TestSolrConfigHandler, TestCloudManagedSchema, 
TestCustomDocTransformer, FacetPivotSmallTest, TestSchemaManager, 
TestManagedSchemaDynamicFieldResource, HdfsChaosMonkeySafeLeaderTest, 
TestBlendedInfixSuggestions, BasicAuthIntegrationTest, TestConfigSetsAPI, 
DisMaxRequestHandlerTest, CloudMLTQParserTest, ZkNodePropsTest, 
UUIDUpdateProcessorFallbackTest, TestSolrQueryParserDefaultOperatorResource, 
DistributedSpellCheckComponentTest, TestScoreJoinQPNoScore, 
QueryElevationComponentTest, TestDFISimilarityFactory, 
CollectionStateFormat2Test, TestComponentsName, 
DistribDocExpirationUpdateProcessorTest, ZkStateReaderTest]
   [junit4] Completed [64/575 (1!)] on J0 in 2.88s, 6 tests, 1 error <<< 
FAILURES!

[...truncated 1178 lines...]
   [junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/init-core-data-001
   [junit4]   2> 1710694 INFO  
(SUITE-PeerSyncReplicationTest-seed#[CE7667AB6AEE6A33]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1710694 INFO  
(SUITE-PeerSyncReplicationTest-seed#[CE7667AB6AEE6A33]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/nd
   [junit4]   2> 1710697 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1710697 INFO  (Thread-4956) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1710697 INFO  (Thread-4956) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1710797 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38301
   [junit4]   2> 1710797 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1710808 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1710819 INFO  (zkCallback-2005-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6fd052f8 
name:ZooKeeperConnection Watcher:127.0.0.1:38301 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1710819 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1710819 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1710819 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1710822 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1710839 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1710849 INFO  (zkCallback-2006-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@41fbded6 
name:ZooKeeperConnection Watcher:127.0.0.1:38301/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1710849 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1710850 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1710850 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1710851 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1710853 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1710854 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1710855 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1710855 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1710862 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1710862 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1710864 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1710864 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1710865 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1710866 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1710867 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1710867 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1710868 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1710869 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1710870 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1710870 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1710871 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1710872 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1710873 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1710873 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1710874 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1710875 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1710876 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1710876 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1711041 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/control-001/cores/collection1
   [junit4]   2> 1711049 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1711115 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@60e656d7{/_/nd,null,AVAILABLE}
   [junit4]   2> 1711115 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@324f6ef4{HTTP/1.1}{127.0.0.1:59518}
   [junit4]   2> 1711115 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.e.j.s.Server Started @1714571ms
   [junit4]   2> 1711115 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/nd, 
hostPort=59518, 
solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/tempDir-001/control/data,
 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/control-001/cores}
   [junit4]   2> 1711116 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@3827de24
   [junit4]   2> 1711116 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/control-001'
   [junit4]   2> 1711116 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1711116 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1711117 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1711118 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1711120 INFO  (zkCallback-2007-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5f0932d5 
name:ZooKeeperConnection Watcher:127.0.0.1:38301/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1711120 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1711120 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1711121 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1711121 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/control-001/solr.xml
   [junit4]   2> 1711135 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/control-001/cores
   [junit4]   2> 1711135 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1887488163
   [junit4]   2> 1711135 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/control-001]
   [junit4]   2> 1711135 WARN  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/control-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/control-001/lib
   [junit4]   2> 1711135 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 1711137 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1711137 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1711137 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1711137 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38301/solr
   [junit4]   2> 1711138 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1711138 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1711185 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1711201 INFO  (zkCallback-2010-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2cd06c8e 
name:ZooKeeperConnection Watcher:127.0.0.1:38301 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1711202 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1711202 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1711203 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$6@203c4b78
   [junit4]   2> 1711207 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 1711207 INFO  
(zkCallback-2011-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7148d4ee 
name:ZooKeeperConnection Watcher:127.0.0.1:38301/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1711207 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1711208 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1711210 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1711213 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1711215 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1711216 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1711231 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1711233 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1711234 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: 
/clusterstate.json
   [junit4]   2> 1711236 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1711236 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59518__%2Fnd
   [junit4]   2> 1711237 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:59518__%2Fnd
   [junit4]   2> 1711239 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1711250 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1711251 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1711252 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/97415864343330820-127.0.0.1:59518__%2Fnd-n_0000000000
   [junit4]   2> 1711254 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:59518__%2Fnd
   [junit4]   2> 1711255 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1711258 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.Overseer Overseer 
(id=97415864343330820-127.0.0.1:59518__%2Fnd-n_0000000000) starting
   [junit4]   2> 1711260 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1711266 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.OverseerAutoReplicaFailoverThread 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1711270 INFO  
(OverseerStateUpdate-97415864343330820-127.0.0.1:59518__%2Fnd-n_0000000000) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.Overseer Starting to work on the main 
queue
   [junit4]   2> 1711271 INFO  
(OverseerCollectionConfigSetProcessor-97415864343330820-127.0.0.1:59518__%2Fnd-n_0000000000)
 [n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1711271 INFO  
(OverseerStateUpdate-97415864343330820-127.0.0.1:59518__%2Fnd-n_0000000000) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1711311 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1711343 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.CoreContainer Security conf doesn't 
exist. Skipping setup for authorization module.
   [junit4]   2> 1711343 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1711347 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/control-001/cores
   [junit4]   2> 1711357 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{coreNodeName=, collection=control_collection, config=solrconfig.xml, shard=, 
dataDir=data/, transient=false, configSetProperties=configsetprops.json, 
schema=schema.xml, name=collection1, loadOnStartup=true}
   [junit4]   2> 1711357 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.CorePropertiesLocator Found core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/control-001/cores/collection1
   [junit4]   2> 1711357 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions
   [junit4]   2> 1711372 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0
   [junit4]   2> 1711372 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1711372 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1711372 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 1711379 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.ZkController Collection control_collection not visible yet, but 
flagging it so a watch is registered when it becomes visible
   [junit4]   2> 1711379 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 1711379 INFO  
(OverseerStateUpdate-97415864343330820-127.0.0.1:59518__%2Fnd-n_0000000000) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "node_name":"127.0.0.1:59518__%2Fnd",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:59518/_/nd"} current state 
version: 0
   [junit4]   2> 1711380 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 1711380 INFO  
(OverseerStateUpdate-97415864343330820-127.0.0.1:59518__%2Fnd-n_0000000000) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=1 message={
   [junit4]   2>   "node_name":"127.0.0.1:59518__%2Fnd",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:59518/_/nd"}
   [junit4]   2> 1711380 INFO  
(OverseerStateUpdate-97415864343330820-127.0.0.1:59518__%2Fnd-n_0000000000) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: control_collection
   [junit4]   2> 1711381 INFO  
(OverseerStateUpdate-97415864343330820-127.0.0.1:59518__%2Fnd-n_0000000000) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1711382 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1711383 INFO  
(zkCallback-2011-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1711397 INFO  
(zkCallback-2011-thread-2-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1712383 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1712383 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1712383 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1712383 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 1712384 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1712384 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/control-001/cores/collection1'
   [junit4]   2> 1712384 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1712385 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1712386 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1712393 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1712404 WARN  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1712406 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.4
   [junit4]   2> 1712434 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1712441 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1712682 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1712690 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1712691 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1712703 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1712706 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1712710 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1712712 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1712714 INFO  
(coreLoadExecutor-6463-thread-1-processing-n:127.0.0.1:59518__%2Fnd) 
[n:127.0.0.1:59518__%2Fnd c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0
   [junit4]   2> 1712714 INFO  (coreLoadE

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

Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 1748768 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@730f1f07{HTTP/1.1}{127.0.0.1:52580}
   [junit4]   2> 1748768 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4ee71fa5{/_/nd,null,UNAVAILABLE}
   [junit4]   2> 1748769 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 49126
   [junit4]   2> 1748770 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[CE7667AB6AEE6A33]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38301 38301
   [junit4]   2> 1748866 INFO  (Thread-4956) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:38301 38301
   [junit4]   2> 1748867 WARN  (Thread-4956) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        6       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        27      /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/97415864343330824-core_node1-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/97415864343330824-127.0.0.1:48526__%2Fnd-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        36      /solr/overseer/collection-queue-work
   [junit4]   2>        22      /solr/overseer/queue
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        4       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=PeerSyncReplicationTest -Dtests.method=test 
-Dtests.seed=CE7667AB6AEE6A33 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=lv -Dtests.timezone=Pacific/Palau -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 38.2s J0 | PeerSyncReplicationTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<152> but 
was:<147>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CE7667AB6AEE6A33:46225871C41207CB]:0)
   [junit4]    >        at 
org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:278)
   [junit4]    >        at 
org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:242)
   [junit4]    >        at 
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:125)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1748868 INFO  
(SUITE-PeerSyncReplicationTest-seed#[CE7667AB6AEE6A33]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_CE7667AB6AEE6A33-001
   [junit4]   2> Feb 07, 2017 6:16:03 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): 
{a_i1=PostingsFormat(name=Memory doPackFST= false), rnd_s=FST50, 
range_facet_l_dv=PostingsFormat(name=MockRandom), 
timestamp=PostingsFormat(name=Memory doPackFST= false), 
id=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=Memory 
doPackFST= false), text=PostingsFormat(name=Direct), intDefault=FST50, 
range_facet_l=PostingsFormat(name=Memory doPackFST= false), 
a_t=PostingsFormat(name=Memory doPackFST= false), 
range_facet_i_dv=PostingsFormat(name=Memory doPackFST= false), other_tl1=FST50, 
_version_=FST50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, 
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=lv, 
timezone=Pacific/Palau
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.7.0_80 (64-bit)/cpus=4,threads=1,free=222100720,total=509607936
   [junit4]   2> NOTE: All tests run in this JVM: [RecoveryAfterSoftCommitTest, 
IndexSchemaRuntimeFieldTest, OverriddenZkACLAndCredentialsProvidersTest, 
IndexSchemaTest, TestSolrConfigHandler, TestCloudManagedSchema, 
TestCustomDocTransformer, FacetPivotSmallTest, TestSchemaManager, 
TestManagedSchemaDynamicFieldResource, HdfsChaosMonkeySafeLeaderTest, 
TestBlendedInfixSuggestions, BasicAuthIntegrationTest, TestConfigSetsAPI, 
DisMaxRequestHandlerTest, CloudMLTQParserTest, ZkNodePropsTest, 
UUIDUpdateProcessorFallbackTest, TestSolrQueryParserDefaultOperatorResource, 
DistributedSpellCheckComponentTest, TestScoreJoinQPNoScore, 
QueryElevationComponentTest, TestDFISimilarityFactory, 
CollectionStateFormat2Test, TestComponentsName, 
DistribDocExpirationUpdateProcessorTest, ZkStateReaderTest, 
TestHighlightDedupGrouping, SOLR749Test, ResponseLogComponentTest, HLLUtilTest, 
TestRealTimeGet, TestDistributedSearch, TestJoin, JSONWriterTest, RulesTest, 
TestDocBasedVersionConstraints, PeerSyncTest, DistributedVersionInfoTest, 
HdfsWriteToMultipleCollectionsTest, DeleteInactiveReplicaTest, 
TestPivotHelperCode, SolrRequestParserTest, TestStressLucene, 
StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, 
AsyncCallRequestStatusResponseTest, TestRTimerTree, CursorPagingTest, 
ReturnFieldsTest, TestAnalyzedSuggestions, QueryResultKeyTest, 
TestSolr4Spatial, RequestLoggingTest, TestLRUCache, RequiredFieldsTest, 
RAMDirectoryFactoryTest, TestAddFieldRealTimeGet, TestCryptoKeys, TestRTGBase, 
PrimUtilsTest, TestIntervalFaceting, TestFunctionQuery, TestXmlQParser, 
TestValueSourceCache, DateFieldTest, AnalysisAfterCoreReloadTest, 
TestMissingGroups, TestOrdValues, TestMergePolicyConfig, TestRebalanceLeaders, 
CopyFieldTest, TestLazyCores, ExplicitHLLTest, TestPhraseSuggestions, 
TestRemoteStreaming, HdfsBasicDistributedZk2Test, 
TestHighFrequencyDictionaryFactory, PolyFieldTest, TestNRTOpen, 
HdfsRecoverLeaseTest, TestFoldingMultitermQuery, TestReplicationHandler, 
SaslZkACLProviderTest, ResponseHeaderTest, URLClassifyProcessorTest, 
TestSchemaSimilarityResource, SolrXmlInZkTest, ExternalFileFieldSortTest, 
BlockJoinFacetDistribTest, TestCollationFieldDocValues, DirectoryFactoryTest, 
CurrencyFieldOpenExchangeTest, UUIDFieldTest, BasicDistributedZkTest, 
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, SyncSliceTest, 
LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, 
ZkSolrClientTest, TestRecovery, TestReload, HardAutoCommitTest, TestRangeQuery, 
SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, BadIndexSchemaTest, 
TestSort, TestBadConfig, HighlighterTest, SoftAutoCommitTest, 
SignatureUpdateProcessorFactoryTest, SuggesterTSTTest, TestCSVLoader, 
SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, QueryEqualityTest, 
SortByFunctionTest, SolrInfoMBeanTest, CacheHeaderTest, LukeRequestHandlerTest, 
PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, 
TestSolrQueryParser, RegexBoostProcessorTest, 
UpdateRequestProcessorFactoryTest, MBeansHandlerTest, 
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, 
PingRequestHandlerTest, HighlighterConfigTest, TestQuerySenderListener, 
AlternateDirectoryTest, TestStressRecovery, SampleTest, TestBinaryField, 
NumericFieldsTest, TestConfig, TestLuceneMatchVersion, TestCharFilters, 
SynonymTokenizerTest, EchoParamsTest, TestPerFieldSimilarity, 
TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, 
TestFastOutputStream, PluginInfoTest, TestSystemIdResolver, 
SpellingQueryConverterTest, DOMUtilTest, SliceStateTest, FileUtilsTest, 
TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, ConnectionReuseTest, 
CleanupOldIndexTest, CloudExitableDirectoryReaderTest, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
DeleteLastCustomShardedReplicaTest, DeleteShardTest, ForceLeaderTest, 
OverseerTaskQueueTest, PeerSyncReplicationTest]
   [junit4] Completed [438/575 (2!)] on J0 in 38.72s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 441 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/build.xml:750: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/build.xml:694: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/build.xml:59: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build.xml:233: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/common-build.xml:534:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/lucene/common-build.xml:1477:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/lucene/common-build.xml:1033:
 There were test failures: 575 suites (7 ignored), 2323 tests, 1 error, 1 
failure, 57 ignored (41 assumptions) [seed: CE7667AB6AEE6A33]

Total time: 71 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



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

Reply via email to