Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1742/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC
2 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([82E9BEACFD2AAA35:86E1315FEF8F4514]: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
REGRESSION: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch
Error Message:
Timeout occured while waiting response from server at:
https://127.0.0.1:53440/collection1
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: https://127.0.0.1:53440/collection1
at
__randomizedtesting.SeedInfo.seed([82E9BEACFD2AAA35:30F30B48A75CA09]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:559)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
at
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
at
org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
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: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:152)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
at sun.security.ssl.InputRecord.read(InputRecord.java:480)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:449)
... 46 more
Build Log:
[...truncated 11751 lines...]
[junit4] Suite: org.apache.solr.cloud.OverseerTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerTest-82E9BEACFD2AAA35-001/init-core-data-001
[junit4] 2> 3232487 T8090 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 3232487 T8090 oas.SolrTestCaseJ4.initCore ####initCore
[junit4] 2> 3232487 T8090 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4] 2> 3232493 T8090 oas.SolrTestCaseJ4.setUp ###Starting
testDoubleAssignment
[junit4] 2> 3232495 T8090 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3232498 T8091 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 3232598 T8090 oasc.ZkTestServer.run start zk server on
port:51390
[junit4] 2> 3232601 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3232609 T8097 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7aff7ae1
name:ZooKeeperConnection Watcher:127.0.0.1:51390/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3232609 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3232627 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3232629 T8099 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3ede9962
name:ZooKeeperConnection Watcher:127.0.0.1:51390 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3232629 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3232634 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3232638 T8101 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1262382 name:ZooKeeperConnection
Watcher:127.0.0.1:51390 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 3232638 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3232638 T8090 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 3232646 T8090 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 3232652 T8090 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 3232657 T8090 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 3232662 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3232670 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3232673 T8103 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@78ea9537
name:ZooKeeperConnection Watcher:127.0.0.1:51390/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3232673 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3232676 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3232683 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node1
[junit4] 2> 3232691 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3232706 T8107 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@713fc367
name:ZooKeeperConnection Watcher:127.0.0.1:51390/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3232707 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3232710 T8090 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 3232716 T8090 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 3232728 T8090 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:51390_solr
[junit4] 2> 3232728 T8090 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 3232735 T8090 oasc.Overseer.start Overseer
(id=92195442799607812-127.0.0.1:51390_solr-n_0000000000) starting
[junit4] 2> 3232739 T8090 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 3232751 T8090 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 3232761 T8090 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 3232771 T8090 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 3232780 T8090 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 3232789 T8090 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 3232806 T8109 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 3232809 T8108 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 3232815 T8108 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 3232817 T8108 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"recovering",
[junit4] 2> "node_name":"node1",
[junit4] 2> "core":"core1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"1",
[junit4] 2> "base_url":"http://node1/solr/"}
[junit4] 2> 3232817 T8108
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
collection1 with shards [shard1]
[junit4] 2> 3232817 T8108 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 3232825 T8110 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3232826 T8104 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> 3232827 T8105 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> 3233312 T8090 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 3233334 T8090 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 3233347 T8110 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3233349 T8090 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 3233351 T8108 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 3233360 T8110 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3233470 T8105 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
[junit4] 2> 3234854 T8104 oascc.ZkStateReader$3.process WARN ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 3234859 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3234864 T8112 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@37c45d84
name:ZooKeeperConnection Watcher:127.0.0.1:51390/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3234864 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3234867 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3234874 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node1
[junit4] 2> 3234885 T8110 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3234886 T8110 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3234885 T8090 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 3234886 T8114 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3234890 T8108 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 3234892 T8108 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"recovering",
[junit4] 2> "node_name":"node1",
[junit4] 2> "core":"core1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"1",
[junit4] 2> "base_url":"http://node1/solr/"}
[junit4] 2> 3234893 T8108 oasc.Overseer$ClusterStateUpdater.updateState
shard=shard1 is already registered
[junit4] 2> 3234899 T8114 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3234900 T8090 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 3234911 T8114 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3234922 T8114 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3235026 T8113 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> 3235026 T8105 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> 3235030 T8090 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 3235048 T8090 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:51390 51390
[junit4] 2> 3235146 T8091 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:51390 51390
[junit4] 2> 3235379 T8090 oas.SolrTestCaseJ4.tearDown ###Ending
testDoubleAssignment
[junit4] 2> 3235380 T8108 oasc.Overseer$ClusterStateUpdater.run Overseer
Loop exiting : 127.0.0.1:51390_solr
[junit4] 2> 3235382 T8115
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> 3235391 T8090 oas.SolrTestCaseJ4.setUp ###Starting
testShardAssignmentBigger
[junit4] 2> 3235394 T8090 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3235400 T8116 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 3235497 T8090 oasc.ZkTestServer.run start zk server on
port:51397
[junit4] 2> 3235499 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235505 T8122 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@266cff7f
name:ZooKeeperConnection Watcher:127.0.0.1:51397 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235505 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235511 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235515 T8124 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5b119dc1
name:ZooKeeperConnection Watcher:127.0.0.1:51397 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235516 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235516 T8090 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 3235528 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235532 T8126 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@389c166a
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235533 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235533 T8090 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 3235539 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235543 T8128 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@209c007 name:ZooKeeperConnection
Watcher:127.0.0.1:51397/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3235543 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235545 T8090 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 3235551 T8090 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 3235562 T8090 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:51397_solr
[junit4] 2> 3235562 T8090 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 3235569 T8090 oasc.Overseer.start Overseer
(id=92195442990186499-127.0.0.1:51397_solr-n_0000000000) starting
[junit4] 2> 3235575 T8090 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 3235585 T8090 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 3235597 T8090 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 3235608 T8090 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 3235618 T8090 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 3235631 T8090 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 3235644 T8130 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 3235645 T8090 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 3235647 T8129 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 3235652 T8090 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 3235656 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235664 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235666 T8132 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3b5c653a
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235666 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235669 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235676 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node0
[junit4] 2> 3235685 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235689 T8136 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@c636eee name:ZooKeeperConnection
Watcher:127.0.0.1:51397/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3235689 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235692 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235699 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node1
[junit4] 2> 3235708 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235710 T8139 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@66f32177
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235711 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235713 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235720 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node2
[junit4] 2> 3235730 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235734 T8142 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@385031f6
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235734 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235737 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235743 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node3
[junit4] 2> 3235753 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235756 T8145 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@68abb99c
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235757 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235760 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235766 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node4
[junit4] 2> 3235777 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235780 T8148 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2bcd7942
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235780 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235784 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235790 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node5
[junit4] 2> 3235800 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235803 T8151 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@71bd222c
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235804 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235807 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235813 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node6
[junit4] 2> 3235823 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235827 T8154 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@533cbaf name:ZooKeeperConnection
Watcher:127.0.0.1:51397/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3235827 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235830 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235837 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node7
[junit4] 2> 3235852 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235856 T8157 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7fc612db
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235857 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235860 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235868 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node8
[junit4] 2> 3235883 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235888 T8160 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@43d01aa7
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235888 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235891 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235900 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node9
[junit4] 2> 3235916 T8163 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@36d5e372
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235916 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235917 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235920 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235927 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node10
[junit4] 2> 3235942 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235944 T8166 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@24c780d3
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235945 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235948 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235954 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node11
[junit4] 2> 3235968 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235971 T8169 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@39185cf9
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3235972 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3235975 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3235980 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node12
[junit4] 2> 3235996 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3235999 T8172 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@dd357e9 name:ZooKeeperConnection
Watcher:127.0.0.1:51397/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3236000 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236002 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236009 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node13
[junit4] 2> 3236029 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236032 T8175 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6b08a51d
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236032 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236035 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236043 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node14
[junit4] 2> 3236065 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236068 T8178 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@262a6312
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236068 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236071 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236078 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node15
[junit4] 2> 3236097 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236100 T8181 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5bc68946
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236100 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236103 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236109 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node16
[junit4] 2> 3236134 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236138 T8184 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7289a711
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236138 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236142 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236148 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node17
[junit4] 2> 3236165 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236168 T8187 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@30fb664f
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236169 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236172 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236179 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node18
[junit4] 2> 3236199 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236202 T8190 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7c7667fa
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236203 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236206 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236212 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node19
[junit4] 2> 3236227 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236233 T8193 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2d5e20c3
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236233 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236236 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236242 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node20
[junit4] 2> 3236260 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236264 T8196 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2faba412
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236265 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236268 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236273 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node21
[junit4] 2> 3236291 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236294 T8199 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@23d9a84 name:ZooKeeperConnection
Watcher:127.0.0.1:51397/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3236295 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236298 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236305 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node22
[junit4] 2> 3236322 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236326 T8202 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@20046233
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236326 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236329 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236335 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node23
[junit4] 2> 3236355 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236358 T8205 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2cabc5b0
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236359 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236362 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236369 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node24
[junit4] 2> 3236387 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236391 T8208 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5ae4a478
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236391 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236394 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236401 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node25
[junit4] 2> 3236422 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236425 T8211 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2520ba7a
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236425 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236427 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236435 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node26
[junit4] 2> 3236458 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236461 T8214 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1e836361
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236461 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236464 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236471 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node27
[junit4] 2> 3236494 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236496 T8217 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7f03ff4e
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236497 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236513 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236518 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node28
[junit4] 2> 3236554 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236557 T8220 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@665a86b4
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236557 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236562 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236567 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node29
[junit4] 2> 3236593 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236598 T8223 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@159e3fd9
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236598 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236602 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236607 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node30
[junit4] 2> 3236636 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236638 T8226 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@50757376
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236639 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236641 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236647 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node31
[junit4] 2> 3236679 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236684 T8229 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5be15046
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236684 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236687 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236693 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node32
[junit4] 2> 3236720 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236726 T8232 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@ed5bbcc name:ZooKeeperConnection
Watcher:127.0.0.1:51397/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3236726 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236728 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236733 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node33
[junit4] 2> 3236763 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236766 T8235 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@55b89bd5
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236766 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236769 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236776 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node34
[junit4] 2> 3236802 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236805 T8238 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5f98add3
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236805 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236808 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236815 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node35
[junit4] 2> 3236843 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236845 T8241 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@614337e7
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236846 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236849 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236855 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node36
[junit4] 2> 3236880 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236883 T8244 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@12fac879
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236884 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236886 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236892 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node37
[junit4] 2> 3236922 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236925 T8247 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1bad165f
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236925 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236928 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236934 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node38
[junit4] 2> 3236970 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3236975 T8250 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1f0f8c76
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3236975 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3236978 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3236985 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node39
[junit4] 2> 3237030 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3237033 T8253 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@596f31a3
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3237033 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3237036 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3237043 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node40
[junit4] 2> 3237068 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3237079 T8256 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@90ae3b0 name:ZooKeeperConnection
Watcher:127.0.0.1:51397/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3237080 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3237082 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3237087 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node41
[junit4] 2> 3237121 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3237124 T8259 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1b4610af
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3237124 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3237127 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3237132 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node42
[junit4] 2> 3237166 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3237171 T8262 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7f1ec203
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3237171 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3237175 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3237182 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node43
[junit4] 2> 3237223 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3237228 T8265 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6b4d690d
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3237229 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3237231 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3237237 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node44
[junit4] 2> 3237279 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3237287 T8268 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@27070215
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3237287 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3237292 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3237300 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node45
[junit4] 2> 3237349 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3237354 T8271 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@69ae484d
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3237354 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3237358 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3237366 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node46
[junit4] 2> 3237420 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3237430 T8274 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@142ef4b9
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3237431 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3237436 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3237443 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node47
[junit4] 2> 3237494 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3237499 T8277 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3be586f4
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3237500 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3237503 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3237510 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node48
[junit4] 2> 3237548 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3237551 T8280 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@222e13f0
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3237552 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3237554 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3237561 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node49
[junit4] 2> 3237600 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3237604 T8283 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@fe40ba6 name:ZooKeeperConnection
Watcher:127.0.0.1:51397/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3237604 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3237607 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3237613 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node50
[junit4] 2> 3237654 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3237658 T8286 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1f8aa491
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3237658 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3237661 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3237667 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node51
[junit4] 2> 3237712 T8090 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 3237714 T8289 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@43f6086e
name:ZooKeeperConnection Watcher:127.0.0.1:51397/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3237715 T8090 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3237718 T8090
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3237724 T8090 oascc.SolrZkClient.makePath makePath:
/live_nodes/node52
[junit4] 2> 3237781 T8299 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3237794 T8299 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3237820 T8129 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 3237829 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=12 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":"12",
[junit4] 2> "base_url":"http://node0/solr/"}
[junit4] 2> 3237829 T8129
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
collection1 with shards [shard1, shard2, shard3, shard4, shard5, shard6,
shard7, shard8, shard9, shard10, shard11, shard12]
[junit4] 2> 3237830 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard12
[junit4] 2> 3237892 T8290 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237892 T8143 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237893 T8284 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237895 T8266 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237895 T8239 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237896 T8164 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237896 T8197 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237896 T8137 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237896 T8188 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237896 T8170 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237901 T8167 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237902 T8133 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237902 T8140 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237902 T8158 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237901 T8191 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237901 T8227 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237903 T8146 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237904 T8260 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237903 T8218 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237905 T8179 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237906 T8254 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237906 T8161 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237905 T8209 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237907 T8224 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237905 T8221 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237904 T8185 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237908 T8212 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237908 T8203 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237907 T8233 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237909 T8194 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237908 T8173 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237908 T8242 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237910 T8149 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237910 T8134 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237909 T8251 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237910 T8245 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237911 T8206 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237911 T8272 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237911 T8152 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237913 T8200 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237912 T8248 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237913 T8230 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237913 T8236 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237914 T8176 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237917 T8215 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237918 T8257 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237918 T8269 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237918 T8263 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237919 T8281 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237919 T8182 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237919 T8155 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237921 T8278 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237922 T8275 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237923 T8287 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 53)
[junit4] 2> 3237953 T8129 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 3237955 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=12 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":"12",
[junit4] 2> "base_url":"http://node1/solr/"}
[junit4] 2> 3237955 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=12
[junit4] 2> 3237955 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard4
[junit4] 2> 3237961 T8299 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3237964 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=12 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":"12",
[junit4] 2> "base_url":"http://node2/solr/"}
[junit4] 2> 3237964 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=12
[junit4] 2> 3237964 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard7
[junit4] 2> 3237970 T8299 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3237972 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=12 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":"12",
[junit4] 2> "base_url":"http://node3/solr/"}
[junit4] 2> 3237973 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=12
[junit4] 2> 3237973 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard9
[junit4] 2> 3237978 T8299 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3237980 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=12 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":"12",
[junit4] 2> "base_url":"http://node4/solr/"}
[junit4] 2> 3237980 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=12
[junit4] 2> 3237980 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard5
[junit4] 2> 3237985 T8299 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3237987 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=12 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":"12",
[junit4] 2> "base_url":"http://node6/solr/"}
[junit4] 2> 3237988 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=12
[junit4] 2> 3237988 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard3
[junit4] 2> 3237993 T8299 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3237996 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=12 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":"12",
[junit4] 2> "base_url":"http://node5/solr/"}
[junit4] 2> 3237997 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=12
[junit4] 2> 3237997 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 3238002 T8299 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3238005 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=12 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":"12",
[junit4] 2> "base_url":"http://node12/solr/"}
[junit4] 2> 3238005 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=12
[junit4] 2> 3238005 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard6
[junit4] 2> 3238010 T8299 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3238013 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=12 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":"12",
[junit4] 2> "base_url":"http://node13/solr/"}
[junit4] 2> 3238013 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=12
[junit4] 2> 3238014 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard8
[junit4] 2> 3238019 T8299 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3238021 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=12 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":"12",
[junit4] 2> "base_url":"http://node11/solr/"}
[junit4] 2> 3238021 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=12
[junit4] 2> 3238021 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard2
[junit4] 2> 3238027 T8299 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3238030 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=12 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":"12",
[junit4] 2> "base_url":"http://node10/solr/"}
[junit4] 2> 3238030 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=12
[junit4] 2> 3238030 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard10
[junit4] 2> 3238036 T8299 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3238038 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=12 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":"12",
[junit4] 2> "base_url":"http://node9/solr/"}
[junit4] 2> 3238038 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=12
[junit4] 2> 3238038 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard11
[junit4] 2> 3238044 T8299 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 3238047 T8129 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=12 message={
[junit4] 2> "operation":"stat
[...truncated too long message...]
gestions, UUIDFieldTest, TestDistributedMissingSort, TestCollectionAPI,
TestFaceting, SpellCheckCollatorTest, TestCloudManagedSchema,
UniqFieldsUpdateProcessorFactoryTest, TestQueryTypes,
FullSolrCloudDistribCmdsTest, MigrateRouteKeyTest,
CurrencyFieldOpenExchangeTest, TestMiniSolrCloudCluster, DocValuesTest,
CoreAdminHandlerTest, FieldAnalysisRequestHandlerTest, TestModifyConfFiles,
IndexBasedSpellCheckerTest, TestConfigSets, UpdateRequestProcessorFactoryTest,
JSONWriterTest, TestFieldTypeCollectionResource, TestReplicationHandler,
TestCSVLoader, TestReplicationHandlerBackup, TestSolr4Spatial2,
TestFieldTypeResource, TestPostingsSolrHighlighter, MoreLikeThisHandlerTest,
TestPseudoReturnFields, TriLevelCompositeIdRoutingTest,
TestCloudManagedSchemaConcurrent, NumericFieldsTest,
PathHierarchyTokenizerFactoryTest, SliceStateTest, TestSchemaNameResource,
MergeStrategyTest, DOMUtilTest, SynonymTokenizerTest, OutputWriterTest,
ChangedSchemaMergeTest, TestBM25SimilarityFactory, TestElisionMultitermQuery,
TestPHPSerializedResponseWriter, BasicFunctionalityTest,
TestFreeTextSuggestions, LoggingHandlerTest, AlternateDirectoryTest,
DeleteShardTest, TestExceedMaxTermLength, DirectUpdateHandlerOptimizeTest,
TestLMJelinekMercerSimilarityFactory, HighlighterMaxOffsetTest,
TestTolerantSearch, FunctionTest, SSLMigrationTest,
IndexSchemaRuntimeFieldTest, RemoteQueryErrorTest, OverseerRolesTest,
TestCollationField, TestDefaultSimilarityFactory, AtomicUpdatesTest,
TimeZoneUtilsTest, TestComponentsName, QueryEqualityTest,
DistributedSpellCheckComponentTest, TestChildDocTransformer, TestNonNRTOpen,
MinimalSchemaTest, ShardRoutingTest, DistanceFunctionTest, QueryFacetTest,
TestHighFrequencyDictionaryFactory, TestAddFieldRealTimeGet,
FieldMutatingUpdateProcessorTest, AnalysisErrorHandlingTest,
TestHighlightDedupGrouping, ConvertedLegacyTest, TestSolrCoreProperties,
BadIndexSchemaTest, SolrPluginUtilsTest, ExternalFileFieldSortTest,
LeaderElectionTest, SuggesterFSTTest, StressHdfsTest, TestArbitraryIndexDir,
ReplicationFactorTest, SuggestComponentTest, ShardSplitTest,
SolrIndexConfigTest, SignatureUpdateProcessorFactoryTest,
TestLuceneMatchVersion, TestSolrDeletionPolicy1,
TestRequestStatusCollectionAPI, TestCollationFieldDocValues,
BlockDirectoryTest, TestExpandComponent, TestJoin, DeleteReplicaTest,
URLClassifyProcessorTest, HttpPartitionTest, EchoParamsTest,
TestUniqueKeyFieldResource, TermVectorComponentTest, RegexBoostProcessorTest,
DisMaxRequestHandlerTest, TestMultiCoreConfBootstrap, TestQuerySenderNoQuery,
TestQueryUtils, TestJmxMonitoredMap, TestUtils, AliasIntegrationTest,
RollingRestartTest, ChaosMonkeySafeLeaderTest,
DistributedQueryComponentOptimizationTest, SolrRequestParserTest,
ExpressionTest, AbstractAnalyticsStatsTest, ScriptEngineTest,
TestDefaultSearchFieldResource, TestMissingGroups, OverseerTest,
OverseerStatusTest, TestSweetSpotSimilarityFactory, TestSolrXmlPersistor,
PeerSyncTest, DirectUpdateHandlerTest, TestComplexPhraseQParserPlugin,
RangeFacetTest, ClusterStateUpdateTest, TestPartialUpdateDeduplication,
TestManagedResource, TestDocBasedVersionConstraints,
DocExpirationUpdateProcessorFactoryTest, SolrTestCaseJ4Test, BJQParserTest,
HdfsCollectionsAPIDistributedZkTest, AddSchemaFieldsUpdateProcessorFactoryTest,
TestReRankQParserPlugin, TestPerFieldSimilarity, TestDistributedSearch,
TestMaxScoreQueryParser, SpatialFilterTest, TestStressRecovery,
TestDFRSimilarityFactory, FieldFacetTest, RequiredFieldsTest,
PreAnalyzedFieldTest, SchemaVersionSpecificBehaviorTest,
QueryElevationComponentTest, DistributedQueryElevationComponentTest,
TestSolrIndexConfig, TestCoreDiscovery, TestSolrXMLSerializer,
TestNoOpRegenerator, PrimUtilsTest, TestShardHandlerFactory, SolrInfoMBeanTest,
LeaderElectionIntegrationTest, MBeansHandlerTest, TestStandardQParsers,
BasicDistributedZk2Test, TestWordDelimiterFilterFactory, TestRangeQuery,
BadComponentTest, PingRequestHandlerTest, TestSchemaResource,
TestReversedWildcardFilterFactory, CursorPagingTest, TestStressUserVersions,
TestManagedSchemaFieldResource, CacheHeaderTest, UnloadDistributedZkTest,
HdfsWriteToMultipleCollectionsTest, HdfsChaosMonkeySafeLeaderTest,
TestFastLRUCache, BasicZkTest, TestSolrXmlPersistence, TestStressReorder,
TestFileDictionaryLookup, BadCopyFieldTest, TestUpdate, TestSolrJ,
TestNonDefinedSimilarityFactory, OverseerCollectionProcessorTest,
TestSolr4Spatial, AddBlockUpdateTest, BasicDistributedZkTest,
CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest,
RecoveryZkTest, TestRandomFaceting, ZkSolrClientTest, TestZkChroot,
TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, AutoCommitTest,
TestDistributedGrouping, TestRecovery, TestHashPartitioner,
TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet,
TestReload, TestStressVersions, HardAutoCommitTest,
DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest,
SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch,
SolrCmdDistributorTest, TestSort, TestFiltering, TestFunctionQuery,
TestLazyCores, TestBadConfig, TestIndexSearcher, HighlighterTest,
SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest,
SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest,
TestExtendedDismaxParser, SuggesterTSTTest, SuggesterTest, TestStressLucene,
TestTrie, SuggesterWFSTTest, PolyFieldTest, NoCacheHeaderTest,
TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest,
StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest,
TestRemoteStreaming, DocValuesMultiTest, XsltUpdateRequestHandlerTest,
DebugComponentTest, TestSurroundQueryParser, LukeRequestHandlerTest,
TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest,
PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest,
TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest,
DocumentBuilderTest, TestValueSourceCache, TestIndexingPerformance,
TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaTest,
TestJmxIntegration, ReturnFieldsTest, TestCSVResponseWriter, QueryParsingTest,
TestAnalyzedSuggestions, JsonLoaderTest, BinaryUpdateRequestHandlerTest,
CSVRequestHandlerTest, SearchHandlerTest, CoreContainerCoreInitFailuresTest,
TestBinaryResponseWriter, TestLFUCache, SOLR749Test, TestQuerySenderListener,
UpdateParamsTest, CopyFieldTest, ResponseLogComponentTest,
TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest,
TestDocSet, TestBinaryField, TestConfig, TestFuzzyAnalyzedSuggestions,
DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions,
SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport,
TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestFastWriter,
LegacyHTMLStripCharFilterTest, ResourceLoaderTest, TestFastOutputStream,
OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest,
TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest,
RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, TestDocumentBuilder,
ZkNodePropsTest, SystemInfoHandlerTest, FileUtilsTest, CircularListTest,
TestRTGBase, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey,
NoFacetTest, FieldFacetExtrasTest, AssignTest, AsyncMigrateRouteKeyTest,
CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest,
CustomCollectionTest, DeleteInactiveReplicaTest,
DistribDocExpirationUpdateProcessorTest, MultiThreadedOCPTest, SolrXmlInZkTest,
TestCloudInspectUtil, TestDistribDocBasedVersion, TestShortCircuitedRequests,
HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsRecoveryZkTest,
HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, CachingDirectoryFactoryTest,
QueryResultKeyTest, TestImplicitCoreProperties, TestInfoStreamLogging,
TestNRTOpen, TestReloadAndDeleteDocs, TestSolrXml, CoreAdminCreateDiscoverTest,
CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest,
DistributedDebugComponentTest, DistributedExpandComponentTest,
DistributedQueryComponentCustomSortTest, DistributedSuggestComponentTest,
TestIntervalFaceting, TestManagedResourceStorage, TestRestManager,
TestClassNameShortening, TestCopyFieldCollectionResource,
TestDynamicFieldResource, TestFieldCollectionResource, TestFieldResource,
TestSchemaVersionResource, TestSerializedLuceneMatchVersion,
TestSolrQueryParserDefaultOperatorResource, TestSolrQueryParserResource,
TestManagedStopFilterFactory, TestManagedSynonymFilterFactory,
DateRangeFieldTest, DocValuesMissingTest, EnumFieldTest, ModifyConfFileTest,
TestCloudSchemaless]
[junit4] Completed in 281.82s, 1 test, 1 error <<< FAILURES!
[...truncated 70 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:447: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1298:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922:
There were test failures: 422 suites, 1754 tests, 2 errors, 44 ignored (17
assumptions)
Total time: 165 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0
-XX:+UseCompressedOops -XX:+UseSerialGC
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]