You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/08/07 18:25:29 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_65) - Build # 10972 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10972/
Java: 32bit/jdk1.7.0_65 -client -XX:+UseParallelGC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.OverseerTest.testOverseerFailure

Error Message:
Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed

Stack Trace:
org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
	at __randomizedtesting.SeedInfo.seed([F66367FA458A8BF4:F26BE809572F64D5]:0)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:144)
	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:155)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:155)
	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:660)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:119)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
	at org.apache.solr.common.cloud.SolrZkClient$11.execute(SolrZkClient.java:457)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:454)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:411)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:398)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:136)
	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:131)
	... 47 more




Build Log:
[...truncated 11600 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerTest-F66367FA458A8BF4-001/init-core-data-001
   [junit4]   2> 1704497 T5847 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1704497 T5847 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1704497 T5847 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1704501 T5847 oas.SolrTestCaseJ4.setUp ###Starting testShardAssignmentBigger
   [junit4]   2> 1704501 T5847 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1704502 T5848 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1704602 T5847 oasc.ZkTestServer.run start zk server on port:53896
   [junit4]   2> 1704603 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704605 T5854 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@82c1bf name:ZooKeeperConnection Watcher:127.0.0.1:53896 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704605 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704607 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704608 T5856 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18c125d name:ZooKeeperConnection Watcher:127.0.0.1:53896 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704609 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704609 T5847 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1704612 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704613 T5858 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d5389 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704613 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704613 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1704615 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704616 T5860 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e9cbf1 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704616 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704617 T5847 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1704619 T5847 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1704627 T5847 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53896_solr
   [junit4]   2> 1704628 T5847 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1704629 T5847 oasc.Overseer.start Overseer (id=92237149208641539-127.0.0.1:53896_solr-n_0000000000) starting
   [junit4]   2> 1704631 T5847 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1704632 T5847 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1704634 T5847 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1704636 T5847 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1704637 T5847 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1704639 T5847 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1704642 T5862 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1704642 T5847 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1704642 T5861 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1704643 T5847 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1704644 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704646 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704647 T5864 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8e2327 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704647 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704649 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704651 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node0
   [junit4]   2> 1704653 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704654 T5868 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1841884 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704654 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704655 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704657 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 1704660 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704661 T5871 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@188a870 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704661 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704661 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704663 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 1704666 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704667 T5874 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1800f53 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704667 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704668 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704670 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node3
   [junit4]   2> 1704673 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704674 T5877 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bcb99d name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704674 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704675 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704677 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node4
   [junit4]   2> 1704681 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704681 T5880 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5dfe30 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704682 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704683 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704685 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node5
   [junit4]   2> 1704688 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704689 T5883 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1615e9d name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704690 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704691 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704693 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node6
   [junit4]   2> 1704695 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704697 T5886 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1551dbd name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704697 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704698 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704700 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node7
   [junit4]   2> 1704702 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704703 T5889 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d1f528 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704704 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704704 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704706 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node8
   [junit4]   2> 1704709 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704710 T5892 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@406420 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704710 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704711 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704712 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node9
   [junit4]   2> 1704716 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704717 T5895 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18a1769 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704717 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704718 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704720 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node10
   [junit4]   2> 1704725 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704727 T5898 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c3277a name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704727 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704728 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704731 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node11
   [junit4]   2> 1704736 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704737 T5901 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1159013 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704738 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704739 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704742 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node12
   [junit4]   2> 1704747 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704749 T5904 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f3375 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704749 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704750 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704753 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node13
   [junit4]   2> 1704760 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704761 T5907 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1996c3 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704762 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704763 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704765 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node14
   [junit4]   2> 1704770 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704771 T5910 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@513003 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704771 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704773 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704775 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node15
   [junit4]   2> 1704779 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704780 T5913 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@eee01 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704780 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704781 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704784 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node16
   [junit4]   2> 1704789 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704790 T5916 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@153238f name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704790 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704791 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704793 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node17
   [junit4]   2> 1704797 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704798 T5919 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1505e31 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704799 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704800 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704801 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node18
   [junit4]   2> 1704805 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704806 T5922 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bf7cbd name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704806 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704807 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704809 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node19
   [junit4]   2> 1704813 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704814 T5925 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17e27e7 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704814 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704815 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704817 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node20
   [junit4]   2> 1704821 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704822 T5928 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@140ddee name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704822 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704823 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704824 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node21
   [junit4]   2> 1704828 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704830 T5931 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1598c30 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704830 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704831 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704832 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node22
   [junit4]   2> 1704837 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704838 T5934 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b2ddea name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704838 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704839 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704840 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node23
   [junit4]   2> 1704844 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704845 T5937 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19452f1 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704845 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704846 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704847 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node24
   [junit4]   2> 1704852 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704852 T5940 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c0ada name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704852 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704853 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704854 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node25
   [junit4]   2> 1704859 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704860 T5943 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1badcf8 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704860 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704861 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704862 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node26
   [junit4]   2> 1704866 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704867 T5946 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@977d16 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704867 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704868 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704870 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node27
   [junit4]   2> 1704874 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704875 T5949 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@185257 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704875 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704876 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704877 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node28
   [junit4]   2> 1704882 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704883 T5952 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@113b36 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704883 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704884 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704885 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node29
   [junit4]   2> 1704890 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704891 T5955 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@112a112 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704891 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704892 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704893 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node30
   [junit4]   2> 1704898 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704899 T5958 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@90040 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704899 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704900 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704901 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node31
   [junit4]   2> 1704906 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704907 T5961 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12d1f2f name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704907 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704908 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704909 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node32
   [junit4]   2> 1704914 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704915 T5964 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1933e42 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704915 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704916 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704917 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node33
   [junit4]   2> 1704924 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704925 T5967 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a2b154 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704925 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704926 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704927 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node34
   [junit4]   2> 1704932 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704933 T5970 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c7cbeb name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704933 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704934 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704936 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node35
   [junit4]   2> 1704941 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704942 T5973 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a35999 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704942 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704943 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704945 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node36
   [junit4]   2> 1704950 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704951 T5976 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3521a5 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704951 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704952 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704954 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node37
   [junit4]   2> 1704959 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704960 T5979 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d85e64 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704960 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704961 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704962 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node38
   [junit4]   2> 1704971 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704973 T5982 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1467c46 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704973 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704974 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704976 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node39
   [junit4]   2> 1704982 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704984 T5985 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@128eb82 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704984 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704985 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704987 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node40
   [junit4]   2> 1704993 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704994 T5988 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a10c10 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1704994 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1704995 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1704996 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node41
   [junit4]   2> 1705003 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705004 T5991 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17f1d22 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705004 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705005 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705006 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node42
   [junit4]   2> 1705013 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705014 T5994 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dc6a08 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705014 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705015 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705016 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node43
   [junit4]   2> 1705024 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705025 T5997 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@38ba3c name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705025 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705026 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705029 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node44
   [junit4]   2> 1705038 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705039 T6000 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bb6007 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705039 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705040 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705044 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node45
   [junit4]   2> 1705053 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705054 T6003 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17e1b97 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705054 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705055 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705057 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node46
   [junit4]   2> 1705065 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705066 T6006 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1656ed1 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705066 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705067 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705069 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node47
   [junit4]   2> 1705078 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705079 T6009 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b87d3e name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705079 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705080 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705082 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node48
   [junit4]   2> 1705090 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705091 T6012 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9c129f name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705091 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705092 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705094 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node49
   [junit4]   2> 1705102 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705103 T6015 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f99b8 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705103 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705104 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705106 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node50
   [junit4]   2> 1705116 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705117 T6018 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e7ebbd name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705117 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705118 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705121 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node51
   [junit4]   2> 1705131 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705132 T6021 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e98df name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705132 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705133 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705135 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node52
   [junit4]   2> 1705145 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705146 T6024 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b1e4 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705146 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705147 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705149 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node53
   [junit4]   2> 1705157 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705158 T6027 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d5ca1 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705158 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705159 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705161 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node54
   [junit4]   2> 1705169 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705170 T6029 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54c794 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705170 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705171 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705172 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node55
   [junit4]   2> 1705182 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705183 T6033 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@276f0a name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705183 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705184 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705186 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node56
   [junit4]   2> 1705194 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705196 T6036 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fb544f name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705196 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705197 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705200 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node57
   [junit4]   2> 1705209 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705211 T6039 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e2f4a name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705211 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705212 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705213 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node58
   [junit4]   2> 1705222 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705223 T6042 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e505ad name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705223 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705224 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705225 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node59
   [junit4]   2> 1705233 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705234 T6045 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@94b42e name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705234 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705235 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705236 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node60
   [junit4]   2> 1705248 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705249 T6048 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11a6f36 name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705250 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705251 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705252 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node61
   [junit4]   2> 1705260 T5847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705262 T6051 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@97ef8c name:ZooKeeperConnection Watcher:127.0.0.1:53896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1705262 T5847 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1705263 T5847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1705264 T5847 oascc.SolrZkClient.makePath makePath: /live_nodes/node62
   [junit4]   2> 1705277 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705279 T5861 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1705281 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node0",
   [junit4]   2> 	  "core":"core0",
   [junit4]   2> 	  "core_node_name":"node0",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node0/solr/"}
   [junit4]   2> 1705281 T5861 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4, shard5, shard6, shard7, shard8, shard9, shard10, shard11]
   [junit4]   2> 1705281 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705281 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard11
   [junit4]   2> 1705289 T5905 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705289 T6049 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T5932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T5872 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T5899 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T5947 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T6040 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5917 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5869 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T5890 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T6022 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T5977 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T5974 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T6013 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T6043 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T5986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705289 T5992 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705289 T5998 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705289 T5959 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705289 T5944 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705289 T6031 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705289 T6034 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705289 T5866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705289 T5941 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705289 T6016 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T6007 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5875 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5923 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T6001 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5911 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5914 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5865 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5929 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5953 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5893 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T6019 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T6037 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5965 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T6030 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5902 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705292 T5887 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T5881 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T5935 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T5980 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T5983 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T5950 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T5878 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T5884 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T6010 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T5962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T5989 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T5956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T5896 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T6046 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T5938 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705291 T5995 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T6004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T5971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T5908 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T5926 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705290 T6025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705306 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705304 T6052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 63)
   [junit4]   2> 1705297 T5861 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1705311 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node2",
   [junit4]   2> 	  "core":"core2",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node2/solr/"}
   [junit4]   2> 1705311 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705311 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard10
   [junit4]   2> 1705314 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1705314 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705314 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1705315 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705316 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node7",
   [junit4]   2> 	  "core":"core7",
   [junit4]   2> 	  "core_node_name":"node7",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node7/solr/"}
   [junit4]   2> 1705316 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705317 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard7
   [junit4]   2> 1705318 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705319 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705319 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node3",
   [junit4]   2> 	  "core":"core3",
   [junit4]   2> 	  "core_node_name":"node3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node3/solr/"}
   [junit4]   2> 1705320 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705320 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard8
   [junit4]   2> 1705326 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705327 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node8",
   [junit4]   2> 	  "core":"core8",
   [junit4]   2> 	  "core_node_name":"node8",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node8/solr/"}
   [junit4]   2> 1705327 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705327 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4
   [junit4]   2> 1705332 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node5",
   [junit4]   2> 	  "core":"core5",
   [junit4]   2> 	  "core_node_name":"node5",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node5/solr/"}
   [junit4]   2> 1705333 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705333 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard9
   [junit4]   2> 1705334 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705335 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node6",
   [junit4]   2> 	  "core":"core6",
   [junit4]   2> 	  "core_node_name":"node6",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node6/solr/"}
   [junit4]   2> 1705336 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705336 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard5
   [junit4]   2> 1705337 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705338 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node4",
   [junit4]   2> 	  "core":"core4",
   [junit4]   2> 	  "core_node_name":"node4",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node4/solr/"}
   [junit4]   2> 1705338 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705338 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard6
   [junit4]   2> 1705340 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705341 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node9",
   [junit4]   2> 	  "core":"core9",
   [junit4]   2> 	  "core_node_name":"node9",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node9/solr/"}
   [junit4]   2> 1705341 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705341 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1705343 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705343 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node13",
   [junit4]   2> 	  "core":"core13",
   [junit4]   2> 	  "core_node_name":"node13",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node13/solr/"}
   [junit4]   2> 1705344 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705344 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1705345 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705346 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node10",
   [junit4]   2> 	  "core":"core10",
   [junit4]   2> 	  "core_node_name":"node10",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node10/solr/"}
   [junit4]   2> 1705346 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705346 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard11
   [junit4]   2> 1705348 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705349 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node14",
   [junit4]   2> 	  "core":"core14",
   [junit4]   2> 	  "core_node_name":"node14",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node14/solr/"}
   [junit4]   2> 1705350 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705350 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard10
   [junit4]   2> 1705352 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705353 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node16",
   [junit4]   2> 	  "core":"core16",
   [junit4]   2> 	  "core_node_name":"node16",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node16/solr/"}
   [junit4]   2> 1705353 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705353 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1705356 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705359 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node12",
   [junit4]   2> 	  "core":"core12",
   [junit4]   2> 	  "core_node_name":"node12",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node12/solr/"}
   [junit4]   2> 1705359 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705359 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard7
   [junit4]   2> 1705361 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705362 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node17",
   [junit4]   2> 	  "core":"core17",
   [junit4]   2> 	  "core_node_name":"node17",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node17/solr/"}
   [junit4]   2> 1705362 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705363 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard8
   [junit4]   2> 1705365 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705366 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node11",
   [junit4]   2> 	  "core":"core11",
   [junit4]   2> 	  "core_node_name":"node11",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node11/solr/"}
   [junit4]   2> 1705367 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705367 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4
   [junit4]   2> 1705369 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705370 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node15",
   [junit4]   2> 	  "core":"core15",
   [junit4]   2> 	  "core_node_name":"node15",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node15/solr/"}
   [junit4]   2> 1705371 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705371 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard9
   [junit4]   2> 1705373 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705373 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node19",
   [junit4]   2> 	  "core":"core19",
   [junit4]   2> 	  "core_node_name":"node19",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node19/solr/"}
   [junit4]   2> 1705374 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705374 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard5
   [junit4]   2> 1705376 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705377 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node20",
   [junit4]   2> 	  "core":"core20",
   [junit4]   2> 	  "core_node_name":"node20",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node20/solr/"}
   [junit4]   2> 1705377 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705378 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard6
   [junit4]   2> 1705380 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705381 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node21",
   [junit4]   2> 	  "core":"core21",
   [junit4]   2> 	  "core_node_name":"node21",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node21/solr/"}
   [junit4]   2> 1705381 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705381 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1705384 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705385 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node22",
   [junit4]   2> 	  "core":"core22",
   [junit4]   2> 	  "core_node_name":"node22",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node22/solr/"}
   [junit4]   2> 1705385 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705385 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1705387 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705388 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node23",
   [junit4]   2> 	  "core":"core23",
   [junit4]   2> 	  "core_node_name":"node23",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node23/solr/"}
   [junit4]   2> 1705388 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705389 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard11
   [junit4]   2> 1705390 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705391 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node25",
   [junit4]   2> 	  "core":"core25",
   [junit4]   2> 	  "core_node_name":"node25",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"11",
   [junit4]   2> 	  "base_url":"http://node25/solr/"}
   [junit4]   2> 1705391 T5861 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=11
   [junit4]   2> 1705392 T5861 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard10
   [junit4]   2> 1705393 T6062 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1705394 T5861 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=11 message={
   [junit4]   2> 	 

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

eper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:285)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:282)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:282)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:204)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1781262 T6558 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1781267 T6555 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1781271 T6555 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1781373 T6558 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1782761 T6549 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:285)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:282)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:282)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:204)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1782762 T5847 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1782831 T5847 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:43469 43469
   [junit4]   2> 1783411 T6332 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:43469 43469
   [junit4]   2> 1783412 T5847 oas.SolrTestCaseJ4.tearDown ###Ending testShardLeaderChange
   [junit4]   2> 1783413 T6553 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:43469_solr
   [junit4]   2> 1783413 T6560 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:302)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:299)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:299)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:317)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 1786415 T5847 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerTest-F66367FA458A8BF4-001
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=DefaultSimilarity, locale=fr_LU, timezone=Libya
   [junit4]   2> NOTE: Linux 3.13.0-32-generic i386/Oracle Corporation 1.7.0_65 (32-bit)/cpus=8,threads=1,free=53629680,total=329515008
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteInactiveReplicaTest, TestManagedResource, TestStressReorder, MigrateRouteKeyTest, TestSolr4Spatial, ResponseHeaderTest, FunctionTest, TimeZoneUtilsTest, TestManagedSynonymFilterFactory, QueryResultKeyTest, WordBreakSolrSpellCheckerTest, ReturnFieldsTest, TestRandomDVFaceting, DocValuesMultiTest, TestDFRSimilarityFactory, TestClassNameShortening, ShowFileRequestHandlerTest, SSLMigrationTest, TestCloudInspectUtil, AbstractAnalyticsFacetTest, AnalysisErrorHandlingTest, TestReRankQParserPlugin, CoreMergeIndexesAdminHandlerTest, TestQuerySenderListener, CursorMarkTest, FieldFacetTest, ExternalFileFieldSortTest, RegexBoostProcessorTest, TestFileDictionaryLookup, HighlighterConfigTest, TestSolrIndexConfig, ResponseLogComponentTest, AbstractAnalyticsStatsTest, TestCoreDiscovery, TestDefaultSearchFieldResource, TestSolrXml, TestSolrXmlPersistence, StatelessScriptUpdateProcessorFactoryTest, AssignTest, TestDocBasedVersionConstraints, TestComplexPhraseQParserPlugin, TestCopyFieldCollectionResource, CurrencyFieldOpenExchangeTest, TestDistributedSearch, TestDynamicFieldResource, BadComponentTest, TestReloadAndDeleteDocs, UnloadDistributedZkTest, CustomCollectionTest, ChangedSchemaMergeTest, TestComponentsName, SolrXmlInZkTest, TestSolrDeletionPolicy1, TestFieldResource, XsltUpdateRequestHandlerTest, TestTrie, TestConfig, SolrCmdDistributorTest, TriLevelCompositeIdRoutingTest, PluginInfoTest, IndexBasedSpellCheckerTest, RequiredFieldsTest, TestJmxIntegration, AddBlockUpdateTest, TestChildDocTransformer, ClusterStateUpdateTest, HdfsSyncSliceTest, NotRequiredUniqueKeyTest, SimpleFacetsTest, DirectUpdateHandlerTest, TestFieldTypeResource, JSONWriterTest, TestSolrCoreProperties, CoreAdminRequestStatusTest, ZkCLITest, TestSolrJ, TestInfoStreamLogging, HdfsBasicDistributedZk2Test, TestCodecSupport, TestCustomSort, SignatureUpdateProcessorFactoryTest, BlockCacheTest, SpellCheckCollatorTest, ZkNodePropsTest, DisMaxRequestHandlerTest, TestReplicationHandlerBackup, FileUtilsTest, TestFaceting, ZkControllerTest, NoCacheHeaderTest, TestDefaultSimilarityFactory, TestSearchPerf, TestTolerantSearch, LeaderElectionTest, TestManagedSchema, TestManagedResourceStorage, TestCollationFieldDocValues, TestUtils, TestCloudManagedSchemaConcurrent, HdfsWriteToMultipleCollectionsTest, ChaosMonkeyNothingIsSafeTest, HighlighterMaxOffsetTest, TestSchemaVersionResource, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, OverseerTest]
   [junit4] Completed on J0 in 81.95s, 9 tests, 1 error <<< FAILURES!

[...truncated 644 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:454: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1298: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:922: There were test failures: 422 suites, 1761 tests, 1 error, 39 ignored (18 assumptions)

Total time: 97 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_65 -client -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_20-ea-b23) - Build # 10974 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10974/
Java: 32bit/jdk1.8.0_20-ea-b23 -server -XX:+UseG1GC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.search.QueryEqualityTest

Error Message:
testParserCoverage was run w/o any other method explicitly testing qparser: terms

Stack Trace:
java.lang.AssertionError: testParserCoverage was run w/o any other method explicitly testing qparser: terms
	at __randomizedtesting.SeedInfo.seed([6BE79894954CCC11]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:790)
	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)




Build Log:
[...truncated 11595 lines...]
   [junit4] Suite: org.apache.solr.search.QueryEqualityTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.search.QueryEqualityTest-6BE79894954CCC11-001/init-core-data-001
   [junit4]   2> 2264312 T7586 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2264313 T7586 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2264313 T7586 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2264314 T7586 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 2264314 T7586 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2264315 T7586 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2264347 T7586 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 2264370 T7586 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2264371 T7586 oass.IndexSchema.readSchema Reading Solr Schema from schema15.xml
   [junit4]   2> 2264375 T7586 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 2264468 T7586 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2264469 T7586 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2264470 T7586 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2264472 T7586 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2264478 T7586 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2264479 T7586 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 2264479 T7586 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 2264497 T7586 oasc.CoreContainer.<init> New CoreContainer 7101196
   [junit4]   2> 2264498 T7586 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 2264498 T7586 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 2264498 T7586 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 2264499 T7586 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 2264499 T7586 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2264499 T7586 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2264499 T7586 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2264500 T7586 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2264500 T7586 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2264500 T7586 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2264501 T7586 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 2264502 T7586 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2264502 T7586 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2264503 T7586 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 2264504 T7587 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2264505 T7587 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 2264505 T7587 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2264505 T7587 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2264531 T7587 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 2264555 T7587 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2264555 T7587 oass.IndexSchema.readSchema Reading Solr Schema from schema15.xml
   [junit4]   2> 2264559 T7587 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2264646 T7587 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2264647 T7587 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2264648 T7587 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2264650 T7587 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2264656 T7587 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 2264656 T7587 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2264656 T7587 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.search.QueryEqualityTest-6BE79894954CCC11-001/init-core-data-001/
   [junit4]   2> 2264656 T7587 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19a950c
   [junit4]   2> 2264657 T7587 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.search.QueryEqualityTest-6BE79894954CCC11-001/init-core-data-001
   [junit4]   2> 2264657 T7587 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.search.QueryEqualityTest-6BE79894954CCC11-001/init-core-data-001/index/
   [junit4]   2> 2264657 T7587 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.search.QueryEqualityTest-6BE79894954CCC11-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 2264658 T7587 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.search.QueryEqualityTest-6BE79894954CCC11-001/init-core-data-001/index
   [junit4]   2> 2264658 T7587 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2264659 T7587 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7ce939 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@920ceb)),segFN=segments_1,generation=1}
   [junit4]   2> 2264659 T7587 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2264660 T7587 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 2264663 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2264664 T7587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2264664 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2264664 T7587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2264664 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2264665 T7587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2264665 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2264665 T7587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2264665 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2264666 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2264666 T7587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2264666 T7587 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2264666 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2264667 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2264667 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2264667 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2264667 T7587 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2264668 T7587 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2264668 T7587 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2264668 T7587 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2264669 T7587 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 2264669 T7587 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 2264669 T7587 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2264670 T7587 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2264670 T7587 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2264670 T7587 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 2264671 T7587 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 2264671 T7587 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 2264671 T7587 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2264671 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2264672 T7587 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2264672 T7587 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2264672 T7587 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2264672 T7587 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2264673 T7587 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2264673 T7587 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2264673 T7587 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2264674 T7587 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2264674 T7587 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 2264674 T7587 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 2264676 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2264677 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2264678 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2264678 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2264679 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2264680 T7587 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2264681 T7587 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2264681 T7587 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2264682 T7587 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@1876236
   [junit4]   2> 2264682 T7587 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7ce939 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@920ceb)),segFN=segments_1,generation=1}
   [junit4]   2> 2264682 T7587 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2264683 T7587 oass.SolrIndexSearcher.<init> Opening Searcher@48ea5f[collection1] main
   [junit4]   2> 2264683 T7587 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2264683 T7587 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2264683 T7587 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 2264684 T7587 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 2264684 T7587 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2264684 T7587 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 2264905 T7587 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2264924 T7588 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@48ea5f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 2264927 T7587 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2264928 T7586 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2264932 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncSub
   [junit4]   2> 2264934 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncSub
   [junit4]   2> 2264942 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncMap
   [junit4]   2> 2264944 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncMap
   [junit4]   2> 2264949 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncBoost
   [junit4]   2> 2264953 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncBoost
   [junit4]   2> 2264957 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQuerySurround
   [junit4]   2> 2264962 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQuerySurround
   [junit4]   2> 2264967 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncJoindf
   [junit4]   2> 2264971 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncJoindf
   [junit4]   2> 2264978 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncRord
   [junit4]   2> 2264979 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncRord
   [junit4]   2> 2264983 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncDef
   [junit4]   2> 2264984 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncDef
   [junit4]   2> 2264988 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncLiteral
   [junit4]   2> 2264988 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncLiteral
   [junit4]   2> 2264993 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncDiv
   [junit4]   2> 2264993 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncDiv
   [junit4]   2> 2264997 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncGeodist
   [junit4]   2> 2265001 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncGeodist
   [junit4]   2> 2265008 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryRaw
   [junit4]   2> 2265009 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryRaw
   [junit4]   2> 2265016 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryMaxScore
   [junit4]   2> 2265020 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryMaxScore
   [junit4]   2> 2265025 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncGhhsin
   [junit4]   2> 2265026 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncGhhsin
   [junit4]   2> 2265031 T7586 oas.SolrTestCaseJ4.setUp ###Starting testBlockJoin
   [junit4]   2> 2265034 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testBlockJoin
   [junit4]   2> 2265040 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryTerm
   [junit4]   2> 2265041 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryTerm
   [junit4]   2> 2265049 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncStrdist
   [junit4]   2> 2265050 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncStrdist
   [junit4]   2> 2265055 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncOrd
   [junit4]   2> 2265056 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncOrd
   [junit4]   2> 2265061 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncSum
   [junit4]   2> 2265062 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncSum
   [junit4]   2> 2265067 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncRecip
   [junit4]   2> 2265068 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncRecip
   [junit4]   2> 2265073 T7586 oas.SolrTestCaseJ4.setUp ###Starting testParserCoverage
   [junit4]   2> 2265074 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testParserCoverage
   [junit4]   2> 2265078 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncSingleValueMathFuncs
   [junit4]   2> 2265084 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncSingleValueMathFuncs
   [junit4]   2> 2265088 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryNested
   [junit4]   2> 2265090 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryNested
   [junit4]   2> 2265094 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryBoost
   [junit4]   2> 2265096 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryBoost
   [junit4]   2> 2265100 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncTestfunc
   [junit4]   2> 2265102 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncTestfunc
   [junit4]   2> 2265115 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncScale
   [junit4]   2> 2265117 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncScale
   [junit4]   2> 2265125 T7586 oas.SolrTestCaseJ4.setUp ###Starting testReRankQuery
   [junit4]   2> 2265142 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testReRankQuery
   [junit4]   2> 2265147 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryJoin
   [junit4]   2> 2265149 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryJoin
   [junit4]   2> 2265154 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncField
   [junit4]   2> 2265157 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncField
   [junit4]   2> 2265162 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncMaxdoc
   [junit4]   2> 2265164 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncMaxdoc
   [junit4]   2> 2265169 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryFunc
   [junit4]   2> 2265170 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryFunc
   [junit4]   2> 2265174 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncTop
   [junit4]   2> 2265175 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncTop
   [junit4]   2> 2265179 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncSqedist
   [junit4]   2> 2265180 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncSqedist
   [junit4]   2> 2265184 T7586 oas.SolrTestCaseJ4.setUp ###Starting testTestFuncs
   [junit4]   2> 2265187 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testTestFuncs
   [junit4]   2> 2265190 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryPrefix
   [junit4]   2> 2265191 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryPrefix
   [junit4]   2> 2265195 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncDist
   [junit4]   2> 2265196 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncDist
   [junit4]   2> 2265200 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryLucene
   [junit4]   2> 2265201 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryLucene
   [junit4]   2> 2265205 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncProduct
   [junit4]   2> 2265206 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncProduct
   [junit4]   2> 2265209 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncMs
   [junit4]   2> 2265210 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncMs
   [junit4]   2> 2265214 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncQuery
   [junit4]   2> 2265215 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncQuery
   [junit4]   2> 2265219 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncDoubleValueBools
   [junit4]   2> 2265220 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncDoubleValueBools
   [junit4]   2> 2265224 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncExists
   [junit4]   2> 2265225 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncExists
   [junit4]   2> 2265229 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryBbox
   [junit4]   2> 2265232 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryBbox
   [junit4]   2> 2265237 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryCollapse
   [junit4]   2> 2265243 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryCollapse
   [junit4]   2> 2265248 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncBools
   [junit4]   2> 2265249 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncBools
   [junit4]   2> 2265253 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncGeohash
   [junit4]   2> 2265256 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncGeohash
   [junit4]   2> 2265259 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryGeofilt
   [junit4]   2> 2265261 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryGeofilt
   [junit4]   2> 2265265 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncTerms
   [junit4]   2> 2265268 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncTerms
   [junit4]   2> 2265272 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryFrange
   [junit4]   2> 2265273 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryFrange
   [junit4]   2> 2265277 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncNot
   [junit4]   2> 2265278 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncNot
   [junit4]   2> 2265284 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncSttf
   [junit4]   2> 2265284 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncSttf
   [junit4]   2> 2265288 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncMathConsts
   [junit4]   2> 2265289 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncMathConsts
   [junit4]   2> 2265293 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncNorm
   [junit4]   2> 2265293 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncNorm
   [junit4]   2> 2265297 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncVector
   [junit4]   2> 2265298 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncVector
   [junit4]   2> 2265302 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryComplexPhrase
   [junit4]   2> 2265336 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryComplexPhrase
   [junit4]   2> 2265341 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncDoubleValueMathFuncs
   [junit4]   2> 2265342 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncDoubleValueMathFuncs
   [junit4]   2> 2265347 T7586 oas.SolrTestCaseJ4.setUp ###Starting testDateMathParsingEquality
   [junit4]   2> 2265348 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testDateMathParsingEquality
   [junit4]   2> 2265352 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncMin
   [junit4]   2> 2265353 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncMin
   [junit4]   2> 2265357 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncNumdocs
   [junit4]   2> 2265357 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncNumdocs
   [junit4]   2> 2265361 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQuerySimple
   [junit4]   2> 2265369 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQuerySimple
   [junit4]   2> 2265373 T7586 oas.SolrTestCaseJ4.setUp ###Starting testField
   [junit4]   2> 2265374 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testField
   [junit4]   2> 2265378 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncIf
   [junit4]   2> 2265379 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncIf
   [junit4]   2> 2265383 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncCscore
   [junit4]   2> 2265385 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncCscore
   [junit4]   2> 2265389 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncMod
   [junit4]   2> 2265395 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncMod
   [junit4]   2> 2265399 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncHsin
   [junit4]   2> 2265402 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncHsin
   [junit4]   2> 2265406 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncCurrency
   [junit4]   2> 2265407 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncCurrency
   [junit4]   2> 2265410 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncMax
   [junit4]   2> 2265411 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncMax
   [junit4]   2> 2265415 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQuerySwitch
   [junit4]   2> 2265416 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQuerySwitch
   [junit4]   2> 2265421 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryDismax
   [junit4]   2> 2265427 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryDismax
   [junit4]   2> 2265433 T7586 oas.SolrTestCaseJ4.setUp ###Starting testQueryLucenePlusSort
   [junit4]   2> 2265435 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testQueryLucenePlusSort
   [junit4]   2> 2265442 T7586 oas.SolrTestCaseJ4.setUp ###Starting testFuncLinear
   [junit4]   2> 2265445 T7586 oas.SolrTestCaseJ4.tearDown ###Ending testFuncLinear
   [junit4]   2> 2265447 T7586 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 2265448 T7586 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=7101196
   [junit4]   2> 2265448 T7586 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a939d9
   [junit4]   2> 2265460 T7586 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 2265461 T7586 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2265461 T7586 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2265461 T7586 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2265462 T7586 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2265462 T7586 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2265463 T7586 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.search.QueryEqualityTest-6BE79894954CCC11-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.search.QueryEqualityTest-6BE79894954CCC11-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2265463 T7586 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.search.QueryEqualityTest-6BE79894954CCC11-001/init-core-data-001/index
   [junit4]   2> 2265463 T7586 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.search.QueryEqualityTest-6BE79894954CCC11-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.search.QueryEqualityTest-6BE79894954CCC11-001/init-core-data-001;done=false>>]
   [junit4]   2> 2265464 T7586 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.search.QueryEqualityTest-6BE79894954CCC11-001/init-core-data-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=es_PR, timezone=US/Mountain
   [junit4]   2> NOTE: Linux 3.13.0-32-generic i386/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=8,threads=1,free=219853488,total=515899392
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolr4Spatial, TestWordDelimiterFilterFactory, TestReplicationHandler, TestSearcherReuse, TestFaceting, DistribCursorPagingTest, HdfsUnloadDistributedZkTest, AnalysisErrorHandlingTest, HdfsLockFactoryTest, TestSolrXmlPersistor, TestCloudInspectUtil, TestManagedResource, FastVectorHighlighterTest, CustomCollectionTest, TestFastOutputStream, TestHighlightDedupGrouping, TestReload, TestCloudManagedSchemaConcurrent, AsyncMigrateRouteKeyTest, TestManagedResourceStorage, MBeansHandlerTest, CachingDirectoryFactoryTest, TestComponentsName, TestDFRSimilarityFactory, AnalyticsQueryTest, BlockDirectoryTest, BadComponentTest, TestDistributedSearch, TestAnalyzedSuggestions, TestRemoteStreaming, IndexSchemaTest, PathHierarchyTokenizerFactoryTest, SuggesterTest, BJQParserTest, TestManagedSynonymFilterFactory, TestRangeQuery, TestArbitraryIndexDir, TestSchemaNameResource, TestAnalyzeInfixSuggestions, SpellPossibilityIteratorTest, ClusterStateUpdateTest, ZkCLITest, BasicFunctionalityTest, BadCopyFieldTest, TestCloudManagedSchema, SolrIndexSplitterTest, ChangedSchemaMergeTest, JSONWriterTest, TestSort, TestUtils, RollingRestartTest, NoCacheHeaderTest, PrimUtilsTest, SignatureUpdateProcessorFactoryTest, QueryFacetTest, IndexBasedSpellCheckerTest, MinimalSchemaTest, StandardRequestHandlerTest, TestHighFrequencyDictionaryFactory, ReturnFieldsTest, CurrencyFieldOpenExchangeTest, TestClassNameShortening, TestLMDirichletSimilarityFactory, TestFastLRUCache, PrimitiveFieldTypeTest, AddBlockUpdateTest, SpellCheckComponentTest, SimpleFacetsTest, TestSurroundQueryParser, ExpressionTest, LeaderElectionTest, ZkControllerTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestTolerantSearch, TestRestManager, PreAnalyzedFieldTest, OverseerCollectionProcessorTest, TestOrdValues, HdfsCollectionsAPIDistributedZkTest, AbstractAnalyticsFacetTest, TestManagedSchema, AssignTest, TestSolrXmlPersistence, ShardSplitTest, TestStressUserVersions, TestSchemaSimilarityResource, TestMaxScoreQueryParser, TestFieldSortValues, DistributedQueryComponentCustomSortTest, CoreAdminHandlerTest, TestFuzzyAnalyzedSuggestions, ParsingFieldUpdateProcessorsTest, SuggesterTSTTest, TestBinaryResponseWriter, TestDefaultSimilarityFactory, TestSolrIndexConfig, CursorPagingTest, TriLevelCompositeIdRoutingTest, TestStressVersions, PeerSyncTest, OverseerTest, LeaderElectionIntegrationTest, TestHashPartitioner, TestStressReorder, TestJoin, QueryElevationComponentTest, BadIndexSchemaTest, TestFunctionQuery, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, TestCoreDiscovery, SpellCheckCollatorTest, SuggesterFSTTest, SolrRequestParserTest, SpatialFilterTest, PolyFieldTest, SolrCoreCheckLockOnStartupTest, QueryEqualityTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=6BE79894954CCC11 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_PR -Dtests.timezone=US/Mountain -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | QueryEqualityTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: testParserCoverage was run w/o any other method explicitly testing qparser: terms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6BE79894954CCC11]:0)
   [junit4]    > 	at org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:62)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed on J0 in 1.22s, 70 tests, 1 failure <<< FAILURES!

[...truncated 515 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:454: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1298: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:922: There were test failures: 422 suites, 1761 tests, 1 suite-level error, 39 ignored (18 assumptions)

Total time: 92 minutes 26 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_20-ea-b23 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_11) - Build # 10973 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10973/
Java: 32bit/jdk1.8.0_11 -server -XX:+UseParallelGC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.MultiThreadedOCPTest.testDistribSearch

Error Message:
Task 3002 did not complete, final state: failed

Stack Trace:
java.lang.AssertionError: Task 3002 did not complete, final state: failed
	at __randomizedtesting.SeedInfo.seed([3E71A670CB84781C:BF972868BCDB1820]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:163)
	at org.apache.solr.cloud.MultiThreadedOCPTest.doTest(MultiThreadedOCPTest.java:72)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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)




Build Log:
[...truncated 11887 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/init-core-data-001
   [junit4]   2> 2304908 T7501 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 2304909 T7501 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /uu_kmj/n
   [junit4]   2> 2304911 T7501 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 2304911 T7501 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2304912 T7502 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2305012 T7501 oasc.ZkTestServer.run start zk server on port:35587
   [junit4]   2> 2305013 T7501 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2305014 T7508 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66ebe3 name:ZooKeeperConnection Watcher:127.0.0.1:35587 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2305014 T7501 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2305015 T7501 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2305018 T7501 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2305018 T7510 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f033f1 name:ZooKeeperConnection Watcher:127.0.0.1:35587/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2305018 T7501 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2305019 T7501 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2305021 T7501 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2305022 T7501 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2305023 T7501 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2305025 T7501 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2305025 T7501 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2305026 T7501 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2305027 T7501 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2305028 T7501 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2305029 T7501 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2305031 T7501 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2305031 T7501 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2305033 T7501 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2305033 T7501 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2305034 T7501 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2305035 T7501 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2305036 T7501 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2305037 T7501 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2305038 T7501 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2305038 T7501 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2305040 T7501 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2305040 T7501 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2305042 T7501 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2305043 T7501 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2305044 T7501 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2305044 T7501 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2305349 T7501 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2305352 T7501 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58301
   [junit4]   2> 2305352 T7501 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2305353 T7501 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2305353 T7501 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-002
   [junit4]   2> 2305353 T7501 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-002/'
   [junit4]   2> 2305367 T7501 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-002/solr.xml
   [junit4]   2> 2305374 T7501 oasc.CoreContainer.<init> New CoreContainer 15792930
   [junit4]   2> 2305375 T7501 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-002/]
   [junit4]   2> 2305375 T7501 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2305376 T7501 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2305376 T7501 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2305376 T7501 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2305377 T7501 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2305377 T7501 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2305377 T7501 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2305377 T7501 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2305378 T7501 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2305378 T7501 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2305379 T7501 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2305379 T7501 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2305379 T7501 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2305380 T7501 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35587/solr
   [junit4]   2> 2305380 T7501 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2305380 T7501 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2305381 T7521 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3882e6 name:ZooKeeperConnection Watcher:127.0.0.1:35587 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2305382 T7501 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2305383 T7501 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2305383 T7523 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@538ae4 name:ZooKeeperConnection Watcher:127.0.0.1:35587/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2305383 T7501 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2305384 T7501 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2305386 T7501 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2305387 T7501 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2305389 T7501 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2305390 T7501 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2305391 T7501 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2305392 T7501 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58301_uu_kmj%2Fn
   [junit4]   2> 2305393 T7501 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58301_uu_kmj%2Fn
   [junit4]   2> 2305394 T7501 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2305395 T7501 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2305398 T7501 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58301_uu_kmj%2Fn
   [junit4]   2> 2305399 T7501 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2305401 T7501 oasc.Overseer.start Overseer (id=92237931897487363-127.0.0.1:58301_uu_kmj%2Fn-n_0000000000) starting
   [junit4]   2> 2305402 T7501 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2305407 T7525 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2305407 T7501 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2305408 T7501 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2305410 T7501 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2305412 T7524 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2305413 T7526 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2305414 T7526 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2305414 T7526 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2305414 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2305415 T7524 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2305416 T7524 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58301/uu_kmj/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58301_uu_kmj%2Fn",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2305416 T7524 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 2305417 T7524 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2305418 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2305419 T7527 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> 2306414 T7526 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2306415 T7526 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2306416 T7526 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2306416 T7526 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2306418 T7526 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2306418 T7526 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-002/collection1/'
   [junit4]   2> 2306419 T7526 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 2306420 T7526 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 2306420 T7526 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 2306446 T7526 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 2306992 T7526 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2306994 T7526 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2306998 T7526 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2307082 T7526 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2307086 T7526 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2307087 T7526 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2307097 T7526 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2307100 T7526 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2307102 T7526 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2307103 T7526 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2307104 T7526 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2307104 T7526 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2307105 T7526 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2307105 T7526 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2307105 T7526 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2307106 T7526 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2307106 T7526 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-001/control/data/
   [junit4]   2> 2307106 T7526 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1374629
   [junit4]   2> 2307107 T7526 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-001/control/data
   [junit4]   2> 2307108 T7526 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-001/control/data/index/
   [junit4]   2> 2307108 T7526 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2307108 T7526 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-001/control/data/index
   [junit4]   2> 2307109 T7526 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=65.9013671875, floorSegmentMB=0.9638671875, forceMergeDeletesPctAllowed=5.789479320629193, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2307110 T7526 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1ae786f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c88f74),segFN=segments_1,generation=1}
   [junit4]   2> 2307110 T7526 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2307113 T7526 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2307114 T7526 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2307114 T7526 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2307114 T7526 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2307115 T7526 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2307115 T7526 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2307115 T7526 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2307116 T7526 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2307116 T7526 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2307116 T7526 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2307117 T7526 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2307117 T7526 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2307118 T7526 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2307118 T7526 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2307118 T7526 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2307118 T7526 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2307119 T7526 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2307119 T7526 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2307119 T7526 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2307120 T7526 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2307120 T7526 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2307121 T7526 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2307123 T7526 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2307124 T7526 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2307125 T7526 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2307126 T7526 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2307127 T7526 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2307129 T7526 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2307130 T7526 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2307130 T7526 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=8, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6821470461642286]
   [junit4]   2> 2307131 T7526 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1ae786f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c88f74),segFN=segments_1,generation=1}
   [junit4]   2> 2307131 T7526 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2307132 T7526 oass.SolrIndexSearcher.<init> Opening Searcher@d21995[collection1] main
   [junit4]   2> 2307132 T7526 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2307133 T7526 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2307133 T7526 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2307133 T7526 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2307134 T7526 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2307134 T7526 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2307134 T7526 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2307135 T7526 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2307135 T7526 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 2307137 T7526 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2307137 T7526 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2307137 T7526 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2307139 T7528 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d21995[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 2307141 T7526 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2307142 T7531 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58301/uu_kmj/n collection:control_collection shard:shard1
   [junit4]   2> 2307142 T7501 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2307143 T7531 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2307143 T7501 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2307144 T7501 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2307145 T7533 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@129c83d name:ZooKeeperConnection Watcher:127.0.0.1:35587/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2307145 T7501 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2307146 T7501 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2307146 T7531 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2307147 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2307147 T7501 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2307148 T7531 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2307148 T7524 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2307148 T7531 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1727 name=collection1 org.apache.solr.core.SolrCore@1d67839 url=http://127.0.0.1:58301/uu_kmj/n/collection1 node=127.0.0.1:58301_uu_kmj%2Fn C1727_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:58301/uu_kmj/n, core=collection1, node_name=127.0.0.1:58301_uu_kmj%2Fn}
   [junit4]   2> 2307149 T7531 C1727 P58301 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58301/uu_kmj/n/collection1/
   [junit4]   2> 2307149 T7531 C1727 P58301 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2307149 T7531 C1727 P58301 oasc.SyncStrategy.syncToMe http://127.0.0.1:58301/uu_kmj/n/collection1/ has no replicas
   [junit4]   2> 2307149 T7531 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58301/uu_kmj/n/collection1/ shard1
   [junit4]   2> 2307149 T7531 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2307150 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2307150 T7527 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> 2307153 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2307159 T7524 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2307161 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2307167 T7534 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> 2307263 T7534 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> 2307263 T7527 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> 2307310 T7531 oasc.ZkController.register We are http://127.0.0.1:58301/uu_kmj/n/collection1/ and leader is http://127.0.0.1:58301/uu_kmj/n/collection1/
   [junit4]   2> 2307310 T7531 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58301/uu_kmj/n
   [junit4]   2> 2307311 T7531 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2307311 T7531 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2307311 T7531 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2307312 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2307312 T7535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2307312 T7531 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2307312 T7536 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2307313 T7524 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2307314 T7524 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58301/uu_kmj/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58301_uu_kmj%2Fn",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 2307315 T7536 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2307416 T7536 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> 2307416 T7534 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> 2307493 T7501 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2307494 T7501 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2307497 T7501 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48659
   [junit4]   2> 2307497 T7501 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2307498 T7501 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2307498 T7501 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003
   [junit4]   2> 2307498 T7501 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003/'
   [junit4]   2> 2307512 T7501 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003/solr.xml
   [junit4]   2> 2307525 T7501 oasc.CoreContainer.<init> New CoreContainer 29169977
   [junit4]   2> 2307526 T7501 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003/]
   [junit4]   2> 2307527 T7501 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2307527 T7501 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2307527 T7501 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2307528 T7501 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2307528 T7501 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2307528 T7501 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2307528 T7501 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2307529 T7501 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2307529 T7501 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2307530 T7501 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2307530 T7501 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2307530 T7501 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2307530 T7501 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2307531 T7501 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35587/solr
   [junit4]   2> 2307531 T7501 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2307532 T7501 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2307533 T7547 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b53b76 name:ZooKeeperConnection Watcher:127.0.0.1:35587 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2307533 T7501 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2307534 T7501 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2307535 T7549 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f96de0 name:ZooKeeperConnection Watcher:127.0.0.1:35587/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2307535 T7501 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2307538 T7501 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2308540 T7501 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48659_uu_kmj%2Fn
   [junit4]   2> 2308541 T7501 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48659_uu_kmj%2Fn
   [junit4]   2> 2308547 T7551 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2308547 T7551 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2308548 T7536 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2308548 T7551 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2308548 T7535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2308548 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2308550 T7524 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2308550 T7524 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48659/uu_kmj/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48659_uu_kmj%2Fn",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2308550 T7524 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 2308551 T7524 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2308552 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2308653 T7527 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2308653 T7550 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2308653 T7534 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2309548 T7551 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2309548 T7551 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2309549 T7551 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2309549 T7551 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2309550 T7551 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2309550 T7551 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003/collection1/'
   [junit4]   2> 2309551 T7551 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 2309551 T7551 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 2309551 T7551 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 2309569 T7551 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 2309578 T7551 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2309579 T7551 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2309584 T7551 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2309698 T7551 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2309708 T7551 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2309710 T7551 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2309717 T7551 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2309719 T7551 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2309721 T7551 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2309722 T7551 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2309722 T7551 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2309723 T7551 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2309723 T7551 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2309724 T7551 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2309724 T7551 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2309724 T7551 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2309724 T7551 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003/collection1/data/
   [junit4]   2> 2309725 T7551 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1374629
   [junit4]   2> 2309725 T7551 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003/collection1/data
   [junit4]   2> 2309726 T7551 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003/collection1/data/index/
   [junit4]   2> 2309726 T7551 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2309726 T7551 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-003/collection1/data/index
   [junit4]   2> 2309727 T7551 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=65.9013671875, floorSegmentMB=0.9638671875, forceMergeDeletesPctAllowed=5.789479320629193, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2309728 T7551 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4cbaf5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@fcc083),segFN=segments_1,generation=1}
   [junit4]   2> 2309728 T7551 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2309731 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2309731 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2309732 T7551 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2309732 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2309732 T7551 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2309733 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2309733 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2309733 T7551 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2309733 T7551 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2309734 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2309734 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2309735 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2309735 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2309736 T7551 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2309736 T7551 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2309736 T7551 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2309737 T7551 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2309737 T7551 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2309737 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2309738 T7551 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2309738 T7551 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2309738 T7551 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2309741 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2309742 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2309743 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2309744 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2309745 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2309747 T7551 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2309747 T7551 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2309748 T7551 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=8, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6821470461642286]
   [junit4]   2> 2309748 T7551 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4cbaf5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@fcc083),segFN=segments_1,generation=1}
   [junit4]   2> 2309748 T7551 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2309749 T7551 oass.SolrIndexSearcher.<init> Opening Searcher@1f20acc[collection1] main
   [junit4]   2> 2309749 T7551 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2309750 T7551 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2309750 T7551 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2309751 T7551 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2309751 T7551 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2309751 T7551 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2309752 T7551 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2309752 T7551 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2309752 T7551 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2309753 T7551 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2309755 T7552 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f20acc[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 2309758 T7551 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2309759 T7555 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48659/uu_kmj/n collection:collection1 shard:shard2
   [junit4]   2> 2309759 T7501 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2309760 T7501 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2309760 T7555 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2309767 T7555 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2309768 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2309768 T7555 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2309769 T7555 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1728 name=collection1 org.apache.solr.core.SolrCore@11fa16 url=http://127.0.0.1:48659/uu_kmj/n/collection1 node=127.0.0.1:48659_uu_kmj%2Fn C1728_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:48659/uu_kmj/n, core=collection1, node_name=127.0.0.1:48659_uu_kmj%2Fn}
   [junit4]   2> 2309769 T7555 C1728 P48659 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:48659/uu_kmj/n/collection1/
   [junit4]   2> 2309768 T7536 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2309768 T7535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2309769 T7555 C1728 P48659 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2309770 T7555 C1728 P48659 oasc.SyncStrategy.syncToMe http://127.0.0.1:48659/uu_kmj/n/collection1/ has no replicas
   [junit4]   2> 2309770 T7555 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:48659/uu_kmj/n/collection1/ shard2
   [junit4]   2> 2309770 T7524 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2309770 T7555 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2309772 T7535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2309774 T7535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2309775 T7535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2309877 T7534 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2309877 T7535 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2309877 T7550 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2309925 T7555 oasc.ZkController.register We are http://127.0.0.1:48659/uu_kmj/n/collection1/ and leader is http://127.0.0.1:48659/uu_kmj/n/collection1/
   [junit4]   2> 2309925 T7555 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48659/uu_kmj/n
   [junit4]   2> 2309925 T7555 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2309925 T7555 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2309925 T7555 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2309926 T7535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2309926 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2309926 T7536 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2309927 T7555 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2309928 T7524 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2309928 T7524 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48659/uu_kmj/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48659_uu_kmj%2Fn",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 2309929 T7536 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2310030 T7534 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2310030 T7536 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2310030 T7550 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2310081 T7501 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2310082 T7501 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2310084 T7501 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41201
   [junit4]   2> 2310084 T7501 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2310085 T7501 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2310085 T7501 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004
   [junit4]   2> 2310085 T7501 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004/'
   [junit4]   2> 2310098 T7501 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004/solr.xml
   [junit4]   2> 2310107 T7501 oasc.CoreContainer.<init> New CoreContainer 14380364
   [junit4]   2> 2310107 T7501 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004/]
   [junit4]   2> 2310108 T7501 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2310108 T7501 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2310108 T7501 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2310109 T7501 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2310109 T7501 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2310109 T7501 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2310110 T7501 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2310110 T7501 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2310111 T7501 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2310111 T7501 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2310112 T7501 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2310112 T7501 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2310112 T7501 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2310112 T7501 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35587/solr
   [junit4]   2> 2310113 T7501 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2310114 T7501 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2310114 T7566 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14ccdcb name:ZooKeeperConnection Watcher:127.0.0.1:35587 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2310115 T7501 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2310116 T7501 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2310116 T7568 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11e9df8 name:ZooKeeperConnection Watcher:127.0.0.1:35587/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2310117 T7501 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2310120 T7501 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2311121 T7501 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41201_uu_kmj%2Fn
   [junit4]   2> 2311122 T7501 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41201_uu_kmj%2Fn
   [junit4]   2> 2311126 T7570 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2311126 T7570 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2311127 T7536 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2311127 T7570 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2311127 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2311127 T7535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2311128 T7524 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2311129 T7524 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:41201/uu_kmj/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41201_uu_kmj%2Fn",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2311129 T7524 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 2311129 T7524 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2311130 T7535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2311232 T7535 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2311232 T7569 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2311232 T7550 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2311232 T7534 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2312127 T7570 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2312128 T7570 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2312128 T7570 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2312128 T7570 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2312129 T7570 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2312129 T7570 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004/collection1/'
   [junit4]   2> 2312130 T7570 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 2312131 T7570 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 2312131 T7570 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 2312157 T7570 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 2312168 T7570 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2312169 T7570 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2312174 T7570 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2312276 T7570 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2312280 T7570 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2312282 T7570 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2312289 T7570 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2312292 T7570 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2312293 T7570 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2312294 T7570 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2312294 T7570 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2312294 T7570 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2312295 T7570 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2312295 T7570 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2312295 T7570 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2312295 T7570 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2312295 T7570 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004/collection1/data/
   [junit4]   2> 2312296 T7570 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1374629
   [junit4]   2> 2312296 T7570 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004/collection1/data
   [junit4]   2> 2312296 T7570 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004/collection1/data/index/
   [junit4]   2> 2312296 T7570 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2312297 T7570 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-004/collection1/data/index
   [junit4]   2> 2312297 T7570 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=65.9013671875, floorSegmentMB=0.9638671875, forceMergeDeletesPctAllowed=5.789479320629193, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2312297 T7570 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1cfa4ee lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e99d83),segFN=segments_1,generation=1}
   [junit4]   2> 2312298 T7570 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2312300 T7570 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2312300 T7570 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2312300 T7570 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2312301 T7570 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2312301 T7570 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2312301 T7570 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2312301 T7570 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2312301 T7570 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2312302 T7570 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2312302 T7570 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2312302 T7570 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2312303 T7570 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2312303 T7570 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2312303 T7570 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2312304 T7570 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2312304 T7570 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2312304 T7570 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2312304 T7570 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2312305 T7570 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2312305 T7570 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2312305 T7570 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2312306 T7570 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2312308 T7570 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2312308 T7570 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2312309 T7570 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2312310 T7570 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2312311 T7570 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2312312 T7570 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2312312 T7570 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2312312 T7570 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=8, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6821470461642286]
   [junit4]   2> 2312313 T7570 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1cfa4ee lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e99d83),segFN=segments_1,generation=1}
   [junit4]   2> 2312313 T7570 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2312313 T7570 oass.SolrIndexSearcher.<init> Opening Searcher@132ba8d[collection1] main
   [junit4]   2> 2312313 T7570 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2312314 T7570 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2312314 T7570 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2312315 T7570 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2312315 T7570 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2312315 T7570 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2312316 T7570 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2312316 T7570 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2312316 T7570 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2312316 T7570 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2312318 T7571 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@132ba8d[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 2312321 T7570 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2312321 T7574 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41201/uu_kmj/n collection:collection1 shard:shard1
   [junit4]   2> 2312321 T7501 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2312322 T7501 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2312322 T7574 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 2312326 T7574 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2312331 T7535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2312331 T7536 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2312331 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2312331 T7574 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2312332 T7574 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1729 name=collection1 org.apache.solr.core.SolrCore@930770 url=http://127.0.0.1:41201/uu_kmj/n/collection1 node=127.0.0.1:41201_uu_kmj%2Fn C1729_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:41201/uu_kmj/n, core=collection1, node_name=127.0.0.1:41201_uu_kmj%2Fn}
   [junit4]   2> 2312332 T7574 C1729 P41201 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41201/uu_kmj/n/collection1/
   [junit4]   2> 2312332 T7574 C1729 P41201 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2312332 T7524 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2312332 T7574 C1729 P41201 oasc.SyncStrategy.syncToMe http://127.0.0.1:41201/uu_kmj/n/collection1/ has no replicas
   [junit4]   2> 2312333 T7574 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41201/uu_kmj/n/collection1/ shard1
   [junit4]   2> 2312333 T7574 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 2312334 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2312335 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2312336 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2312438 T7534 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2312438 T7569 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2312438 T7550 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2312438 T7527 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2312486 T7574 oasc.ZkController.register We are http://127.0.0.1:41201/uu_kmj/n/collection1/ and leader is http://127.0.0.1:41201/uu_kmj/n/collection1/
   [junit4]   2> 2312486 T7574 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41201/uu_kmj/n
   [junit4]   2> 2312487 T7574 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2312487 T7574 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2312487 T7574 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2312488 T7535 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2312488 T7527 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2312488 T7536 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2312488 T7574 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2312490 T7524 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2312490 T7524 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:41201/uu_kmj/n",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41201_uu_kmj%2Fn",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 2312492 T7536 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type No

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

0CB84781C-001/tempDir-006/ocptest_shardsplit2_shard2_replica1/data
   [junit4]   2> 2383154 T7501 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-006/ocptest_shardsplit2_shard2_replica1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-006/ocptest_shardsplit2_shard2_replica1/data/index;done=false>>]
   [junit4]   2> 2383155 T7501 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001/tempDir-006/ocptest_shardsplit2_shard2_replica1/data/index
   [junit4]   2> 2383155 T17116 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:58841_uu_kmj%2Fn
   [junit4]   2> 2384656 T17118 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> 2384656 T17111 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2384684 T7501 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/uu_kmj/n,null}
   [junit4]   2> 2389672 T7501 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2389674 T7501 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:35587 35587
   [junit4]   2> 2390242 T7502 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:35587 35587
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MultiThreadedOCPTest -Dtests.method=testDistribSearch -Dtests.seed=3E71A670CB84781C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale= -Dtests.timezone=PNT -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 85.4s J1 | MultiThreadedOCPTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Task 3002 did not complete, final state: failed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3E71A670CB84781C:BF972868BCDB1820]:0)
   [junit4]    > 	at org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:163)
   [junit4]    > 	at org.apache.solr.cloud.MultiThreadedOCPTest.doTest(MultiThreadedOCPTest.java:72)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2390301 T7501 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3E71A670CB84781C-001
   [junit4]   2> 85396 T7500 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=, timezone=PNT
   [junit4]   2> NOTE: Linux 3.13.0-32-generic i386/Oracle Corporation 1.8.0_11 (32-bit)/cpus=8,threads=1,free=194931168,total=362545152
   [junit4]   2> NOTE: All tests run in this JVM: [OverseerRolesTest, TestMissingGroups, TestMultiCoreConfBootstrap, IndexSchemaRuntimeFieldTest, TestBinaryField, CircularListTest, NoFacetTest, AutoCommitTest, SliceStateTest, TestCharFilters, FunctionTest, TestNoOpRegenerator, UUIDFieldTest, TestUniqueKeyFieldResource, DOMUtilTest, PreAnalyzedUpdateProcessorTest, TestQueryTypes, TestSolrQueryParser, AtomicUpdatesTest, TestGroupingSearch, TestRandomMergePolicy, TestInfoStreamLogging, SolrCoreTest, DateMathParserTest, TestInitQParser, DistributedQueryElevationComponentTest, SolrRequestParserTest, ZkSolrClientTest, TestRecovery, SSLMigrationTest, CoreAdminCreateDiscoverTest, TestFiltering, TestValueSourceCache, TestPHPSerializedResponseWriter, DistanceFunctionTest, CollectionsAPIDistributedZkTest, MigrateRouteKeyTest, HardAutoCommitTest, TestBM25SimilarityFactory, LegacyHTMLStripCharFilterTest, TestExtendedDismaxParser, TestChildDocTransformer, DistributedTermsComponentTest, TestSchemaResource, TestSystemIdResolver, ConvertedLegacyTest, TestIntervalFaceting, TestStressLucene, SampleTest, TestElisionMultitermQuery, TestComplexPhraseQParserPlugin, TestWriterPerf, TestFieldResource, TestIBSimilarityFactory, TestCSVLoader, TestPerFieldSimilarity, DateRangeFieldTest, FileBasedSpellCheckerTest, MergeStrategyTest, CollectionsAPIAsyncDistributedZkTest, UniqFieldsUpdateProcessorFactoryTest, TestSuggestSpellingConverter, CurrencyFieldXmlFileTest, SynonymTokenizerTest, DocValuesTest, TestDynamicFieldResource, BinaryUpdateRequestHandlerTest, AbstractAnalyticsStatsTest, TestCollapseQParserPlugin, DeleteShardTest, SearchHandlerTest, SuggestComponentTest, HdfsRecoveryZkTest, QueryResultKeyTest, FullSolrCloudDistribCmdsTest, TestCollectionAPI, RankQueryTest, OverseerStatusTest, TestRTGBase, TestFieldCollectionResource, NumericFieldsTest, CacheHeaderTest, TestAddFieldRealTimeGet, TestReloadAndDeleteDocs, OutputWriterTest, SuggesterFSTTest, HdfsBasicDistributedZk2Test, TestFunctionQuery, TestIndexSearcher, TestPseudoReturnFields, TestDefaultSearchFieldResource, TestOmitPositions, ClusterStateTest, TestSolrQueryParserResource, SimplePostToolTest, TestLFUCache, TestCollationField, PolyFieldTest, TestRequestStatusCollectionAPI, TestJmxMonitoredMap, TestQueryUtils, DistributedSuggestComponentTest, DeleteReplicaTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, BasicZkTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, TestFaceting, DistributedSpellCheckComponentTest, ZkControllerTest, TestRealTimeGet, TestStressVersions, TestCoreContainer, StatsComponentTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, ShowFileRequestHandlerTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SuggesterTSTTest, SuggesterTest, TestTrie, SpatialFilterTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, SortByFunctionTest, SolrInfoMBeanTest, LukeRequestHandlerTest, TestReversedWildcardFilterFactory, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestArbitraryIndexDir, RegexBoostProcessorTest, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, QueryParsingTest, JsonLoaderTest, PingRequestHandlerTest, HighlighterConfigTest, TestQuerySenderListener, AlternateDirectoryTest, TestQuerySenderNoQuery, SolrIndexConfigTest, TestMergePolicyConfig, MultiTermTest, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestPhraseSuggestions, TestCodecSupport, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestFastWriter, ResourceLoaderTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, TestSolrXMLSerializer, SpellingQueryConverterTest, TestSolrJ, TestDocumentBuilder, DistributedIntervalFacetingTest, RangeFacetTest, AssignTest, AsyncMigrateRouteKeyTest, CustomCollectionTest, MultiThreadedOCPTest]
   [junit4] Completed on J1 in 85.66s, 1 test, 1 failure <<< FAILURES!

[...truncated 225 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:454: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1298: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:922: There were test failures: 422 suites, 1761 tests, 1 failure, 39 ignored (18 assumptions)

Total time: 91 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_11 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any