Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10972/
Java: 32bit/jdk1.7.0_65 -client -XX:+UseParallelGC
1 tests failed.
REGRESSION: org.apache.solr.cloud.OverseerTest.testOverseerFailure
Error Message:
Could not register as the leader because creating the ephemeral registration
node in ZooKeeper failed
Stack Trace:
org.apache.solr.common.SolrException: Could not register as the leader because
creating the ephemeral registration node in ZooKeeper failed
at
__randomizedtesting.SeedInfo.seed([F66367FA458A8BF4:F26BE809572F64D5]:0)
at
org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:144)
at
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:155)
at
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
at
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
at
org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:155)
at
org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:660)
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:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.zookeeper.KeeperException$NodeExistsException:
KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
at org.apache.zookeeper.KeeperException.create(KeeperException.java:119)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
at
org.apache.solr.common.cloud.SolrZkClient$11.execute(SolrZkClient.java:457)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
at
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:454)
at
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:411)
at
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:398)
at
org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:136)
at
org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
at
org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:131)
... 47 more
Build Log:
[...truncated 11600 lines...]
[junit4] Suite: org.apache.solr.cloud.OverseerTest
[junit4] 2> Creating dataDir:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerTest-F66367FA458A8BF4-001/init-core-data-001
[junit4] 2> 1704497 T5847 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (true)
[junit4] 2> 1704497 T5847 oas.SolrTestCaseJ4.initCore ####initCore
[junit4] 2> 1704497 T5847 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4] 2> 1704501 T5847 oas.SolrTestCaseJ4.setUp ###Starting
testShardAssignmentBigger
[junit4] 2> 1704501 T5847 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1704502 T5848 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 1704602 T5847 oasc.ZkTestServer.run start zk server on
port:53896
[junit4] 2> 1704603 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704605 T5854 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@82c1bf name:ZooKeeperConnection
Watcher:127.0.0.1:53896 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1704605 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704607 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704608 T5856 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@18c125d name:ZooKeeperConnection
Watcher:127.0.0.1:53896 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1704609 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704609 T5847 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 1704612 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704613 T5858 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2d5389 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704613 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704613 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 1704615 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704616 T5860 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@e9cbf1 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704616 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704617 T5847 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 1704619 T5847 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 1704627 T5847 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:53896_solr
[junit4] 2> 1704628 T5847 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 1704629 T5847 oasc.Overseer.start Overseer
(id=92237149208641539-127.0.0.1:53896_solr-n_0000000000) starting
[junit4] 2> 1704631 T5847 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 1704632 T5847 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 1704634 T5847 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 1704636 T5847 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 1704637 T5847 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 1704639 T5847 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 1704642 T5862 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 1704642 T5847 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 1704642 T5861 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 1704643 T5847 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 1704644 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704646 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704647 T5864 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@8e2327 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704647 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704649 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704651 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node0
[junit4] 2> 1704653 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704654 T5868 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1841884 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704654 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704655 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704657 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node1
[junit4] 2> 1704660 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704661 T5871 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@188a870 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704661 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704661 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704663 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node2
[junit4] 2> 1704666 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704667 T5874 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1800f53 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704667 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704668 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704670 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node3
[junit4] 2> 1704673 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704674 T5877 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1bcb99d name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704674 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704675 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704677 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node4
[junit4] 2> 1704681 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704681 T5880 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5dfe30 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704682 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704683 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704685 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node5
[junit4] 2> 1704688 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704689 T5883 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1615e9d name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704690 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704691 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704693 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node6
[junit4] 2> 1704695 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704697 T5886 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1551dbd name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704697 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704698 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704700 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node7
[junit4] 2> 1704702 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704703 T5889 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1d1f528 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704704 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704704 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704706 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node8
[junit4] 2> 1704709 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704710 T5892 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@406420 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704710 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704711 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704712 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node9
[junit4] 2> 1704716 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704717 T5895 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@18a1769 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704717 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704718 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704720 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node10
[junit4] 2> 1704725 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704727 T5898 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1c3277a name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704727 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704728 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704731 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node11
[junit4] 2> 1704736 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704737 T5901 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1159013 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704738 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704739 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704742 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node12
[junit4] 2> 1704747 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704749 T5904 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3f3375 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704749 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704750 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704753 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node13
[junit4] 2> 1704760 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704761 T5907 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1996c3 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704762 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704763 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704765 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node14
[junit4] 2> 1704770 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704771 T5910 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@513003 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704771 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704773 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704775 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node15
[junit4] 2> 1704779 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704780 T5913 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@eee01 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704780 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704781 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704784 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node16
[junit4] 2> 1704789 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704790 T5916 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@153238f name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704790 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704791 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704793 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node17
[junit4] 2> 1704797 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704798 T5919 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1505e31 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704799 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704800 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704801 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node18
[junit4] 2> 1704805 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704806 T5922 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1bf7cbd name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704806 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704807 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704809 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node19
[junit4] 2> 1704813 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704814 T5925 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@17e27e7 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704814 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704815 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704817 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node20
[junit4] 2> 1704821 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704822 T5928 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@140ddee name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704822 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704823 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704824 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node21
[junit4] 2> 1704828 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704830 T5931 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1598c30 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704830 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704831 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704832 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node22
[junit4] 2> 1704837 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704838 T5934 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@b2ddea name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704838 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704839 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704840 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node23
[junit4] 2> 1704844 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704845 T5937 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@19452f1 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704845 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704846 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704847 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node24
[junit4] 2> 1704852 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704852 T5940 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5c0ada name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704852 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704853 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704854 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node25
[junit4] 2> 1704859 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704860 T5943 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1badcf8 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704860 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704861 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704862 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node26
[junit4] 2> 1704866 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704867 T5946 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@977d16 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704867 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704868 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704870 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node27
[junit4] 2> 1704874 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704875 T5949 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@185257 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704875 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704876 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704877 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node28
[junit4] 2> 1704882 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704883 T5952 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@113b36 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704883 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704884 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704885 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node29
[junit4] 2> 1704890 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704891 T5955 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@112a112 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704891 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704892 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704893 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node30
[junit4] 2> 1704898 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704899 T5958 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@90040 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704899 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704900 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704901 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node31
[junit4] 2> 1704906 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704907 T5961 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@12d1f2f name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704907 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704908 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704909 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node32
[junit4] 2> 1704914 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704915 T5964 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1933e42 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704915 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704916 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704917 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node33
[junit4] 2> 1704924 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704925 T5967 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1a2b154 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704925 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704926 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704927 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node34
[junit4] 2> 1704932 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704933 T5970 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1c7cbeb name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704933 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704934 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704936 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node35
[junit4] 2> 1704941 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704942 T5973 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1a35999 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704942 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704943 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704945 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node36
[junit4] 2> 1704950 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704951 T5976 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3521a5 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704951 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704952 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704954 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node37
[junit4] 2> 1704959 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704960 T5979 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1d85e64 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704960 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704961 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704962 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node38
[junit4] 2> 1704971 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704973 T5982 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1467c46 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704973 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704974 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704976 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node39
[junit4] 2> 1704982 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704984 T5985 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@128eb82 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704984 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704985 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704987 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node40
[junit4] 2> 1704993 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1704994 T5988 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@a10c10 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1704994 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1704995 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1704996 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node41
[junit4] 2> 1705003 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705004 T5991 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@17f1d22 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705004 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705005 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705006 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node42
[junit4] 2> 1705013 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705014 T5994 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@dc6a08 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705014 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705015 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705016 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node43
[junit4] 2> 1705024 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705025 T5997 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@38ba3c name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705025 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705026 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705029 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node44
[junit4] 2> 1705038 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705039 T6000 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@bb6007 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705039 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705040 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705044 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node45
[junit4] 2> 1705053 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705054 T6003 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@17e1b97 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705054 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705055 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705057 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node46
[junit4] 2> 1705065 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705066 T6006 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1656ed1 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705066 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705067 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705069 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node47
[junit4] 2> 1705078 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705079 T6009 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@b87d3e name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705079 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705080 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705082 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node48
[junit4] 2> 1705090 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705091 T6012 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@9c129f name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705091 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705092 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705094 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node49
[junit4] 2> 1705102 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705103 T6015 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6f99b8 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705103 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705104 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705106 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node50
[junit4] 2> 1705116 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705117 T6018 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@e7ebbd name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705117 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705118 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705121 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node51
[junit4] 2> 1705131 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705132 T6021 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3e98df name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705132 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705133 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705135 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node52
[junit4] 2> 1705145 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705146 T6024 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4b1e4 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705146 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705147 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705149 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node53
[junit4] 2> 1705157 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705158 T6027 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6d5ca1 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705158 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705159 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705161 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node54
[junit4] 2> 1705169 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705170 T6029 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@54c794 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705170 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705171 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705172 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node55
[junit4] 2> 1705182 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705183 T6033 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@276f0a name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705183 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705184 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705186 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node56
[junit4] 2> 1705194 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705196 T6036 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1fb544f name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705196 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705197 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705200 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node57
[junit4] 2> 1705209 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705211 T6039 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@e2f4a name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705211 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705212 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705213 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node58
[junit4] 2> 1705222 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705223 T6042 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1e505ad name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705223 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705224 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705225 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node59
[junit4] 2> 1705233 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705234 T6045 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@94b42e name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705234 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705235 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705236 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node60
[junit4] 2> 1705248 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705249 T6048 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@11a6f36 name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705250 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705251 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705252 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node61
[junit4] 2> 1705260 T5847 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1705262 T6051 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@97ef8c name:ZooKeeperConnection
Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1705262 T5847 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1705263 T5847
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1705264 T5847 oascc.SolrZkClient.makePath makePath:
/live_nodes/node62
[junit4] 2> 1705277 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705279 T5861 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 1705281 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node0",
[junit4] 2> "core":"core0",
[junit4] 2> "core_node_name":"node0",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node0/solr/"}
[junit4] 2> 1705281 T5861
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
collection1 with shards [shard1, shard2, shard3, shard4, shard5, shard6,
shard7, shard8, shard9, shard10, shard11]
[junit4] 2> 1705281 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705281 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard11
[junit4] 2> 1705289 T5905 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705289 T6049 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T5932 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T5872 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T5899 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T5947 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T6040 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5917 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5869 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T5890 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T6022 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T5977 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T5974 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T6013 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T6043 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T5986 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705289 T5992 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705289 T5998 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705289 T5959 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705289 T5944 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705289 T6031 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705289 T6034 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705289 T5866 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705289 T5941 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705289 T6016 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T6007 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5875 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5923 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T6001 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5911 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5914 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5865 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5929 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5953 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5893 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T6019 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T6037 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5965 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5968 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5920 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T6030 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5902 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705292 T5887 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T5881 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T5935 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T5980 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T5983 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T5950 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T5878 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T5884 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T6010 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T5962 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T5989 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T5956 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T5896 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T6046 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T5938 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705291 T5995 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T6004 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T5971 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T5908 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T5926 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705290 T6025 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705306 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705304 T6052 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
[junit4] 2> 1705297 T5861 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 1705311 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node2",
[junit4] 2> "core":"core2",
[junit4] 2> "core_node_name":"node2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node2/solr/"}
[junit4] 2> 1705311 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705311 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard10
[junit4] 2> 1705314 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node1",
[junit4] 2> "core":"core1",
[junit4] 2> "core_node_name":"node1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node1/solr/"}
[junit4] 2> 1705314 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705314 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 1705315 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705316 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node7",
[junit4] 2> "core":"core7",
[junit4] 2> "core_node_name":"node7",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node7/solr/"}
[junit4] 2> 1705316 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705317 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard7
[junit4] 2> 1705318 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705319 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705319 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node3",
[junit4] 2> "core":"core3",
[junit4] 2> "core_node_name":"node3",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node3/solr/"}
[junit4] 2> 1705320 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705320 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard8
[junit4] 2> 1705326 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705327 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node8",
[junit4] 2> "core":"core8",
[junit4] 2> "core_node_name":"node8",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node8/solr/"}
[junit4] 2> 1705327 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705327 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard4
[junit4] 2> 1705332 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node5",
[junit4] 2> "core":"core5",
[junit4] 2> "core_node_name":"node5",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node5/solr/"}
[junit4] 2> 1705333 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705333 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard9
[junit4] 2> 1705334 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705335 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node6",
[junit4] 2> "core":"core6",
[junit4] 2> "core_node_name":"node6",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node6/solr/"}
[junit4] 2> 1705336 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705336 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard5
[junit4] 2> 1705337 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705338 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node4",
[junit4] 2> "core":"core4",
[junit4] 2> "core_node_name":"node4",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node4/solr/"}
[junit4] 2> 1705338 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705338 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard6
[junit4] 2> 1705340 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705341 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node9",
[junit4] 2> "core":"core9",
[junit4] 2> "core_node_name":"node9",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node9/solr/"}
[junit4] 2> 1705341 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705341 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard2
[junit4] 2> 1705343 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705343 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node13",
[junit4] 2> "core":"core13",
[junit4] 2> "core_node_name":"node13",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node13/solr/"}
[junit4] 2> 1705344 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705344 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard3
[junit4] 2> 1705345 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705346 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node10",
[junit4] 2> "core":"core10",
[junit4] 2> "core_node_name":"node10",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node10/solr/"}
[junit4] 2> 1705346 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705346 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard11
[junit4] 2> 1705348 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705349 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node14",
[junit4] 2> "core":"core14",
[junit4] 2> "core_node_name":"node14",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node14/solr/"}
[junit4] 2> 1705350 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705350 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard10
[junit4] 2> 1705352 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705353 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node16",
[junit4] 2> "core":"core16",
[junit4] 2> "core_node_name":"node16",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node16/solr/"}
[junit4] 2> 1705353 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705353 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 1705356 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705359 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node12",
[junit4] 2> "core":"core12",
[junit4] 2> "core_node_name":"node12",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node12/solr/"}
[junit4] 2> 1705359 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705359 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard7
[junit4] 2> 1705361 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705362 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node17",
[junit4] 2> "core":"core17",
[junit4] 2> "core_node_name":"node17",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node17/solr/"}
[junit4] 2> 1705362 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705363 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard8
[junit4] 2> 1705365 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705366 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node11",
[junit4] 2> "core":"core11",
[junit4] 2> "core_node_name":"node11",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node11/solr/"}
[junit4] 2> 1705367 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705367 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard4
[junit4] 2> 1705369 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705370 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node15",
[junit4] 2> "core":"core15",
[junit4] 2> "core_node_name":"node15",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node15/solr/"}
[junit4] 2> 1705371 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705371 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard9
[junit4] 2> 1705373 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705373 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node19",
[junit4] 2> "core":"core19",
[junit4] 2> "core_node_name":"node19",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node19/solr/"}
[junit4] 2> 1705374 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705374 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard5
[junit4] 2> 1705376 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705377 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node20",
[junit4] 2> "core":"core20",
[junit4] 2> "core_node_name":"node20",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node20/solr/"}
[junit4] 2> 1705377 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705378 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard6
[junit4] 2> 1705380 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705381 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node21",
[junit4] 2> "core":"core21",
[junit4] 2> "core_node_name":"node21",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node21/solr/"}
[junit4] 2> 1705381 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705381 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard2
[junit4] 2> 1705384 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705385 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node22",
[junit4] 2> "core":"core22",
[junit4] 2> "core_node_name":"node22",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node22/solr/"}
[junit4] 2> 1705385 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705385 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard3
[junit4] 2> 1705387 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705388 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node23",
[junit4] 2> "core":"core23",
[junit4] 2> "core_node_name":"node23",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node23/solr/"}
[junit4] 2> 1705388 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705389 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard11
[junit4] 2> 1705390 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705391 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"node25",
[junit4] 2> "core":"core25",
[junit4] 2> "core_node_name":"node25",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"11",
[junit4] 2> "base_url":"http://node25/solr/"}
[junit4] 2> 1705391 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=11
[junit4] 2> 1705392 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard10
[junit4] 2> 1705393 T6062 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1705394 T5861 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=11 message={
[junit4] 2>
[...truncated too long message...]
eper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:285)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:282)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:282)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:204)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1781262 T6558 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 1781267 T6555 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1781271 T6555 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 1781373 T6558 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1782761 T6549 oasc.LeaderElector$ElectionWatcher.process WARN
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =
Session expired for /collections/collection1/leader_elect/shard1/election
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:285)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:282)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:282)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:204)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1782762 T5847 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 1782831 T5847 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:43469 43469
[junit4] 2> 1783411 T6332 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:43469 43469
[junit4] 2> 1783412 T5847 oas.SolrTestCaseJ4.tearDown ###Ending
testShardLeaderChange
[junit4] 2> 1783413 T6553 oasc.Overseer$ClusterStateUpdater.run Overseer
Loop exiting : 127.0.0.1:43469_solr
[junit4] 2> 1783413 T6560
oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read
the data org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /overseer_elect/leader
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:302)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:299)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:299)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:317)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
[junit4] 2>
[junit4] 2> 1786415 T5847 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerTest-F66367FA458A8BF4-001
[junit4] 2> NOTE: test params are: codec=Lucene45, sim=DefaultSimilarity,
locale=fr_LU, timezone=Libya
[junit4] 2> NOTE: Linux 3.13.0-32-generic i386/Oracle Corporation 1.7.0_65
(32-bit)/cpus=8,threads=1,free=53629680,total=329515008
[junit4] 2> NOTE: All tests run in this JVM: [DeleteInactiveReplicaTest,
TestManagedResource, TestStressReorder, MigrateRouteKeyTest, TestSolr4Spatial,
ResponseHeaderTest, FunctionTest, TimeZoneUtilsTest,
TestManagedSynonymFilterFactory, QueryResultKeyTest,
WordBreakSolrSpellCheckerTest, ReturnFieldsTest, TestRandomDVFaceting,
DocValuesMultiTest, TestDFRSimilarityFactory, TestClassNameShortening,
ShowFileRequestHandlerTest, SSLMigrationTest, TestCloudInspectUtil,
AbstractAnalyticsFacetTest, AnalysisErrorHandlingTest, TestReRankQParserPlugin,
CoreMergeIndexesAdminHandlerTest, TestQuerySenderListener, CursorMarkTest,
FieldFacetTest, ExternalFileFieldSortTest, RegexBoostProcessorTest,
TestFileDictionaryLookup, HighlighterConfigTest, TestSolrIndexConfig,
ResponseLogComponentTest, AbstractAnalyticsStatsTest, TestCoreDiscovery,
TestDefaultSearchFieldResource, TestSolrXml, TestSolrXmlPersistence,
StatelessScriptUpdateProcessorFactoryTest, AssignTest,
TestDocBasedVersionConstraints, TestComplexPhraseQParserPlugin,
TestCopyFieldCollectionResource, CurrencyFieldOpenExchangeTest,
TestDistributedSearch, TestDynamicFieldResource, BadComponentTest,
TestReloadAndDeleteDocs, UnloadDistributedZkTest, CustomCollectionTest,
ChangedSchemaMergeTest, TestComponentsName, SolrXmlInZkTest,
TestSolrDeletionPolicy1, TestFieldResource, XsltUpdateRequestHandlerTest,
TestTrie, TestConfig, SolrCmdDistributorTest, TriLevelCompositeIdRoutingTest,
PluginInfoTest, IndexBasedSpellCheckerTest, RequiredFieldsTest,
TestJmxIntegration, AddBlockUpdateTest, TestChildDocTransformer,
ClusterStateUpdateTest, HdfsSyncSliceTest, NotRequiredUniqueKeyTest,
SimpleFacetsTest, DirectUpdateHandlerTest, TestFieldTypeResource,
JSONWriterTest, TestSolrCoreProperties, CoreAdminRequestStatusTest, ZkCLITest,
TestSolrJ, TestInfoStreamLogging, HdfsBasicDistributedZk2Test,
TestCodecSupport, TestCustomSort, SignatureUpdateProcessorFactoryTest,
BlockCacheTest, SpellCheckCollatorTest, ZkNodePropsTest,
DisMaxRequestHandlerTest, TestReplicationHandlerBackup, FileUtilsTest,
TestFaceting, ZkControllerTest, NoCacheHeaderTest,
TestDefaultSimilarityFactory, TestSearchPerf, TestTolerantSearch,
LeaderElectionTest, TestManagedSchema, TestManagedResourceStorage,
TestCollationFieldDocValues, TestUtils, TestCloudManagedSchemaConcurrent,
HdfsWriteToMultipleCollectionsTest, ChaosMonkeyNothingIsSafeTest,
HighlighterMaxOffsetTest, TestSchemaVersionResource, BasicDistributedZkTest,
ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, OverseerTest]
[junit4] Completed on J0 in 81.95s, 9 tests, 1 error <<< FAILURES!
[...truncated 644 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:454: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1298:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:922:
There were test failures: 422 suites, 1761 tests, 1 error, 39 ignored (18
assumptions)
Total time: 97 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_65 -client
-XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]