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/03/18 13:38:54 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk7) - Build # 9835 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9835/
Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}

1 tests failed.
FAILED:  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([3A428449FBDB4E40:3E4A0BBAE97EA161]:0)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:135)
	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:156)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:289)
	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:155)
	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:666)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:619)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	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 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:70)
	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:359)
	at java.lang.Thread.run(Thread.java:853)
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$10.execute(SolrZkClient.java:431)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:428)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:385)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:372)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:127)
	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:122)
	... 45 more




Build Log:
[...truncated 10291 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerTest
   [junit4]   2> 661551 T1901 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 661552 T1901 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-OverseerTest-1395145229642
   [junit4]   2> 661552 T1901 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 661555 T1901 oas.SolrTestCaseJ4.setUp ###Starting testShardAssignmentBigger
   [junit4]   2> 661556 T1901 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 661557 T1902 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 661657 T1901 oasc.ZkTestServer.run start zk server on port:50029
   [junit4]   2> 661658 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661710 T1908 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d990e53d name:ZooKeeperConnection Watcher:127.0.0.1:50029 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661710 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661714 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661715 T1910 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e2ceb746 name:ZooKeeperConnection Watcher:127.0.0.1:50029 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661715 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661716 T1901 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 661718 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661720 T1912 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@951d55b2 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661720 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661721 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 661723 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661724 T1914 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2571d4c8 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661724 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661725 T1901 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 661728 T1901 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 661741 T1901 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50029_solr
   [junit4]   2> 661741 T1901 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 661743 T1901 oasc.Overseer.start Overseer (id=91432237770276867-127.0.0.1:50029_solr-n_0000000000) starting
   [junit4]   2> 661746 T1901 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 661748 T1901 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 661751 T1901 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 661753 T1901 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 661756 T1901 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 661758 T1901 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 661761 T1916 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 661762 T1901 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 661762 T1915 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 661762 T1916 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 661764 T1901 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 661765 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661768 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661770 T1918 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@daf05294 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661770 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661771 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661773 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node0
   [junit4]   2> 661774 T1912 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 661774 T1918 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 661775 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661776 T1920 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22efc072 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661776 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661777 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661779 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 661781 T1918 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 661781 T1912 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 661781 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661781 T1920 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 661784 T1922 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@912a0934 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661784 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661785 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661786 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 661788 T1912 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 661789 T1918 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 661789 T1920 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 661789 T1922 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 661790 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661792 T1924 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8e6429e6 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661792 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661793 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661795 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node3
   [junit4]   2> 661797 T1922 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 661797 T1918 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 661798 T1920 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 661797 T1912 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 661798 T1924 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 661799 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661800 T1926 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ce7a5fef name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661801 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661801 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661803 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node4
   [junit4]   2> 661805 T1922 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 661805 T1924 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 661806 T1912 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 661807 T1918 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 661807 T1926 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 661808 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661810 T1928 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cde88e4d name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661810 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661811 T1920 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 661812 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661815 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node5
   [junit4]   2> 661818 T1926 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 661818 T1912 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 661818 T1920 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 661818 T1918 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 661818 T1922 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 661818 T1924 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 661820 T1928 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 661820 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661822 T1930 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8baf3c35 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661822 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661823 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661825 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node6
   [junit4]   2> 661828 T1922 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 661828 T1928 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 661828 T1924 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 661828 T1912 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 661829 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661829 T1920 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 661830 T1926 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 661828 T1930 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 661828 T1918 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 661833 T1932 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cf6437de name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661842 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661843 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661845 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node7
   [junit4]   2> 661847 T1928 oascc.ZkStateReader$3.process Updating live nodes... (8)
   [junit4]   2> 661847 T1922 oascc.ZkStateReader$3.process Updating live nodes... (8)
   [junit4]   2> 661847 T1912 oascc.ZkStateReader$3.process Updating live nodes... (8)
   [junit4]   2> 661848 T1932 oascc.ZkStateReader$3.process Updating live nodes... (8)
   [junit4]   2> 661847 T1924 oascc.ZkStateReader$3.process Updating live nodes... (8)
   [junit4]   2> 661848 T1926 oascc.ZkStateReader$3.process Updating live nodes... (8)
   [junit4]   2> 661847 T1918 oascc.ZkStateReader$3.process Updating live nodes... (8)
   [junit4]   2> 661848 T1930 oascc.ZkStateReader$3.process Updating live nodes... (8)
   [junit4]   2> 661848 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661847 T1920 oascc.ZkStateReader$3.process Updating live nodes... (8)
   [junit4]   2> 661852 T1934 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9b591b62 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661853 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661854 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661855 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node8
   [junit4]   2> 661858 T1912 oascc.ZkStateReader$3.process Updating live nodes... (9)
   [junit4]   2> 661858 T1928 oascc.ZkStateReader$3.process Updating live nodes... (9)
   [junit4]   2> 661858 T1932 oascc.ZkStateReader$3.process Updating live nodes... (9)
   [junit4]   2> 661858 T1922 oascc.ZkStateReader$3.process Updating live nodes... (9)
   [junit4]   2> 661858 T1924 oascc.ZkStateReader$3.process Updating live nodes... (9)
   [junit4]   2> 661858 T1920 oascc.ZkStateReader$3.process Updating live nodes... (9)
   [junit4]   2> 661859 T1918 oascc.ZkStateReader$3.process Updating live nodes... (9)
   [junit4]   2> 661858 T1930 oascc.ZkStateReader$3.process Updating live nodes... (9)
   [junit4]   2> 661859 T1926 oascc.ZkStateReader$3.process Updating live nodes... (9)
   [junit4]   2> 661860 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661859 T1934 oascc.ZkStateReader$3.process Updating live nodes... (9)
   [junit4]   2> 661863 T1936 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8e58235f name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661863 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661864 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661866 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node9
   [junit4]   2> 661870 T1912 oascc.ZkStateReader$3.process Updating live nodes... (10)
   [junit4]   2> 661871 T1930 oascc.ZkStateReader$3.process Updating live nodes... (10)
   [junit4]   2> 661870 T1922 oascc.ZkStateReader$3.process Updating live nodes... (10)
   [junit4]   2> 661871 T1928 oascc.ZkStateReader$3.process Updating live nodes... (10)
   [junit4]   2> 661871 T1932 oascc.ZkStateReader$3.process Updating live nodes... (10)
   [junit4]   2> 661873 T1924 oascc.ZkStateReader$3.process Updating live nodes... (10)
   [junit4]   2> 661873 T1926 oascc.ZkStateReader$3.process Updating live nodes... (10)
   [junit4]   2> 661873 T1934 oascc.ZkStateReader$3.process Updating live nodes... (10)
   [junit4]   2> 661874 T1936 oascc.ZkStateReader$3.process Updating live nodes... (10)
   [junit4]   2> 661873 T1918 oascc.ZkStateReader$3.process Updating live nodes... (10)
   [junit4]   2> 661875 T1920 oascc.ZkStateReader$3.process Updating live nodes... (10)
   [junit4]   2> 661875 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661877 T1938 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dd037c6 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661877 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661878 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661882 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node10
   [junit4]   2> 661885 T1926 oascc.ZkStateReader$3.process Updating live nodes... (11)
   [junit4]   2> 661885 T1912 oascc.ZkStateReader$3.process Updating live nodes... (11)
   [junit4]   2> 661886 T1932 oascc.ZkStateReader$3.process Updating live nodes... (11)
   [junit4]   2> 661886 T1918 oascc.ZkStateReader$3.process Updating live nodes... (11)
   [junit4]   2> 661886 T1928 oascc.ZkStateReader$3.process Updating live nodes... (11)
   [junit4]   2> 661885 T1922 oascc.ZkStateReader$3.process Updating live nodes... (11)
   [junit4]   2> 661887 T1934 oascc.ZkStateReader$3.process Updating live nodes... (11)
   [junit4]   2> 661887 T1936 oascc.ZkStateReader$3.process Updating live nodes... (11)
   [junit4]   2> 661886 T1930 oascc.ZkStateReader$3.process Updating live nodes... (11)
   [junit4]   2> 661886 T1920 oascc.ZkStateReader$3.process Updating live nodes... (11)
   [junit4]   2> 661887 T1938 oascc.ZkStateReader$3.process Updating live nodes... (11)
   [junit4]   2> 661885 T1924 oascc.ZkStateReader$3.process Updating live nodes... (11)
   [junit4]   2> 661888 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661893 T1940 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e8ae7cdb name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661893 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661894 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661896 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node11
   [junit4]   2> 661900 T1922 oascc.ZkStateReader$3.process Updating live nodes... (12)
   [junit4]   2> 661900 T1932 oascc.ZkStateReader$3.process Updating live nodes... (12)
   [junit4]   2> 661900 T1912 oascc.ZkStateReader$3.process Updating live nodes... (12)
   [junit4]   2> 661900 T1930 oascc.ZkStateReader$3.process Updating live nodes... (12)
   [junit4]   2> 661900 T1926 oascc.ZkStateReader$3.process Updating live nodes... (12)
   [junit4]   2> 661900 T1918 oascc.ZkStateReader$3.process Updating live nodes... (12)
   [junit4]   2> 661900 T1928 oascc.ZkStateReader$3.process Updating live nodes... (12)
   [junit4]   2> 661901 T1924 oascc.ZkStateReader$3.process Updating live nodes... (12)
   [junit4]   2> 661902 T1938 oascc.ZkStateReader$3.process Updating live nodes... (12)
   [junit4]   2> 661903 T1934 oascc.ZkStateReader$3.process Updating live nodes... (12)
   [junit4]   2> 661903 T1920 oascc.ZkStateReader$3.process Updating live nodes... (12)
   [junit4]   2> 661903 T1940 oascc.ZkStateReader$3.process Updating live nodes... (12)
   [junit4]   2> 661904 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661905 T1936 oascc.ZkStateReader$3.process Updating live nodes... (12)
   [junit4]   2> 661906 T1942 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a73988f5 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661906 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661907 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661909 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node12
   [junit4]   2> 661911 T1926 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661911 T1922 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661911 T1930 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661911 T1928 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661912 T1934 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661911 T1912 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661912 T1920 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661912 T1932 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661911 T1924 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661912 T1918 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661914 T1938 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661914 T1942 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661913 T1940 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661915 T1936 oascc.ZkStateReader$3.process Updating live nodes... (13)
   [junit4]   2> 661916 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661920 T1944 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a65f7d66 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661920 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661922 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661925 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node13
   [junit4]   2> 661928 T1922 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661929 T1928 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661929 T1918 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661929 T1912 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661929 T1926 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661929 T1930 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661929 T1920 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661929 T1934 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661932 T1940 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661932 T1938 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661929 T1924 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661932 T1932 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661933 T1942 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661932 T1944 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661934 T1936 oascc.ZkStateReader$3.process Updating live nodes... (14)
   [junit4]   2> 661933 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661939 T1946 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@92d48cc1 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661940 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661941 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661943 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node14
   [junit4]   2> 661945 T1926 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661945 T1930 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661946 T1928 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661946 T1932 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661946 T1940 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661946 T1918 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661946 T1912 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661946 T1934 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661947 T1936 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661948 T1938 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661946 T1920 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661948 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661946 T1922 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661946 T1944 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661946 T1924 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661947 T1946 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661950 T1948 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7958f703 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661948 T1942 oascc.ZkStateReader$3.process Updating live nodes... (15)
   [junit4]   2> 661951 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661952 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661954 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node15
   [junit4]   2> 661957 T1930 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661957 T1934 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661958 T1932 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661958 T1926 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661957 T1924 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661958 T1920 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661958 T1936 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661958 T1938 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661958 T1928 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661957 T1922 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661958 T1946 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661958 T1918 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661959 T1948 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661958 T1912 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661958 T1944 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661958 T1940 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661960 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661959 T1942 oascc.ZkStateReader$3.process Updating live nodes... (16)
   [junit4]   2> 661962 T1950 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a17b3e7a name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661963 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661964 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661966 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node16
   [junit4]   2> 661969 T1926 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661969 T1936 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661970 T1920 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661969 T1924 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661970 T1940 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661970 T1918 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661970 T1912 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661971 T1948 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661971 T1928 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661969 T1946 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661970 T1934 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661970 T1944 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661972 T1938 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661970 T1922 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661970 T1932 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661970 T1930 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661972 T1950 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661975 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661975 T1942 oascc.ZkStateReader$3.process Updating live nodes... (17)
   [junit4]   2> 661976 T1952 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e38b1758 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661976 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661977 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661979 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node17
   [junit4]   2> 661983 T1934 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661983 T1922 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661983 T1946 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661983 T1930 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661983 T1944 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661984 T1924 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661985 T1912 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661985 T1920 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661985 T1928 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661985 T1948 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661986 T1936 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661986 T1942 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661986 T1938 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661986 T1940 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661987 T1918 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661987 T1932 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661987 T1950 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661987 T1926 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661984 T1952 oascc.ZkStateReader$3.process Updating live nodes... (18)
   [junit4]   2> 661988 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661990 T1954 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5cbfb5fb name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 661990 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 661991 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 661993 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node18
   [junit4]   2> 661996 T1940 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661997 T1920 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661997 T1924 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661997 T1918 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661998 T1944 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661998 T1946 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661998 T1936 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661998 T1932 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661998 T1926 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661998 T1928 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661997 T1930 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661998 T1912 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661997 T1934 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661999 T1948 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661998 T1938 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 662000 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 661999 T1954 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661997 T1922 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661998 T1952 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661997 T1950 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 661998 T1942 oascc.ZkStateReader$3.process Updating live nodes... (19)
   [junit4]   2> 662003 T1956 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@df3712e4 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662004 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662005 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662007 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node19
   [junit4]   2> 662011 T1950 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662011 T1912 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662011 T1932 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662011 T1938 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662011 T1930 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662012 T1918 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662012 T1940 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662011 T1946 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662013 T1920 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662013 T1944 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662011 T1926 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662011 T1952 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662012 T1936 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662015 T1948 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662015 T1954 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662016 T1956 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662012 T1928 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662012 T1924 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662012 T1934 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662016 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662011 T1922 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662014 T1942 oascc.ZkStateReader$3.process Updating live nodes... (20)
   [junit4]   2> 662019 T1958 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c6f52e0a name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662020 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662021 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662024 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node20
   [junit4]   2> 662027 T1950 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662028 T1926 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662028 T1918 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662028 T1936 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662027 T1924 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662029 T1946 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662028 T1928 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662029 T1954 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662029 T1912 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662029 T1940 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662029 T1952 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662030 T1942 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662031 T1920 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662030 T1938 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662029 T1922 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662029 T1934 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662032 T1930 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662030 T1932 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662031 T1944 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662032 T1948 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662033 T1956 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662032 T1958 oascc.ZkStateReader$3.process Updating live nodes... (21)
   [junit4]   2> 662033 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662035 T1960 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@aa3c9be6 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662035 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662036 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662038 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node21
   [junit4]   2> 662041 T1912 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662042 T1934 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662042 T1922 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662042 T1918 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662043 T1950 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662043 T1944 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662043 T1926 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662043 T1954 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662043 T1920 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662042 T1948 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662042 T1938 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662043 T1930 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662043 T1924 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662042 T1952 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662043 T1936 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662043 T1940 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662046 T1960 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662046 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662043 T1932 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662046 T1942 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662044 T1946 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662042 T1928 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662046 T1958 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662046 T1956 oascc.ZkStateReader$3.process Updating live nodes... (22)
   [junit4]   2> 662048 T1962 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b39a21cb name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662049 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662050 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662052 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node22
   [junit4]   2> 662056 T1936 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662056 T1926 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662060 T1924 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662060 T1958 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662061 T1952 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662060 T1912 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662060 T1920 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662061 T1960 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662060 T1954 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662057 T1942 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662060 T1930 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662061 T1956 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662063 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662060 T1918 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662056 T1932 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662060 T1946 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662062 T1962 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662056 T1950 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662061 T1938 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662057 T1940 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662060 T1922 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662056 T1944 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662060 T1928 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662060 T1948 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662060 T1934 oascc.ZkStateReader$3.process Updating live nodes... (23)
   [junit4]   2> 662066 T1964 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29bc1e9 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662067 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662068 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662070 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node23
   [junit4]   2> 662072 T1940 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662073 T1938 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662074 T1936 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662074 T1948 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662075 T1942 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662075 T1952 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662075 T1946 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662074 T1950 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662075 T1912 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662074 T1934 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662076 T1958 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662076 T1962 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662076 T1956 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662075 T1928 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662075 T1930 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662077 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662075 T1954 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662075 T1918 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662075 T1924 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662079 T1966 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f4c4e60d name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662076 T1964 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662075 T1960 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662075 T1944 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662074 T1920 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662075 T1932 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662075 T1926 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662075 T1922 oascc.ZkStateReader$3.process Updating live nodes... (24)
   [junit4]   2> 662080 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662082 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662084 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node24
   [junit4]   2> 662086 T1960 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662090 T1930 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662090 T1952 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662090 T1956 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662090 T1958 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662091 T1920 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662091 T1928 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662091 T1964 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662092 T1940 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662092 T1932 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662091 T1948 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662092 T1926 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662093 T1944 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662093 T1922 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662092 T1936 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662091 T1946 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662090 T1912 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662092 T1918 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662093 T1934 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662092 T1954 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662092 T1950 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662090 T1924 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662093 T1966 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662090 T1942 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662094 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662092 T1962 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662096 T1968 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e5d97942 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662090 T1938 oascc.ZkStateReader$3.process Updating live nodes... (25)
   [junit4]   2> 662097 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662098 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662100 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node25
   [junit4]   2> 662103 T1946 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662103 T1948 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662103 T1964 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662104 T1930 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662104 T1958 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662105 T1944 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662105 T1936 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662105 T1924 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662106 T1926 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662104 T1960 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662105 T1932 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662104 T1954 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662107 T1962 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662105 T1912 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662105 T1922 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662103 T1940 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662106 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662104 T1942 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662105 T1938 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662104 T1952 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662104 T1918 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662104 T1928 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662109 T1970 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14be4ce name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662104 T1920 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662106 T1968 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662103 T1934 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662110 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662105 T1956 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662105 T1950 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662108 T1966 oascc.ZkStateReader$3.process Updating live nodes... (26)
   [junit4]   2> 662114 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662116 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node26
   [junit4]   2> 662119 T1958 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662119 T1964 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662119 T1944 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662120 T1948 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662120 T1930 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662121 T1932 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662121 T1950 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662121 T1922 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662121 T1952 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662121 T1912 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662122 T1956 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662122 T1924 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662122 T1942 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662121 T1936 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662123 T1970 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662120 T1946 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662121 T1918 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662120 T1934 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662122 T1940 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662121 T1954 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662122 T1960 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662122 T1968 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662121 T1920 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662124 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662121 T1938 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662122 T1926 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662121 T1928 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662124 T1962 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662122 T1966 oascc.ZkStateReader$3.process Updating live nodes... (27)
   [junit4]   2> 662127 T1972 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9f85c5b5 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662128 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662129 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662131 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node27
   [junit4]   2> 662140 T1948 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662140 T1912 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662140 T1928 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662141 T1922 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662140 T1938 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662140 T1944 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662142 T1962 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662141 T1942 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662141 T1930 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662140 T1926 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662142 T1954 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662141 T1920 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662142 T1918 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662144 T1940 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662144 T1932 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662143 T1934 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662141 T1950 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662143 T1956 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662141 T1960 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662144 T1936 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662142 T1946 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662142 T1968 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662146 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662143 T1924 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662145 T1972 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662141 T1952 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662143 T1966 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662143 T1964 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662145 T1970 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662148 T1974 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69cec140 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662144 T1958 oascc.ZkStateReader$3.process Updating live nodes... (28)
   [junit4]   2> 662149 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662150 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662154 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node28
   [junit4]   2> 662162 T1930 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662162 T1918 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662163 T1942 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662163 T1928 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662163 T1948 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662164 T1932 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662164 T1960 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662162 T1920 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662165 T1946 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662165 T1964 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662165 T1958 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662164 T1954 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662166 T1912 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662163 T1922 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662164 T1934 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662165 T1940 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662163 T1952 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662166 T1956 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662168 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662167 T1974 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662164 T1968 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662167 T1972 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662163 T1950 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662162 T1926 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662163 T1962 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662165 T1936 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662165 T1924 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662163 T1944 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662165 T1938 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662171 T1966 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662167 T1970 oascc.ZkStateReader$3.process Updating live nodes... (29)
   [junit4]   2> 662171 T1976 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@80d9f2d6 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662172 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662173 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662176 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node29
   [junit4]   2> 662180 T1936 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662180 T1964 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662180 T1924 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662180 T1918 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662181 T1948 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662181 T1926 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662182 T1962 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662182 T1934 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662182 T1954 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662182 T1944 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662183 T1960 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662181 T1956 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662182 T1970 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662183 T1928 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662181 T1942 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662181 T1958 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662183 T1922 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662181 T1974 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662183 T1952 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662184 T1968 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662185 T1966 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662185 T1930 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662186 T1972 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662185 T1940 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662183 T1912 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662185 T1920 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662185 T1950 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662181 T1946 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662182 T1976 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662185 T1932 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662186 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662185 T1938 oascc.ZkStateReader$3.process Updating live nodes... (30)
   [junit4]   2> 662188 T1978 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fd598ba2 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662189 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662190 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662191 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node30
   [junit4]   2> 662195 T1966 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662195 T1932 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662195 T1924 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662195 T1918 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662196 T1940 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662197 T1950 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662202 T1928 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662202 T1922 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662196 T1936 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662196 T1964 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662202 T1948 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662203 T1942 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662196 T1956 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662202 T1960 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662197 T1934 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662204 T1976 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662202 T1954 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662202 T1974 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662204 T1968 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662197 T1970 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662202 T1946 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662203 T1926 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662202 T1962 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662203 T1972 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662196 T1958 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662198 T1952 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662196 T1930 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662196 T1912 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662205 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662205 T1978 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662209 T1944 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662201 T1920 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662209 T1980 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@674f722d name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662210 T1938 oascc.ZkStateReader$3.process Updating live nodes... (31)
   [junit4]   2> 662210 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662212 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662213 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node31
   [junit4]   2> 662216 T1952 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662217 T1928 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662218 T1970 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662218 T1950 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662219 T1962 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662219 T1936 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662219 T1948 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662219 T1912 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662219 T1942 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662220 T1958 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662221 T1924 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662219 T1938 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662221 T1920 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662221 T1922 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662219 T1934 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662222 T1940 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662221 T1974 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662221 T1944 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662220 T1918 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662221 T1960 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662220 T1956 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662220 T1946 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662220 T1954 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662224 T1972 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662221 T1926 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662225 T1968 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662219 T1964 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662220 T1966 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662221 T1932 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662221 T1930 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662222 T1978 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662225 T1976 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662226 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662224 T1980 oascc.ZkStateReader$3.process Updating live nodes... (32)
   [junit4]   2> 662230 T1982 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@584eb167 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662231 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662233 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662234 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node32
   [junit4]   2> 662242 T1952 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662242 T1918 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662242 T1980 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662242 T1926 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662242 T1930 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662243 T1950 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662243 T1962 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662243 T1920 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662244 T1938 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662243 T1948 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662244 T1960 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662244 T1922 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662245 T1940 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662244 T1942 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662246 T1968 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662246 T1932 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662245 T1912 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662246 T1924 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662246 T1956 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662247 T1970 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662245 T1936 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662248 T1954 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662247 T1974 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662248 T1966 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662247 T1972 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662248 T1978 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662249 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662247 T1946 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662244 T1928 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662243 T1944 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662244 T1964 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662248 T1982 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662247 T1958 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662248 T1976 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662248 T1934 oascc.ZkStateReader$3.process Updating live nodes... (33)
   [junit4]   2> 662263 T1984 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cbe72395 name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662263 T1901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 662264 T1901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 662266 T1901 oascc.SolrZkClient.makePath makePath: /live_nodes/node33
   [junit4]   2> 662270 T1974 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662270 T1952 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662270 T1912 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662270 T1932 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662271 T1964 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662271 T1924 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662271 T1946 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662272 T1970 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662270 T1938 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662271 T1960 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662272 T1948 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662273 T1920 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662272 T1936 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662273 T1918 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662272 T1928 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662274 T1930 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662274 T1984 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662271 T1976 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662275 T1901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 662271 T1922 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662272 T1956 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662274 T1926 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662273 T1934 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662273 T1972 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662270 T1950 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662273 T1966 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662272 T1980 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662272 T1982 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662272 T1962 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662274 T1958 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662272 T1942 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662273 T1954 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662270 T1978 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662272 T1944 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662277 T1986 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9625e1aa name:ZooKeeperConnection Watcher:127.0.0.1:50029/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 662273 T1968 oascc.ZkStateReader$3.process Updating live nodes... (34)
   [junit4]   2> 662273 T1940 oascc.ZkStateReader$3

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

2 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 765343 T2312 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 765343 T2312 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 765344 T2313 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 765345 T2313 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core6",
   [junit4]   2> 	  "core_node_name":"node6",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 765345 T2313 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 765345 T2313 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 765347 T2312 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 765450 T2316 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> 765450 T2310 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> 765842 T1901 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 765848 T2316 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 765850 T1901 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58309 58309
   [junit4]   2> 766084 T1901 oas.SolrTestCaseJ4.tearDown ###Ending testShardAssignment
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 766091 T1901 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 766091 T1901 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 767349 T2316 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard3/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:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [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:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 767350 T2316 oasc.LeaderElector$1.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:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [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:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 767350 T2316 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard2/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:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [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:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 769092 T1901 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ar_AE, timezone=ACT
   [junit4]   2> NOTE: Linux 3.8.0-36-generic x86/IBM Corporation 1.7.0 (32-bit)/cpus=8,threads=1,free=43979760,total=146604032
   [junit4]   2> NOTE: All tests run in this JVM: [BadCopyFieldTest, QueryFacetTest, TestFieldCollectionResource, CollectionsAPIAsyncDistributedZkTest, TestDocSet, TestSearchPerf, TestRandomDVFaceting, SuggesterTest, TestElisionMultitermQuery, PolyFieldTest, TestSort, TestPostingsSolrHighlighter, WordBreakSolrSpellCheckerTest, MBeansHandlerTest, TestMaxScoreQueryParser, TestExpandComponent, TestPHPSerializedResponseWriter, LoggingHandlerTest, SolrInfoMBeanTest, ClusterStateUpdateTest, PrimitiveFieldTypeTest, TestSuggestSpellingConverter, TermsComponentTest, TestLFUCache, DistributedSpellCheckComponentTest, BinaryUpdateRequestHandlerTest, TestFieldTypeCollectionResource, QueryEqualityTest, TestRequestStatusCollectionAPI, TestRestManager, TestLMDirichletSimilarityFactory, SoftAutoCommitTest, HdfsDirectoryTest, SuggesterFSTTest, TestJoin, StatelessScriptUpdateProcessorFactoryTest, SystemInfoHandlerTest, SliceStateUpdateTest, TestLMJelinekMercerSimilarityFactory, ExpressionTest, DistributedTermsComponentTest, TestExtendedDismaxParser, LeaderElectionTest, DeleteReplicaTest, TestCloudManagedSchema, TestSolrIndexConfig, TestBM25SimilarityFactory, FileBasedSpellCheckerTest, TestFieldResource, CacheHeaderTest, SolrTestCaseJ4Test, TestNRTOpen, TestBadConfig, TestPerFieldSimilarity, TestSchemaNameResource, TestSerializedLuceneMatchVersion, UnloadDistributedZkTest, SolrCoreTest, DateMathParserTest, TestRemoteStreaming, AssignTest, TestNonNRTOpen, SolrXmlInZkTest, ZkCLITest, TestFaceting, DirectUpdateHandlerOptimizeTest, HdfsLockFactoryTest, TestGroupingSearch, OverseerTest]
   [junit4] Completed on J0 in 107.57s, 9 tests, 1 error <<< FAILURES!

[...truncated 792 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:460: 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:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1275: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 390 suites, 1644 tests, 1 error, 57 ignored (28 assumptions)

Total time: 60 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_51) - Build # 9837 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudSolrServerTest.testShutdown

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:33278 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:33278 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([EB4A31B9B039CFBD:83C382C57435ACF]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:78)
	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:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	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 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:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:33278 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 45 more




Build Log:
[...truncated 11587 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 20569 T117 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 20569 T117 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /vx_yh/k
   [junit4]   2> 20571 T117 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 20575 T117 oas.SolrTestCaseJ4.setUp ###Starting testShutdown
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1395166754534
   [junit4]   2> 20578 T117 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 20580 T118 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 20679 T117 oasc.ZkTestServer.run start zk server on port:33278
   [junit4]   2> 20717 T117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 91808 T121 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 71071ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 91811 T117 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 91818 T119 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144d66b37260000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 91818 T117 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:33278 33278
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrServerTest -Dtests.method=testShutdown -Dtests.seed=EB4A31B9B039CFBD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja_JP_JP_#u-ca-japanese -Dtests.timezone=Etc/GMT+5 -Dtests.file.encoding=UTF-8
   [junit4] ERROR   71.3s J0 | CloudSolrServerTest.testShutdown <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:33278 within 45000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EB4A31B9B039CFBD:83C382C57435ACF]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:78)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:33278 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 45 more
   [junit4]   2> 91910 T117 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1395166825869
   [junit4]   2> 91911 T117 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 91912 T125 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 92012 T117 oasc.ZkTestServer.run start zk server on port:46647
   [junit4]   2> 92013 T117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 92057 T131 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@149d1ff name:ZooKeeperConnection Watcher:127.0.0.1:46647 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92057 T117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 92059 T117 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 92079 T117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 92081 T133 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@197e5d0 name:ZooKeeperConnection Watcher:127.0.0.1:46647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92081 T117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 92084 T117 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 92105 T117 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 92112 T117 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 92115 T117 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 92121 T117 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 92131 T117 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 92137 T117 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 92137 T117 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 92142 T117 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 92142 T117 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 92143 T117 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 92143 T117 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 92144 T117 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 92144 T117 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 92144 T117 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 92145 T117 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 92145 T117 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 92149 T117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 92150 T135 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4af9a6 name:ZooKeeperConnection Watcher:127.0.0.1:46647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92151 T117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 92194 T117 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 92200 T117 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 92209 T117 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49086
   [junit4]   2> 92211 T117 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 92212 T117 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 92212 T117 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395166826111
   [junit4]   2> 92212 T117 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395166826111/'
   [junit4]   2> 92223 T117 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395166826111/solr.xml
   [junit4]   2> 92262 T117 oasc.CoreContainer.<init> New CoreContainer 6411617
   [junit4]   2> 92262 T117 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395166826111/]
   [junit4]   2> 92263 T117 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 92264 T117 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 92264 T117 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 92264 T117 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 92264 T117 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 92265 T117 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 92265 T117 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 92265 T117 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 92266 T117 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 92268 T117 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 92269 T117 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 92269 T117 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 92269 T117 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:46647/solr
   [junit4]   2> 92278 T117 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 92279 T117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 92281 T146 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e0247 name:ZooKeeperConnection Watcher:127.0.0.1:46647 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92281 T117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 92287 T117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 92288 T148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b5ba0d name:ZooKeeperConnection Watcher:127.0.0.1:46647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 92288 T117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 92293 T117 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 92299 T117 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 92304 T117 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 92308 T117 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 92312 T117 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 92322 T117 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 92325 T117 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49086_vx_yh%2Fk
   [junit4]   2> 92327 T117 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49086_vx_yh%2Fk
   [junit4]   2> 92331 T117 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 92335 T117 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 92344 T117 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49086_vx_yh%2Fk
   [junit4]   2> 92344 T117 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 92348 T117 oasc.Overseer.start Overseer (id=91433653100281860-127.0.0.1:49086_vx_yh%2Fk-n_0000000000) starting
   [junit4]   2> 92357 T117 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 92378 T117 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 92378 T150 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 92380 T150 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 92382 T117 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 92384 T117 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 92390 T149 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 92397 T151 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 92398 T151 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 92401 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 92401 T151 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 92404 T149 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 92407 T149 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49086/vx_yh/k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49086_vx_yh%2Fk",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 92407 T149 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 92413 T149 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 92418 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 92421 T148 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> 93402 T151 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 93402 T151 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395166826111/collection1
   [junit4]   2> 93403 T151 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 93404 T151 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 93404 T151 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 93405 T151 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 93406 T151 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395166826111/collection1/'
   [junit4]   2> 93440 T151 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 93482 T151 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 93484 T151 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 93496 T151 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 93542 T151 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 93549 T151 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 93554 T151 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 93562 T151 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 93923 T151 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 93926 T151 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 93927 T151 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 93928 T151 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 93930 T151 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 93931 T151 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395166826111/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/control/data/
   [junit4]   2> 93931 T151 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 93931 T151 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/control/data
   [junit4]   2> 93932 T151 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/control/data/index/
   [junit4]   2> 93932 T151 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 93932 T151 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/control/data/index
   [junit4]   2> 93933 T151 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@152d3fe lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 93934 T151 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 93935 T151 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 93935 T151 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 93935 T151 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 93935 T151 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 93935 T151 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 93936 T151 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 93936 T151 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 93936 T151 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 93938 T151 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 93941 T151 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 93941 T151 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 93942 T151 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@152d3fe lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 93942 T151 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 93942 T151 oass.SolrIndexSearcher.<init> Opening Searcher@c34121[collection1] main
   [junit4]   2> 93943 T151 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 93944 T151 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 93944 T151 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 93947 T151 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 93947 T151 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 93947 T151 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 93948 T151 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 93948 T151 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 93949 T151 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 93949 T151 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 93950 T152 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c34121[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 93950 T151 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 93951 T117 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 93951 T155 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49086/vx_yh/k collection:control_collection shard:shard1
   [junit4]   2> 93952 T117 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 93962 T117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 93965 T157 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ec4987 name:ZooKeeperConnection Watcher:127.0.0.1:46647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 93966 T117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 93966 T155 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 93973 T117 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 93980 T117 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 93986 T155 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 93994 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 93999 T155 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 93999 T149 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 93999 T155 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@1b31dee url=https://127.0.0.1:49086/vx_yh/k/collection1 node=127.0.0.1:49086_vx_yh%2Fk C7_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:49086/vx_yh/k, core=collection1, node_name=127.0.0.1:49086_vx_yh%2Fk}
   [junit4]   2> 94001 T155 C7 P49086 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49086/vx_yh/k/collection1/
   [junit4]   2> 94002 T155 C7 P49086 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 94002 T155 C7 P49086 oasc.SyncStrategy.syncToMe https://127.0.0.1:49086/vx_yh/k/collection1/ has no replicas
   [junit4]   2> 94002 T155 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49086/vx_yh/k/collection1/ shard1
   [junit4]   2> 94004 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 94005 T155 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 94032 T117 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 94033 T117 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 94038 T117 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 94040 T117 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:58346
   [junit4]   2> 94041 T117 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 94042 T117 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 94042 T117 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395166827939
   [junit4]   2> 94042 T117 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395166827939/'
   [junit4]   2> 94053 T117 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395166827939/solr.xml
   [junit4]   2> 94075 T148 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> 94075 T157 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> 94086 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 94088 T149 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 94092 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 94110 T117 oasc.CoreContainer.<init> New CoreContainer 9705969
   [junit4]   2> 94111 T117 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395166827939/]
   [junit4]   2> 94112 T117 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 94113 T117 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 94113 T117 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 94114 T117 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 94114 T117 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 94115 T117 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 94115 T117 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 94116 T117 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 94116 T117 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 94120 T117 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 94120 T117 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 94121 T117 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 94121 T117 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:46647/solr
   [junit4]   2> 94122 T117 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 94123 T117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 94125 T168 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fd68fe name:ZooKeeperConnection Watcher:127.0.0.1:46647 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94126 T117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 94129 T117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 94131 T170 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16365f5 name:ZooKeeperConnection Watcher:127.0.0.1:46647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94131 T117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 94144 T117 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 94195 T148 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> 94195 T157 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> 94195 T170 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> 94237 T155 oasc.ZkController.register We are https://127.0.0.1:49086/vx_yh/k/collection1/ and leader is https://127.0.0.1:49086/vx_yh/k/collection1/
   [junit4]   2> 94237 T155 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49086/vx_yh/k
   [junit4]   2> 94237 T155 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 94238 T155 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 94238 T155 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 94239 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 94239 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 94240 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 94240 T155 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 94242 T149 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 94243 T149 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49086/vx_yh/k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49086_vx_yh%2Fk",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 94247 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 94351 T157 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> 94352 T170 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> 94351 T148 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> 95151 T117 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58346_vx_yh%2Fk
   [junit4]   2> 95152 T117 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58346_vx_yh%2Fk
   [junit4]   2> 95156 T170 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 95156 T148 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 95158 T157 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 95168 T171 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 95168 T171 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 95170 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95170 T171 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 95171 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95171 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95173 T149 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 95174 T149 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58346/vx_yh/k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58346_vx_yh%2Fk",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 95174 T149 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 95175 T149 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 95178 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 95281 T157 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> 95282 T170 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> 95282 T148 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> 96171 T171 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 96171 T171 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395166827939/collection1
   [junit4]   2> 96171 T171 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 96173 T171 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 96173 T171 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 96174 T171 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 96175 T171 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395166827939/collection1/'
   [junit4]   2> 96210 T171 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 96256 T171 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 96258 T171 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 96272 T171 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 96720 T171 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 96724 T171 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 96726 T171 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 96727 T171 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 96728 T171 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 96728 T171 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395166827939/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty1/
   [junit4]   2> 96729 T171 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 96729 T171 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty1
   [junit4]   2> 96730 T171 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty1/index/
   [junit4]   2> 96730 T171 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 96730 T171 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty1/index
   [junit4]   2> 96732 T171 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18ef251 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 96732 T171 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 96734 T171 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 96734 T171 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 96734 T171 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 96735 T171 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 96735 T171 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 96735 T171 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 96736 T171 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 96736 T171 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 96739 T171 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 96743 T171 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 96744 T171 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 96745 T171 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18ef251 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 96745 T171 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 96746 T171 oass.SolrIndexSearcher.<init> Opening Searcher@1f1aec[collection1] main
   [junit4]   2> 96746 T171 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 96749 T171 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 96749 T171 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 96751 T171 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 96751 T171 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 96751 T171 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 96753 T171 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 96753 T171 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 96754 T171 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 96754 T171 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 96755 T171 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 96755 T172 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f1aec[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 96757 T117 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 96757 T117 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 96757 T175 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:58346/vx_yh/k collection:collection1 shard:shard1
   [junit4]   2> 96765 T175 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 96783 T175 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 96787 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 96787 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 96788 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 96788 T175 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 96788 T175 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8 name=collection1 org.apache.solr.core.SolrCore@af8c12 url=https://127.0.0.1:58346/vx_yh/k/collection1 node=127.0.0.1:58346_vx_yh%2Fk C8_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:58346/vx_yh/k, core=collection1, node_name=127.0.0.1:58346_vx_yh%2Fk}
   [junit4]   2> 96788 T175 C8 P58346 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:58346/vx_yh/k/collection1/
   [junit4]   2> 96789 T175 C8 P58346 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 96789 T175 C8 P58346 oasc.SyncStrategy.syncToMe https://127.0.0.1:58346/vx_yh/k/collection1/ has no replicas
   [junit4]   2> 96789 T175 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:58346/vx_yh/k/collection1/ shard1
   [junit4]   2> 96790 T175 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 96791 T149 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 96797 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 96801 T157 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> 96801 T170 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> 96802 T148 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> 96812 T149 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 96823 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 96832 T117 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 96833 T117 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 96842 T117 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 96845 T117 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59480
   [junit4]   2> 96848 T117 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 96849 T117 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 96849 T117 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395166830718
   [junit4]   2> 96849 T117 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395166830718/'
   [junit4]   2> 96866 T117 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395166830718/solr.xml
   [junit4]   2> 96927 T170 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> 96927 T157 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> 96929 T148 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> 96936 T117 oasc.CoreContainer.<init> New CoreContainer 12305735
   [junit4]   2> 96937 T117 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395166830718/]
   [junit4]   2> 96938 T117 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 96939 T117 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 96939 T117 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 96940 T117 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 96940 T117 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 96941 T117 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 96941 T117 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 96942 T117 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 96942 T117 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 96946 T117 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 96946 T117 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 96947 T117 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 96947 T117 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:46647/solr
   [junit4]   2> 96948 T117 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 96949 T117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 96951 T186 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c35de4 name:ZooKeeperConnection Watcher:127.0.0.1:46647 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 96952 T117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 96954 T117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 96956 T188 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cb2ae9 name:ZooKeeperConnection Watcher:127.0.0.1:46647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 96956 T117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 96960 T175 oasc.ZkController.register We are https://127.0.0.1:58346/vx_yh/k/collection1/ and leader is https://127.0.0.1:58346/vx_yh/k/collection1/
   [junit4]   2> 96960 T175 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:58346/vx_yh/k
   [junit4]   2> 96960 T175 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 96960 T175 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 96961 T175 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 96962 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 96963 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 96963 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 96964 T175 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 96966 T149 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 96967 T117 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 96967 T149 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58346/vx_yh/k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58346_vx_yh%2Fk",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 96972 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 97076 T170 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> 97076 T148 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> 97076 T188 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> 97076 T157 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> 97975 T117 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59480_vx_yh%2Fk
   [junit4]   2> 97978 T117 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59480_vx_yh%2Fk
   [junit4]   2> 97982 T148 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 97983 T157 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 97983 T170 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 97983 T188 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 97993 T189 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 97994 T189 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 97996 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 97996 T189 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 97996 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 97996 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 98000 T149 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 98002 T149 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59480/vx_yh/k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59480_vx_yh%2Fk",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 98002 T149 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 98003 T149 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 98006 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 98111 T170 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> 98111 T148 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> 98111 T188 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> 98111 T157 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> 98996 T189 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 98997 T189 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395166830718/collection1
   [junit4]   2> 98997 T189 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 98998 T189 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 98999 T189 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 99001 T189 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 99002 T189 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395166830718/collection1/'
   [junit4]   2> 99043 T189 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 99081 T189 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 99083 T189 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 99099 T189 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 99402 T189 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 99405 T189 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 99406 T189 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 99407 T189 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 99407 T189 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 99407 T189 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395166830718/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty2/
   [junit4]   2> 99408 T189 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 99408 T189 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty2
   [junit4]   2> 99408 T189 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty2/index/
   [junit4]   2> 99408 T189 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 99409 T189 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty2/index
   [junit4]   2> 99410 T189 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1636a43 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 99410 T189 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 99411 T189 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 99411 T189 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 99411 T189 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 99412 T189 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 99412 T189 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 99412 T189 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 99412 T189 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 99413 T189 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 99415 T189 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 99417 T189 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 99417 T189 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 99418 T189 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1636a43 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 99418 T189 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 99419 T189 oass.SolrIndexSearcher.<init> Opening Searcher@aa3adf[collection1] main
   [junit4]   2> 99419 T189 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 99421 T189 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 99421 T189 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 99422 T189 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 99422 T189 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 99423 T189 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 99424 T189 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 99425 T189 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 99425 T189 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 99426 T189 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 99426 T190 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@aa3adf[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 99426 T189 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 99428 T117 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 99428 T117 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 99428 T193 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:59480/vx_yh/k collection:collection1 shard:shard2
   [junit4]   2> 99430 T193 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 99439 T193 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 99443 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99443 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99443 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99443 T193 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 99444 T193 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@a4bef1 url=https://127.0.0.1:59480/vx_yh/k/collection1 node=127.0.0.1:59480_vx_yh%2Fk C9_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:59480/vx_yh/k, core=collection1, node_name=127.0.0.1:59480_vx_yh%2Fk}
   [junit4]   2> 99444 T193 C9 P59480 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:59480/vx_yh/k/collection1/
   [junit4]   2> 99444 T193 C9 P59480 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 99445 T193 C9 P59480 oasc.SyncStrategy.syncToMe https://127.0.0.1:59480/vx_yh/k/collection1/ has no replicas
   [junit4]   2> 99445 T193 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:59480/vx_yh/k/collection1/ shard2
   [junit4]   2> 99445 T193 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 99445 T149 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 99449 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99453 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99458 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99461 T117 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 99464 T117 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 99467 T117 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 99469 T117 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53041
   [junit4]   2> 99471 T117 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 99471 T117 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 99472 T117 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395166833388
   [junit4]   2> 99472 T117 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395166833388/'
   [junit4]   2> 99484 T117 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395166833388/solr.xml
   [junit4]   2> 99526 T117 oasc.CoreContainer.<init> New CoreContainer 22644461
   [junit4]   2> 99526 T117 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395166833388/]
   [junit4]   2> 99528 T117 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 99528 T117 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 99529 T117 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 99529 T117 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 99530 T117 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 99530 T117 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 99530 T117 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 99531 T117 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 99531 T117 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 99535 T117 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 99535 T117 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 99535 T117 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 99536 T117 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:46647/solr
   [junit4]   2> 99536 T117 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 99537 T117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 99539 T204 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@199bef1 name:ZooKeeperConnection Watcher:127.0.0.1:46647 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 99540 T117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 99543 T117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 99544 T206 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b9398 name:ZooKeeperConnection Watcher:127.0.0.1:46647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 99545 T117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 99557 T117 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 99560 T148 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> 99561 T206 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> 99561 T157 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> 99561 T188 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> 99561 T170 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> 99604 T193 oasc.ZkController.register We are https://127.0.0.1:59480/vx_yh/k/collection1/ and leader is https://127.0.0.1:59480/vx_yh/k/collection1/
   [junit4]   2> 99605 T193 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:59480/vx_yh/k
   [junit4]   2> 99605 T193 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 99605 T193 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 99605 T193 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 99609 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99609 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99609 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99609 T193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 99611 T149 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 99612 T149 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59480/vx_yh/k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59480_vx_yh%2Fk",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 99615 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99718 T148 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> 99719 T188 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> 99719 T206 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> 99718 T157 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> 99719 T170 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> 100562 T117 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53041_vx_yh%2Fk
   [junit4]   2> 100564 T117 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53041_vx_yh%2Fk
   [junit4]   2> 100568 T148 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 100568 T206 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 100568 T170 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 100568 T188 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 100568 T157 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 100580 T207 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 100580 T207 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 100582 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100582 T207 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 100582 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100583 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100585 T149 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 100586 T149 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53041/vx_yh/k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53041_vx_yh%2Fk",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 100586 T149 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 100587 T149 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 100590 T148 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100693 T157 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 100693 T206 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 100693 T188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 100693 T170 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 100693 T148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 101583 T207 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 101583 T207 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395166833388/collection1
   [junit4]   2> 101583 T207 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 101584 T207 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 101585 T207 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 101586 T207 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 101586 T207 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395166833388/collection1/'
   [junit4]   2> 101622 T207 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 101654 T207 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 101655 T207 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 101664 T207 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 101936 T207 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 101939 T207 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 101940 T207 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 101941 T207 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 101941 T207 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 101941 T207 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395166833388/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty3/
   [junit4]   2> 101942 T207 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 101942 T207 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty3
   [junit4]   2> 101942 T207 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty3/index/
   [junit4]   2> 101943 T207 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 101943 T207 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty3/index
   [junit4]   2> 101944 T207 oasc.SolrDeletionPolicy.onCommit SolrDeletionPol

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

ader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 114326 T206 C12 P53041 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 114333 T206 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 114333 T206 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@10c5212
   [junit4]   2> 114335 T206 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=6,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=2,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=5}
   [junit4]   2> 114335 T206 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 114336 T206 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 114336 T206 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 114338 T206 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 114339 T206 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 114339 T206 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty3/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty3/index;done=false>>]
   [junit4]   2> 114339 T206 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty3/index
   [junit4]   2> 114340 T206 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty3 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty3;done=false>>]
   [junit4]   2> 114340 T206 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty3
   [junit4]   2> 114341 T206 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> 114341 T206 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 114341 T206 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 114342 T206 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/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:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [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:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 114411 T225 C11 P53716 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 114412 T225 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 114413 T225 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@8ae251
   [junit4]   2> 114415 T225 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=6,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=2,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=5}
   [junit4]   2> 114416 T225 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 114416 T225 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 114416 T225 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 114419 T225 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 114420 T225 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 114420 T225 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty4;done=false>>]
   [junit4]   2> 114420 T225 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty4
   [junit4]   2> 114421 T225 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty4/index;done=false>>]
   [junit4]   2> 114421 T225 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395166825869/jetty4/index
   [junit4]   2> 114422 T225 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/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:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [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:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 114423 T225 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=74), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=74)), sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ja_JP_JP_#u-ca-japanese, timezone=Etc/GMT+5
   [junit4]   2> NOTE: Linux 3.8.0-36-generic i386/Oracle Corporation 1.7.0_51 (32-bit)/cpus=8,threads=1,free=46052256,total=157286400
   [junit4]   2> NOTE: All tests run in this JVM: [TermsResponseTest, TestDocumentObjectBinder, SolrExampleEmbeddedTest, JettyWebappTest, TestEmbeddedSolrServer, TestJavaBinCodec, SolrExceptionTest, LargeVolumeJettyTest, LargeVolumeBinaryJettyTest, ModifiableSolrParamsTest, DocumentAnalysisResponseTest, ContentStreamTest, CloudSolrServerTest]
   [junit4] Completed on J0 in 93.92s, 2 tests, 1 error <<< FAILURES!

[...truncated 91 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: 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:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1275: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 49 suites, 283 tests, 1 error

Total time: 53 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_51 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_51) - Build # 9836 - Still Failing!

Posted by Mark Miller <ma...@gmail.com>.
I’ll take a closer look later tonight.

-- 
Mark Miller
about.me/markrmiller

On March 18, 2014 at 10:48:37 AM, Policeman Jenkins Server (jenkins@thetaphi.de) wrote:

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9836/  
Java: 32bit/jdk1.7.0_51 -server -XX:+UseConcMarkSweepGC  

3 tests failed.  
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.SSLMigrationTest  

Error Message:  
9 threads leaked from SUITE scope at org.apache.solr.cloud.SSLMigrationTest: 1) Thread[id=3397, name=qtp10166667-3397, state=TIMED_WAITING, group=TGRP-SSLMigrationTest] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342) at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526) at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) at java.lang.Thread.run(Thread.java:744) 2) Thread[id=3394, name=qtp10166667-3394, state=TIMED_WAITING, group=TGRP-SSLMigrationTest] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342) at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526) at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) at java.lang.Thread.run(Thread.java:744) 3) Thread[id=3395, name=qtp10166667-3395, state=TIMED_WAITING, group=TGRP-SSLMigrationTest] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342) at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526) at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) at java.lang.Thread.run(Thread.java:744) 4) Thread[id=3396, name=qtp10166667-3396, state=TIMED_WAITING, group=TGRP-SSLMigrationTest] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342) at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526) at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) at java.lang.Thread.run(Thread.java:744) 5) Thread[id=3393, name=qtp10166667-3393, state=TIMED_WAITING, group=TGRP-SSLMigrationTest] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342) at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526) at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) at java.lang.Thread.run(Thread.java:744) 6) Thread[id=3398, name=qtp10166667-3398, state=TIMED_WAITING, group=TGRP-SSLMigrationTest] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342) at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526) at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) at java.lang.Thread.run(Thread.java:744) 7) Thread[id=3392, name=qtp10166667-3392, state=TIMED_WAITING, group=TGRP-SSLMigrationTest] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342) at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526) at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) at java.lang.Thread.run(Thread.java:744) 8) Thread[id=3391, name=qtp10166667-3391, state=TIMED_WAITING, group=TGRP-SSLMigrationTest] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342) at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526) at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) at java.lang.Thread.run(Thread.java:744) 9) Thread[id=3390, name=HashSessionScavenger-67, state=TIMED_WAITING, group=TGRP-SSLMigrationTest] at java.lang.Object.wait(Native Method) at java.util.TimerThread.mainLoop(Timer.java:552) at java.util.TimerThread.run(Timer.java:505)  

Stack Trace:  
com.carrotsearch.randomizedtesting.ThreadLeakError: 9 threads leaked from SUITE scope at org.apache.solr.cloud.SSLMigrationTest:  
1) Thread[id=3397, name=qtp10166667-3397, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
at sun.misc.Unsafe.park(Native Method)  
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
at java.lang.Thread.run(Thread.java:744)  
2) Thread[id=3394, name=qtp10166667-3394, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
at sun.misc.Unsafe.park(Native Method)  
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
at java.lang.Thread.run(Thread.java:744)  
3) Thread[id=3395, name=qtp10166667-3395, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
at sun.misc.Unsafe.park(Native Method)  
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
at java.lang.Thread.run(Thread.java:744)  
4) Thread[id=3396, name=qtp10166667-3396, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
at sun.misc.Unsafe.park(Native Method)  
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
at java.lang.Thread.run(Thread.java:744)  
5) Thread[id=3393, name=qtp10166667-3393, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
at sun.misc.Unsafe.park(Native Method)  
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
at java.lang.Thread.run(Thread.java:744)  
6) Thread[id=3398, name=qtp10166667-3398, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
at sun.misc.Unsafe.park(Native Method)  
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
at java.lang.Thread.run(Thread.java:744)  
7) Thread[id=3392, name=qtp10166667-3392, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
at sun.misc.Unsafe.park(Native Method)  
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
at java.lang.Thread.run(Thread.java:744)  
8) Thread[id=3391, name=qtp10166667-3391, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
at sun.misc.Unsafe.park(Native Method)  
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
at java.lang.Thread.run(Thread.java:744)  
9) Thread[id=3390, name=HashSessionScavenger-67, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
at java.lang.Object.wait(Native Method)  
at java.util.TimerThread.mainLoop(Timer.java:552)  
at java.util.TimerThread.run(Timer.java:505)  
at __randomizedtesting.SeedInfo.seed([EA2BD6C7F16DBF75]:0)  


FAILED: junit.framework.TestSuite.org.apache.solr.cloud.SSLMigrationTest  

Error Message:  
There are still zombie threads that couldn't be terminated: 1) Thread[id=3390, name=HashSessionScavenger-67, state=TIMED_WAITING, group=TGRP-SSLMigrationTest] at java.lang.Object.wait(Native Method) at java.util.TimerThread.mainLoop(Timer.java:552) at java.util.TimerThread.run(Timer.java:505)  

Stack Trace:  
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:  
1) Thread[id=3390, name=HashSessionScavenger-67, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
at java.lang.Object.wait(Native Method)  
at java.util.TimerThread.mainLoop(Timer.java:552)  
at java.util.TimerThread.run(Timer.java:505)  
at __randomizedtesting.SeedInfo.seed([EA2BD6C7F16DBF75]:0)  


REGRESSION: org.apache.solr.cloud.SSLMigrationTest.testDistribSearch  

Error Message:  
Address already in use  

Stack Trace:  
java.net.BindException: Address already in use  
at __randomizedtesting.SeedInfo.seed([EA2BD6C7F16DBF75:6BCD58DF8632DF49]:0)  
at sun.nio.ch.Net.bind0(Native Method)  
at sun.nio.ch.Net.bind(Net.java:444)  
at sun.nio.ch.Net.bind(Net.java:436)  
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)  
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)  
at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)  
at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)  
at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)  
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)  
at org.eclipse.jetty.server.Server.doStart(Server.java:291)  
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)  
at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:430)  
at org.apache.solr.cloud.SSLMigrationTest.testMigrateSSL(SSLMigrationTest.java:76)  
at org.apache.solr.cloud.SSLMigrationTest.doTest(SSLMigrationTest.java:58)  
at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)  
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:1617)  
at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)  
at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)  
at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)  
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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)  
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:70)  
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:359)  
at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)  
at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)  
at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)  
at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)  
at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)  
at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)  
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 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:70)  
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:359)  
at java.lang.Thread.run(Thread.java:744)  




Build Log:  
[...truncated 10502 lines...]  
[junit4] Suite: org.apache.solr.cloud.SSLMigrationTest  
[junit4] 2> 896945 T3167 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /  
[junit4] 2> 896949 T3167 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch  
[junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SSLMigrationTest-1395153831122  
[junit4] 2> 896950 T3167 oasc.ZkTestServer.run STARTING ZK TEST SERVER  
[junit4] 2> 896951 T3168 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server  
[junit4] 2> 897051 T3167 oasc.ZkTestServer.run start zk server on port:36802  
[junit4] 2> 897052 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper  
[junit4] 2> 897057 T3174 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@be423f name:ZooKeeperConnection Watcher:127.0.0.1:36802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None  
[junit4] 2> 897057 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper  
[junit4] 2> 897057 T3167 oascc.SolrZkClient.makePath makePath: /solr  
[junit4] 2> 897061 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper  
[junit4] 2> 897062 T3176 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c45dc9 name:ZooKeeperConnection Watcher:127.0.0.1:36802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None  
[junit4] 2> 897062 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper  
[junit4] 2> 897062 T3167 oascc.SolrZkClient.makePath makePath: /collections/collection1  
[junit4] 2> 897065 T3167 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards  
[junit4] 2> 897067 T3167 oascc.SolrZkClient.makePath makePath: /collections/control_collection  
[junit4] 2> 897068 T3167 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards  
[junit4] 2> 897070 T3167 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> 897070 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml  
[junit4] 2> 897073 T3167 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> 897073 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml  
[junit4] 2> 897079 T3167 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> 897079 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml  
[junit4] 2> 897081 T3167 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> 897082 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt  
[junit4] 2> 897084 T3167 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> 897084 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt  
[junit4] 2> 897086 T3167 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> 897086 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml  
[junit4] 2> 897088 T3167 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> 897088 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml  
[junit4] 2> 897090 T3167 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> 897090 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json  
[junit4] 2> 897092 T3167 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> 897092 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt  
[junit4] 2> 897094 T3167 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> 897095 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt  
[junit4] 2> 897096 T3167 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> 897097 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt  
[junit4] 2> 897294 T3167 oejs.Server.doStart jetty-8.1.10.v20130312  
[junit4] 2> 897298 T3167 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50588  
[junit4] 2> 897299 T3167 oass.SolrDispatchFilter.init SolrDispatchFilter.init()  
[junit4] 2> 897299 T3167 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)  
[junit4] 2> 897299 T3167 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271  
[junit4] 2> 897299 T3167 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/'  
[junit4] 2> 897310 T3167 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/solr.xml  
[junit4] 2> 897342 T3167 oasc.CoreContainer.<init> New CoreContainer 21260203  
[junit4] 2> 897343 T3167 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/]  
[junit4] 2> 897344 T3167 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000  
[junit4] 2> 897344 T3167 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to:  
[junit4] 2> 897344 T3167 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000  
[junit4] 2> 897345 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20  
[junit4] 2> 897345 T3167 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0  
[junit4] 2> 897345 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647  
[junit4] 2> 897346 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5  
[junit4] 2> 897346 T3167 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1  
[junit4] 2> 897346 T3167 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false  
[junit4] 2> 897347 T3167 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory  
[junit4] 2> 897347 T3167 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]  
[junit4] 2> 897347 T3167 oasc.CoreContainer.load Host Name: 127.0.0.1  
[junit4] 2> 897348 T3167 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36802/solr  
[junit4] 2> 897348 T3167 oasc.ZkController.checkChrootPath zkHost includes chroot  
[junit4] 2> 897349 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper  
[junit4] 2> 897350 T3187 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f223cb name:ZooKeeperConnection Watcher:127.0.0.1:36802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None  
[junit4] 2> 897350 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper  
[junit4] 2> 897352 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper  
[junit4] 2> 897353 T3189 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15c49b8 name:ZooKeeperConnection Watcher:127.0.0.1:36802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None  
[junit4] 2> 897353 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper  
[junit4] 2> 897354 T3167 oascc.SolrZkClient.makePath makePath: /overseer/queue  
[junit4] 2> 897358 T3167 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work  
[junit4] 2> 897360 T3167 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running  
[junit4] 2> 897362 T3167 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed  
[junit4] 2> 897365 T3167 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure  
[junit4] 2> 897367 T3167 oascc.SolrZkClient.makePath makePath: /live_nodes  
[junit4] 2> 897368 T3167 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50588_  
[junit4] 2> 897368 T3167 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50588_  
[junit4] 2> 897370 T3167 oascc.SolrZkClient.makePath makePath: /overseer_elect  
[junit4] 2> 897374 T3167 oascc.SolrZkClient.makePath makePath: /overseer_elect/election  
[junit4] 2> 897378 T3167 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50588_  
[junit4] 2> 897378 T3167 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader  
[junit4] 2> 897379 T3167 oasc.Overseer.start Overseer (id=91432801476542467-127.0.0.1:50588_-n_0000000000) starting  
[junit4] 2> 897382 T3167 oascc.SolrZkClient.makePath makePath: /overseer/queue-work  
[junit4] 2> 897389 T3191 oasc.OverseerCollectionProcessor.run Process current queue of collection creations  
[junit4] 2> 897389 T3167 oascc.SolrZkClient.makePath makePath: /clusterstate.json  
[junit4] 2> 897389 T3191 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes  
[junit4] 2> 897391 T3167 oascc.SolrZkClient.makePath makePath: /aliases.json  
[junit4] 2> 897392 T3167 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper...  
[junit4] 2> 897393 T3190 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue  
[junit4] 2> 897396 T3192 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection  
[junit4] 2> 897397 T3192 oasc.ZkController.publish numShards not found on descriptor - reading it from system property  
[junit4] 2> 897397 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 897397 T3192 oasc.ZkController.waitForCoreNodeName look for our core node name  
[junit4] 2> 897398 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  
[junit4] 2> 897399 T3190 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:50588",  
[junit4] 2> "core":"collection1",  
[junit4] 2> "roles":null,  
[junit4] 2> "node_name":"127.0.0.1:50588_",  
[junit4] 2> "shard":null,  
[junit4] 2> "collection":"control_collection",  
[junit4] 2> "numShards":"1",  
[junit4] 2> "core_node_name":null}  
[junit4] 2> 897399 T3190 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]  
[junit4] 2> 897399 T3190 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1  
[junit4] 2> 897401 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 897402 T3189 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> 898398 T3192 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1  
[junit4] 2> 898398 T3192 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/collection1  
[junit4] 2> 898398 T3192 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection  
[junit4] 2> 898399 T3192 oasc.ZkController.createCollectionZkNode Collection zkNode exists  
[junit4] 2> 898399 T3192 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection  
[junit4] 2> 898400 T3192 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper  
[junit4] 2> 898400 T3192 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/collection1/'  
[junit4] 2> 898401 T3192 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/collection1/lib/.svn/' to classloader  
[junit4] 2> 898401 T3192 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/collection1/lib/classes/' to classloader  
[junit4] 2> 898401 T3192 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/collection1/lib/README' to classloader  
[junit4] 2> 898452 T3192 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50  
[junit4] 2> 898489 T3192 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml  
[junit4] 2> 898490 T3192 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml  
[junit4] 2> 898496 T3192 oass.IndexSchema.readSchema [collection1] Schema name=test  
[junit4] 2> 898846 T3192 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.  
[junit4] 2> 898852 T3192 oass.IndexSchema.readSchema default search field in schema is text  
[junit4] 2> 898854 T3192 oass.IndexSchema.readSchema unique key field: id  
[junit4] 2> 898865 T3192 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml  
[junit4] 2> 898867 T3192 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml  
[junit4] 2> 898869 T3192 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json  
[junit4] 2> 898870 T3192 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE  
[junit4] 2> 898870 T3192 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING  
[junit4] 2> 898870 T3192 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json  
[junit4] 2> 898871 T3192 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE  
[junit4] 2> 898871 T3192 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING  
[junit4] 2> 898872 T3192 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory  
[junit4] 2> 898872 T3192 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/collection1/, dataDir=./org.apache.solr.cloud.SSLMigrationTest-1395153831122/control/data/  
[junit4] 2> 898872 T3192 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a70c0f  
[junit4] 2> 898872 T3192 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395153831122/control/data  
[junit4] 2> 898873 T3192 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SSLMigrationTest-1395153831122/control/data/index/  
[junit4] 2> 898873 T3192 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SSLMigrationTest-1395153831122/control/data/index' doesn't exist. Creating new index...  
[junit4] 2> 898873 T3192 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395153831122/control/data/index  
[junit4] 2> 898873 T3192 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6038862432843821]  
[junit4] 2> 898874 T3192 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1  
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@185f7fa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f25b7),segFN=segments_1,generation=1}  
[junit4] 2> 898874 T3192 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1  
[junit4] 2> 898877 T3192 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"  
[junit4] 2> 898877 T3192 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"  
[junit4] 2> 898877 T3192 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"  
[junit4] 2> 898877 T3192 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"  
[junit4] 2> 898878 T3192 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"  
[junit4] 2> 898878 T3192 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"  
[junit4] 2> 898878 T3192 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"  
[junit4] 2> 898878 T3192 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"  
[junit4] 2> 898879 T3192 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default  
[junit4] 2> 898879 T3192 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler  
[junit4] 2> 898879 T3192 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler  
[junit4] 2> 898879 T3192 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler  
[junit4] 2> 898880 T3192 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler  
[junit4] 2> 898880 T3192 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler  
[junit4] 2> 898880 T3192 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers  
[junit4] 2> 898881 T3192 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler  
[junit4] 2> 898881 T3192 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler  
[junit4] 2> 898884 T3192 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60  
[junit4] 2> 898887 T3192 oasu.CommitTracker.<init> Hard AutoCommit: disabled  
[junit4] 2> 898887 T3192 oasu.CommitTracker.<init> Soft AutoCommit: disabled  
[junit4] 2> 898888 T3192 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=478676803, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]  
[junit4] 2> 898888 T3192 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1  
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@185f7fa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f25b7),segFN=segments_1,generation=1}  
[junit4] 2> 898888 T3192 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1  
[junit4] 2> 898888 T3192 oass.SolrIndexSearcher.<init> Opening Searcher@19adfb4[collection1] main  
[junit4] 2> 898889 T3192 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection  
[junit4] 2> 898889 T3192 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper  
[junit4] 2> 898889 T3192 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1  
[junit4] 2> 898890 T3192 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1  
[junit4] 2> 898890 T3192 oasr.RestManager.init Initializing RestManager with initArgs: {}  
[junit4] 2> 898890 T3192 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1  
[junit4] 2> 898891 T3192 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json  
[junit4] 2> 898891 T3192 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1  
[junit4] 2> 898891 T3192 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed  
[junit4] 2> 898891 T3192 oasr.RestManager.init Initializing 0 registered ManagedResources  
[junit4] 2> 898893 T3193 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19adfb4[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}  
[junit4] 2> 898894 T3192 oasc.CoreContainer.registerCore registering core: collection1  
[junit4] 2> 898894 T3167 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0  
[junit4] 2> 898895 T3167 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done  
[junit4] 2> 898894 T3196 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50588 collection:control_collection shard:shard1  
[junit4] 2> 898896 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper  
[junit4] 2> 898896 T3196 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election  
[junit4] 2> 898897 T3198 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a7dc4d name:ZooKeeperConnection Watcher:127.0.0.1:36802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None  
[junit4] 2> 898897 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper  
[junit4] 2> 898898 T3167 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper...  
[junit4] 2> 898900 T3167 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false  
[junit4] 2> 898900 T3196 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1  
[junit4] 2> 898902 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 898902 T3196 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.  
[junit4] 2> 898902 T3196 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync  
[junit4] 2> ASYNC NEW_CORE C1302 name=collection1 org.apache.solr.core.SolrCore@1bd7759 url=http://127.0.0.1:50588/collection1 node=127.0.0.1:50588_ C1302_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:50588, core=collection1, node_name=127.0.0.1:50588_}  
[junit4] 2> 898902 T3196 C1302 P50588 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50588/collection1/  
[junit4] 2> 898902 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  
[junit4] 2> 898903 T3196 C1302 P50588 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me  
[junit4] 2> 898903 T3196 C1302 P50588 oasc.SyncStrategy.syncToMe http://127.0.0.1:50588/collection1/ has no replicas  
[junit4] 2> 898903 T3196 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50588/collection1/ shard1  
[junit4] 2> 898904 T3196 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1  
[junit4] 2> 898904 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 898905 T3189 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> 898906 T3198 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> 898909 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 898909 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  
[junit4] 2> 898911 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 899013 T3198 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> 899013 T3189 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> 899059 T3196 oasc.ZkController.register We are http://127.0.0.1:50588/collection1/ and leader is http://127.0.0.1:50588/collection1/  
[junit4] 2> 899060 T3196 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50588  
[junit4] 2> 899060 T3196 oasc.ZkController.checkRecovery I am the leader, no recovery necessary  
[junit4] 2> 899060 T3196 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection  
[junit4] 2> 899060 T3196 oasc.ZkController.publish numShards not found on descriptor - reading it from system property  
[junit4] 2> 899061 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 899061 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 899061 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 899061 T3196 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  
[junit4] 2> 899062 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  
[junit4] 2> 899063 T3190 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:50588",  
[junit4] 2> "core":"collection1",  
[junit4] 2> "roles":null,  
[junit4] 2> "node_name":"127.0.0.1:50588_",  
[junit4] 2> "shard":"shard1",  
[junit4] 2> "collection":"control_collection",  
[junit4] 2> "numShards":"2",  
[junit4] 2> "core_node_name":"core_node1"}  
[junit4] 2> 899065 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 899104 T3167 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1  
[junit4] 2> 899104 T3167 oejs.Server.doStart jetty-8.1.10.v20130312  
[junit4] 2> 899107 T3167 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43590  
[junit4] 2> 899107 T3167 oass.SolrDispatchFilter.init SolrDispatchFilter.init()  
[junit4] 2> 899108 T3167 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)  
[junit4] 2> 899108 T3167 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072  
[junit4] 2> 899108 T3167 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/'  
[junit4] 2> 899119 T3167 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/solr.xml  
[junit4] 2> 899151 T3167 oasc.CoreContainer.<init> New CoreContainer 10846636  
[junit4] 2> 899152 T3167 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/]  
[junit4] 2> 899153 T3167 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000  
[junit4] 2> 899153 T3167 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to:  
[junit4] 2> 899153 T3167 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000  
[junit4] 2> 899153 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20  
[junit4] 2> 899154 T3167 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0  
[junit4] 2> 899154 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647  
[junit4] 2> 899154 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5  
[junit4] 2> 899155 T3167 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1  
[junit4] 2> 899155 T3167 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false  
[junit4] 2> 899155 T3167 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory  
[junit4] 2> 899156 T3167 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]  
[junit4] 2> 899156 T3167 oasc.CoreContainer.load Host Name: 127.0.0.1  
[junit4] 2> 899156 T3167 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36802/solr  
[junit4] 2> 899157 T3167 oasc.ZkController.checkChrootPath zkHost includes chroot  
[junit4] 2> 899158 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper  
[junit4] 2> 899159 T3209 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e475cc name:ZooKeeperConnection Watcher:127.0.0.1:36802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None  
[junit4] 2> 899159 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper  
[junit4] 2> 899161 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper  
[junit4] 2> 899162 T3211 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16621c4 name:ZooKeeperConnection Watcher:127.0.0.1:36802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None  
[junit4] 2> 899162 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper  
[junit4] 2> 899166 T3189 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> 899166 T3198 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> 899171 T3167 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper...  
[junit4] 2> 900174 T3167 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43590_  
[junit4] 2> 900175 T3167 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43590_  
[junit4] 2> 900177 T3198 oascc.ZkStateReader$3.process Updating live nodes... (2)  
[junit4] 2> 900178 T3211 oascc.ZkStateReader$3.process Updating live nodes... (2)  
[junit4] 2> 900178 T3189 oascc.ZkStateReader$3.process Updating live nodes... (2)  
[junit4] 2> 900183 T3212 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1  
[junit4] 2> 900183 T3212 oasc.ZkController.publish numShards not found on descriptor - reading it from system property  
[junit4] 2> 900184 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 900184 T3212 oasc.ZkController.waitForCoreNodeName look for our core node name  
[junit4] 2> 900184 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 900185 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 900186 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  
[junit4] 2> 900186 T3190 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:43590",  
[junit4] 2> "core":"collection1",  
[junit4] 2> "roles":null,  
[junit4] 2> "node_name":"127.0.0.1:43590_",  
[junit4] 2> "shard":null,  
[junit4] 2> "collection":"collection1",  
[junit4] 2> "numShards":"2",  
[junit4] 2> "core_node_name":null}  
[junit4] 2> 900186 T3190 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]  
[junit4] 2> 900186 T3190 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2  
[junit4] 2> 900189 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 900291 T3198 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> 900291 T3189 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> 900291 T3211 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> 901185 T3212 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1  
[junit4] 2> 901185 T3212 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/collection1  
[junit4] 2> 901185 T3212 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1  
[junit4] 2> 901186 T3212 oasc.ZkController.createCollectionZkNode Collection zkNode exists  
[junit4] 2> 901186 T3212 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1  
[junit4] 2> 901187 T3212 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper  
[junit4] 2> 901187 T3212 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/collection1/'  
[junit4] 2> 901188 T3212 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/collection1/lib/.svn/' to classloader  
[junit4] 2> 901188 T3212 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/collection1/lib/classes/' to classloader  
[junit4] 2> 901188 T3212 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/collection1/lib/README' to classloader  
[junit4] 2> 901231 T3212 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50  
[junit4] 2> 901265 T3212 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml  
[junit4] 2> 901267 T3212 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml  
[junit4] 2> 901275 T3212 oass.IndexSchema.readSchema [collection1] Schema name=test  
[junit4] 2> 901598 T3212 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.  
[junit4] 2> 901603 T3212 oass.IndexSchema.readSchema default search field in schema is text  
[junit4] 2> 901605 T3212 oass.IndexSchema.readSchema unique key field: id  
[junit4] 2> 901614 T3212 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml  
[junit4] 2> 901617 T3212 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml  
[junit4] 2> 901619 T3212 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json  
[junit4] 2> 901620 T3212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE  
[junit4] 2> 901620 T3212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING  
[junit4] 2> 901620 T3212 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json  
[junit4] 2> 901621 T3212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE  
[junit4] 2> 901621 T3212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING  
[junit4] 2> 901621 T3212 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory  
[junit4] 2> 901622 T3212 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/collection1/, dataDir=./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty1/  
[junit4] 2> 901622 T3212 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a70c0f  
[junit4] 2> 901622 T3212 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty1  
[junit4] 2> 901622 T3212 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty1/index/  
[junit4] 2> 901623 T3212 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty1/index' doesn't exist. Creating new index...  
[junit4] 2> 901623 T3212 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty1/index  
[junit4] 2> 901623 T3212 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6038862432843821]  
[junit4] 2> 901624 T3212 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1  
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@82d114 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1f71f),segFN=segments_1,generation=1}  
[junit4] 2> 901624 T3212 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1  
[junit4] 2> 901627 T3212 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"  
[junit4] 2> 901627 T3212 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"  
[junit4] 2> 901628 T3212 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"  
[junit4] 2> 901628 T3212 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"  
[junit4] 2> 901628 T3212 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"  
[junit4] 2> 901628 T3212 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"  
[junit4] 2> 901629 T3212 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"  
[junit4] 2> 901629 T3212 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"  
[junit4] 2> 901629 T3212 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default  
[junit4] 2> 901629 T3212 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler  
[junit4] 2> 901630 T3212 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler  
[junit4] 2> 901630 T3212 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler  
[junit4] 2> 901630 T3212 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler  
[junit4] 2> 901631 T3212 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler  
[junit4] 2> 901631 T3212 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers  
[junit4] 2> 901631 T3212 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler  
[junit4] 2> 901632 T3212 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler  
[junit4] 2> 901634 T3212 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60  
[junit4] 2> 901636 T3212 oasu.CommitTracker.<init> Hard AutoCommit: disabled  
[junit4] 2> 901636 T3212 oasu.CommitTracker.<init> Soft AutoCommit: disabled  
[junit4] 2> 901637 T3212 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=478676803, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]  
[junit4] 2> 901637 T3212 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1  
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@82d114 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1f71f),segFN=segments_1,generation=1}  
[junit4] 2> 901638 T3212 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1  
[junit4] 2> 901638 T3212 oass.SolrIndexSearcher.<init> Opening Searcher@dbc4e6[collection1] main  
[junit4] 2> 901638 T3212 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1  
[junit4] 2> 901639 T3212 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper  
[junit4] 2> 901639 T3212 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1  
[junit4] 2> 901640 T3212 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1  
[junit4] 2> 901640 T3212 oasr.RestManager.init Initializing RestManager with initArgs: {}  
[junit4] 2> 901640 T3212 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1  
[junit4] 2> 901641 T3212 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json  
[junit4] 2> 901641 T3212 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1  
[junit4] 2> 901641 T3212 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed  
[junit4] 2> 901641 T3212 oasr.RestManager.init Initializing 0 registered ManagedResources  
[junit4] 2> 901644 T3213 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@dbc4e6[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}  
[junit4] 2> 901646 T3212 oasc.CoreContainer.registerCore registering core: collection1  
[junit4] 2> 901646 T3167 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0  
[junit4] 2> 901647 T3167 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done  
[junit4] 2> 901646 T3216 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43590 collection:collection1 shard:shard2  
[junit4] 2> 901648 T3216 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election  
[junit4] 2> 901652 T3216 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2  
[junit4] 2> 901654 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 901654 T3216 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.  
[junit4] 2> 901654 T3216 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync  
[junit4] 2> 901654 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> ASYNC NEW_CORE C1303 name=collection1 org.apache.solr.core.SolrCore@1b9390e url=http://127.0.0.1:43590/collection1 node=127.0.0.1:43590_ C1303_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:43590, core=collection1, node_name=127.0.0.1:43590_}  
[junit4] 2> 901654 T3216 C1303 P43590 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:43590/collection1/  
[junit4] 2> 901654 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 901655 T3216 C1303 P43590 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me  
[junit4] 2> 901655 T3216 C1303 P43590 oasc.SyncStrategy.syncToMe http://127.0.0.1:43590/collection1/ has no replicas  
[junit4] 2> 901655 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  
[junit4] 2> 901655 T3216 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:43590/collection1/ shard2  
[junit4] 2> 901656 T3216 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2  
[junit4] 2> 901657 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 901660 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 901661 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 901764 T3189 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> 901764 T3198 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> 901764 T3211 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> 901810 T3216 oasc.ZkController.register We are http://127.0.0.1:43590/collection1/ and leader is http://127.0.0.1:43590/collection1/  
[junit4] 2> 901811 T3216 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43590  
[junit4] 2> 901811 T3216 oasc.ZkController.checkRecovery I am the leader, no recovery necessary  
[junit4] 2> 901811 T3216 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1  
[junit4] 2> 901811 T3216 oasc.ZkController.publish numShards not found on descriptor - reading it from system property  
[junit4] 2> 901812 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 901812 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 901812 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 901813 T3216 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  
[junit4] 2> 901813 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  
[junit4] 2> 901814 T3190 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:43590",  
[junit4] 2> "core":"collection1",  
[junit4] 2> "roles":null,  
[junit4] 2> "node_name":"127.0.0.1:43590_",  
[junit4] 2> "shard":"shard2",  
[junit4] 2> "collection":"collection1",  
[junit4] 2> "numShards":"2",  
[junit4] 2> "core_node_name":"core_node1"}  
[junit4] 2> 901816 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 901847 T3167 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2  
[junit4] 2> 901848 T3167 oejs.Server.doStart jetty-8.1.10.v20130312  
[junit4] 2> 901850 T3167 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45009  
[junit4] 2> 901851 T3167 oass.SolrDispatchFilter.init SolrDispatchFilter.init()  
[junit4] 2> 901851 T3167 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)  
[junit4] 2> 901852 T3167 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819  
[junit4] 2> 901852 T3167 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/'  
[junit4] 2> 901864 T3167 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/solr.xml  
[junit4] 2> 901897 T3167 oasc.CoreContainer.<init> New CoreContainer 18093401  
[junit4] 2> 901898 T3167 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/]  
[junit4] 2> 901899 T3167 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000  
[junit4] 2> 901899 T3167 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to:  
[junit4] 2> 901899 T3167 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000  
[junit4] 2> 901899 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20  
[junit4] 2> 901900 T3167 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0  
[junit4] 2> 901900 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647  
[junit4] 2> 901900 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5  
[junit4] 2> 901900 T3167 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1  
[junit4] 2> 901901 T3167 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false  
[junit4] 2> 901901 T3167 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory  
[junit4] 2> 901902 T3167 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]  
[junit4] 2> 901902 T3167 oasc.CoreContainer.load Host Name: 127.0.0.1  
[junit4] 2> 901902 T3167 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36802/solr  
[junit4] 2> 901903 T3167 oasc.ZkController.checkChrootPath zkHost includes chroot  
[junit4] 2> 901903 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper  
[junit4] 2> 901904 T3227 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@185c322 name:ZooKeeperConnection Watcher:127.0.0.1:36802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None  
[junit4] 2> 901905 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper  
[junit4] 2> 901906 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper  
[junit4] 2> 901907 T3229 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8ba7bb name:ZooKeeperConnection Watcher:127.0.0.1:36802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None  
[junit4] 2> 901907 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper  
[junit4] 2> 901912 T3167 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper...  
[junit4] 2> 901917 T3229 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> 901917 T3189 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> 901917 T3211 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> 901917 T3198 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> 902914 T3167 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45009_  
[junit4] 2> 902916 T3167 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45009_  
[junit4] 2> 902917 T3198 oascc.ZkStateReader$3.process Updating live nodes... (3)  
[junit4] 2> 902918 T3189 oascc.ZkStateReader$3.process Updating live nodes... (3)  
[junit4] 2> 902918 T3229 oascc.ZkStateReader$3.process Updating live nodes... (3)  
[junit4] 2> 902918 T3211 oascc.ZkStateReader$3.process Updating live nodes... (3)  
[junit4] 2> 902924 T3230 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1  
[junit4] 2> 902924 T3230 oasc.ZkController.publish numShards not found on descriptor - reading it from system property  
[junit4] 2> 902925 T3230 oasc.ZkController.waitForCoreNodeName look for our core node name  
[junit4] 2> 902925 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 902925 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 902925 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 902926 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  
[junit4] 2> 902927 T3190 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:45009",  
[junit4] 2> "core":"collection1",  
[junit4] 2> "roles":null,  
[junit4] 2> "node_name":"127.0.0.1:45009_",  
[junit4] 2> "shard":null,  
[junit4] 2> "collection":"collection1",  
[junit4] 2> "numShards":"2",  
[junit4] 2> "core_node_name":null}  
[junit4] 2> 902927 T3190 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2  
[junit4] 2> 902927 T3190 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1  
[junit4] 2> 902930 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged  
[junit4] 2> 903032 T3189 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> 903032 T3229 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> 903032 T3198 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> 903032 T3211 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> 903925 T3230 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1  
[junit4] 2> 903925 T3230 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/collection1  
[junit4] 2> 903926 T3230 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1  
[junit4] 2> 903926 T3230 oasc.ZkController.createCollectionZkNode Collection zkNode exists  
[junit4] 2> 903926 T3230 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1  
[junit4] 2> 903927 T3230 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper  
[junit4] 2> 903927 T3230 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/collection1/'  
[junit4] 2> 903928 T3230 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/collection1/lib/.svn/' to classloader  
[junit4] 2> 903928 T3230 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/collection1/lib/classes/' to classloader  
[junit4] 2> 903928 T3230 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/collection1/lib/README' to classloader  
[junit4] 2> 903969 T3230 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50  
[junit4] 2> 904002 T3230 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml  
[junit4] 2> 904003 T3230 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml  
[junit4] 2> 904009 T3230 oass.IndexSchema.readSchema [collection1] Schema name=test  
[junit4] 2> 904330 T3230 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.  
[junit4] 2> 904335 T3230 oass.IndexSchema.readSchema default search field in schema is text  
[junit4] 2> 904338 T3230 oass.IndexSchema.readSchema unique key field: id  
[junit4] 2> 904346 T3230 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml  
[junit4] 2> 904349 T3230 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml  
[junit4] 2> 904351 T3230 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json  
[junit4] 2> 904352 T3230 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE  
[junit4] 2> 904352 T3230 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING  
[junit4] 2> 904352 T3230 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json  
[junit4] 2> 904353 T3230 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE  
[junit4] 2> 904353 T3230 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING  
[junit4] 2> 904353 T3230 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory  
[junit4] 2> 904354 T3230 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/collection1/, dataDir=./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty2/  
[junit4] 2> 904354 T3230 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a70c0f  
[junit4] 2> 904355 T3230 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty2  
[junit4] 2> 904355 T3230 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty2/index/  
[junit4] 2> 904355 T3230 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty2/index' doesn't exist. Creating new index...  
[junit4] 2> 904355 T3230 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty2/index  
[junit4] 2> 904356 T3230 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6038862432843821]  
[junit4] 2> 904356 T3230 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1  
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@15b58f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1dabdef),segFN=segments_1,generation=1}  
[junit4] 2> 904356 T3230 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1  
[junit4] 2> 904360 T3230 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"  
[junit4] 2> 904360 T3230 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"  
[junit4] 2> 904361 T3230 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"  
[junit4] 2> 904361 T3230 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"  
[junit4] 2> 904361 T3230 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"  
[junit4] 2> 904361 T3230 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"  
[junit4] 2> 904362 T3230 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"  
[junit4] 2> 904362 T3230 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"  
[junit4] 2> 904362 T3230 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default  
[junit4] 2> 904363 T3230 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler  
[junit4] 2> 904363 T3230 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler  
[junit4] 2> 904363 T3230 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler  
[junit4] 2> 904363  

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

| SSLMigrationTest (suite) <<<  
[junit4] > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 9 threads leaked from SUITE scope at org.apache.solr.cloud.SSLMigrationTest:  
[junit4] > 1) Thread[id=3397, name=qtp10166667-3397, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
[junit4] > at sun.misc.Unsafe.park(Native Method)  
[junit4] > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
[junit4] > at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
[junit4] > at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
[junit4] > at java.lang.Thread.run(Thread.java:744)  
[junit4] > 2) Thread[id=3394, name=qtp10166667-3394, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
[junit4] > at sun.misc.Unsafe.park(Native Method)  
[junit4] > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
[junit4] > at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
[junit4] > at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
[junit4] > at java.lang.Thread.run(Thread.java:744)  
[junit4] > 3) Thread[id=3395, name=qtp10166667-3395, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
[junit4] > at sun.misc.Unsafe.park(Native Method)  
[junit4] > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
[junit4] > at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
[junit4] > at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
[junit4] > at java.lang.Thread.run(Thread.java:744)  
[junit4] > 4) Thread[id=3396, name=qtp10166667-3396, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
[junit4] > at sun.misc.Unsafe.park(Native Method)  
[junit4] > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
[junit4] > at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
[junit4] > at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
[junit4] > at java.lang.Thread.run(Thread.java:744)  
[junit4] > 5) Thread[id=3393, name=qtp10166667-3393, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
[junit4] > at sun.misc.Unsafe.park(Native Method)  
[junit4] > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
[junit4] > at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
[junit4] > at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
[junit4] > at java.lang.Thread.run(Thread.java:744)  
[junit4] > 6) Thread[id=3398, name=qtp10166667-3398, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
[junit4] > at sun.misc.Unsafe.park(Native Method)  
[junit4] > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
[junit4] > at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
[junit4] > at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
[junit4] > at java.lang.Thread.run(Thread.java:744)  
[junit4] > 7) Thread[id=3392, name=qtp10166667-3392, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
[junit4] > at sun.misc.Unsafe.park(Native Method)  
[junit4] > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
[junit4] > at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
[junit4] > at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
[junit4] > at java.lang.Thread.run(Thread.java:744)  
[junit4] > 8) Thread[id=3391, name=qtp10166667-3391, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
[junit4] > at sun.misc.Unsafe.park(Native Method)  
[junit4] > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)  
[junit4] > at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)  
[junit4] > at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)  
[junit4] > at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)  
[junit4] > at java.lang.Thread.run(Thread.java:744)  
[junit4] > 9) Thread[id=3390, name=HashSessionScavenger-67, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
[junit4] > at java.lang.Object.wait(Native Method)  
[junit4] > at java.util.TimerThread.mainLoop(Timer.java:552)  
[junit4] > at java.util.TimerThread.run(Timer.java:505)  
[junit4] > at __randomizedtesting.SeedInfo.seed([EA2BD6C7F16DBF75]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:  
[junit4] > 1) Thread[id=3390, name=HashSessionScavenger-67, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]  
[junit4] > at java.lang.Object.wait(Native Method)  
[junit4] > at java.util.TimerThread.mainLoop(Timer.java:552)  
[junit4] > at java.util.TimerThread.run(Timer.java:505)  
[junit4] > at __randomizedtesting.SeedInfo.seed([EA2BD6C7F16DBF75]:0)  
[junit4] Completed on J0 in 49.56s, 1 test, 3 errors <<< FAILURES!  

[...truncated 634 lines...]  
BUILD FAILED  
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:  
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: 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:490: The following error occurred while executing this line:  
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1275: The following error occurred while executing this line:  
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 390 suites, 1644 tests, 2 suite-level errors, 1 error, 854 ignored (22 assumptions)  

Total time: 47 minutes 35 seconds  
Build step 'Invoke Ant' marked build as failure  
Description set: Java: 32bit/jdk1.7.0_51 -server -XX:+UseConcMarkSweepGC  
Archiving artifacts  
Recording test results  
Email was triggered for: Failure  
Sending email for trigger: Failure  



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

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_51) - Build # 9836 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9836/
Java: 32bit/jdk1.7.0_51 -server -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SSLMigrationTest

Error Message:
9 threads leaked from SUITE scope at org.apache.solr.cloud.SSLMigrationTest:     1) Thread[id=3397, name=qtp10166667-3397, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    2) Thread[id=3394, name=qtp10166667-3394, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    3) Thread[id=3395, name=qtp10166667-3395, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    4) Thread[id=3396, name=qtp10166667-3396, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    5) Thread[id=3393, name=qtp10166667-3393, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    6) Thread[id=3398, name=qtp10166667-3398, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    7) Thread[id=3392, name=qtp10166667-3392, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    8) Thread[id=3391, name=qtp10166667-3391, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    9) Thread[id=3390, name=HashSessionScavenger-67, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at java.lang.Object.wait(Native Method)         at java.util.TimerThread.mainLoop(Timer.java:552)         at java.util.TimerThread.run(Timer.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 9 threads leaked from SUITE scope at org.apache.solr.cloud.SSLMigrationTest: 
   1) Thread[id=3397, name=qtp10166667-3397, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   2) Thread[id=3394, name=qtp10166667-3394, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   3) Thread[id=3395, name=qtp10166667-3395, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   4) Thread[id=3396, name=qtp10166667-3396, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   5) Thread[id=3393, name=qtp10166667-3393, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   6) Thread[id=3398, name=qtp10166667-3398, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   7) Thread[id=3392, name=qtp10166667-3392, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   8) Thread[id=3391, name=qtp10166667-3391, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   9) Thread[id=3390, name=HashSessionScavenger-67, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at java.lang.Object.wait(Native Method)
        at java.util.TimerThread.mainLoop(Timer.java:552)
        at java.util.TimerThread.run(Timer.java:505)
	at __randomizedtesting.SeedInfo.seed([EA2BD6C7F16DBF75]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SSLMigrationTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=3390, name=HashSessionScavenger-67, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at java.lang.Object.wait(Native Method)         at java.util.TimerThread.mainLoop(Timer.java:552)         at java.util.TimerThread.run(Timer.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=3390, name=HashSessionScavenger-67, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at java.lang.Object.wait(Native Method)
        at java.util.TimerThread.mainLoop(Timer.java:552)
        at java.util.TimerThread.run(Timer.java:505)
	at __randomizedtesting.SeedInfo.seed([EA2BD6C7F16DBF75]:0)


REGRESSION:  org.apache.solr.cloud.SSLMigrationTest.testDistribSearch

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at __randomizedtesting.SeedInfo.seed([EA2BD6C7F16DBF75:6BCD58DF8632DF49]:0)
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:444)
	at sun.nio.ch.Net.bind(Net.java:436)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)
	at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)
	at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.server.Server.doStart(Server.java:291)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:430)
	at org.apache.solr.cloud.SSLMigrationTest.testMigrateSSL(SSLMigrationTest.java:76)
	at org.apache.solr.cloud.SSLMigrationTest.doTest(SSLMigrationTest.java:58)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
	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:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	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 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:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 10502 lines...]
   [junit4] Suite: org.apache.solr.cloud.SSLMigrationTest
   [junit4]   2> 896945 T3167 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 896949 T3167 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SSLMigrationTest-1395153831122
   [junit4]   2> 896950 T3167 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 896951 T3168 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 897051 T3167 oasc.ZkTestServer.run start zk server on port:36802
   [junit4]   2> 897052 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 897057 T3174 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@be423f name:ZooKeeperConnection Watcher:127.0.0.1:36802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 897057 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 897057 T3167 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 897061 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 897062 T3176 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c45dc9 name:ZooKeeperConnection Watcher:127.0.0.1:36802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 897062 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 897062 T3167 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 897065 T3167 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 897067 T3167 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 897068 T3167 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 897070 T3167 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> 897070 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 897073 T3167 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> 897073 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 897079 T3167 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> 897079 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 897081 T3167 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> 897082 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 897084 T3167 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> 897084 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 897086 T3167 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> 897086 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 897088 T3167 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> 897088 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 897090 T3167 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> 897090 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 897092 T3167 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> 897092 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 897094 T3167 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> 897095 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 897096 T3167 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> 897097 T3167 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 897294 T3167 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 897298 T3167 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50588
   [junit4]   2> 897299 T3167 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 897299 T3167 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 897299 T3167 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271
   [junit4]   2> 897299 T3167 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/'
   [junit4]   2> 897310 T3167 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/solr.xml
   [junit4]   2> 897342 T3167 oasc.CoreContainer.<init> New CoreContainer 21260203
   [junit4]   2> 897343 T3167 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/]
   [junit4]   2> 897344 T3167 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 897344 T3167 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 897344 T3167 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 897345 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 897345 T3167 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 897345 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 897346 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 897346 T3167 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 897346 T3167 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 897347 T3167 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 897347 T3167 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 897347 T3167 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 897348 T3167 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36802/solr
   [junit4]   2> 897348 T3167 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 897349 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 897350 T3187 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f223cb name:ZooKeeperConnection Watcher:127.0.0.1:36802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 897350 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 897352 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 897353 T3189 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15c49b8 name:ZooKeeperConnection Watcher:127.0.0.1:36802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 897353 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 897354 T3167 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 897358 T3167 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 897360 T3167 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 897362 T3167 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 897365 T3167 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 897367 T3167 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 897368 T3167 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50588_
   [junit4]   2> 897368 T3167 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50588_
   [junit4]   2> 897370 T3167 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 897374 T3167 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 897378 T3167 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50588_
   [junit4]   2> 897378 T3167 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 897379 T3167 oasc.Overseer.start Overseer (id=91432801476542467-127.0.0.1:50588_-n_0000000000) starting
   [junit4]   2> 897382 T3167 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 897389 T3191 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 897389 T3167 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 897389 T3191 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 897391 T3167 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 897392 T3167 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 897393 T3190 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 897396 T3192 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 897397 T3192 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 897397 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 897397 T3192 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 897398 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 897399 T3190 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:50588",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50588_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 897399 T3190 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 897399 T3190 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 897401 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 897402 T3189 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> 898398 T3192 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 898398 T3192 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/collection1
   [junit4]   2> 898398 T3192 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 898399 T3192 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 898399 T3192 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 898400 T3192 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 898400 T3192 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/collection1/'
   [junit4]   2> 898401 T3192 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/collection1/lib/.svn/' to classloader
   [junit4]   2> 898401 T3192 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/collection1/lib/classes/' to classloader
   [junit4]   2> 898401 T3192 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/collection1/lib/README' to classloader
   [junit4]   2> 898452 T3192 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 898489 T3192 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 898490 T3192 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 898496 T3192 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 898846 T3192 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 898852 T3192 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 898854 T3192 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 898865 T3192 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 898867 T3192 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 898869 T3192 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 898870 T3192 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 898870 T3192 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 898870 T3192 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 898871 T3192 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 898871 T3192 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 898872 T3192 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 898872 T3192 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395153831271/collection1/, dataDir=./org.apache.solr.cloud.SSLMigrationTest-1395153831122/control/data/
   [junit4]   2> 898872 T3192 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a70c0f
   [junit4]   2> 898872 T3192 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395153831122/control/data
   [junit4]   2> 898873 T3192 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SSLMigrationTest-1395153831122/control/data/index/
   [junit4]   2> 898873 T3192 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SSLMigrationTest-1395153831122/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 898873 T3192 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395153831122/control/data/index
   [junit4]   2> 898873 T3192 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6038862432843821]
   [junit4]   2> 898874 T3192 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@185f7fa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f25b7),segFN=segments_1,generation=1}
   [junit4]   2> 898874 T3192 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 898877 T3192 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 898877 T3192 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 898877 T3192 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 898877 T3192 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 898878 T3192 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 898878 T3192 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 898878 T3192 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 898878 T3192 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 898879 T3192 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 898879 T3192 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 898879 T3192 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 898879 T3192 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 898880 T3192 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 898880 T3192 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 898880 T3192 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 898881 T3192 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 898881 T3192 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 898884 T3192 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 898887 T3192 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 898887 T3192 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 898888 T3192 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=478676803, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 898888 T3192 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@185f7fa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f25b7),segFN=segments_1,generation=1}
   [junit4]   2> 898888 T3192 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 898888 T3192 oass.SolrIndexSearcher.<init> Opening Searcher@19adfb4[collection1] main
   [junit4]   2> 898889 T3192 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 898889 T3192 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 898889 T3192 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 898890 T3192 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 898890 T3192 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 898890 T3192 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 898891 T3192 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 898891 T3192 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 898891 T3192 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 898891 T3192 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 898893 T3193 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19adfb4[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 898894 T3192 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 898894 T3167 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 898895 T3167 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 898894 T3196 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50588 collection:control_collection shard:shard1
   [junit4]   2> 898896 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 898896 T3196 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 898897 T3198 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a7dc4d name:ZooKeeperConnection Watcher:127.0.0.1:36802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 898897 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 898898 T3167 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 898900 T3167 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 898900 T3196 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 898902 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 898902 T3196 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 898902 T3196 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1302 name=collection1 org.apache.solr.core.SolrCore@1bd7759 url=http://127.0.0.1:50588/collection1 node=127.0.0.1:50588_ C1302_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:50588, core=collection1, node_name=127.0.0.1:50588_}
   [junit4]   2> 898902 T3196 C1302 P50588 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50588/collection1/
   [junit4]   2> 898902 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 898903 T3196 C1302 P50588 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 898903 T3196 C1302 P50588 oasc.SyncStrategy.syncToMe http://127.0.0.1:50588/collection1/ has no replicas
   [junit4]   2> 898903 T3196 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50588/collection1/ shard1
   [junit4]   2> 898904 T3196 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 898904 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 898905 T3189 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> 898906 T3198 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> 898909 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 898909 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 898911 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 899013 T3198 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> 899013 T3189 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> 899059 T3196 oasc.ZkController.register We are http://127.0.0.1:50588/collection1/ and leader is http://127.0.0.1:50588/collection1/
   [junit4]   2> 899060 T3196 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50588
   [junit4]   2> 899060 T3196 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 899060 T3196 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 899060 T3196 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 899061 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 899061 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 899061 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 899061 T3196 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 899062 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 899063 T3190 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:50588",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50588_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 899065 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 899104 T3167 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 899104 T3167 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 899107 T3167 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43590
   [junit4]   2> 899107 T3167 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 899108 T3167 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 899108 T3167 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072
   [junit4]   2> 899108 T3167 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/'
   [junit4]   2> 899119 T3167 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/solr.xml
   [junit4]   2> 899151 T3167 oasc.CoreContainer.<init> New CoreContainer 10846636
   [junit4]   2> 899152 T3167 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/]
   [junit4]   2> 899153 T3167 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 899153 T3167 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 899153 T3167 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 899153 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 899154 T3167 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 899154 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 899154 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 899155 T3167 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 899155 T3167 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 899155 T3167 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 899156 T3167 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 899156 T3167 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 899156 T3167 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36802/solr
   [junit4]   2> 899157 T3167 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 899158 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 899159 T3209 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e475cc name:ZooKeeperConnection Watcher:127.0.0.1:36802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 899159 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 899161 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 899162 T3211 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16621c4 name:ZooKeeperConnection Watcher:127.0.0.1:36802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 899162 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 899166 T3189 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> 899166 T3198 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> 899171 T3167 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 900174 T3167 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43590_
   [junit4]   2> 900175 T3167 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43590_
   [junit4]   2> 900177 T3198 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 900178 T3211 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 900178 T3189 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 900183 T3212 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 900183 T3212 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 900184 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 900184 T3212 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 900184 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 900185 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 900186 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 900186 T3190 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:43590",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43590_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 900186 T3190 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 900186 T3190 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 900189 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 900291 T3198 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> 900291 T3189 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> 900291 T3211 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> 901185 T3212 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 901185 T3212 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/collection1
   [junit4]   2> 901185 T3212 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 901186 T3212 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 901186 T3212 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 901187 T3212 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 901187 T3212 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/collection1/'
   [junit4]   2> 901188 T3212 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/collection1/lib/.svn/' to classloader
   [junit4]   2> 901188 T3212 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/collection1/lib/classes/' to classloader
   [junit4]   2> 901188 T3212 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/collection1/lib/README' to classloader
   [junit4]   2> 901231 T3212 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 901265 T3212 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 901267 T3212 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 901275 T3212 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 901598 T3212 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 901603 T3212 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 901605 T3212 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 901614 T3212 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 901617 T3212 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 901619 T3212 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 901620 T3212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 901620 T3212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 901620 T3212 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 901621 T3212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 901621 T3212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 901621 T3212 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 901622 T3212 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395153833072/collection1/, dataDir=./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty1/
   [junit4]   2> 901622 T3212 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a70c0f
   [junit4]   2> 901622 T3212 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty1
   [junit4]   2> 901622 T3212 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty1/index/
   [junit4]   2> 901623 T3212 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 901623 T3212 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty1/index
   [junit4]   2> 901623 T3212 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6038862432843821]
   [junit4]   2> 901624 T3212 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@82d114 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1f71f),segFN=segments_1,generation=1}
   [junit4]   2> 901624 T3212 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 901627 T3212 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 901627 T3212 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 901628 T3212 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 901628 T3212 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 901628 T3212 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 901628 T3212 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 901629 T3212 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 901629 T3212 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 901629 T3212 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 901629 T3212 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 901630 T3212 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 901630 T3212 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 901630 T3212 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 901631 T3212 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 901631 T3212 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 901631 T3212 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 901632 T3212 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 901634 T3212 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 901636 T3212 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 901636 T3212 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 901637 T3212 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=478676803, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 901637 T3212 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@82d114 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1f71f),segFN=segments_1,generation=1}
   [junit4]   2> 901638 T3212 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 901638 T3212 oass.SolrIndexSearcher.<init> Opening Searcher@dbc4e6[collection1] main
   [junit4]   2> 901638 T3212 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 901639 T3212 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 901639 T3212 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 901640 T3212 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 901640 T3212 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 901640 T3212 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 901641 T3212 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 901641 T3212 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 901641 T3212 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 901641 T3212 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 901644 T3213 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@dbc4e6[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 901646 T3212 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 901646 T3167 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 901647 T3167 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 901646 T3216 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43590 collection:collection1 shard:shard2
   [junit4]   2> 901648 T3216 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 901652 T3216 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 901654 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 901654 T3216 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 901654 T3216 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 901654 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C1303 name=collection1 org.apache.solr.core.SolrCore@1b9390e url=http://127.0.0.1:43590/collection1 node=127.0.0.1:43590_ C1303_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:43590, core=collection1, node_name=127.0.0.1:43590_}
   [junit4]   2> 901654 T3216 C1303 P43590 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:43590/collection1/
   [junit4]   2> 901654 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 901655 T3216 C1303 P43590 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 901655 T3216 C1303 P43590 oasc.SyncStrategy.syncToMe http://127.0.0.1:43590/collection1/ has no replicas
   [junit4]   2> 901655 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 901655 T3216 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:43590/collection1/ shard2
   [junit4]   2> 901656 T3216 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 901657 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 901660 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 901661 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 901764 T3189 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> 901764 T3198 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> 901764 T3211 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> 901810 T3216 oasc.ZkController.register We are http://127.0.0.1:43590/collection1/ and leader is http://127.0.0.1:43590/collection1/
   [junit4]   2> 901811 T3216 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43590
   [junit4]   2> 901811 T3216 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 901811 T3216 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 901811 T3216 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 901812 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 901812 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 901812 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 901813 T3216 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 901813 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 901814 T3190 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:43590",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43590_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 901816 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 901847 T3167 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 901848 T3167 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 901850 T3167 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45009
   [junit4]   2> 901851 T3167 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 901851 T3167 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 901852 T3167 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819
   [junit4]   2> 901852 T3167 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/'
   [junit4]   2> 901864 T3167 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/solr.xml
   [junit4]   2> 901897 T3167 oasc.CoreContainer.<init> New CoreContainer 18093401
   [junit4]   2> 901898 T3167 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/]
   [junit4]   2> 901899 T3167 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 901899 T3167 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 901899 T3167 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 901899 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 901900 T3167 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 901900 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 901900 T3167 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 901900 T3167 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 901901 T3167 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 901901 T3167 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 901902 T3167 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 901902 T3167 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 901902 T3167 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36802/solr
   [junit4]   2> 901903 T3167 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 901903 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 901904 T3227 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@185c322 name:ZooKeeperConnection Watcher:127.0.0.1:36802 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 901905 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 901906 T3167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 901907 T3229 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8ba7bb name:ZooKeeperConnection Watcher:127.0.0.1:36802/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 901907 T3167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 901912 T3167 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 901917 T3229 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> 901917 T3189 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> 901917 T3211 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> 901917 T3198 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> 902914 T3167 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45009_
   [junit4]   2> 902916 T3167 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45009_
   [junit4]   2> 902917 T3198 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 902918 T3189 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 902918 T3229 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 902918 T3211 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 902924 T3230 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 902924 T3230 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 902925 T3230 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 902925 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 902925 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 902925 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 902926 T3190 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 902927 T3190 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:45009",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:45009_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 902927 T3190 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 902927 T3190 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 902930 T3189 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 903032 T3189 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> 903032 T3229 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> 903032 T3198 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> 903032 T3211 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> 903925 T3230 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 903925 T3230 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/collection1
   [junit4]   2> 903926 T3230 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 903926 T3230 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 903926 T3230 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 903927 T3230 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 903927 T3230 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/collection1/'
   [junit4]   2> 903928 T3230 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/collection1/lib/.svn/' to classloader
   [junit4]   2> 903928 T3230 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/collection1/lib/classes/' to classloader
   [junit4]   2> 903928 T3230 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/collection1/lib/README' to classloader
   [junit4]   2> 903969 T3230 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 904002 T3230 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 904003 T3230 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 904009 T3230 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 904330 T3230 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 904335 T3230 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 904338 T3230 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 904346 T3230 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 904349 T3230 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 904351 T3230 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 904352 T3230 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 904352 T3230 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 904352 T3230 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 904353 T3230 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 904353 T3230 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 904353 T3230 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 904354 T3230 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395153835819/collection1/, dataDir=./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty2/
   [junit4]   2> 904354 T3230 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a70c0f
   [junit4]   2> 904355 T3230 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty2
   [junit4]   2> 904355 T3230 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty2/index/
   [junit4]   2> 904355 T3230 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 904355 T3230 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395153831122/jetty2/index
   [junit4]   2> 904356 T3230 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6038862432843821]
   [junit4]   2> 904356 T3230 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@15b58f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1dabdef),segFN=segments_1,generation=1}
   [junit4]   2> 904356 T3230 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 904360 T3230 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 904360 T3230 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 904361 T3230 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 904361 T3230 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 904361 T3230 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 904361 T3230 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 904362 T3230 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 904362 T3230 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 904362 T3230 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 904363 T3230 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 904363 T3230 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 904363 T3230 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 904363

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

 | SSLMigrationTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 9 threads leaked from SUITE scope at org.apache.solr.cloud.SSLMigrationTest: 
   [junit4]    >    1) Thread[id=3397, name=qtp10166667-3397, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    2) Thread[id=3394, name=qtp10166667-3394, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    3) Thread[id=3395, name=qtp10166667-3395, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    4) Thread[id=3396, name=qtp10166667-3396, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    5) Thread[id=3393, name=qtp10166667-3393, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    6) Thread[id=3398, name=qtp10166667-3398, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    7) Thread[id=3392, name=qtp10166667-3392, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    8) Thread[id=3391, name=qtp10166667-3391, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    9) Thread[id=3390, name=HashSessionScavenger-67, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.util.TimerThread.mainLoop(Timer.java:552)
   [junit4]    >         at java.util.TimerThread.run(Timer.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EA2BD6C7F16DBF75]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=3390, name=HashSessionScavenger-67, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.util.TimerThread.mainLoop(Timer.java:552)
   [junit4]    >         at java.util.TimerThread.run(Timer.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EA2BD6C7F16DBF75]:0)
   [junit4] Completed on J0 in 49.56s, 1 test, 3 errors <<< FAILURES!

[...truncated 634 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: 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:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1275: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:907: There were test failures: 390 suites, 1644 tests, 2 suite-level errors, 1 error, 854 ignored (22 assumptions)

Total time: 47 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_51 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure