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/07/10 00:30:34 UTC

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0_20-ea-b21) - Build # 10652 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10652/
Java: 32bit/jdk1.8.0_20-ea-b21 -client -XX:+UseParallelGC

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

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at __randomizedtesting.SeedInfo.seed([685C57B3F25C854B:E9BAD9AB8503E577]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:317)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:659)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1149)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1118)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:236)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java: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 11464 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/init-core-data-001
   [junit4]   2> 1174380 T5730 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1174381 T5730 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /a_uv/
   [junit4]   2> 1174388 T5730 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1174388 T5730 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1174389 T5731 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1174489 T5730 oasc.ZkTestServer.run start zk server on port:53847
   [junit4]   2> 1174490 T5730 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1174492 T5737 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8b873b name:ZooKeeperConnection Watcher:127.0.0.1:53847 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1174493 T5730 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1174493 T5730 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1174501 T5730 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1174508 T5739 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f64521 name:ZooKeeperConnection Watcher:127.0.0.1:53847/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1174508 T5730 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1174509 T5730 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1174511 T5730 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1174513 T5730 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1174515 T5730 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1174517 T5730 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1174517 T5730 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1174520 T5730 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1174520 T5730 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1174522 T5730 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1174523 T5730 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1174525 T5730 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1174525 T5730 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1174527 T5730 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1174527 T5730 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1174529 T5730 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1174530 T5730 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1174532 T5730 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1174532 T5730 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1174534 T5730 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1174534 T5730 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1174536 T5730 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1174537 T5730 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1174538 T5730 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1174539 T5730 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1174541 T5730 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1174541 T5730 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1174865 T5730 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1174867 T5730 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53003
   [junit4]   2> 1174868 T5730 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1174868 T5730 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1174869 T5730 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-002
   [junit4]   2> 1174869 T5730 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-002/'
   [junit4]   2> 1174888 T5730 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-002/solr.xml
   [junit4]   2> 1174906 T5730 oasc.CoreContainer.<init> New CoreContainer 11028452
   [junit4]   2> 1174906 T5730 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-002/]
   [junit4]   2> 1174907 T5730 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1174907 T5730 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1174908 T5730 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1174908 T5730 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1174908 T5730 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1174909 T5730 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1174909 T5730 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1174909 T5730 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1174910 T5730 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1174911 T5730 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1174911 T5730 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1174911 T5730 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1174912 T5730 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53847/solr
   [junit4]   2> 1174912 T5730 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1174913 T5730 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1174914 T5750 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ec24fb name:ZooKeeperConnection Watcher:127.0.0.1:53847 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1174914 T5730 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1174916 T5730 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1174917 T5752 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c49f7 name:ZooKeeperConnection Watcher:127.0.0.1:53847/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1174918 T5730 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1174919 T5730 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1174922 T5730 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1174925 T5730 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1174927 T5730 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1174929 T5730 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1174932 T5730 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1174933 T5730 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53003_a_uv
   [junit4]   2> 1174934 T5730 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53003_a_uv
   [junit4]   2> 1174936 T5730 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1174938 T5730 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1174940 T5730 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53003_a_uv
   [junit4]   2> 1174941 T5730 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1174942 T5730 oasc.Overseer.start Overseer (id=92074436524834819-127.0.0.1:53003_a_uv-n_0000000000) starting
   [junit4]   2> 1174946 T5730 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1174958 T5754 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1174959 T5730 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1174963 T5730 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1174966 T5730 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1174973 T5753 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1174977 T5755 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1174977 T5755 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1174979 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1174979 T5755 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1174982 T5753 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1174984 T5753 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53003/a_uv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53003_a_uv",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1174984 T5753 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1174985 T5753 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1174989 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1174992 T5752 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> 1175981 T5755 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1175981 T5755 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1175982 T5755 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1175982 T5755 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1175983 T5755 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1175983 T5755 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-002/collection1/'
   [junit4]   2> 1175984 T5755 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 1175984 T5755 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 1175984 T5755 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 1176036 T5755 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 1176054 T5755 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1176055 T5755 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1176069 T5755 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1176208 T5755 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1176209 T5755 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1176209 T5755 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1176216 T5755 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1176217 T5755 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1176231 T5755 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1176234 T5755 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1176237 T5755 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1176238 T5755 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1176238 T5755 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1176238 T5755 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1176239 T5755 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1176239 T5755 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1176239 T5755 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1176240 T5755 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1176240 T5755 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-002/collection1/, dataDir=./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/control/data/
   [junit4]   2> 1176240 T5755 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a4030f
   [junit4]   2> 1176241 T5755 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/control/data
   [junit4]   2> 1176241 T5755 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/control/data/index/
   [junit4]   2> 1176241 T5755 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1176242 T5755 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/control/data/index
   [junit4]   2> 1176242 T5755 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1176243 T5755 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6a57c5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1750627),segFN=segments_1,generation=1}
   [junit4]   2> 1176243 T5755 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1176247 T5755 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1176247 T5755 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1176247 T5755 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1176248 T5755 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1176248 T5755 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1176248 T5755 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1176248 T5755 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1176249 T5755 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1176249 T5755 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1176250 T5755 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1176250 T5755 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1176250 T5755 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1176251 T5755 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1176251 T5755 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1176251 T5755 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1176252 T5755 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1176254 T5755 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1176256 T5755 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1176256 T5755 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1176257 T5755 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1176257 T5755 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6a57c5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1750627),segFN=segments_1,generation=1}
   [junit4]   2> 1176258 T5755 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1176258 T5755 oass.SolrIndexSearcher.<init> Opening Searcher@874e8e[collection1] main
   [junit4]   2> 1176258 T5755 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1176259 T5755 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1176259 T5755 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1176260 T5755 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1176260 T5755 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1176260 T5755 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1176261 T5755 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1176261 T5755 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1176261 T5755 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1176262 T5755 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1176265 T5756 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@874e8e[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1176266 T5755 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1176266 T5759 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53003/a_uv collection:control_collection shard:shard1
   [junit4]   2> 1176267 T5730 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1176267 T5759 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1176267 T5730 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1176269 T5730 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1176270 T5761 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19289fd name:ZooKeeperConnection Watcher:127.0.0.1:53847/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1176270 T5730 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1176271 T5730 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1176272 T5759 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1176273 T5730 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1176274 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1176274 T5759 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1176275 T5759 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1176275 T5753 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C1299 name=collection1 org.apache.solr.core.SolrCore@133e79b url=http://127.0.0.1:53003/a_uv/collection1 node=127.0.0.1:53003_a_uv C1299_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:53003/a_uv, core=collection1, node_name=127.0.0.1:53003_a_uv}
   [junit4]   2> 1176275 T5759 C1299 P53003 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53003/a_uv/collection1/
   [junit4]   2> 1176276 T5759 C1299 P53003 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1176276 T5759 C1299 P53003 oasc.SyncStrategy.syncToMe http://127.0.0.1:53003/a_uv/collection1/ has no replicas
   [junit4]   2> 1176276 T5759 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53003/a_uv/collection1/ shard1
   [junit4]   2> 1176277 T5759 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1176277 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1176280 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1176282 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1176383 T5752 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> 1176384 T5761 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> 1176431 T5759 oasc.ZkController.register We are http://127.0.0.1:53003/a_uv/collection1/ and leader is http://127.0.0.1:53003/a_uv/collection1/
   [junit4]   2> 1176431 T5759 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53003/a_uv
   [junit4]   2> 1176432 T5759 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1176432 T5759 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1176432 T5759 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1176433 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1176433 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1176434 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1176434 T5759 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1176435 T5753 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1176436 T5753 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53003/a_uv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53003_a_uv",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1176438 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1176539 T5752 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> 1176539 T5761 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> 1176575 T5730 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1176576 T5730 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1176578 T5730 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34216
   [junit4]   2> 1176578 T5730 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1176579 T5730 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1176579 T5730 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-003
   [junit4]   2> 1176579 T5730 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-003/'
   [junit4]   2> 1176597 T5730 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-003/solr.xml
   [junit4]   2> 1176608 T5730 oasc.CoreContainer.<init> New CoreContainer 21236123
   [junit4]   2> 1176608 T5730 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-003/]
   [junit4]   2> 1176609 T5730 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1176609 T5730 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1176610 T5730 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1176610 T5730 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1176611 T5730 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1176611 T5730 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1176611 T5730 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1176612 T5730 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1176612 T5730 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1176613 T5730 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1176613 T5730 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1176613 T5730 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1176614 T5730 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53847/solr
   [junit4]   2> 1176614 T5730 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1176615 T5730 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1176616 T5772 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d1e4e name:ZooKeeperConnection Watcher:127.0.0.1:53847 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1176617 T5730 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1176618 T5730 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1176619 T5774 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cbb5f3 name:ZooKeeperConnection Watcher:127.0.0.1:53847/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1176619 T5730 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1176624 T5730 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1177626 T5730 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34216_a_uv
   [junit4]   2> 1177627 T5730 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34216_a_uv
   [junit4]   2> 1177630 T5761 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1177630 T5774 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1177630 T5752 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1177634 T5775 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1177635 T5775 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1177636 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1177636 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1177636 T5775 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1177636 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1177637 T5753 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1177638 T5753 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34216/a_uv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:34216_a_uv",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1177638 T5753 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 1177638 T5753 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1177640 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1177742 T5774 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1177742 T5761 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1177742 T5752 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1178636 T5775 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1178637 T5775 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1178638 T5775 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1178638 T5775 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1178639 T5775 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1178639 T5775 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-003/collection1/'
   [junit4]   2> 1178640 T5775 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 1178640 T5775 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 1178641 T5775 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 1178679 T5775 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 1178691 T5775 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1178692 T5775 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1178708 T5775 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1178838 T5775 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1178839 T5775 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1178839 T5775 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1178845 T5775 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1178846 T5775 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1178859 T5775 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1178862 T5775 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1178864 T5775 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1178865 T5775 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1178865 T5775 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1178865 T5775 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1178866 T5775 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1178866 T5775 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1178866 T5775 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1178867 T5775 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1178867 T5775 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-003/collection1/, dataDir=./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/jetty1/
   [junit4]   2> 1178867 T5775 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a4030f
   [junit4]   2> 1178868 T5775 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/jetty1
   [junit4]   2> 1178868 T5775 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/jetty1/index/
   [junit4]   2> 1178868 T5775 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1178869 T5775 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/jetty1/index
   [junit4]   2> 1178869 T5775 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1178870 T5775 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@120e4b7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@116d84e),segFN=segments_1,generation=1}
   [junit4]   2> 1178870 T5775 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1178874 T5775 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1178875 T5775 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1178875 T5775 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1178875 T5775 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1178876 T5775 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1178876 T5775 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1178876 T5775 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1178877 T5775 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1178877 T5775 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1178878 T5775 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1178878 T5775 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1178878 T5775 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1178879 T5775 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1178879 T5775 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1178880 T5775 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1178881 T5775 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1178883 T5775 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1178884 T5775 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1178884 T5775 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1178885 T5775 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1178886 T5775 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@120e4b7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@116d84e),segFN=segments_1,generation=1}
   [junit4]   2> 1178886 T5775 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1178886 T5775 oass.SolrIndexSearcher.<init> Opening Searcher@1b5e397[collection1] main
   [junit4]   2> 1178886 T5775 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1178887 T5775 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1178888 T5775 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1178888 T5775 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1178888 T5775 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1178889 T5775 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1178889 T5775 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1178889 T5775 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1178890 T5775 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1178890 T5775 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1178894 T5776 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b5e397[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1178897 T5775 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1178898 T5779 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:34216/a_uv collection:collection1 shard:shard1
   [junit4]   2> 1178898 T5730 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1178899 T5730 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1178899 T5779 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1178903 T5779 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1178905 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1178905 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1178905 T5779 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1178905 T5779 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1178905 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C1300 name=collection1 org.apache.solr.core.SolrCore@146ef94 url=http://127.0.0.1:34216/a_uv/collection1 node=127.0.0.1:34216_a_uv C1300_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:34216/a_uv, core=collection1, node_name=127.0.0.1:34216_a_uv}
   [junit4]   2> 1178906 T5779 C1300 P34216 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:34216/a_uv/collection1/
   [junit4]   2> 1178906 T5779 C1300 P34216 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1178906 T5779 C1300 P34216 oasc.SyncStrategy.syncToMe http://127.0.0.1:34216/a_uv/collection1/ has no replicas
   [junit4]   2> 1178907 T5753 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1178907 T5779 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:34216/a_uv/collection1/ shard1
   [junit4]   2> 1178907 T5779 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1178909 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1178910 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1178913 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1179014 T5774 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1179014 T5752 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1179014 T5761 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1179061 T5779 oasc.ZkController.register We are http://127.0.0.1:34216/a_uv/collection1/ and leader is http://127.0.0.1:34216/a_uv/collection1/
   [junit4]   2> 1179062 T5779 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34216/a_uv
   [junit4]   2> 1179062 T5779 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1179062 T5779 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1179063 T5779 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1179064 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1179064 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1179065 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1179064 T5779 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1179065 T5753 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1179066 T5753 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34216/a_uv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:34216_a_uv",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1179068 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1179170 T5774 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1179170 T5752 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1179170 T5761 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1179176 T5730 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1179177 T5730 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1179179 T5730 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53028
   [junit4]   2> 1179179 T5730 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1179180 T5730 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1179180 T5730 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-004
   [junit4]   2> 1179181 T5730 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-004/'
   [junit4]   2> 1179197 T5730 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-004/solr.xml
   [junit4]   2> 1179208 T5730 oasc.CoreContainer.<init> New CoreContainer 14997010
   [junit4]   2> 1179208 T5730 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-004/]
   [junit4]   2> 1179209 T5730 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1179209 T5730 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1179210 T5730 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1179210 T5730 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1179210 T5730 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1179211 T5730 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1179211 T5730 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1179211 T5730 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1179212 T5730 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1179213 T5730 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1179213 T5730 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1179213 T5730 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1179214 T5730 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53847/solr
   [junit4]   2> 1179214 T5730 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1179215 T5730 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1179216 T5790 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1787fca name:ZooKeeperConnection Watcher:127.0.0.1:53847 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1179216 T5730 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1179218 T5730 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1179219 T5792 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19ee934 name:ZooKeeperConnection Watcher:127.0.0.1:53847/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1179219 T5730 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1179223 T5730 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1180226 T5730 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53028_a_uv
   [junit4]   2> 1180227 T5730 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53028_a_uv
   [junit4]   2> 1180229 T5774 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1180229 T5752 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1180229 T5792 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1180230 T5761 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1180234 T5793 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1180235 T5793 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1180235 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1180236 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1180236 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1180235 T5793 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1180237 T5753 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1180238 T5753 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53028/a_uv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53028_a_uv",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1180238 T5753 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 1180239 T5753 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1180241 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1180344 T5761 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1180344 T5752 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1180344 T5774 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1180344 T5792 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1181236 T5793 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1181237 T5793 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1181238 T5793 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1181238 T5793 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1181239 T5793 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1181239 T5793 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-004/collection1/'
   [junit4]   2> 1181240 T5793 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 1181240 T5793 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1181240 T5793 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1181269 T5793 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 1181281 T5793 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1181282 T5793 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1181290 T5793 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1181414 T5793 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1181414 T5793 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1181415 T5793 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1181420 T5793 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1181422 T5793 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1181433 T5793 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1181436 T5793 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1181438 T5793 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1181439 T5793 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1181439 T5793 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1181439 T5793 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1181440 T5793 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1181440 T5793 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1181441 T5793 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1181441 T5793 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1181441 T5793 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-004/collection1/, dataDir=./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/jetty2/
   [junit4]   2> 1181441 T5793 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a4030f
   [junit4]   2> 1181442 T5793 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/jetty2
   [junit4]   2> 1181442 T5793 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/jetty2/index/
   [junit4]   2> 1181443 T5793 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1181443 T5793 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/jetty2/index
   [junit4]   2> 1181443 T5793 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1181444 T5793 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@100571e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18411de),segFN=segments_1,generation=1}
   [junit4]   2> 1181444 T5793 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1181448 T5793 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1181448 T5793 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1181448 T5793 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1181449 T5793 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1181449 T5793 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1181449 T5793 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1181450 T5793 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1181450 T5793 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1181450 T5793 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1181451 T5793 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1181452 T5793 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1181452 T5793 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1181452 T5793 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1181453 T5793 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1181453 T5793 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1181454 T5793 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1181456 T5793 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1181457 T5793 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1181458 T5793 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1181459 T5793 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1181459 T5793 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@100571e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18411de),segFN=segments_1,generation=1}
   [junit4]   2> 1181460 T5793 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1181460 T5793 oass.SolrIndexSearcher.<init> Opening Searcher@58996b[collection1] main
   [junit4]   2> 1181460 T5793 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1181461 T5793 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1181462 T5793 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1181462 T5793 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1181462 T5793 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1181463 T5793 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1181463 T5793 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1181463 T5793 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1181464 T5793 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1181464 T5793 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1181469 T5794 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@58996b[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1181472 T5793 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1181473 T5797 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53028/a_uv collection:collection1 shard:shard1
   [junit4]   2> 1181473 T5730 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1181474 T5730 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1181475 T5797 oasc.ZkController.register We are http://127.0.0.1:53028/a_uv/collection1/ and leader is http://127.0.0.1:34216/a_uv/collection1/
   [junit4]   2> 1181476 T5797 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53028/a_uv
   [junit4]   2> 1181476 T5797 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 1181476 T5797 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C1301 name=collection1 org.apache.solr.core.SolrCore@1e60fa7 url=http://127.0.0.1:53028/a_uv/collection1 node=127.0.0.1:53028_a_uv C1301_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:53028/a_uv, core=collection1, node_name=127.0.0.1:53028_a_uv}
   [junit4]   2> 1181476 T5798 C1301 P53028 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 1181477 T5797 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1181477 T5798 C1301 P53028 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 1181478 T5798 C1301 P53028 oasc.RecoveryStrategy.doRecovery Publishing state of core collection1 as recovering, leader is http://127.0.0.1:34216/a_uv/collection1/ and I am http://127.0.0.1:53028/a_uv/collection1/
   [junit4]   2> 1181478 T5798 C1301 P53028 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 1181478 T5798 C1301 P53028 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1181479 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1181480 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1181480 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1181481 T5798 C1301 P53028 oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep recovery command to http://127.0.0.1:34216/a_uv; WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A53028_a_uv&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
   [junit4]   2> 1181482 T5753 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1181482 T5753 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53028/a_uv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53028_a_uv",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1181484 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1181485 T5767 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1181486 T5767 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1181486 T5767 oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 1181487 T5767 oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:53028_a_uv, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"state":"down","base_url":"http://127.0.0.1:53028/a_uv","core":"collection1","node_name":"127.0.0.1:53028_a_uv"}
   [junit4]   2> 1181586 T5792 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1181586 T5761 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1181586 T5774 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1181586 T5752 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1181804 T5730 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1181806 T5730 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1181807 T5730 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53416
   [junit4]   2> 1181808 T5730 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1181809 T5730 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1181809 T5730 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-005
   [junit4]   2> 1181810 T5730 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-005/'
   [junit4]   2> 1181830 T5730 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-005/solr.xml
   [junit4]   2> 1181842 T5730 oasc.CoreContainer.<init> New CoreContainer 315657
   [junit4]   2> 1181843 T5730 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-005/]
   [junit4]   2> 1181843 T5730 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1181844 T5730 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1181844 T5730 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1181844 T5730 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1181845 T5730 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1181845 T5730 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1181845 T5730 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1181846 T5730 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1181846 T5730 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1181847 T5730 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1181847 T5730 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1181847 T5730 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1181848 T5730 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53847/solr
   [junit4]   2> 1181848 T5730 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1181849 T5730 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1181851 T5810 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15d6944 name:ZooKeeperConnection Watcher:127.0.0.1:53847 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1181851 T5730 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1181854 T5730 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1181855 T5812 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a57eb name:ZooKeeperConnection Watcher:127.0.0.1:53847/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1181855 T5730 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1181859 T5730 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1182487 T5767 oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:53028_a_uv, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"state":"recovering","base_url":"http://127.0.0.1:53028/a_uv","core":"collection1","node_name":"127.0.0.1:53028_a_uv"}
   [junit4]   2> 1182488 T5767 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1182488 T5767 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:53028_a_uv&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1003 
   [junit4]   2> 1182862 T5730 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53416_a_uv
   [junit4]   2> 1182864 T5730 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53416_a_uv
   [junit4]   2> 1182867 T5792 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1182868 T5812 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1182868 T5752 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1182868 T5761 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1182868 T5774 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1182873 T5813 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1182873 T5813 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1182874 T5752 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1182874 T5813 oasc.ZkController.waitForCoreNodeName look 

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

 directory: ./solr.cloud.SyncSliceTest-685C57B3F25C854B-001/tempDir-001/jetty4/index
   [junit4]   2> 1229761 T5832 oasc.LeaderElector$ElectionWatcher.process WARN  java.lang.RuntimeException: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer
   [junit4]   2> 	at org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:1312)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer.getInQueue(Overseer.java:1263)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer.getInQueue(Overseer.java:1259)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:198)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:452)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:216)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:452)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:216)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:452)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:216)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:312)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:309)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:309)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:1303)
   [junit4]   2> 	... 27 more
   [junit4]   2> 
   [junit4]   2> 1229762 T5832 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1229763 T5832 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1229763 T5832 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1229763 T5832 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-685C57B3F25C854B-001
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=DefaultSimilarity, locale=es, timezone=Antarctica/Casey
   [junit4]   2> NOTE: Linux 3.8.0-42-generic i386/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=8,threads=1,free=95423152,total=279445504
   [junit4]   2> NOTE: All tests run in this JVM: [TestMiniSolrCloudCluster, ResourceLoaderTest, SpellPossibilityIteratorTest, HttpPartitionTest, ReturnFieldsTest, MBeansHandlerTest, SolrXmlInZkTest, TestCloudManagedSchemaConcurrent, TestQuerySenderListener, TestDefaultSimilarityFactory, TestSearcherReuse, TestDefaultSearchFieldResource, CurrencyFieldOpenExchangeTest, StressHdfsTest, SolrCmdDistributorTest, AnalysisErrorHandlingTest, UnloadDistributedZkTest, HighlighterMaxOffsetTest, TestStressRecovery, HdfsLockFactoryTest, TestShortCircuitedRequests, TestMaxScoreQueryParser, EchoParamsTest, HdfsRecoveryZkTest, IndexSchemaTest, XsltUpdateRequestHandlerTest, SimpleFacetsTest, PrimUtilsTest, TestConfigSets, TestManagedSchema, TestReplicationHandlerBackup, TestFuzzyAnalyzedSuggestions, TestStressReorder, TestArbitraryIndexDir, RecoveryZkTest, QueryResultKeyTest, AssignTest, ShardRoutingTest, TestDocSet, TestSort, TestSolrXMLSerializer, NoCacheHeaderTest, TestCursorMarkWithoutUniqueKey, ReplicationFactorTest, TestFieldCollectionResource, TestSolr4Spatial2, AddSchemaFieldsUpdateProcessorFactoryTest, CursorPagingTest, OverseerCollectionProcessorTest, TestSolrDeletionPolicy2, XmlUpdateRequestHandlerTest, TestCodecSupport, DateFieldTest, MinimalSchemaTest, DisMaxRequestHandlerTest, TestFieldSortValues, DistributedSpellCheckComponentTest, ExternalFileFieldSortTest, TestReplicationHandler, TestReRankQParserPlugin, TestFoldingMultitermQuery, TestRangeQuery, TestSolrCoreProperties, TestJmxIntegration, DateMathParserTest, SSLMigrationTest, TestFaceting, TestLMJelinekMercerSimilarityFactory, StatelessScriptUpdateProcessorFactoryTest, OverseerRolesTest, CachingDirectoryFactoryTest, RollingRestartTest, TestInitQParser, ZkCLITest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, ZkControllerTest, DirectUpdateHandlerTest, RemoteQueryErrorTest, MoreLikeThisHandlerTest, TestStressUserVersions, CircularListTest, PeerSyncTest, DocValuesMultiTest, HdfsDirectoryTest, TestReload, TestHashPartitioner, BasicFunctionalityTest, FastVectorHighlighterTest, RegexBoostProcessorTest, CoreMergeIndexesAdminHandlerTest, PreAnalyzedUpdateProcessorTest, TestSolrIndexConfig, TestConfig, BJQParserTest, ChaosMonkeySafeLeaderTest, SyncSliceTest]
   [junit4] Completed on J0 in 55.55s, 1 test, 1 error <<< FAILURES!

[...truncated 611 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1299: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:923: There were test failures: 407 suites, 1660 tests, 1 error, 37 ignored (16 assumptions)

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