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/09/28 03:53:34 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b28) - Build # 11341 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11341/
Java: 64bit/jdk1.9.0-ea-b28 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.HttpPartitionTest.testDistribSearch

Error Message:
Send doc 2 to old leader core_node1 should have failed! ClusterState: DocCollection(c8n_1x2_leader_session_loss)={   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "core":"c8n_1x2_leader_session_loss_shard1_replica2",           "base_url":"http://127.0.0.1:58823",           "node_name":"127.0.0.1:58823_",           "state":"down"},         "core_node2":{           "core":"c8n_1x2_leader_session_loss_shard1_replica1",           "base_url":"http://127.0.0.1:51986",           "node_name":"127.0.0.1:51986_",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Send doc 2 to old leader core_node1 should have failed! ClusterState: DocCollection(c8n_1x2_leader_session_loss)={
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x2_leader_session_loss_shard1_replica2",
          "base_url":"http://127.0.0.1:58823",
          "node_name":"127.0.0.1:58823_",
          "state":"down"},
        "core_node2":{
          "core":"c8n_1x2_leader_session_loss_shard1_replica1",
          "base_url":"http://127.0.0.1:51986",
          "node_name":"127.0.0.1:51986_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([5B9255744857EEBD:DA74DB6C3F088E81]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.HttpPartitionTest.testLeaderZkSessionLoss(HttpPartitionTest.java:329)
	at org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:119)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:484)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11834 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/init-core-data-001
   [junit4]   2> 2153218 T6301 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2153220 T6301 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 2153221 T6301 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2153224 T6302 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2153324 T6301 oasc.ZkTestServer.run start zk server on port:54896
   [junit4]   2> 2153324 T6301 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2153325 T6301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2153328 T6308 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4bef1cb0 name:ZooKeeperConnection Watcher:127.0.0.1:54896 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2153328 T6301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2153328 T6301 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2153328 T6301 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2153331 T6301 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2153332 T6301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2153333 T6310 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a97bcfd name:ZooKeeperConnection Watcher:127.0.0.1:54896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2153333 T6301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2153333 T6301 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2153334 T6301 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2153335 T6301 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2153336 T6301 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2153336 T6301 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2153337 T6301 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> 2153338 T6301 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2153339 T6301 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> 2153339 T6301 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2153340 T6301 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> 2153341 T6301 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2153342 T6301 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> 2153342 T6301 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2153343 T6301 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> 2153343 T6301 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2153344 T6301 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> 2153345 T6301 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2153345 T6301 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> 2153346 T6301 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2153347 T6301 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> 2153347 T6301 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2153348 T6301 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> 2153348 T6301 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2153349 T6301 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> 2153349 T6301 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2153350 T6301 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> 2153351 T6301 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2153596 T6301 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2153600 T6301 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40991
   [junit4]   2> 2153600 T6301 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2153601 T6301 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2153601 T6301 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-002
   [junit4]   2> 2153601 T6301 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-002/'
   [junit4]   2> 2153611 T6301 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-002/solr.xml
   [junit4]   2> 2153618 T6301 oasc.CoreContainer.<init> New CoreContainer 1748173039
   [junit4]   2> 2153619 T6301 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-002/]
   [junit4]   2> 2153619 T6301 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2153619 T6301 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2153619 T6301 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2153620 T6301 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2153620 T6301 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2153620 T6301 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2153620 T6301 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2153621 T6301 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2153621 T6301 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2153621 T6301 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2153622 T6301 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2153622 T6301 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2153622 T6301 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2153622 T6301 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54896/solr
   [junit4]   2> 2153622 T6301 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2153623 T6301 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2153623 T6301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2153624 T6321 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@494c4377 name:ZooKeeperConnection Watcher:127.0.0.1:54896 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2153624 T6301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2153625 T6301 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2153627 T6301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2153628 T6323 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2fb89663 name:ZooKeeperConnection Watcher:127.0.0.1:54896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2153628 T6301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2153629 T6301 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2153631 T6301 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2153632 T6301 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2153633 T6301 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2153634 T6301 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2153636 T6301 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2153636 T6301 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47385_
   [junit4]   2> 2153637 T6301 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47385_
   [junit4]   2> 2153638 T6301 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2153639 T6301 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2153639 T6301 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2153640 T6301 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:47385_
   [junit4]   2> 2153641 T6301 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2153641 T6301 oasc.Overseer.start Overseer (id=92528222563598339-127.0.0.1:47385_-n_0000000000) starting
   [junit4]   2> 2153642 T6301 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2153646 T6301 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2153647 T6325 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2153647 T6301 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2153648 T6301 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2153649 T6301 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2153651 T6324 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2153652 T6327 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2153652 T6327 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2153653 T6327 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2153653 T6328 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2153654 T6324 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47385",
   [junit4]   2> 	  "node_name":"127.0.0.1:47385_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2153654 T6324 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 2153655 T6324 oasc.Overseer$ClusterStateUpdater.createCollection state version control_collection 1
   [junit4]   2> 2153655 T6324 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2153656 T6328 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> 2154653 T6327 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2154653 T6327 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2154654 T6327 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2154654 T6327 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2154655 T6327 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2154655 T6327 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-002/collection1/'
   [junit4]   2> 2154656 T6327 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 2154656 T6327 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 2154656 T6327 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 2154671 T6327 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2154680 T6327 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2154681 T6327 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2154684 T6327 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2154767 T6327 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2154770 T6327 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2154771 T6327 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2154777 T6327 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2154779 T6327 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2154780 T6327 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2154781 T6327 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2154781 T6327 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2154781 T6327 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2154782 T6327 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2154782 T6327 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2154782 T6327 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2154782 T6327 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2154782 T6327 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/control/data/
   [junit4]   2> 2154782 T6327 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e33e3f6
   [junit4]   2> 2154783 T6327 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/control/data
   [junit4]   2> 2154783 T6327 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/control/data/index/
   [junit4]   2> 2154783 T6327 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2154783 T6327 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/control/data/index
   [junit4]   2> 2154784 T6327 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=74.3896484375, floorSegmentMB=0.8818359375, forceMergeDeletesPctAllowed=5.509165074962289, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2154784 T6327 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-308ca284)),segFN=segments_1,generation=1}
   [junit4]   2> 2154784 T6327 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2154786 T6327 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2154786 T6327 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2154786 T6327 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2154786 T6327 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2154787 T6327 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2154787 T6327 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2154787 T6327 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2154787 T6327 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2154787 T6327 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2154787 T6327 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2154788 T6327 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2154788 T6327 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2154788 T6327 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2154788 T6327 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2154788 T6327 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2154789 T6327 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2154789 T6327 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2154789 T6327 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2154789 T6327 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2154790 T6327 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2154791 T6327 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2154791 T6327 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2154792 T6327 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2154793 T6327 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2154794 T6327 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2154794 T6327 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2154794 T6327 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=0.7529296875, floorSegmentMB=0.6865234375, forceMergeDeletesPctAllowed=0.8681862017973885, segmentsPerTier=48.0, maxCFSSegmentSizeMB=1.7705078125, noCFSRatio=1.0
   [junit4]   2> 2154795 T6327 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-308ca284)),segFN=segments_1,generation=1}
   [junit4]   2> 2154795 T6327 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2154795 T6327 oass.SolrIndexSearcher.<init> Opening Searcher@1046e260[collection1] main
   [junit4]   2> 2154795 T6327 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2154799 T6327 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2154800 T6327 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2154800 T6327 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2154800 T6327 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2154800 T6327 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2154801 T6327 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2154801 T6327 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2154801 T6327 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 2154802 T6327 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2154803 T6327 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2154803 T6327 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2154819 T6329 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1046e260[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2154820 T6327 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2154821 T6332 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47385 collection:control_collection shard:shard1
   [junit4]   2> 2154821 T6301 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2154821 T6301 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2154824 T6332 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2154825 T6301 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2154825 T6301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2154826 T6335 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ba63323 name:ZooKeeperConnection Watcher:127.0.0.1:54896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2154826 T6301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2154827 T6301 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2154828 T6301 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2154829 T6332 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2154830 T6328 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2154830 T6332 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2154830 T6332 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2763 name=collection1 org.apache.solr.core.SolrCore@d6bd2ef url=http://127.0.0.1:47385/collection1 node=127.0.0.1:47385_ C2763_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:47385, node_name=127.0.0.1:47385_, state=down}
   [junit4]   2> 2154831 T6332 C2763 P47385 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:47385/collection1/
   [junit4]   2> 2154831 T6332 C2763 P47385 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2154831 T6332 C2763 P47385 oasc.SyncStrategy.syncToMe http://127.0.0.1:47385/collection1/ has no replicas
   [junit4]   2> 2154831 T6332 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:47385/collection1/ shard1
   [junit4]   2> 2154831 T6332 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2154831 T6301 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2154833 T6301 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 2154833 T6301 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2154836 T6301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2154837 T6328 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2154837 T6337 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10c6b9ba name:ZooKeeperConnection Watcher:127.0.0.1:54896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2154837 T6301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2154838 T6301 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2154839 T6324 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1
   [junit4]   2> 2154839 T6324 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 2154840 T6324 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
   [junit4]   2> 2154841 T6328 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2154841 T6324 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json
   [junit4]   2> 2154842 T6328 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> 2154842 T6338 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> 2154888 T6332 oasc.ZkController.register We are http://127.0.0.1:47385/collection1/ and leader is http://127.0.0.1:47385/collection1/
   [junit4]   2> 2154888 T6332 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47385
   [junit4]   2> 2154888 T6332 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2154888 T6332 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2154888 T6332 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2154889 T6328 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2154892 T6324 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47385",
   [junit4]   2> 	  "node_name":"127.0.0.1:47385_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2154994 T6338 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> 2154994 T6328 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> 2155167 T6301 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2155168 T6301 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2155169 T6301 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38526
   [junit4]   2> 2155170 T6301 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2155171 T6301 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2155171 T6301 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-003
   [junit4]   2> 2155171 T6301 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-003/'
   [junit4]   2> 2155181 T6301 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-003/solr.xml
   [junit4]   2> 2155187 T6301 oasc.CoreContainer.<init> New CoreContainer 703310982
   [junit4]   2> 2155188 T6301 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-003/]
   [junit4]   2> 2155188 T6301 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2155188 T6301 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2155189 T6301 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2155189 T6301 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2155189 T6301 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2155189 T6301 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2155189 T6301 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2155190 T6301 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2155190 T6301 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2155190 T6301 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2155191 T6301 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2155191 T6301 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2155191 T6301 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2155191 T6301 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54896/solr
   [junit4]   2> 2155192 T6301 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2155192 T6301 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2155192 T6301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2155193 T6349 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36811ead name:ZooKeeperConnection Watcher:127.0.0.1:54896 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2155194 T6301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2155194 T6301 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2155196 T6301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2155197 T6351 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3eb8364b name:ZooKeeperConnection Watcher:127.0.0.1:54896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2155197 T6301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2155200 T6301 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2156203 T6301 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34487_
   [junit4]   2> 2156204 T6301 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34487_
   [junit4]   2> 2156207 T6301 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2156209 T6353 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2156210 T6353 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2156210 T6328 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2156211 T6353 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 2156211 T6353 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 2156211 T6353 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2156212 T6324 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34487",
   [junit4]   2> 	  "node_name":"127.0.0.1:34487_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2156212 T6353 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 2156212 T6353 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2156213 T6324 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 2156214 T6324 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2156216 T6324 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/collection1/state.json
   [junit4]   2> 2156216 T6352 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2156217 T6352 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 2157213 T6353 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2157213 T6353 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2157213 T6353 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2157214 T6353 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2157215 T6353 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2157215 T6353 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-003/collection1/'
   [junit4]   2> 2157215 T6353 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 2157216 T6353 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 2157216 T6353 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 2157238 T6353 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2157249 T6353 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2157250 T6353 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2157256 T6353 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2157365 T6353 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2157370 T6353 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2157372 T6353 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2157379 T6353 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2157381 T6353 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2157383 T6353 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2157383 T6353 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2157383 T6353 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2157384 T6353 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2157384 T6353 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2157385 T6353 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2157385 T6353 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2157385 T6353 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2157385 T6353 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/jetty1/
   [junit4]   2> 2157385 T6353 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e33e3f6
   [junit4]   2> 2157386 T6353 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/jetty1
   [junit4]   2> 2157386 T6353 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/jetty1/index/
   [junit4]   2> 2157386 T6353 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 2157387 T6353 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/jetty1/index
   [junit4]   2> 2157387 T6353 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=74.3896484375, floorSegmentMB=0.8818359375, forceMergeDeletesPctAllowed=5.509165074962289, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2157387 T6353 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-112c191c)),segFN=segments_1,generation=1}
   [junit4]   2> 2157388 T6353 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2157390 T6353 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2157390 T6353 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2157391 T6353 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2157391 T6353 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2157391 T6353 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2157391 T6353 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2157391 T6353 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2157392 T6353 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2157392 T6353 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2157392 T6353 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2157393 T6353 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2157393 T6353 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2157393 T6353 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2157394 T6353 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2157394 T6353 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2157394 T6353 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2157395 T6353 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2157395 T6353 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2157395 T6353 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2157396 T6353 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2157398 T6353 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2157399 T6353 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2157399 T6353 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2157400 T6353 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2157402 T6353 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2157402 T6353 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2157402 T6353 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=0.7529296875, floorSegmentMB=0.6865234375, forceMergeDeletesPctAllowed=0.8681862017973885, segmentsPerTier=48.0, maxCFSSegmentSizeMB=1.7705078125, noCFSRatio=1.0
   [junit4]   2> 2157403 T6353 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-112c191c)),segFN=segments_1,generation=1}
   [junit4]   2> 2157403 T6353 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2157403 T6353 oass.SolrIndexSearcher.<init> Opening Searcher@8797ce7[collection1] main
   [junit4]   2> 2157404 T6353 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2157404 T6353 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2157405 T6353 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2157405 T6353 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2157405 T6353 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2157405 T6353 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2157406 T6353 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2157406 T6353 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2157406 T6353 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2157407 T6353 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2157409 T6354 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8797ce7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2157411 T6353 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2157412 T6357 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:34487 collection:collection1 shard:shard2
   [junit4]   2> 2157412 T6301 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2157412 T6301 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2157412 T6357 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2157415 T6357 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2157416 T6328 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2157416 T6357 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2157416 T6357 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2764 name=collection1 org.apache.solr.core.SolrCore@731eebb url=http://127.0.0.1:34487/collection1 node=127.0.0.1:34487_ C2764_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:34487, node_name=127.0.0.1:34487_, state=down}
   [junit4]   2> 2157416 T6357 C2764 P34487 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:34487/collection1/
   [junit4]   2> 2157417 T6357 C2764 P34487 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2157417 T6357 C2764 P34487 oasc.SyncStrategy.syncToMe http://127.0.0.1:34487/collection1/ has no replicas
   [junit4]   2> 2157417 T6357 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:34487/collection1/ shard2
   [junit4]   2> 2157417 T6357 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2157421 T6324 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/collection1/state.json
   [junit4]   2> 2157422 T6352 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2157422 T6352 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 2157425 T6328 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2157425 T6324 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/collection1/state.json
   [junit4]   2> 2157425 T6352 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2157426 T6352 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 2157470 T6357 oasc.ZkController.register We are http://127.0.0.1:34487/collection1/ and leader is http://127.0.0.1:34487/collection1/
   [junit4]   2> 2157471 T6357 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34487
   [junit4]   2> 2157471 T6357 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2157471 T6357 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2157471 T6357 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2157472 T6328 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2157474 T6324 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34487",
   [junit4]   2> 	  "node_name":"127.0.0.1:34487_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2157474 T6357 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 2157476 T6324 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/collection1/state.json
   [junit4]   2> 2157477 T6352 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2157477 T6352 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 2157659 T6301 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2157660 T6301 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2157666 T6301 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37795
   [junit4]   2> 2157667 T6301 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2157667 T6301 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2157667 T6301 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-004
   [junit4]   2> 2157668 T6301 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-004/'
   [junit4]   2> 2157677 T6301 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-004/solr.xml
   [junit4]   2> 2157684 T6301 oasc.CoreContainer.<init> New CoreContainer 1442666943
   [junit4]   2> 2157684 T6301 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-004/]
   [junit4]   2> 2157685 T6301 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2157685 T6301 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2157685 T6301 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2157685 T6301 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2157686 T6301 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2157686 T6301 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2157686 T6301 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2157686 T6301 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2157686 T6301 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2157687 T6301 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2157687 T6301 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2157687 T6301 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2157688 T6301 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2157688 T6301 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54896/solr
   [junit4]   2> 2157688 T6301 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2157688 T6301 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2157689 T6301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2157690 T6369 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a37a654 name:ZooKeeperConnection Watcher:127.0.0.1:54896 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2157690 T6301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2157690 T6301 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2157693 T6301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2157693 T6371 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@55cd833e name:ZooKeeperConnection Watcher:127.0.0.1:54896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2157694 T6301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2157697 T6301 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2158699 T6301 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58823_
   [junit4]   2> 2158700 T6301 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58823_
   [junit4]   2> 2158703 T6301 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2158707 T6373 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2158707 T6373 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2158708 T6328 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2158708 T6373 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 2158708 T6373 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 2158709 T6373 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2158709 T6324 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58823",
   [junit4]   2> 	  "node_name":"127.0.0.1:58823_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2158709 T6373 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 2158710 T6373 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2158711 T6324 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 2158711 T6324 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2158713 T6324 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/collection1/state.json
   [junit4]   2> 2158714 T6372 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2158714 T6352 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2158714 T6372 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 2158714 T6352 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 2159710 T6373 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2159710 T6373 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2159711 T6373 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2159711 T6373 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2159712 T6373 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2159712 T6373 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-004/collection1/'
   [junit4]   2> 2159712 T6373 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 2159713 T6373 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 2159713 T6373 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 2159728 T6373 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2159737 T6373 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2159738 T6373 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2159741 T6373 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2159834 T6373 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2159837 T6373 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2159838 T6373 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2159844 T6373 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2159846 T6373 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2159847 T6373 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2159847 T6373 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2159847 T6373 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2159848 T6373 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2159848 T6373 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2159848 T6373 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2159848 T6373 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2159849 T6373 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2159849 T6373 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/jetty2/
   [junit4]   2> 2159849 T6373 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e33e3f6
   [junit4]   2> 2159849 T6373 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/jetty2
   [junit4]   2> 2159849 T6373 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/jetty2/index/
   [junit4]   2> 2159850 T6373 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 2159850 T6373 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-001/jetty2/index
   [junit4]   2> 2159850 T6373 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=74.3896484375, floorSegmentMB=0.8818359375, forceMergeDeletesPctAllowed=5.509165074962289, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2159850 T6373 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-346f3093)),segFN=segments_1,generation=1}
   [junit4]   2> 2159851 T6373 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2159852 T6373 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2159853 T6373 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2159853 T6373 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2159853 T6373 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2159853 T6373 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2159853 T6373 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2159854 T6373 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2159854 T6373 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2159854 T6373 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2159854 T6373 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2159854 T6373 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2159855 T6373 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2159855 T6373 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2159855 T6373 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2159855 T6373 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2159855 T6373 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2159856 T6373 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2159856 T6373 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2159856 T6373 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2159857 T6373 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2159858 T6373 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2159858 T6373 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2159859 T6373 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2159860 T6373 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2159861 T6373 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2159861 T6373 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2159861 T6373 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=0.7529296875, floorSegmentMB=0.6865234375, forceMergeDeletesPctAllowed=0.8681862017973885, segmentsPerTier=48.0, maxCFSSegmentSizeMB=1.7705078125, noCFSRatio=1.0
   [junit4]   2> 2159862 T6373 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-346f3093)),segFN=segments_1,generation=1}
   [junit4]   2> 2159862 T6373 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2159862 T6373 oass.SolrIndexSearcher.<init> Opening Searcher@71a1b225[collection1] main
   [junit4]   2> 2159862 T6373 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2159863 T6373 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2159863 T6373 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2159863 T6373 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2159863 T6373 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2159863 T6373 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2159864 T6373 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2159864 T6373 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2159864 T6373 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2159864 T6373 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2159866 T6374 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71a1b225[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2159867 T6373 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2159868 T6377 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58823 collection:collection1 shard:shard1
   [junit4]   2> 2159868 T6301 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2159868 T6377 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 2159869 T6301 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2159871 T6377 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2159872 T6328 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2159872 T6377 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2159872 T6377 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2765 name=collection1 org.apache.solr.core.SolrCore@2218d83d url=http://127.0.0.1:58823/collection1 node=127.0.0.1:58823_ C2765_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58823, node_name=127.0.0.1:58823_, state=down}
   [junit4]   2> 2159872 T6377 C2765 P58823 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58823/collection1/
   [junit4]   2> 2159873 T6377 C2765 P58823 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2159873 T6377 C2765 P58823 oasc.SyncStrategy.syncToMe http://127.0.0.1:58823/collection1/ has no replicas
   [junit4]   2> 2159873 T6377 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58823/collection1/ shard1
   [junit4]   2> 2159873 T6377 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 2159876 T6324 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/collection1/state.json
   [junit4]   2> 2159877 T6372 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2159877 T6352 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2159877 T6352 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 6 
   [junit4]   2> 2159877 T6372 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 6 
   [junit4]   2> 2159880 T6328 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2159880 T6324 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/collection1/state.json
   [junit4]   2> 2159881 T6372 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2159881 T6352 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2159881 T6372 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 7 
   [junit4]   2> 2159881 T6352 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 7 
   [junit4]   2> 2159926 T6377 oasc.ZkController.register We are http://127.0.0.1:58823/collection1/ and leader is http://127.0.0.1:58823/collection1/
   [junit4]   2> 2159927 T6377 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58823
   [junit4]   2> 2159927 T6377 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2159927 T6377 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2159927 T6377 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2159928 T6328 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2159929 T6324 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58823",
   [junit4]   2> 	  "node_name":"127.0.0.1:58823_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2159930 T6377 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 7 
   [junit4]   2> 2159932 T6324 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/collection1/state.json
   [junit4]   2> 2159933 T6372 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2159933 T6352 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2159933 T6372 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 8 
   [junit4]   2> 2159933 T6352 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 8 
   [junit4]   2> 2160119 T6301 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 2160120 T6301 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2160121 T6301 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38025
   [junit4]   2> 2160122 T6301 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2160122 T6301 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2160123 T6301 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-005
   [junit4]   2> 2160123 T6301 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-005/'
   [junit4]   2> 2160132 T6301 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-005/solr.xml
   [junit4]   2> 2160139 T6301 oasc.CoreContainer.<init> New CoreContainer 1003661070
   [junit4]   2> 2160139 T6301 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001/tempDir-005/]
   [junit4]   2> 2160140 T6301 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2160140 T6301 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2160140 T6301 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2160141 T6301 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2160141 T6301 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2160141 T6301 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2160141 T6301 oashc.HttpShardHandlerFactory.getParameter Setting

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

tempDir-005/c8n_1x2_leader_session_loss_shard1_replica1/data
   [junit4]   2> 2245891 T6301 oasc.Overseer.close Overseer (id=92528222563598347-127.0.0.1:51986_-n_0000000003) closing
   [junit4]   2> 2245892 T6640 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:51986_
   [junit4]   2> 2247394 T6392 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2247420 T6301 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 2252407 T6301 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2252409 T6301 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54896 54896
   [junit4]   2> 2253084 T6302 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54896 54896
   [junit4]   2> 2253085 T6302 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/aliases.json
   [junit4]   2> 		6	/solr/clusterstate.json
   [junit4]   2> 		4	/solr/collections/collection1/state.json
   [junit4]   2> 		3	/solr/collections/c8n_1x3/state.json
   [junit4]   2> 		3	/solr/collections/c8n_1x2_leader_session_loss/state.json
   [junit4]   2> 		2	/solr/collections/c8n_1x2/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent data watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		2	/solr/overseer_elect/election/92528222563598343-127.0.0.1:34487_-n_0000000001
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		7	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 2253085 T6301 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:58823/
   [junit4]   2> 2253085 T6301 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:51986/
   [junit4]   2> 2253085 T6301 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:47385/
   [junit4]   2> 2253086 T6301 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:34487/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=testDistribSearch -Dtests.seed=5B9255744857EEBD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=be_BY -Dtests.timezone=AGT -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 99.9s J1 | HttpPartitionTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Send doc 2 to old leader core_node1 should have failed! ClusterState: DocCollection(c8n_1x2_leader_session_loss)={
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"c8n_1x2_leader_session_loss_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:58823",
   [junit4]    >           "node_name":"127.0.0.1:58823_",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x2_leader_session_loss_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:51986",
   [junit4]    >           "node_name":"127.0.0.1:51986_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5B9255744857EEBD:DA74DB6C3F088E81]:0)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testLeaderZkSessionLoss(HttpPartitionTest.java:329)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:119)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2253096 T6301 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-5B9255744857EEBD-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=be_BY, timezone=AGT
   [junit4]   2> NOTE: Linux 3.13.0-36-generic amd64/Oracle Corporation 1.9.0-ea (64-bit)/cpus=8,threads=1,free=140269056,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestBM25SimilarityFactory, AutoCommitTest, TestSearcherReuse, TestUtils, TestJoin, TestMergePolicyConfig, TestCSVLoader, SOLR749Test, TestCloudManagedSchemaConcurrent, SoftAutoCommitTest, CustomCollectionTest, TestSweetSpotSimilarityFactory, TestFieldTypeCollectionResource, TestStressLucene, IndexSchemaRuntimeFieldTest, ResponseHeaderTest, TestCloudSchemaless, TestAnalyzeInfixSuggestions, TestManagedSchema, TestQueryTypes, AnalysisAfterCoreReloadTest, SSLMigrationTest, TestFunctionQuery, SimplePostToolTest, CollectionsAPIDistributedZkTest, DebugComponentTest, OpenCloseCoreStressTest, TestLazyCores, TestRecovery, TestFileDictionaryLookup, TestInfoStreamLogging, TestFreeTextSuggestions, TestPerFieldSimilarity, TestBinaryField, NumericFieldsTest, TestManagedResourceStorage, SuggesterFSTTest, TestFieldCollectionResource, TestCollationField, DefaultValueUpdateProcessorTest, FieldAnalysisRequestHandlerTest, TestSolr4Spatial2, TestInitQParser, DocValuesTest, StressHdfsTest, TestNoOpRegenerator, CoreAdminCreateDiscoverTest, TestPHPSerializedResponseWriter, QueryParsingTest, TermVectorComponentDistributedTest, TestIndexSearcher, SolrIndexConfigTest, BlockDirectoryTest, DocExpirationUpdateProcessorFactoryTest, TestSolrQueryParser, TestDistributedGrouping, DistributedIntervalFacetingTest, CacheHeaderTest, AddBlockUpdateTest, TestIndexingPerformance, CoreMergeIndexesAdminHandlerTest, AlternateDirectoryTest, TestPhraseSuggestions, LegacyHTMLStripCharFilterTest, TestAddFieldRealTimeGet, TestHighlightDedupGrouping, TestOmitPositions, CSVRequestHandlerTest, TestManagedSchemaFieldTypeResource, TestPseudoReturnFields, TestRequestStatusCollectionAPI, TestImplicitCoreProperties, DistributedQueryComponentOptimizationTest, TestChildDocTransformer, TestDistribDocBasedVersion, PrimUtilsTest, TestMaxScoreQueryParser, SchemaVersionSpecificBehaviorTest, DeleteShardTest, FullSolrCloudDistribCmdsTest, DirectSolrConnectionTest, HardAutoCommitTest, TestNRTOpen, CircularListTest, PolyFieldTest, TestCSVResponseWriter, TermVectorComponentTest, UUIDFieldTest, QueryElevationComponentTest, TestSortingResponseWriter, AliasIntegrationTest, ExitableDirectoryReaderTest, DateRangeFieldTest, TestFiltering, TestIBSimilarityFactory, TestManagedSynonymFilterFactory, LeaderElectionIntegrationTest, TestXIncludeConfig, ShardSplitTest, TestOverriddenPrefixQueryForCustomFieldType, SharedFSAutoReplicaFailoverTest, TestSolrXml, TestDefaultSearchFieldResource, TestCoreContainer, FileBasedSpellCheckerTest, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TestMultiCoreConfBootstrap, DistributedTermsComponentTest, ConvertedLegacyTest, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SolrInfoMBeanTest, TestQueryUtils, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, RequestHandlersTest, TestValueSourceCache, FastVectorHighlighterTest, SolrPluginUtilsTest, JsonLoaderTest, PingRequestHandlerTest, TestComponentsName, CoreContainerCoreInitFailuresTest, TestLFUCache, TestQuerySenderNoQuery, TestStressRecovery, PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, AssignTest, AsyncMigrateRouteKeyTest, DistribCursorPagingTest, HttpPartitionTest]
   [junit4] Completed on J1 in 99.90s, 1 test, 1 failure <<< FAILURES!

[...truncated 240 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:524: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:472: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1359: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:961: There were test failures: 432 suites, 1778 tests, 1 failure, 44 ignored (22 assumptions)

Total time: 93 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b28 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any