You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/25 20:16:26 UTC

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 325 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/325/

No tests ran.

Build Log:
[...truncated 6600 lines...]
FATAL: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:41)
	at hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:34)
	at hudson.remoting.Request.call(Request.java:174)
	at hudson.remoting.Channel.call(Channel.java:713)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:167)
	at com.sun.proxy.$Proxy40.join(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:925)
	at hudson.Launcher$ProcStarter.join(Launcher.java:360)
	at hudson.tasks.Ant.perform(Ant.java:217)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:160)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:586)
	at hudson.model.Run.execute(Run.java:1593)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:247)
Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Request.abort(Request.java:299)
	at hudson.remoting.Channel.terminate(Channel.java:773)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
Caused by: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2596)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1316)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
	at hudson.remoting.Command.readFrom(Command.java:92)
	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:72)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)



[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 334 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/334/

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:13609/y_c/a

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:13609/y_c/a
	at __randomizedtesting.SeedInfo.seed([1620AEC09F820278:97C620D8E8DD6244]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1535)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:677)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:679)
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:13609 timed out
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:129)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 45 more




Build Log:
[...truncated 8839 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 74608 T125 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /y_c/a
   [junit4]   2> 74615 T125 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375554113939
   [junit4]   2> 74626 T125 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 74635 T126 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 74836 T125 oasc.ZkTestServer.run start zk server on port:13596
   [junit4]   2> 75234 T125 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 75319 T127 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 77060 T131 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6cb77928 name:ZooKeeperConnection Watcher:127.0.0.1:13596 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 77061 T125 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 77067 T125 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 77181 T125 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 77183 T134 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a557c5b name:ZooKeeperConnection Watcher:127.0.0.1:13596/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 77184 T125 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 77185 T125 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 77191 T125 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 77197 T125 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 77201 T125 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 77207 T125 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 77240 T125 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 77256 T125 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 77257 T125 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 77264 T125 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 77264 T125 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 77270 T125 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 77271 T125 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 77276 T125 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 77277 T125 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 77282 T125 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 77283 T125 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 77289 T125 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 77289 T125 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 77295 T125 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 77295 T125 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 77301 T125 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 77301 T125 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 77621 T125 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 77626 T125 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:13604
   [junit4]   2> 77627 T125 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 77628 T125 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 77629 T125 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375554116631
   [junit4]   2> 77629 T125 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375554116631/'
   [junit4]   2> 77670 T125 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375554116631/solr.xml
   [junit4]   2> 77749 T125 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 77756 T125 oasc.CoreContainer.<init> New CoreContainer 1566168613
   [junit4]   2> 77756 T125 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375554116631/]
   [junit4]   2> 77758 T125 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 77759 T125 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 77760 T125 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 77760 T125 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 77761 T125 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 77761 T125 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 77762 T125 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 77762 T125 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 77763 T125 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 77764 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 77781 T125 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:13596/solr
   [junit4]   2> 77816 T125 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 77818 T125 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 77836 T145 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29b278f1 name:ZooKeeperConnection Watcher:127.0.0.1:13596 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 77836 T125 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 77871 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 77889 T125 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 77891 T147 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@364e33aa name:ZooKeeperConnection Watcher:127.0.0.1:13596/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 77892 T125 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 77906 T125 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 77925 T125 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 77947 T125 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 77951 T125 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:13604_y_c%2Fa
   [junit4]   2> 77960 T125 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:13604_y_c%2Fa
   [junit4]   2> 77966 T125 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 77995 T125 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 77999 T125 oasc.Overseer.start Overseer (id=90148314442760195-127.0.0.1:13604_y_c%2Fa-n_0000000000) starting
   [junit4]   2> 78027 T125 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 78052 T149 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 78053 T125 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 78057 T125 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 78060 T125 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 78091 T148 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 78098 T125 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375554116631
   [junit4]   2> 78115 T125 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375554116631/conf/
   [junit4]   2> 78280 T125 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 78281 T125 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 78282 T125 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 78377 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 78407 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 78414 T125 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 78417 T152 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3acf7bf3 name:ZooKeeperConnection Watcher:127.0.0.1:13596/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 78418 T125 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 78420 T125 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 78426 T125 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 78698 T125 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 78706 T125 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:13609
   [junit4]   2> 78707 T125 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 78708 T125 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 78708 T125 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750
   [junit4]   2> 78709 T125 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750/'
   [junit4]   2> 78757 T125 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750/solr.xml
   [junit4]   2> 78847 T125 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 78848 T125 oasc.CoreContainer.<init> New CoreContainer 204706537
   [junit4]   2> 78848 T125 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750/]
   [junit4]   2> 78850 T125 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 78851 T125 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 78851 T125 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 78852 T125 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 78853 T125 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 78853 T125 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 78854 T125 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 78854 T125 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 78855 T125 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 78855 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 78873 T125 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:13596/solr
   [junit4]   2> 78874 T125 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 78875 T125 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 78879 T163 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@df20541 name:ZooKeeperConnection Watcher:127.0.0.1:13596 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 78879 T125 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 78882 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 78900 T125 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 78902 T165 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64c0d2d3 name:ZooKeeperConnection Watcher:127.0.0.1:13596/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 78903 T125 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 78911 T125 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 79918 T125 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:13609_y_c%2Fa
   [junit4]   2> 79920 T125 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:13609_y_c%2Fa
   [junit4]   2> 79932 T147 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 79933 T165 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 79933 T152 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 79946 T125 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750
   [junit4]   2> 79948 T125 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750/conf/
   [junit4]   2> 80112 T125 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 80113 T125 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 80114 T125 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 80115 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 80401 T125 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 80404 T125 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:13649
   [junit4]   2> 80405 T125 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 80406 T125 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 80406 T125 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454
   [junit4]   2> 80407 T125 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454/'
   [junit4]   2> 80445 T125 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454/solr.xml
   [junit4]   2> 80520 T125 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 80521 T125 oasc.CoreContainer.<init> New CoreContainer 1304848860
   [junit4]   2> 80522 T125 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454/]
   [junit4]   2> 80524 T125 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 80524 T125 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 80525 T125 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 80526 T125 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 80526 T125 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 80527 T125 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 80527 T125 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 80528 T125 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 80528 T125 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 80529 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 80546 T125 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:13596/solr
   [junit4]   2> 80547 T125 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 80548 T125 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 80554 T177 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d501268 name:ZooKeeperConnection Watcher:127.0.0.1:13596 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 80554 T125 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 80570 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 80582 T125 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 80585 T179 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7aa68180 name:ZooKeeperConnection Watcher:127.0.0.1:13596/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 80585 T125 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 80597 T125 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 81603 T125 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:13649_y_c%2Fa
   [junit4]   2> 81605 T125 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:13649_y_c%2Fa
   [junit4]   2> 81611 T147 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 81611 T152 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 81611 T179 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 81611 T165 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 81621 T125 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454
   [junit4]   2> 81624 T125 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454/conf/
   [junit4]   2> 81788 T125 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 81789 T125 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 81790 T125 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 81790 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 82082 T125 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 82086 T125 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:13652
   [junit4]   2> 82087 T125 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 82087 T125 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 82088 T125 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130
   [junit4]   2> 82088 T125 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130/'
   [junit4]   2> 82126 T125 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130/solr.xml
   [junit4]   2> 82199 T125 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 82200 T125 oasc.CoreContainer.<init> New CoreContainer 2002941162
   [junit4]   2> 82200 T125 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130/]
   [junit4]   2> 82202 T125 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 82203 T125 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 82203 T125 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 82204 T125 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 82204 T125 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 82205 T125 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 82206 T125 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 82206 T125 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 82207 T125 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 82208 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 82225 T125 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:13596/solr
   [junit4]   2> 82226 T125 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 82227 T125 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 82230 T191 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@60e9ebe1 name:ZooKeeperConnection Watcher:127.0.0.1:13596 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 82230 T125 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 82234 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 82246 T125 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 82249 T193 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a724da1 name:ZooKeeperConnection Watcher:127.0.0.1:13596/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 82249 T125 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 82262 T125 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 83269 T125 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:13652_y_c%2Fa
   [junit4]   2> 83271 T125 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:13652_y_c%2Fa
   [junit4]   2> 83277 T152 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 83277 T165 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 83277 T179 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 83277 T193 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 83277 T147 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 83295 T125 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130
   [junit4]   2> 83459 T125 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130/conf/
   [junit4]   2> 83461 T125 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 83462 T125 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 83463 T125 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 83463 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 83749 T125 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 83752 T125 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:13656
   [junit4]   2> 83753 T125 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 83754 T125 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 83755 T125 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803
   [junit4]   2> 83755 T125 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803/'
   [junit4]   2> 83792 T125 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803/solr.xml
   [junit4]   2> 83865 T125 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 83866 T125 oasc.CoreContainer.<init> New CoreContainer 1545409429
   [junit4]   2> 83867 T125 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803/]
   [junit4]   2> 83869 T125 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 83869 T125 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 83870 T125 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 83870 T125 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 83874 T125 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 83874 T125 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 83875 T125 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 83875 T125 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 83876 T125 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 83877 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 83895 T125 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:13596/solr
   [junit4]   2> 83896 T125 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 83897 T125 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 83926 T205 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78f0ca71 name:ZooKeeperConnection Watcher:127.0.0.1:13596 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 83927 T125 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 83931 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 83945 T125 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 83947 T207 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c42d227 name:ZooKeeperConnection Watcher:127.0.0.1:13596/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 83948 T125 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 83961 T125 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 84967 T125 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:13656_y_c%2Fa
   [junit4]   2> 84970 T125 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:13656_y_c%2Fa
   [junit4]   2> 84975 T207 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 84975 T165 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 84975 T147 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 84975 T193 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 84975 T152 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 84975 T179 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 84989 T125 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803
   [junit4]   2> 84992 T125 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803/conf/
   [junit4]   2> 85155 T125 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 85156 T125 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 85157 T125 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 85158 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 85185 T125 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 86351 T155 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 86356 T147 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86365 T149 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "name":"nodes_used_collection",
   [junit4]   2> 	  "replicationFactor":"2"}
   [junit4]   2> 86368 T149 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "name":"nodes_used_collection",
   [junit4]   2> 	  "replicationFactor":"2"}
   [junit4]   2> 87113 T148 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 87115 T148 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 87115 T148 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 87143 T207 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 87143 T165 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 87143 T179 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 87143 T152 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 87143 T193 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 87143 T147 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 87182 T149 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 87182 T149 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:13609_y_c%2Fa
   [junit4]   2> 87207 T149 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:13649_y_c%2Fa
   [junit4]   2> 87208 T149 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:13656_y_c%2Fa
   [junit4]   2> 87208 T149 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:13652_y_c%2Fa
   [junit4]   2> 87275 T197 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 87275 T156 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 87275 T169 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 87275 T183 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 87278 T197 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 87279 T156 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 87289 T169 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 87290 T183 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 88652 T148 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 88655 T148 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 88661 T148 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:13656_y_c%2Fa",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:13656/y_c/a"}
   [junit4]   2> 88674 T148 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 88675 T148 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:13609_y_c%2Fa",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:13609/y_c/a"}
   [junit4]   2> 88687 T148 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 88688 T148 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:13649_y_c%2Fa",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:13649/y_c/a"}
   [junit4]   2> 88696 T148 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 88697 T148 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node4",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:13652_y_c%2Fa",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:13652/y_c/a"}
   [junit4]   2> 88711 T147 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 88711 T179 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 88711 T165 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 88711 T152 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 88711 T207 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 88711 T193 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 89281 T197 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 89282 T156 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 89282 T197 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 89283 T156 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 89283 T197 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803/nodes_used_collection_shard2_replica1
   [junit4]   2> 89284 T156 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750/nodes_used_collection_shard1_replica1
   [junit4]   2> 89284 T197 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 89285 T156 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 89286 T197 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 89286 T156 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 89287 T197 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 89287 T156 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 89289 T197 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 89289 T156 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 89290 T197 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 89290 T156 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 89292 T169 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 89293 T183 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 89293 T169 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 89294 T169 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454/nodes_used_collection_shard1_replica2
   [junit4]   2> 89294 T169 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 89294 T183 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 89295 T183 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130/nodes_used_collection_shard2_replica2
   [junit4]   2> 89296 T183 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 89320 T156 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 89320 T197 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 89320 T183 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 89320 T169 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 89321 T183 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 89322 T169 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 89323 T197 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 89322 T156 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 89324 T183 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 89324 T169 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 89452 T169 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 89452 T197 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 89453 T156 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 89453 T183 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 89538 T169 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 89538 T197 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 89540 T156 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 89540 T183 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 89541 T169 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 89542 T197 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 89542 T156 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 89543 T183 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 89574 T169 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 89575 T183 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 89575 T197 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 89575 T156 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 90380 T197 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 90381 T197 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 90383 T169 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 90383 T197 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 90384 T169 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 90384 T183 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 90385 T156 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 90385 T183 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 90386 T169 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 90386 T156 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 90388 T183 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 90389 T156 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 90400 T197 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 90402 T156 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 90402 T183 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 90402 T169 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 90405 T197 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 90407 T156 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 90408 T183 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 90408 T169 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 90439 T197 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 90439 T169 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 90439 T156 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 90439 T183 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 90446 T197 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 90447 T169 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 90447 T183 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 90447 T156 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 90453 T197 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 90454 T169 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 90454 T183 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 90455 T156 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 90456 T197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 90456 T169 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 90457 T183 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 90458 T183 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 90457 T197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 90458 T183 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 90458 T156 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 90460 T156 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 90457 T169 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 90460 T156 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 90459 T197 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 90461 T169 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 90461 T183 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 90463 T183 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 90463 T156 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 90464 T156 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 90464 T197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 90465 T197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 90463 T183 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 90466 T197 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 90464 T156 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 90464 T169 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 90468 T169 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 90467 T156 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750/nodes_used_collection_shard1_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 90467 T197 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803/nodes_used_collection_shard2_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 90466 T183 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130/nodes_used_collection_shard2_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 90470 T197 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@33cfa965
   [junit4]   2> 90470 T156 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@33cfa965
   [junit4]   2> 90468 T169 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 90471 T183 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@33cfa965
   [junit4]   2> 90473 T156 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 90472 T169 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454/nodes_used_collection_shard1_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 90472 T197 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 90474 T169 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@33cfa965
   [junit4]   2> 90474 T183 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 90473 T156 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 90476 T169 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 90475 T183 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 90474 T197 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 90477 T183 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 90476 T169 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 90476 T156 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 90479 T169 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 90478 T183 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375554121130//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 90477 T197 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 90480 T169 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375554119454//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 90479 T156 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375554117750//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 90482 T197 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375554122803//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 90489 T183 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@649096c6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3763956f),segFN=segments_1,generation=1}
   [junit4]   2> 90489 T169 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@afba5d lockFactory=org.apache.lucene.store.NativeFSLockFactory@3f2b3cc4),segFN=segments_1,generation=1}
   [junit4]   2> 90490 T197 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@579fbd7c lockFactory=org.apache.lucene.store.NativeFSLockFactory@4f9078ed),segFN=segments_1,generation=1}
   [junit4]   2> 90490 T156 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16adfa2c lockFactory=org.apache.lucene.store.NativeFSLockFactory@425a649),segFN=segments_1,generation=1}
   [junit4]   2> 90489 T183 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 90491 T156 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 90491 T197 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 90490 T169 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 90498 T183 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 90499 T183 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 90500 T197 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 90500 T156 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 90500 T183 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 90501 T156 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 90502 T183 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 90500 T169 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 90500 T197 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 90503 T169 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 90504 T197 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 90503 T183 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 90502 T156 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 90505 T197 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 90505 T183 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 90507 T197 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 90505 T169 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 90507 T197 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 90507 T183 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 90506 T156 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 90508 T197 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 90508 T169 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 90510 T156 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 90509 T183 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 90511 T169 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 90511 T156 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 90510 T197 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 90513 T156 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 90512 T169 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 90512 T183 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 90515 T169 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 90514 T156 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 90516 T169 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 90514 T197 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 90517 T169 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 90516 T156 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 90531 T183 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 90531 T169 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 90531 T197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 90531 T156 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 90546 T156 oass.SolrIndexSearcher.<init> Opening Searcher@cddb2e7 main
   [junit4]   2> 90546 T169 oass.SolrIndexSearcher.<init> Opening Searcher@61a48515 main
   [junit4]   2> 90546 T197 oass.SolrIndexSearcher.<init> Opening Searcher@3aa09a08 main
   [junit4]   2> 90546 T183 oass.SolrIndexSearcher.<init> Opening Searcher@59fbd5ae main
   [junit4]   2> 90548 T156 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 90549 T169 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 90549 T197 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 90549 T156 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 90550 T197 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 90550 T183 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 90549 T169 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 90551 T183 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 90560 T213 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@cddb2e7 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 90561 T215 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@3aa09a08 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 90561 T216 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@61a48515 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 90562 T214 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@59fbd5ae main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 90565 T156 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 90565 T156 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:13609/y_c/a collection:nodes_used_collection shard:shard1
   [junit4]   2> 90566 T169 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 90566 T183 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 90565 T197 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 90567 T183 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:13652/y_c/a collection:nodes_used_collection shard:shard2
   [junit4]   2> 90566 T169 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:13649/y_c/a collection:nodes_used_collection shard:shard1
   [junit4]   2> 90567 T197 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:13656/y_c/a collection:nodes_used_collection shard:shard2
   [junit4]   2> 90578 T183 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 90578 T169 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 90578 T156 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 90578 T197 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 90611 T183 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 90612 T197 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 90612 T156 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 90611 T169 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 90693 T197 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 90702 T169 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 90707 T197 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 90707 T169 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 90707 T197 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 90708 T169 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 90714 T169 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:13649/y_c/a/nodes_used_collection_shard1_replica2/
   [junit4]   2> 90714 T197 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:13656/y_c/a/nodes_used_collection_shard2_replica1/
   [junit4]   2> 90727 T169 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 90750 T169 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:13649/y_c/a START replicas=[http://127.0.0.1:13609/y_c/a/nodes_used_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 90750 T197 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:13656/y_c/a START replicas=[http://127.0.0.1:13652/y_c/a/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 90752 T169 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:13649/y_c/a DONE.  We have no versions.  sync failed.
   [junit4]   2> 90753 T197 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:13656/y_c/a DONE.  We have no versions.  sync failed.
   [junit4]   2> 90754 T197 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 90753 T169 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 90755 T197 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 90755 T169 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 90756 T197 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:13656/y_c/a/nodes_used_collection_shard2_replica1/ shard2
   [junit4]   2> 90757 T169 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:13649/y_c/a/nodes_used_collection_shard1_replica2/ shard1
   [junit4]   2> 90758 T197 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> 90759 T169 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
   [junit4]   2> ASYNC  NEW_CORE C36 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@32eb1f9

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

0:0
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=1620AEC09F820278 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=lv_LV -Dtests.timezone=Asia/Oral -Dtests.file.encoding=UTF-8
   [junit4] ERROR    144s J1 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:13609/y_c/a
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1620AEC09F820278:97C620D8E8DD6244]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1535)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:677)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:679)
   [junit4]    > Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:13609 timed out
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:129)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 45 more
   [junit4]   2> 218746 T125 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 144153 T124 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 219899 T207 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_1/leader_elect/b/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 219900 T207 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 219900 T207 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 219900 T207 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 219900 T207 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/c/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 219901 T207 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_1/leader_elect/c/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene42: {timestamp=MockFixedIntBlock(blockSize=771), range_facet_l=MockFixedIntBlock(blockSize=771), id=Pulsing41(freqCutoff=11 minBlockSize=4 maxBlockSize=30), range_facet_sl=PostingsFormat(name=MockSep), a_t=MockFixedIntBlock(blockSize=771), text=PostingsFormat(name=MockSep), range_facet_si=PostingsFormat(name=Asserting), _version_=MockFixedIntBlock(blockSize=771), other_tl1=MockFixedIntBlock(blockSize=771), multiDefault=PostingsFormat(name=Asserting), a_si=PostingsFormat(name=Asserting), intDefault=MockFixedIntBlock(blockSize=771)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=lv_LV, timezone=Asia/Oral
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=15,free=179959200,total=531628032
   [junit4]   2> NOTE: All tests run in this JVM: [TestPostingsSolrHighlighter, ClusterStateTest, TestQuerySenderNoQuery, DirectUpdateHandlerTest, HdfsLockFactoryTest, TestRecovery, QueryResultKeyTest, TestSchemaResource, TestCollationKeyRangeQueries, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 145.45s, 1 test, 1 error <<< FAILURES!

[...truncated 957 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:402: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:375: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1233: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:876: There were test failures: 321 suites, 1352 tests, 1 error, 32 ignored (4 assumptions)

Total time: 121 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 333 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/333/

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:15618

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:15618
	at __randomizedtesting.SeedInfo.seed([DDE4D4AC41CD6B29:5C025AB436920B15]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1535)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:677)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:679)
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:15618 timed out
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:129)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 45 more




Build Log:
[...truncated 9330 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 947871 T2363 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 947877 T2363 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375469260742
   [junit4]   2> 947878 T2363 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 947879 T2364 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 947980 T2363 oasc.ZkTestServer.run start zk server on port:43383
   [junit4]   2> 947982 T2363 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 947987 T2370 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c238c03 name:ZooKeeperConnection Watcher:127.0.0.1:43383 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 947987 T2363 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 947988 T2363 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 948005 T2363 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 948049 T2372 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a191ba9 name:ZooKeeperConnection Watcher:127.0.0.1:43383/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 948049 T2363 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 948050 T2363 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 948124 T2363 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 948127 T2363 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 948178 T2363 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 948193 T2363 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 948194 T2363 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 948400 T2363 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 948401 T2363 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 948534 T2363 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 948535 T2363 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 948538 T2363 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 948539 T2363 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 948560 T2363 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 948574 T2363 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 948577 T2363 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 948578 T2363 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 948603 T2363 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 948604 T2363 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 948608 T2363 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 948608 T2363 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 948612 T2363 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 948612 T2363 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 948947 T2363 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 948951 T2363 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:43386
   [junit4]   2> 948952 T2363 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 948952 T2363 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 948953 T2363 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481
   [junit4]   2> 948953 T2363 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481/'
   [junit4]   2> 948999 T2363 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481/solr.xml
   [junit4]   2> 949081 T2363 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 949081 T2363 oasc.CoreContainer.<init> New CoreContainer 48808010
   [junit4]   2> 949082 T2363 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481/]
   [junit4]   2> 949084 T2363 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 949084 T2363 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 949085 T2363 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 949085 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 949086 T2363 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 949086 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 949087 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 949087 T2363 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 949087 T2363 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 949088 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 949108 T2363 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43383/solr
   [junit4]   2> 949108 T2363 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 949109 T2363 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 949116 T2383 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56ebc02b name:ZooKeeperConnection Watcher:127.0.0.1:43383 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 949116 T2363 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 949134 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 949146 T2363 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 949149 T2385 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@754aceb7 name:ZooKeeperConnection Watcher:127.0.0.1:43383/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 949149 T2363 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 949151 T2363 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 949161 T2363 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 949165 T2363 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 949168 T2363 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43386_
   [junit4]   2> 949174 T2363 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43386_
   [junit4]   2> 949178 T2363 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 949193 T2363 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 949202 T2363 oasc.Overseer.start Overseer (id=90142753472512003-127.0.0.1:43386_-n_0000000000) starting
   [junit4]   2> 949206 T2363 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 949220 T2387 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 949221 T2363 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 949223 T2363 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 949226 T2363 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 949229 T2386 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 949232 T2363 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481
   [junit4]   2> 949450 T2363 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481/conf/
   [junit4]   2> 949453 T2363 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 949454 T2363 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 949454 T2363 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 949455 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 949474 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 949475 T2363 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 949484 T2390 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32160eb5 name:ZooKeeperConnection Watcher:127.0.0.1:43383/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 949484 T2363 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 949486 T2363 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 949488 T2363 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 949821 T2363 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 949824 T2363 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:43390
   [junit4]   2> 949825 T2363 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 949825 T2363 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 949826 T2363 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375469262353
   [junit4]   2> 949826 T2363 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375469262353/'
   [junit4]   2> 949872 T2363 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375469262353/solr.xml
   [junit4]   2> 949954 T2363 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 949955 T2363 oasc.CoreContainer.<init> New CoreContainer 148153745
   [junit4]   2> 949955 T2363 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375469262353/]
   [junit4]   2> 949957 T2363 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 949957 T2363 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 949958 T2363 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 949958 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 949959 T2363 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 949959 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 949960 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 949960 T2363 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 949961 T2363 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 949961 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 949980 T2363 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43383/solr
   [junit4]   2> 949980 T2363 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 949981 T2363 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 950009 T2401 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40c1d71e name:ZooKeeperConnection Watcher:127.0.0.1:43383 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 950010 T2363 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 950027 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 950038 T2363 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 950049 T2403 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e3b2cad name:ZooKeeperConnection Watcher:127.0.0.1:43383/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 950049 T2363 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 950060 T2363 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 951063 T2363 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43390_
   [junit4]   2> 951066 T2363 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43390_
   [junit4]   2> 951069 T2390 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 951069 T2403 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 951069 T2385 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 951088 T2363 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375469262353
   [junit4]   2> 951313 T2363 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375469262353/conf/
   [junit4]   2> 951314 T2363 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 951315 T2363 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 951315 T2363 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 951316 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 951681 T2363 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 951685 T2363 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:15618
   [junit4]   2> 951685 T2363 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 951686 T2363 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 951686 T2363 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197
   [junit4]   2> 951687 T2363 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197/'
   [junit4]   2> 951733 T2363 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197/solr.xml
   [junit4]   2> 951818 T2363 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 951819 T2363 oasc.CoreContainer.<init> New CoreContainer 1878918236
   [junit4]   2> 951819 T2363 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197/]
   [junit4]   2> 951821 T2363 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 951822 T2363 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 951822 T2363 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 951823 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 951823 T2363 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 951824 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 951824 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 951825 T2363 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 951825 T2363 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 951826 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 951841 T2363 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43383/solr
   [junit4]   2> 951841 T2363 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 951842 T2363 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 951845 T2415 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dd06d75 name:ZooKeeperConnection Watcher:127.0.0.1:43383 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 951845 T2363 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 951848 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 951858 T2363 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 951860 T2417 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4718afa9 name:ZooKeeperConnection Watcher:127.0.0.1:43383/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 951860 T2363 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 951873 T2363 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 952876 T2363 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:15618_
   [junit4]   2> 952878 T2363 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:15618_
   [junit4]   2> 952882 T2390 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 952882 T2417 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 952882 T2403 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 952882 T2385 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 952899 T2363 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197
   [junit4]   2> 953150 T2363 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197/conf/
   [junit4]   2> 953152 T2363 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 953153 T2363 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 953153 T2363 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 953154 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 953565 T2363 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 953569 T2363 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:21550
   [junit4]   2> 953569 T2363 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 953570 T2363 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 953570 T2363 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041
   [junit4]   2> 953571 T2363 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041/'
   [junit4]   2> 953623 T2363 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041/solr.xml
   [junit4]   2> 953713 T2363 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 953714 T2363 oasc.CoreContainer.<init> New CoreContainer 960365459
   [junit4]   2> 953714 T2363 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041/]
   [junit4]   2> 953716 T2363 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 953717 T2363 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 953717 T2363 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 953718 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 953718 T2363 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 953719 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 953719 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 953720 T2363 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 953720 T2363 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 953721 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 953741 T2363 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43383/solr
   [junit4]   2> 953741 T2363 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 953743 T2363 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 953746 T2429 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@165cc541 name:ZooKeeperConnection Watcher:127.0.0.1:43383 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 953746 T2363 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 953775 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 953787 T2363 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 953790 T2431 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@495d2cb5 name:ZooKeeperConnection Watcher:127.0.0.1:43383/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 953790 T2363 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 953804 T2363 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 954808 T2363 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:21550_
   [junit4]   2> 954811 T2363 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:21550_
   [junit4]   2> 954815 T2390 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 954815 T2385 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 954815 T2403 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 954815 T2417 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 954815 T2431 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 954827 T2363 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041
   [junit4]   2> 955039 T2363 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041/conf/
   [junit4]   2> 955042 T2363 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 955042 T2363 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 955043 T2363 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 955043 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 955390 T2363 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 955393 T2363 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:37902
   [junit4]   2> 955394 T2363 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 955394 T2363 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 955395 T2363 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926
   [junit4]   2> 955395 T2363 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926/'
   [junit4]   2> 955441 T2363 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926/solr.xml
   [junit4]   2> 955522 T2363 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 955523 T2363 oasc.CoreContainer.<init> New CoreContainer 1868778945
   [junit4]   2> 955523 T2363 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926/]
   [junit4]   2> 955525 T2363 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 955526 T2363 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 955526 T2363 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 955526 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 955527 T2363 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 955527 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 955528 T2363 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 955528 T2363 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 955529 T2363 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 955529 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 955546 T2363 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43383/solr
   [junit4]   2> 955547 T2363 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 955548 T2363 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 955555 T2443 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6085f308 name:ZooKeeperConnection Watcher:127.0.0.1:43383 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 955556 T2363 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 955572 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 955584 T2363 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 955586 T2445 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@67895de0 name:ZooKeeperConnection Watcher:127.0.0.1:43383/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 955586 T2363 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 955599 T2363 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 956603 T2363 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37902_
   [junit4]   2> 956605 T2363 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37902_
   [junit4]   2> 956609 T2390 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 956609 T2417 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 956610 T2445 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 956610 T2403 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 956610 T2385 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 956609 T2431 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 956625 T2363 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926
   [junit4]   2> 956806 T2363 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926/conf/
   [junit4]   2> 956813 T2363 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 956814 T2363 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 956815 T2363 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 956815 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 956839 T2363 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 956860 T2393 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 956862 T2385 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 956864 T2387 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "name":"nodes_used_collection",
   [junit4]   2> 	  "replicationFactor":"2"}
   [junit4]   2> 956864 T2387 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "name":"nodes_used_collection",
   [junit4]   2> 	  "replicationFactor":"2"}
   [junit4]   2> 958243 T2386 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 958244 T2386 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 958244 T2386 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 958298 T2431 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 958298 T2403 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 958298 T2445 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 958298 T2417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 958298 T2385 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 958298 T2390 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 958397 T2387 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 958397 T2387 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:37902_
   [junit4]   2> 958398 T2387 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:21550_
   [junit4]   2> 958399 T2387 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:43386_
   [junit4]   2> 958399 T2387 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:15618_
   [junit4]   2> 958402 T2421 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 958402 T2435 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 958403 T2375 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 958403 T2407 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 958404 T2421 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 958438 T2435 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 958438 T2375 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 958438 T2407 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 959826 T2386 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 959827 T2386 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 959827 T2386 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:21550_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:21550"}
   [junit4]   2> 959858 T2386 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 959858 T2386 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:37902_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:37902"}
   [junit4]   2> 959881 T2386 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 959881 T2386 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43386_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43386"}
   [junit4]   2> 959892 T2386 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 959892 T2386 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node4",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:15618_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:15618"}
   [junit4]   2> 959904 T2390 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 959904 T2403 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 959904 T2385 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 959904 T2445 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 959904 T2417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 959904 T2431 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 960406 T2421 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 960407 T2421 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 960408 T2421 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041/nodes_used_collection_shard1_replica2
   [junit4]   2> 960408 T2421 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 960409 T2421 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 960410 T2421 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 960411 T2421 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 960411 T2421 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 960414 T2421 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 960415 T2421 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 960440 T2435 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 960440 T2375 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 960441 T2407 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 960441 T2435 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 960442 T2375 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 960442 T2435 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926/nodes_used_collection_shard1_replica1
   [junit4]   2> 960442 T2375 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481/nodes_used_collection_shard2_replica1
   [junit4]   2> 960443 T2375 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 960442 T2407 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 960442 T2435 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 960444 T2375 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 960444 T2375 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 960444 T2407 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197/nodes_used_collection_shard2_replica2
   [junit4]   2> 960444 T2435 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 960445 T2435 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 960445 T2407 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 960446 T2375 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 960447 T2407 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 960447 T2435 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 960447 T2407 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 960449 T2407 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 960563 T2421 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 960563 T2407 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 960563 T2375 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 960563 T2435 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 960640 T2407 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 960640 T2375 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 960641 T2421 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 960642 T2435 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 960742 T2421 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 960742 T2375 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 960742 T2407 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 960743 T2435 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 960754 T2421 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 960754 T2375 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 960755 T2435 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 960756 T2407 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 961572 T2435 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 961572 T2421 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 961573 T2435 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 961573 T2421 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 961574 T2435 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 961575 T2421 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 961578 T2407 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 961578 T2407 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 961579 T2407 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 961580 T2375 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 961580 T2375 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 961586 T2375 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 961589 T2421 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 961589 T2435 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 961594 T2421 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 961594 T2407 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 961594 T2435 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 961597 T2375 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 961599 T2407 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 961602 T2375 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 961613 T2421 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 961613 T2435 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 961616 T2407 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 961619 T2421 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 961619 T2375 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 961619 T2435 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 961621 T2407 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 961624 T2421 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 961626 T2375 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 961626 T2421 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 961626 T2435 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 961627 T2421 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 961626 T2407 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 961628 T2421 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 961628 T2435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 961629 T2435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 961629 T2407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 961629 T2421 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 961629 T2407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 961629 T2435 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 961630 T2407 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 961630 T2421 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 961631 T2375 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 961632 T2435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 961632 T2421 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 961632 T2435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 961632 T2407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 961633 T2435 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 961633 T2375 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 961633 T2421 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041/nodes_used_collection_shard1_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 961634 T2375 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 961634 T2435 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926/nodes_used_collection_shard1_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 961634 T2407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 961637 T2435 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a5b8e8c
   [junit4]   2> 961635 T2375 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 961635 T2421 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a5b8e8c
   [junit4]   2> 961637 T2407 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 961639 T2435 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 961640 T2421 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 961640 T2435 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 961640 T2375 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 961640 T2407 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197/nodes_used_collection_shard2_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 961641 T2375 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 961641 T2435 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 961640 T2421 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 961643 T2435 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375469267926//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 961643 T2421 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 961642 T2375 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 961644 T2421 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375469266041//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 961642 T2407 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a5b8e8c
   [junit4]   2> 961644 T2375 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481/nodes_used_collection_shard2_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 961645 T2375 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a5b8e8c
   [junit4]   2> 961645 T2407 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 961646 T2407 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 961646 T2375 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 961646 T2407 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 961647 T2375 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 961647 T2407 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375469264197//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 961647 T2375 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 961648 T2375 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375469261481//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 961649 T2435 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@68b5f616 lockFactory=org.apache.lucene.store.NativeFSLockFactory@695007ae; maxCacheMB=0.4375 maxMergeSizeMB=0.9169921875)),segFN=segments_1,generation=1}
   [junit4]   2> 961649 T2435 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 961650 T2421 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1f62ea0f lockFactory=org.apache.lucene.store.NativeFSLockFactory@7f2351d2; maxCacheMB=0.4375 maxMergeSizeMB=0.9169921875)),segFN=segments_1,generation=1}
   [junit4]   2> 961650 T2421 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 961654 T2407 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@7f0838ec lockFactory=org.apache.lucene.store.NativeFSLockFactory@3bb7515a; maxCacheMB=0.4375 maxMergeSizeMB=0.9169921875)),segFN=segments_1,generation=1}
   [junit4]   2> 961654 T2407 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 961654 T2435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 961655 T2375 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6918d5e0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@475dbf8d; maxCacheMB=0.4375 maxMergeSizeMB=0.9169921875)),segFN=segments_1,generation=1}
   [junit4]   2> 961655 T2435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 961655 T2375 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 961656 T2421 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 961656 T2435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 961657 T2421 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 961657 T2435 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 961658 T2421 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 961658 T2435 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 961658 T2421 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 961658 T2435 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 961659 T2421 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 961659 T2435 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 961659 T2407 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 961660 T2435 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 961660 T2407 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 961660 T2421 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 961661 T2375 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 961661 T2435 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 961662 T2375 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 961661 T2421 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 961661 T2407 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 961663 T2421 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 961663 T2375 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 961664 T2421 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 961665 T2375 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 961664 T2407 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 961665 T2375 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 961666 T2407 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 961666 T2407 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 961666 T2375 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 961667 T2407 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 961667 T2375 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 961668 T2407 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 961668 T2375 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 961668 T2407 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 961669 T2375 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 961679 T2421 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 961679 T2375 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 961679 T2407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 961679 T2435 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 961692 T2375 oass.SolrIndexSearcher.<init> Opening Searcher@5d0ceef3 main
   [junit4]   2> 961692 T2407 oass.SolrIndexSearcher.<init> Opening Searcher@53905dbf main
   [junit4]   2> 961692 T2421 oass.SolrIndexSearcher.<init> Opening Searcher@1044ecf0 main
   [junit4]   2> 961692 T2435 oass.SolrIndexSearcher.<init> Opening Searcher@79770fb1 main
   [junit4]   2> 961694 T2375 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 961694 T2375 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 961694 T2407 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 961695 T2435 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 961695 T2421 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 961696 T2435 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 961695 T2407 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 961696 T2421 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 961698 T2451 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@5d0ceef3 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 961700 T2453 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@79770fb1 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 961700 T2454 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@53905dbf main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 961700 T2452 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@1044ecf0 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 961700 T2375 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 961701 T2375 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:43386 collection:nodes_used_collection shard:shard2
   [junit4]   2> 961702 T2435 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 961702 T2375 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 961702 T2435 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:37902 collection:nodes_used_collection shard:shard1
   [junit4]   2> 961703 T2421 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 961702 T2407 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 961703 T2421 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:21550 collection:nodes_used_collection shard:shard1
   [junit4]   2> 961703 T2435 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 961704 T2421 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 961703 T2407 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:15618 collection:nodes_used_collection shard:shard2
   [junit4]   2> 961705 T2407 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 961727 T2435 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 961727 T2421 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 961727 T2407 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 961727 T2375 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 961789 T2421 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 961789 T2375 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 961801 T2421 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 961801 T2375 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 961801 T2421 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 961802 T2375 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 961802 T2421 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:21550/nodes_used_collection_shard1_replica2/
   [junit4]   2> 961802 T2375 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:43386/nodes_used_collection_shard2_replica1/
   [junit4]   2> 961803 T2421 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:21550 START replicas=[http://127.0.0.1:37902/nodes_used_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 961803 T2375 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:43386 START replicas=[http://127.0.0.1:15618/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 961804 T2421 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:21550 DONE.  We have no versions.  sync failed.
   [junit4]   2> 961804 T2421 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 961804 T2375 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:43386 DONE.  We have no versions.  sync failed.
   [junit4]   2> 961806 T2375 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 961805 T2421 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 961806 T2375 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 961807 T2421 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:21550/nodes_used_collection_shard1_replica2/ shard1
   [junit4]   2> 961807 T2375 oasc.ShardLeaderElectionContext.ru

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

0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1535)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:677)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:679)
   [junit4]    > Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:15618 timed out
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:129)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 45 more
   [junit4]   2> 1111959 T2363 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 164100 T2362 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 1112895 T2445 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/c/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1112895 T2445 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1112896 T2445 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1112896 T2445 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1112896 T2445 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/a/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1112896 T2445 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/d/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=mt, timezone=America/North_Dakota/New_Salem
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=3,free=135562840,total=401145856
   [junit4]   2> NOTE: All tests run in this JVM: [StandardRequestHandlerTest, BadCopyFieldTest, RequiredFieldsTest, DistanceFunctionTest, HardAutoCommitTest, TestDefaultSimilarityFactory, TestReloadAndDeleteDocs, XsltUpdateRequestHandlerTest, TestFoldingMultitermQuery, OpenExchangeRatesOrgProviderTest, TestRandomMergePolicy, SpellPossibilityIteratorTest, TestRTGBase, TestDynamicFieldResource, RequestHandlersTest, PingRequestHandlerTest, PreAnalyzedUpdateProcessorTest, SpellCheckCollatorTest, TestSchemaVersionResource, CoreContainerCoreInitFailuresTest, TestRecovery, TestCloudManagedSchema, SolrCoreCheckLockOnStartupTest, TestPostingsSolrHighlighter, NoCacheHeaderTest, TestDistributedGrouping, CoreAdminCreateDiscoverTest, TestOmitPositions, IndexSchemaRuntimeFieldTest, TestComponentsName, DisMaxRequestHandlerTest, BasicZkTest, UniqFieldsUpdateProcessorFactoryTest, MultiTermTest, DebugComponentTest, SolrRequestParserTest, IndexReaderFactoryTest, TestFieldCollectionResource, DateMathParserTest, ZkNodePropsTest, TestSolrJ, TestInfoStreamLogging, SuggesterWFSTTest, SampleTest, EchoParamsTest, TestRandomFaceting, TestClassNameShortening, CopyFieldTest, BasicDistributedZk2Test, TestStressReorder, TestBM25SimilarityFactory, JSONWriterTest, TestRangeQuery, TestZkChroot, SolrCmdDistributorTest, SolrIndexConfigTest, SimplePostToolTest, TestElisionMultitermQuery, TestMergePolicyConfig, DocValuesMultiTest, TestManagedSchema, TimeZoneUtilsTest, TestSolr4Spatial, NotRequiredUniqueKeyTest, TestSystemIdResolver, TestBinaryField, TestCoreDiscovery, DefaultValueUpdateProcessorTest, ConvertedLegacyTest, QueryResultKeyTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 165.13s, 1 test, 1 error <<< FAILURES!

[...truncated 546 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:402: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:375: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1233: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:876: There were test failures: 321 suites, 1352 tests, 1 error, 32 ignored (4 assumptions)

Total time: 105 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 332 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/332/

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:17640/bv

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:17640/bv
	at __randomizedtesting.SeedInfo.seed([C5252122A4103CD6:44C3AF3AD34F5CEA]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1535)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:677)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:679)
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:17640 timed out
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:129)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 45 more




Build Log:
[...truncated 9149 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 1144712 T2300 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /bv/
   [junit4]   2> 1144716 T2300 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375386931161
   [junit4]   2> 1144718 T2300 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1144718 T2301 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1144819 T2300 oasc.ZkTestServer.run start zk server on port:17630
   [junit4]   2> 1144820 T2300 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1144825 T2307 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6eee44aa name:ZooKeeperConnection Watcher:127.0.0.1:17630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1144825 T2300 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1144825 T2300 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1144842 T2300 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1144844 T2309 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29ba2299 name:ZooKeeperConnection Watcher:127.0.0.1:17630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1144844 T2300 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1144844 T2300 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1144849 T2300 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1144856 T2300 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1144863 T2300 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1144865 T2300 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1144865 T2300 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1144878 T2300 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1144879 T2300 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1144982 T2300 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1144983 T2300 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1144986 T2300 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1144986 T2300 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1144997 T2300 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1144998 T2300 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1145000 T2300 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1145001 T2300 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1145004 T2300 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1145004 T2300 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1145012 T2300 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1145012 T2300 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1145015 T2300 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1145015 T2300 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1145222 T2300 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1145225 T2300 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:17633
   [junit4]   2> 1145226 T2300 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1145226 T2300 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1145227 T2300 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470
   [junit4]   2> 1145227 T2300 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470/'
   [junit4]   2> 1145257 T2300 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470/solr.xml
   [junit4]   2> 1145344 T2300 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1145346 T2300 oasc.CoreContainer.<init> New CoreContainer 872313087
   [junit4]   2> 1145346 T2300 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470/]
   [junit4]   2> 1145348 T2300 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1145349 T2300 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1145349 T2300 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1145350 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1145350 T2300 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1145351 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1145351 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1145352 T2300 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1145352 T2300 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1145353 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1145371 T2300 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:17630/solr
   [junit4]   2> 1145371 T2300 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1145372 T2300 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1145375 T2320 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ac9004 name:ZooKeeperConnection Watcher:127.0.0.1:17630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1145376 T2300 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1145388 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1145400 T2300 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1145402 T2322 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@736cc760 name:ZooKeeperConnection Watcher:127.0.0.1:17630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1145402 T2300 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1145409 T2300 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1145414 T2300 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1145424 T2300 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1145426 T2300 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:17633_bv
   [junit4]   2> 1145428 T2300 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:17633_bv
   [junit4]   2> 1145438 T2300 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1145450 T2300 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1145459 T2300 oasc.Overseer.start Overseer (id=90137357920894979-127.0.0.1:17633_bv-n_0000000000) starting
   [junit4]   2> 1145469 T2300 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1145481 T2324 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1145481 T2300 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1145484 T2300 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1145487 T2300 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1145490 T2323 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1145492 T2300 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470
   [junit4]   2> 1145495 T2300 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470/conf/
   [junit4]   2> 1145661 T2300 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1145662 T2300 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 1145662 T2300 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1145663 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1145680 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 1145681 T2300 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1145688 T2327 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6fc0e02 name:ZooKeeperConnection Watcher:127.0.0.1:17630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1145688 T2300 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1145690 T2300 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1145692 T2300 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 1145980 T2300 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1145983 T2300 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:17637
   [junit4]   2> 1145984 T2300 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1145984 T2300 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1145985 T2300 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137
   [junit4]   2> 1145985 T2300 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137/'
   [junit4]   2> 1146025 T2300 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137/solr.xml
   [junit4]   2> 1146101 T2300 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1146102 T2300 oasc.CoreContainer.<init> New CoreContainer 1354454610
   [junit4]   2> 1146103 T2300 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137/]
   [junit4]   2> 1146104 T2300 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1146105 T2300 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1146105 T2300 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1146106 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1146106 T2300 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1146107 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1146107 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1146107 T2300 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1146108 T2300 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1146108 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1146124 T2300 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:17630/solr
   [junit4]   2> 1146124 T2300 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1146125 T2300 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1146128 T2338 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b204ae6 name:ZooKeeperConnection Watcher:127.0.0.1:17630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1146129 T2300 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1146143 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1146153 T2300 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1146155 T2340 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d9cddd6 name:ZooKeeperConnection Watcher:127.0.0.1:17630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1146156 T2300 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1146165 T2300 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1147169 T2300 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:17637_bv
   [junit4]   2> 1147172 T2300 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:17637_bv
   [junit4]   2> 1147176 T2327 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1147177 T2340 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1147177 T2322 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1147214 T2300 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137
   [junit4]   2> 1147405 T2300 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137/conf/
   [junit4]   2> 1147409 T2300 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1147410 T2300 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 1147410 T2300 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1147411 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1147735 T2300 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1147738 T2300 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:17640
   [junit4]   2> 1147739 T2300 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1147740 T2300 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1147740 T2300 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871
   [junit4]   2> 1147741 T2300 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871/'
   [junit4]   2> 1147775 T2300 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871/solr.xml
   [junit4]   2> 1147831 T2300 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1147832 T2300 oasc.CoreContainer.<init> New CoreContainer 363953301
   [junit4]   2> 1147832 T2300 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871/]
   [junit4]   2> 1147834 T2300 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1147834 T2300 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1147834 T2300 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1147835 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1147835 T2300 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1147835 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1147835 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1147836 T2300 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1147836 T2300 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1147836 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1147847 T2300 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:17630/solr
   [junit4]   2> 1147848 T2300 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1147849 T2300 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1147948 T2352 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@376a2553 name:ZooKeeperConnection Watcher:127.0.0.1:17630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1147949 T2300 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1147951 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1147959 T2300 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1147960 T2354 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6646967c name:ZooKeeperConnection Watcher:127.0.0.1:17630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1147960 T2300 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1147976 T2300 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1148979 T2300 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:17640_bv
   [junit4]   2> 1148981 T2300 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:17640_bv
   [junit4]   2> 1148985 T2327 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1148985 T2322 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1148985 T2354 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1148985 T2340 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1148998 T2300 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871
   [junit4]   2> 1149000 T2300 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871/conf/
   [junit4]   2> 1149209 T2300 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1149210 T2300 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 1149211 T2300 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1149212 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1149538 T2300 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1149541 T2300 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:17643
   [junit4]   2> 1149542 T2300 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1149543 T2300 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1149543 T2300 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674
   [junit4]   2> 1149544 T2300 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674/'
   [junit4]   2> 1149589 T2300 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674/solr.xml
   [junit4]   2> 1149670 T2300 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1149671 T2300 oasc.CoreContainer.<init> New CoreContainer 463046409
   [junit4]   2> 1149671 T2300 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674/]
   [junit4]   2> 1149673 T2300 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1149674 T2300 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1149674 T2300 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1149675 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1149675 T2300 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1149676 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1149676 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1149677 T2300 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1149677 T2300 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1149678 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1149696 T2300 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:17630/solr
   [junit4]   2> 1149696 T2300 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1149698 T2300 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1149726 T2366 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c706e06 name:ZooKeeperConnection Watcher:127.0.0.1:17630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1149727 T2300 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1149729 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1149741 T2300 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1149743 T2368 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10359b5d name:ZooKeeperConnection Watcher:127.0.0.1:17630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1149743 T2300 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1149755 T2300 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1150759 T2300 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:17643_bv
   [junit4]   2> 1150762 T2300 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:17643_bv
   [junit4]   2> 1150766 T2340 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1150766 T2327 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1150766 T2354 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1150766 T2368 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1150766 T2322 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1150779 T2300 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674
   [junit4]   2> 1150977 T2300 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674/conf/
   [junit4]   2> 1150980 T2300 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1150980 T2300 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 1150981 T2300 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1150982 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1151297 T2300 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1151300 T2300 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:17646
   [junit4]   2> 1151300 T2300 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1151301 T2300 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1151301 T2300 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375386937443
   [junit4]   2> 1151302 T2300 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375386937443/'
   [junit4]   2> 1151344 T2300 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375386937443/solr.xml
   [junit4]   2> 1151422 T2300 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1151423 T2300 oasc.CoreContainer.<init> New CoreContainer 257463547
   [junit4]   2> 1151423 T2300 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375386937443/]
   [junit4]   2> 1151425 T2300 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1151425 T2300 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1151426 T2300 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1151426 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1151427 T2300 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1151427 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1151428 T2300 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1151428 T2300 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1151428 T2300 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1151429 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1151444 T2300 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:17630/solr
   [junit4]   2> 1151445 T2300 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1151446 T2300 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1151474 T2380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9cf29c name:ZooKeeperConnection Watcher:127.0.0.1:17630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1151474 T2300 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1151477 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1151486 T2300 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1151488 T2382 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17ef0ec7 name:ZooKeeperConnection Watcher:127.0.0.1:17630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1151488 T2300 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1151500 T2300 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1152503 T2300 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:17646_bv
   [junit4]   2> 1152506 T2300 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:17646_bv
   [junit4]   2> 1152510 T2340 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1152510 T2322 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1152510 T2368 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1152510 T2354 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1152510 T2327 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1152510 T2382 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1152525 T2300 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375386937443
   [junit4]   2> 1152674 T2300 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375386937443/conf/
   [junit4]   2> 1152675 T2300 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1152676 T2300 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 1152676 T2300 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1152677 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1152688 T2300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1152696 T2330 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1152724 T2322 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1152726 T2324 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "name":"nodes_used_collection",
   [junit4]   2> 	  "replicationFactor":"2"}
   [junit4]   2> 1152726 T2324 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "name":"nodes_used_collection",
   [junit4]   2> 	  "replicationFactor":"2"}
   [junit4]   2> 1153002 T2323 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1153003 T2323 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 1153003 T2323 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 1153016 T2368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1153016 T2354 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1153016 T2327 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1153016 T2340 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1153016 T2382 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1153016 T2322 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1153044 T2324 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 1153044 T2324 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:17640_bv
   [junit4]   2> 1153044 T2324 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:17637_bv
   [junit4]   2> 1153046 T2324 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:17643_bv
   [junit4]   2> 1153046 T2324 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:17633_bv
   [junit4]   2> 1153050 T2344 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 1153050 T2358 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 1153050 T2331 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 1153050 T2312 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 1153052 T2344 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1153053 T2358 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1153062 T2331 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1153062 T2312 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1154522 T2323 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1154523 T2323 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1154524 T2323 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:17640_bv",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:17640/bv"}
   [junit4]   2> 1154530 T2323 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1154530 T2323 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:17643_bv",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:17643/bv"}
   [junit4]   2> 1154546 T2323 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1154546 T2323 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:17637_bv",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:17637/bv"}
   [junit4]   2> 1154556 T2323 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1154556 T2323 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node4",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:17633_bv",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:17633/bv"}
   [junit4]   2> 1154561 T2322 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1154561 T2354 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1154561 T2327 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1154561 T2382 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1154561 T2340 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1154561 T2368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1155054 T2344 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 1155055 T2358 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 1155055 T2344 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 1155057 T2358 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 1155057 T2344 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871/nodes_used_collection_shard1_replica1
   [junit4]   2> 1155057 T2358 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674/nodes_used_collection_shard2_replica1
   [junit4]   2> 1155058 T2344 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1155058 T2358 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1155059 T2344 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1155059 T2358 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1155060 T2344 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1155060 T2358 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1155061 T2344 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1155062 T2358 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1155062 T2344 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1155062 T2358 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1155064 T2331 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 1155065 T2312 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 1155065 T2331 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 1155065 T2358 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1155066 T2312 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 1155066 T2331 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137/nodes_used_collection_shard1_replica2
   [junit4]   2> 1155065 T2344 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1155067 T2358 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 1155067 T2331 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1155066 T2312 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470/nodes_used_collection_shard2_replica2
   [junit4]   2> 1155068 T2344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 1155068 T2331 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1155069 T2331 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1155068 T2312 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1155070 T2312 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1155071 T2312 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1155071 T2331 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 1155072 T2312 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 1155200 T2358 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1155200 T2344 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1155202 T2312 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1155202 T2331 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1155278 T2358 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1155278 T2344 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1155279 T2312 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1155280 T2331 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1155380 T2344 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1155380 T2358 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1155381 T2312 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1155381 T2331 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1155394 T2312 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 1155395 T2358 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 1155395 T2344 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 1155395 T2331 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 1156209 T2331 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1156209 T2331 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1156211 T2331 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1156214 T2358 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1156215 T2358 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1156216 T2358 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1156217 T2312 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1156218 T2312 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1156231 T2312 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1156234 T2344 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1156234 T2331 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1156235 T2344 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1156236 T2358 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1156236 T2344 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1156240 T2331 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1156241 T2358 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1156242 T2312 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1156247 T2344 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1156248 T2312 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1156252 T2344 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1156259 T2331 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1156259 T2358 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1156265 T2331 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1156266 T2358 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1156265 T2312 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1156270 T2344 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1156271 T2331 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1156272 T2358 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1156273 T2331 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1156273 T2331 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1156273 T2312 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1156274 T2358 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1156275 T2358 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1156274 T2331 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1156275 T2344 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1156275 T2358 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1156277 T2331 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1156277 T2331 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1156278 T2358 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1156278 T2331 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1156278 T2358 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1156279 T2331 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137/nodes_used_collection_shard1_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 1156279 T2312 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1156279 T2358 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1156280 T2331 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba4806
   [junit4]   2> 1156281 T2358 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674/nodes_used_collection_shard2_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 1156281 T2344 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1156281 T2312 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1156282 T2312 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1156282 T2331 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 1156282 T2358 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba4806
   [junit4]   2> 1156283 T2331 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 1156283 T2344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1156285 T2358 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 1156283 T2312 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1156285 T2358 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 1156285 T2344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1156284 T2331 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1156286 T2312 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1156286 T2344 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1156286 T2358 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1156287 T2312 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1156289 T2312 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1156289 T2344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1156289 T2344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1156289 T2312 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470/nodes_used_collection_shard2_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 1156290 T2344 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1156290 T2331 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375386932137//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 1156291 T2344 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871/nodes_used_collection_shard1_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 1156290 T2358 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375386935674//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 1156290 T2312 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba4806
   [junit4]   2> 1156291 T2344 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba4806
   [junit4]   2> 1156293 T2312 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 1156293 T2312 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 1156293 T2344 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 1156294 T2312 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1156294 T2344 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 1156295 T2344 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1156298 T2331 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/index4481044822tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@31012d26),segFN=segments_1,generation=1}
   [junit4]   2> 1156298 T2312 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375386931470//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 1156298 T2331 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1156299 T2358 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/index4481044823tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@443b32ec),segFN=segments_1,generation=1}
   [junit4]   2> 1156300 T2358 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1156299 T2344 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375386933871//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 1156304 T2331 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1156305 T2331 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1156306 T2358 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1156306 T2331 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1156306 T2358 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1156307 T2312 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/index4481044824tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@6350f8f),segFN=segments_1,generation=1}
   [junit4]   2> 1156307 T2358 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1156307 T2312 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1156308 T2358 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1156307 T2331 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1156309 T2358 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1156308 T2344 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/index4481044825tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@5907878),segFN=segments_1,generation=1}
   [junit4]   2> 1156309 T2331 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1156310 T2331 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1156309 T2358 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1156311 T2331 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1156310 T2344 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1156312 T2331 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1156311 T2358 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1156312 T2331 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1156313 T2358 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1156313 T2312 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1156314 T2358 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1156314 T2312 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1156315 T2312 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1156316 T2312 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1156317 T2312 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1156317 T2312 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1156317 T2344 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1156317 T2312 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1156318 T2344 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1156318 T2312 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1156319 T2344 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1156319 T2312 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1156320 T2344 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1156320 T2344 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1156321 T2344 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1156321 T2344 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1156322 T2344 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1156323 T2344 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1156330 T2331 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1156330 T2344 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1156330 T2358 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1156330 T2312 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1156345 T2331 oass.SolrIndexSearcher.<init> Opening Searcher@6feab844 main
   [junit4]   2> 1156345 T2344 oass.SolrIndexSearcher.<init> Opening Searcher@408e1332 main
   [junit4]   2> 1156345 T2312 oass.SolrIndexSearcher.<init> Opening Searcher@61478701 main
   [junit4]   2> 1156345 T2358 oass.SolrIndexSearcher.<init> Opening Searcher@442b2df0 main
   [junit4]   2> 1156346 T2331 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1156347 T2344 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1156347 T2312 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1156347 T2331 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1156348 T2312 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1156348 T2358 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1156347 T2344 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1156349 T2358 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1156352 T2388 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@6feab844 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1156353 T2389 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@61478701 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1156353 T2390 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@408e1332 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1156354 T2391 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@442b2df0 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1156355 T2331 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 1156355 T2312 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 1156355 T2344 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 1156355 T2331 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:17637/bv collection:nodes_used_collection shard:shard1
   [junit4]   2> 1156356 T2358 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 1156356 T2344 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:17640/bv collection:nodes_used_collection shard:shard1
   [junit4]   2> 1156356 T2312 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:17633/bv collection:nodes_used_collection shard:shard2
   [junit4]   2> 1156357 T2344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1156357 T2358 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:17643/bv collection:nodes_used_collection shard:shard2
   [junit4]   2> 1156356 T2331 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1156358 T2358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1156358 T2312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1156386 T2344 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 1156387 T2312 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 1156387 T2358 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 1156386 T2331 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 1156437 T2331 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1156437 T2312 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1156458 T2331 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1156459 T2312 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1156459 T2312 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1156459 T2331 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1156460 T2312 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:17633/bv/nodes_used_collection_shard2_replica2/
   [junit4]   2> 1156460 T2331 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:17637/bv/nodes_used_collection_shard1_replica2/
   [junit4]   2> 1156460 T2312 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:17633/bv START replicas=[http://127.0.0.1:17643/bv/nodes_used_collection_shard2_replica1/] nUpdates=100
   [junit4]   2> 1156461 T2331 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:17637/bv START replicas=[http://127.0.0.1:17640/bv/nodes_used_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 1156461 T2312 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:17633/bv DON

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

Base.createCollection(AbstractFullDistribZkTestBase.java:1535)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:677)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:679)
   [junit4]    > Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:17640 timed out
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:129)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 45 more
   [junit4]   2> 1271684 T2300 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 126982 T2299 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 1272708 T2382 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_1/leader_elect/a/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1272708 T2382 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_1/leader_elect/d/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1272709 T2382 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_1/leader_elect/c/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1272709 T2382 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1272710 T2382 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1272710 T2382 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene42: {timestamp=PostingsFormat(name=Memory doPackFST= true), range_facet_l=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Direct), range_facet_sl=PostingsFormat(name=Direct), a_t=PostingsFormat(name=Memory doPackFST= true), text=Pulsing41(freqCutoff=8 minBlockSize=50 maxBlockSize=184), range_facet_si=PostingsFormat(name=Memory doPackFST= true), _version_=PostingsFormat(name=TestBloomFilteredLucene41Postings), other_tl1=PostingsFormat(name=TestBloomFilteredLucene41Postings), multiDefault=PostingsFormat(name=Memory doPackFST= true), a_si=PostingsFormat(name=TestBloomFilteredLucene41Postings), intDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=pt, timezone=America/Cordoba
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=7,free=179023776,total=487456768
   [junit4]   2> NOTE: All tests run in this JVM: [TestReload, TestCopyFieldCollectionResource, HdfsSyncSliceTest, TermVectorComponentDistributedTest, CurrencyFieldOpenExchangeTest, SimplePostToolTest, TestCodecSupport, TestQueryTypes, SuggesterWFSTTest, TestRecovery, TestIndexingPerformance, TestCSVResponseWriter, SampleTest, TimeZoneUtilsTest, TestElisionMultitermQuery, CopyFieldTest, TestDefaultSimilarityFactory, RequestHandlersTest, DirectUpdateHandlerTest, JSONWriterTest, TestCloudManagedSchema, TestHashPartitioner, TestAtomicUpdateErrorCases, TestManagedSchemaFieldResource, TestBinaryField, DisMaxRequestHandlerTest, DOMUtilTest, TestSchemaResource, BasicZkTest, SortByFunctionTest, TestRangeQuery, TestSerializedLuceneMatchVersion, FileUtilsTest, TestPartialUpdateDeduplication, TestUpdate, TestSystemIdResolver, CoreAdminCreateDiscoverTest, SpellPossibilityIteratorTest, TestLazyCores, TestDistributedSearch, NumericFieldsTest, TestQuerySenderNoQuery, NotRequiredUniqueKeyTest, ShardSplitTest, HdfsRecoveryZkTest, ShardRoutingCustomTest, BadIndexSchemaTest, XsltUpdateRequestHandlerTest, HighlighterConfigTest, ClusterStateTest, TestComponentsName, TestSchemaVersionResource, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 128.26s, 1 test, 1 error <<< FAILURES!

[...truncated 667 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:402: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:375: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1233: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:876: There were test failures: 321 suites, 1350 tests, 1 error, 32 ignored (4 assumptions)

Total time: 114 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 331 - Still Failing

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
I'll fix


On Thu, Aug 1, 2013 at 1:19 AM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/331/
>
> All tests passed
>
> Build Log:
> [...truncated 8500 lines...]
>     [javac] Compiling 611 source files to
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/classes/java
>     [javac]
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/java/org/apache/solr/cloud/Assign.java:194:
> illegal start of type
>     [javac]     ArrayList<Node> sortedNodeList = new
> ArrayList<>(nodeNameVsShardCount.values());
>     [javac]                                                    ^
>     [javac]
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/java/org/apache/solr/cloud/OverseerCollectionProcessor.java:852:
> illegal start of type
>     [javac]       List<String> shardNames = new ArrayList<>();
>     [javac]                                               ^
>     [javac] 2 errors
>
> BUILD FAILED
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:402:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:375:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:181:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:449:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:389:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:335:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:477:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1625:
> Compile failed; see the compiler error output for details.
>
> Total time: 50 minutes 3 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>



-- 
Regards,
Shalin Shekhar Mangar.

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 331 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/331/

All tests passed

Build Log:
[...truncated 8500 lines...]
    [javac] Compiling 611 source files to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/classes/java
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/java/org/apache/solr/cloud/Assign.java:194: illegal start of type
    [javac]     ArrayList<Node> sortedNodeList = new ArrayList<>(nodeNameVsShardCount.values());
    [javac]                                                    ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/java/org/apache/solr/cloud/OverseerCollectionProcessor.java:852: illegal start of type
    [javac]       List<String> shardNames = new ArrayList<>();
    [javac]                                               ^
    [javac] 2 errors

BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:402: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:375: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:389: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:335: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:477: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1625: Compile failed; see the compiler error output for details.

Total time: 50 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 330 - Still Failing

Posted by Robert Muir <rc...@gmail.com>.
I committed a fix.

On Tue, Jul 30, 2013 at 3:01 PM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/330/
>
> 1 tests failed.
> FAILED:  org.apache.lucene.util.packed.TestPackedInts.testPackedIntsNull
>
> Error Message:
>
>
> Stack Trace:
> java.lang.AssertionError
>         at
> __randomizedtesting.SeedInfo.seed([1F00AC77CDB3B5F8:721ABE202E8339ED]:0)
>         at
> org.apache.lucene.util.packed.PackedInts$NullReader.get(PackedInts.java:709)
>         at
> org.apache.lucene.util.packed.TestPackedInts.testPackedIntsNull(TestPackedInts.java:556)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:616)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:679)
>
>
>
>
> Build Log:
> [...truncated 794 lines...]
>    [junit4] Suite: org.apache.lucene.util.packed.TestPackedInts
>    [junit4]   2> NOTE: download the large Jenkins line-docs file by
> running 'ant get-jenkins-line-docs' in the lucene directory.
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPackedInts
> -Dtests.method=testPackedIntsNull -Dtests.seed=1F00AC77CDB3B5F8
> -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
> -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt
> -Dtests.locale=en_SG -Dtests.timezone=SystemV/EST5
> -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 0.10s J1 | TestPackedInts.testPackedIntsNull <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([1F00AC77CDB3B5F8:721ABE202E8339ED]:0)
>    [junit4]    >        at
> org.apache.lucene.util.packed.PackedInts$NullReader.get(PackedInts.java:709)
>    [junit4]    >        at
> org.apache.lucene.util.packed.TestPackedInts.testPackedIntsNull(TestPackedInts.java:556)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:679)
>    [junit4]   2> NOTE: test params are: codec=Asserting,
> sim=DefaultSimilarity, locale=en_SG, timezone=SystemV/EST5
>    [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc.
> 1.6.0_32 (64-bit)/cpus=16,threads=1,free=164914360,total=524156928
>    [junit4]   2> NOTE: All tests run in this JVM:
> [TestTermInfosReaderIndex, TestCachingTokenFilter, TestQueryWrapperFilter,
> TestFuzzyQuery, TestMultiDocValues, TestMultiThreadTermVectors,
> TestSnapshotDeletionPolicy, TestElevationComparator,
> TestSpanSearchEquivalence, TestTermVectorsReader, TestWindowsMMap,
> TestMixedCodecs, TestIndexWriterNRTIsCurrent, TestDoc,
> TestLucene40TermVectorsFormat, TestNGramPhraseQuery, TestPayloadNearQuery,
> TestBooleanQueryVisitSubscorers, TestTransactions, TestTermdocPerf,
> TestTermVectorsFormat, TestPayloadSpans, TestEliasFanoSequence,
> TestCheckIndex, TestIndexWriterExceptions, TestSpans, TestSpanExplanations,
> TestLiveFieldValues, Before3, Before3, TestSimpleExplanationsOfNonMatches,
> TestTermVectors, TestBasics, TestIdentityHashSet, Nested,
> TestFieldValueFilter, TestBagOfPostings, TestCodecHoldsOpenFiles, TestFSTs,
> TestIndexWriterOutOfFileDescriptors, Nested1, TestSloppyPhraseQuery2,
> TestAttributeSource, TestTerm, TestTermRangeFilter,
> TestParallelCompositeReader, NestedSetupChain, NestedTeardownChain,
> TestForceMergeForever, TestVersion, TestIndexInput, TestPerSegmentDeletes,
> TestLucene41StoredFieldsFormat, TestMultiLevelSkipList, TestAutomatonQuery,
> TestWeakIdentityMap, TestBinaryDocument, TestBackwardsCompatibility3x,
> TestIndexWriterOnJRECrash, TestFilterAtomicReader, TestLevenshteinAutomata,
> TestRecyclingIntBlockAllocator, TestNoMergePolicy, Nested1, TestCharFilter,
> TestPerFieldPostingsFormat, TestPayloadExplanations, TestBooleanScorer,
> TestSizeBoundedForceMerge, TestOmitNorms, TestThreadedForceMerge,
> TestDoubleBarrelLRUCache, TestDocTermOrdsRangeFilter, TestAssertions,
> TestBoolean2, TestLongPostings, TestOmitPositions,
> TestCompressingStoredFieldsFormat, TestDocsAndPositions,
> TestMatchAllDocsQuery, TestSpansAdvanced, TestIOUtils,
> TestBackwardsCompatibility, TestFieldCache, TestRAMDirectory,
> TestMinShouldMatch2, TestSegmentMerger, TestDirectory,
> TestRamUsageEstimatorOnWildAnimals, TestFieldInfos, TestDocument,
> TestSmallFloat, TestSimilarityBase, TestPackedInts]
>    [junit4] Completed on J1 in 60.91s, 27 tests, 1 failure, 2 skipped <<<
> FAILURES!
>
> [...truncated 729 lines...]
> BUILD FAILED
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:402:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:375:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build.xml:49:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1233:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:876:
> There were test failures: 371 suites, 2371 tests, 1 failure, 33 ignored (20
> assumptions)
>
> Total time: 39 minutes 45 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 330 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/330/

1 tests failed.
FAILED:  org.apache.lucene.util.packed.TestPackedInts.testPackedIntsNull

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([1F00AC77CDB3B5F8:721ABE202E8339ED]:0)
	at org.apache.lucene.util.packed.PackedInts$NullReader.get(PackedInts.java:709)
	at org.apache.lucene.util.packed.TestPackedInts.testPackedIntsNull(TestPackedInts.java:556)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:679)




Build Log:
[...truncated 794 lines...]
   [junit4] Suite: org.apache.lucene.util.packed.TestPackedInts
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPackedInts -Dtests.method=testPackedIntsNull -Dtests.seed=1F00AC77CDB3B5F8 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=en_SG -Dtests.timezone=SystemV/EST5 -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.10s J1 | TestPackedInts.testPackedIntsNull <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1F00AC77CDB3B5F8:721ABE202E8339ED]:0)
   [junit4]    > 	at org.apache.lucene.util.packed.PackedInts$NullReader.get(PackedInts.java:709)
   [junit4]    > 	at org.apache.lucene.util.packed.TestPackedInts.testPackedIntsNull(TestPackedInts.java:556)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:679)
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=en_SG, timezone=SystemV/EST5
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=1,free=164914360,total=524156928
   [junit4]   2> NOTE: All tests run in this JVM: [TestTermInfosReaderIndex, TestCachingTokenFilter, TestQueryWrapperFilter, TestFuzzyQuery, TestMultiDocValues, TestMultiThreadTermVectors, TestSnapshotDeletionPolicy, TestElevationComparator, TestSpanSearchEquivalence, TestTermVectorsReader, TestWindowsMMap, TestMixedCodecs, TestIndexWriterNRTIsCurrent, TestDoc, TestLucene40TermVectorsFormat, TestNGramPhraseQuery, TestPayloadNearQuery, TestBooleanQueryVisitSubscorers, TestTransactions, TestTermdocPerf, TestTermVectorsFormat, TestPayloadSpans, TestEliasFanoSequence, TestCheckIndex, TestIndexWriterExceptions, TestSpans, TestSpanExplanations, TestLiveFieldValues, Before3, Before3, TestSimpleExplanationsOfNonMatches, TestTermVectors, TestBasics, TestIdentityHashSet, Nested, TestFieldValueFilter, TestBagOfPostings, TestCodecHoldsOpenFiles, TestFSTs, TestIndexWriterOutOfFileDescriptors, Nested1, TestSloppyPhraseQuery2, TestAttributeSource, TestTerm, TestTermRangeFilter, TestParallelCompositeReader, NestedSetupChain, NestedTeardownChain, TestForceMergeForever, TestVersion, TestIndexInput, TestPerSegmentDeletes, TestLucene41StoredFieldsFormat, TestMultiLevelSkipList, TestAutomatonQuery, TestWeakIdentityMap, TestBinaryDocument, TestBackwardsCompatibility3x, TestIndexWriterOnJRECrash, TestFilterAtomicReader, TestLevenshteinAutomata, TestRecyclingIntBlockAllocator, TestNoMergePolicy, Nested1, TestCharFilter, TestPerFieldPostingsFormat, TestPayloadExplanations, TestBooleanScorer, TestSizeBoundedForceMerge, TestOmitNorms, TestThreadedForceMerge, TestDoubleBarrelLRUCache, TestDocTermOrdsRangeFilter, TestAssertions, TestBoolean2, TestLongPostings, TestOmitPositions, TestCompressingStoredFieldsFormat, TestDocsAndPositions, TestMatchAllDocsQuery, TestSpansAdvanced, TestIOUtils, TestBackwardsCompatibility, TestFieldCache, TestRAMDirectory, TestMinShouldMatch2, TestSegmentMerger, TestDirectory, TestRamUsageEstimatorOnWildAnimals, TestFieldInfos, TestDocument, TestSmallFloat, TestSimilarityBase, TestPackedInts]
   [junit4] Completed on J1 in 60.91s, 27 tests, 1 failure, 2 skipped <<< FAILURES!

[...truncated 729 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:402: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:375: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build.xml:49: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1233: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:876: There were test failures: 371 suites, 2371 tests, 1 failure, 33 ignored (20 assumptions)

Total time: 39 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 329 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/329/

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest:     1) Thread[id=3618, name=recoveryCmdExecutor-1253-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]         at java.net.PlainSocketImpl.socketConnect(Native Method)         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)         at java.net.Socket.connect(Socket.java:546)         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:679)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 
   1) Thread[id=3618, name=recoveryCmdExecutor-1253-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
        at java.net.Socket.connect(Socket.java:546)
        at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
        at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:679)
	at __randomizedtesting.SeedInfo.seed([F9F080BB7AE4AB7B]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=3618, name=recoveryCmdExecutor-1253-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]         at java.net.PlainSocketImpl.socketConnect(Native Method)         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)         at java.net.Socket.connect(Socket.java:546)         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:679)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=3618, name=recoveryCmdExecutor-1253-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
        at java.net.Socket.connect(Socket.java:546)
        at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
        at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:679)
	at __randomizedtesting.SeedInfo.seed([F9F080BB7AE4AB7B]:0)




Build Log:
[...truncated 9279 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 1019693 T3101 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ns/
   [junit4]   2> 1019699 T3101 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZkTest-1375121806486
   [junit4]   2> 1019700 T3101 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1019701 T3102 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1019802 T3101 oasc.ZkTestServer.run start zk server on port:10721
   [junit4]   2> 1019803 T3101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019806 T3108 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46610747 name:ZooKeeperConnection Watcher:127.0.0.1:10721 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019806 T3101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019807 T3101 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1019824 T3101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019829 T3110 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a431ae9 name:ZooKeeperConnection Watcher:127.0.0.1:10721/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019830 T3101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019830 T3101 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1019835 T3101 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1019837 T3101 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1019846 T3101 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1019849 T3101 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1019849 T3101 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1019862 T3101 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1019862 T3101 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1019970 T3101 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1019971 T3101 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1019974 T3101 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1019974 T3101 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1019984 T3101 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1019985 T3101 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1019995 T3101 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1019996 T3101 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1020004 T3101 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1020005 T3101 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1020012 T3101 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1020013 T3101 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1020016 T3101 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1020017 T3101 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1020290 T3101 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1020295 T3101 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:10743
   [junit4]   2> 1020295 T3101 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1020296 T3101 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1020296 T3101 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375121806807
   [junit4]   2> 1020297 T3101 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375121806807/'
   [junit4]   2> 1020335 T3101 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375121806807/solr.xml
   [junit4]   2> 1020408 T3101 oasc.CoreContainer.<init> New CoreContainer 1098088229
   [junit4]   2> 1020409 T3101 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375121806807/]
   [junit4]   2> 1020411 T3101 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1020412 T3101 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1020412 T3101 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1020413 T3101 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1020413 T3101 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1020413 T3101 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1020414 T3101 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1020414 T3101 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1020415 T3101 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1020415 T3101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1020432 T3101 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:10721/solr
   [junit4]   2> 1020433 T3101 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1020434 T3101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1020437 T3121 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a130ef5 name:ZooKeeperConnection Watcher:127.0.0.1:10721 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1020437 T3101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1020448 T3101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1020460 T3101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1020462 T3123 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f9a2b85 name:ZooKeeperConnection Watcher:127.0.0.1:10721/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1020462 T3101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1020465 T3101 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1020474 T3101 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1020478 T3101 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1020484 T3101 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:10743_ns
   [junit4]   2> 1020486 T3101 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:10743_ns
   [junit4]   2> 1020489 T3101 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1020505 T3101 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1020509 T3101 oasc.Overseer.start Overseer (id=90119982710194179-127.0.0.1:10743_ns-n_0000000000) starting
   [junit4]   2> 1020518 T3101 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1020530 T3125 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1020531 T3101 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1020533 T3101 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1020540 T3101 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1020543 T3124 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1020548 T3126 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1020549 T3126 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1020550 T3126 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1022047 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1022048 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:10743_ns",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:10743/ns"}
   [junit4]   2> 1022048 T3124 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
   [junit4]   2> 1022049 T3124 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1022061 T3123 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> 1022552 T3126 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1022552 T3126 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375121806807/collection1
   [junit4]   2> 1022552 T3126 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1022553 T3126 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1022553 T3126 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1022555 T3126 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375121806807/collection1/'
   [junit4]   2> 1022556 T3126 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375121806807/collection1/lib/classes/' to classloader
   [junit4]   2> 1022557 T3126 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375121806807/collection1/lib/README' to classloader
   [junit4]   2> 1022623 T3126 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1022684 T3126 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1022785 T3126 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1022796 T3126 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1023418 T3126 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1023419 T3126 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1023419 T3126 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1023431 T3126 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1023434 T3126 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1023446 T3126 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1023449 T3126 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1023453 T3126 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1023454 T3126 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1023454 T3126 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1023454 T3126 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1023455 T3126 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1023455 T3126 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1023455 T3126 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1023455 T3126 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375121806807/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/control/data/
   [junit4]   2> 1023456 T3126 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f401d28
   [junit4]   2> 1023456 T3126 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/control/data
   [junit4]   2> 1023456 T3126 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/control/data/index/
   [junit4]   2> 1023457 T3126 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1023457 T3126 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/control/data/index
   [junit4]   2> 1023460 T3126 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2fa45d6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b4af49b),segFN=segments_1,generation=1}
   [junit4]   2> 1023460 T3126 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1023464 T3126 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1023464 T3126 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1023464 T3126 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1023465 T3126 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1023465 T3126 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1023465 T3126 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1023466 T3126 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1023466 T3126 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1023466 T3126 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1023474 T3126 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1023479 T3126 oass.SolrIndexSearcher.<init> Opening Searcher@7d07d772 main
   [junit4]   2> 1023480 T3126 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1023480 T3126 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1023482 T3127 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7d07d772 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1023484 T3126 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1023484 T3126 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:10743/ns collection:control_collection shard:shard1
   [junit4]   2> 1023484 T3126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 1023496 T3126 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1023548 T3126 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1023560 T3126 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1023560 T3126 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1023561 T3126 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:10743/ns/collection1/
   [junit4]   2> 1023561 T3126 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1023561 T3126 oasc.SyncStrategy.syncToMe http://127.0.0.1:10743/ns/collection1/ has no replicas
   [junit4]   2> 1023561 T3126 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:10743/ns/collection1/ shard1
   [junit4]   2> 1023561 T3126 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1023566 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1023590 T3123 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> 1023629 T3126 oasc.ZkController.register We are http://127.0.0.1:10743/ns/collection1/ and leader is http://127.0.0.1:10743/ns/collection1/
   [junit4]   2> 1023629 T3126 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:10743/ns
   [junit4]   2> 1023629 T3126 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1023629 T3126 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1023629 T3126 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1023631 T3126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1023632 T3101 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 1023633 T3101 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1023633 T3101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1023641 T3101 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 1023642 T3101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1023644 T3130 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4bc020a4 name:ZooKeeperConnection Watcher:127.0.0.1:10721/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1023644 T3101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1023645 T3101 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1023647 T3101 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 1023838 T3101 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1023841 T3101 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:10752
   [junit4]   2> 1023842 T3101 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1023842 T3101 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1023842 T3101 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375121810434
   [junit4]   2> 1023843 T3101 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375121810434/'
   [junit4]   2> 1023871 T3101 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375121810434/solr.xml
   [junit4]   2> 1023924 T3101 oasc.CoreContainer.<init> New CoreContainer 1675530693
   [junit4]   2> 1023925 T3101 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375121810434/]
   [junit4]   2> 1023926 T3101 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1023926 T3101 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1023927 T3101 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1023927 T3101 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1023927 T3101 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1023928 T3101 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1023928 T3101 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1023928 T3101 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1023928 T3101 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1023929 T3101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1023940 T3101 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:10721/solr
   [junit4]   2> 1023940 T3101 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1023941 T3101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1023944 T3141 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29344fbc name:ZooKeeperConnection Watcher:127.0.0.1:10721 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1023944 T3101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1023961 T3101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1023974 T3101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1023976 T3143 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c5c4442 name:ZooKeeperConnection Watcher:127.0.0.1:10721/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1023977 T3101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1023988 T3101 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1024991 T3101 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:10752_ns
   [junit4]   2> 1024993 T3101 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:10752_ns
   [junit4]   2> 1024997 T3123 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1024997 T3130 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1024997 T3143 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1024999 T3123 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1025019 T3144 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1025019 T3144 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1025021 T3144 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1025097 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1025098 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:10743_ns",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:10743/ns"}
   [junit4]   2> 1025103 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:10752_ns",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:10752/ns"}
   [junit4]   2> 1025103 T3124 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
   [junit4]   2> 1025103 T3124 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1025118 T3130 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> 1025118 T3123 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> 1025118 T3143 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> 1026022 T3144 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1026022 T3144 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375121810434/collection1
   [junit4]   2> 1026022 T3144 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1026023 T3144 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1026024 T3144 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1026025 T3144 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375121810434/collection1/'
   [junit4]   2> 1026026 T3144 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375121810434/collection1/lib/README' to classloader
   [junit4]   2> 1026027 T3144 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375121810434/collection1/lib/classes/' to classloader
   [junit4]   2> 1026087 T3144 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1026154 T3144 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1026255 T3144 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1026266 T3144 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1026962 T3144 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1026963 T3144 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1026964 T3144 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1026977 T3144 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1026982 T3144 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1026997 T3144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1027002 T3144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1027007 T3144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1027008 T3144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1027008 T3144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1027009 T3144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1027010 T3144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1027010 T3144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1027011 T3144 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1027011 T3144 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375121810434/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty1/
   [junit4]   2> 1027011 T3144 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f401d28
   [junit4]   2> 1027012 T3144 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty1
   [junit4]   2> 1027013 T3144 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty1/index/
   [junit4]   2> 1027013 T3144 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1027013 T3144 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty1/index
   [junit4]   2> 1027017 T3144 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5a7b6c50 lockFactory=org.apache.lucene.store.NativeFSLockFactory@50f2f7b0),segFN=segments_1,generation=1}
   [junit4]   2> 1027017 T3144 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1027023 T3144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1027023 T3144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1027024 T3144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1027024 T3144 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1027025 T3144 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1027025 T3144 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1027026 T3144 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1027026 T3144 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1027027 T3144 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1027037 T3144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1027045 T3144 oass.SolrIndexSearcher.<init> Opening Searcher@7824d24b main
   [junit4]   2> 1027046 T3144 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1027046 T3144 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1027051 T3145 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7824d24b main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1027053 T3144 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1027053 T3144 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:10752/ns collection:collection1 shard:shard1
   [junit4]   2> 1027054 T3144 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 1027071 T3144 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1027092 T3144 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1027103 T3144 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1027104 T3144 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1027104 T3144 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:10752/ns/collection1/
   [junit4]   2> 1027104 T3144 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1027104 T3144 oasc.SyncStrategy.syncToMe http://127.0.0.1:10752/ns/collection1/ has no replicas
   [junit4]   2> 1027105 T3144 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:10752/ns/collection1/ shard1
   [junit4]   2> 1027105 T3144 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1028127 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1028175 T3130 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> 1028175 T3123 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> 1028175 T3143 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> 1028192 T3144 oasc.ZkController.register We are http://127.0.0.1:10752/ns/collection1/ and leader is http://127.0.0.1:10752/ns/collection1/
   [junit4]   2> 1028192 T3144 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:10752/ns
   [junit4]   2> 1028192 T3144 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1028192 T3144 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1028193 T3144 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1028195 T3144 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1028204 T3101 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 1028204 T3101 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1028205 T3101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1028525 T3101 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1028528 T3101 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:10760
   [junit4]   2> 1028529 T3101 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1028530 T3101 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1028530 T3101 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375121815002
   [junit4]   2> 1028530 T3101 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375121815002/'
   [junit4]   2> 1028577 T3101 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375121815002/solr.xml
   [junit4]   2> 1028671 T3101 oasc.CoreContainer.<init> New CoreContainer 2032434042
   [junit4]   2> 1028672 T3101 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375121815002/]
   [junit4]   2> 1028673 T3101 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1028674 T3101 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1028674 T3101 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1028675 T3101 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1028675 T3101 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1028676 T3101 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1028676 T3101 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1028677 T3101 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1028677 T3101 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1028678 T3101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1028694 T3101 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:10721/solr
   [junit4]   2> 1028694 T3101 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1028695 T3101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1028698 T3157 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a26c4b8 name:ZooKeeperConnection Watcher:127.0.0.1:10721 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1028698 T3101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1028702 T3101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1028713 T3101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1028715 T3159 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b7e8a72 name:ZooKeeperConnection Watcher:127.0.0.1:10721/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1028715 T3101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1028721 T3101 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1029687 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1029688 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:10752_ns",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:10752/ns"}
   [junit4]   2> 1029694 T3159 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> 1029694 T3123 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> 1029694 T3130 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> 1029694 T3143 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> 1029724 T3101 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:10760_ns
   [junit4]   2> 1029726 T3101 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:10760_ns
   [junit4]   2> 1029730 T3123 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1029730 T3159 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1029730 T3143 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1029730 T3159 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1029730 T3130 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1029731 T3143 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1029731 T3130 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1029732 T3123 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1029741 T3160 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1029741 T3160 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1029743 T3160 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1031206 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1031207 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:10760_ns",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:10760/ns"}
   [junit4]   2> 1031207 T3124 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1031208 T3124 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1031230 T3159 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> 1031231 T3123 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> 1031230 T3143 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> 1031230 T3130 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> 1031745 T3160 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1031745 T3160 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375121815002/collection1
   [junit4]   2> 1031745 T3160 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1031746 T3160 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1031746 T3160 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1031748 T3160 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375121815002/collection1/'
   [junit4]   2> 1031749 T3160 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375121815002/collection1/lib/classes/' to classloader
   [junit4]   2> 1031750 T3160 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375121815002/collection1/lib/README' to classloader
   [junit4]   2> 1031811 T3160 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1031874 T3160 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1031975 T3160 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1031986 T3160 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1032646 T3160 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1032647 T3160 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1032647 T3160 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1032660 T3160 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1032665 T3160 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1032680 T3160 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1032685 T3160 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1032690 T3160 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1032691 T3160 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1032691 T3160 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1032692 T3160 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1032693 T3160 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1032693 T3160 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1032693 T3160 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1032694 T3160 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375121815002/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty2/
   [junit4]   2> 1032694 T3160 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f401d28
   [junit4]   2> 1032695 T3160 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty2
   [junit4]   2> 1032695 T3160 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty2/index/
   [junit4]   2> 1032696 T3160 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1032696 T3160 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty2/index
   [junit4]   2> 1032700 T3160 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4255d6f4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@41bab658),segFN=segments_1,generation=1}
   [junit4]   2> 1032700 T3160 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1032705 T3160 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1032706 T3160 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1032706 T3160 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1032707 T3160 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1032708 T3160 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1032708 T3160 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1032708 T3160 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1032709 T3160 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1032709 T3160 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1032719 T3160 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1032726 T3160 oass.SolrIndexSearcher.<init> Opening Searcher@4bf9f4eb main
   [junit4]   2> 1032728 T3160 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1032728 T3160 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1032733 T3161 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4bf9f4eb main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1032735 T3160 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1032735 T3160 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:10760/ns collection:collection1 shard:shard2
   [junit4]   2> 1032736 T3160 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 1032752 T3160 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1032768 T3160 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1032778 T3160 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1032778 T3160 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1032778 T3160 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:10760/ns/collection1/
   [junit4]   2> 1032778 T3160 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1032779 T3160 oasc.SyncStrategy.syncToMe http://127.0.0.1:10760/ns/collection1/ has no replicas
   [junit4]   2> 1032779 T3160 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:10760/ns/collection1/ shard2
   [junit4]   2> 1032779 T3160 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1034239 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1034257 T3159 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> 1034257 T3130 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> 1034257 T3123 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> 1034257 T3143 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> 1034272 T3160 oasc.ZkController.register We are http://127.0.0.1:10760/ns/collection1/ and leader is http://127.0.0.1:10760/ns/collection1/
   [junit4]   2> 1034272 T3160 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:10760/ns
   [junit4]   2> 1034272 T3160 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1034272 T3160 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1034273 T3160 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1034275 T3160 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1034276 T3101 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 1034277 T3101 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1034277 T3101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1034567 T3101 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1034571 T3101 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:10792
   [junit4]   2> 1034572 T3101 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1034572 T3101 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1034573 T3101 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375121821073
   [junit4]   2> 1034573 T3101 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375121821073/'
   [junit4]   2> 1034621 T3101 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375121821073/solr.xml
   [junit4]   2> 1034715 T3101 oasc.CoreContainer.<init> New CoreContainer 2005922268
   [junit4]   2> 1034716 T3101 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375121821073/]
   [junit4]   2> 1034718 T3101 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1034718 T3101 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1034719 T3101 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1034719 T3101 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1034720 T3101 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1034720 T3101 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1034721 T3101 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1034721 T3101 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1034722 T3101 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1034722 T3101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1034739 T3101 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:10721/solr
   [junit4]   2> 1034740 T3101 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1034741 T3101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1034744 T3173 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b4fdfd7 name:ZooKeeperConnection Watcher:127.0.0.1:10721 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1034744 T3101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1034747 T3101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1034757 T3101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1034759 T3175 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c25228f name:ZooKeeperConnection Watcher:127.0.0.1:10721/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1034759 T3101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1034765 T3101 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1035768 T3101 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:10792_ns
   [junit4]   2> 1035857 T3101 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:10792_ns
   [junit4]   2> 1035858 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1035860 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:10760_ns",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:10760/ns"}
   [junit4]   2> 1035901 T3123 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1035903 T3130 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1035903 T3143 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1035903 T3130 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1035903 T3159 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1035903 T3175 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1035903 T3143 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1035904 T3159 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1036010 T3143 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> 1036010 T3175 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> 1036010 T3130 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> 1036010 T3159 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> 1036015 T3123 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1036015 T3123 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> 1036017 T3176 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1036017 T3176 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1036019 T3176 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1037516 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1037517 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:10792_ns",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:10792/ns"}
   [junit4]   2> 1037518 T3124 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1037518 T3124 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1037550 T3159 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> 1037550 T3123 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> 1037550 T3175 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> 1037550 T3143 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> 1037550 T3130 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> 1038021 T3176 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1038021 T3176 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375121821073/collection1
   [junit4]   2> 1038021 T3176 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1038022 T3176 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1038023 T3176 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1038024 T3176 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375121821073/collection1/'
   [junit4]   2> 1038025 T3176 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375121821073/collection1/lib/classes/' to classloader
   [junit4]   2> 1038026 T3176 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375121821073/collection1/lib/README' to classloader
   [junit4]   2> 1038090 T3176 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1038157 T3176 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1038258 T3176 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1038270 T3176 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1038925 T3176 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1038926 T3176 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1038927 T3176 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1038936 T3176 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1038939 T3176 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1038953 T3176 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1038957 T3176 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1038961 T3176 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1038962 T3176 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1038962 T3176 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1038962 T3176 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1038963 T3176 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1038963 T3176 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1038964 T3176 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1038964 T3176 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375121821073/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty3/
   [junit4]   2> 1038964 T3176 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f401d28
   [junit4]   2> 1038965 T3176 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty3
   [junit4]   2> 1038965 T3176 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty3/index/
   [junit4]   2> 1038965 T3176 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 1038966 T3176 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375121806485/jetty3/index
   [junit4]   2> 1038968 T3176 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@65a2c304 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36a5e899),segFN=segments_1,generation=1}
   [junit4]   2> 1038969 T3176 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1038972 T3176 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1038972 T3176 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1038973 T3176 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1038973 T3176 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1038974 T3176 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1038974 T3176 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1038974 T3176 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1038975 T3176 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1038975 T3176 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1038983 T3176 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1038989 T3176 oass.SolrIndexSearcher.<init> Opening Searcher@c0b435e main
   [junit4]   2> 1038990 T3176 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1038990 T3176 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1038993 T3177 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c0b435e main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1038995 T3176 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1038995 T3176 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:10792/ns collection:collection1 shard:shard1
   [junit4]   2> 1038995 T3176 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 1039009 T3176 oasc.ZkController.register We are http://127.0.0.1:10792/ns/collection1/ and leader is http://127.0.0.1:10752/ns/collection1/
   [junit4]   2> 1039009 T3176 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:10792/ns
   [junit4]   2> 1039010 T3176 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 1039010 T3176 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C364 name=collection1 org.apache.solr.core.SolrCore@23d63abc url=http://127.0.0.1:10792/ns/collection1 node=127.0.0.1:10792_ns C364_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, node_name=127.0.0.1:10792_ns, base_url=http://127.0.0.1:10792/ns}
   [junit4]   2> 1039010 T3178 C364 P10792 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 1039010 T3176 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1039011 T3178 C364 P10792 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 1039011 T3178 C364 P10792 oasc.ZkController.publish publishing core=collection1 state=recovering
   [junit4]   2> 1039011 T3178 C364 P10792 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1039012 T3101 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 1039012 T3101 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1039013 T3178 C364 P10792 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1039013 T3101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1039025 T3133 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 1039061 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1039062 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:10792_ns",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:10792/ns"}
   [junit4]   2> 1039075 T3159 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> 1039075 T3175 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected

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

t org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]   2> 	        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]   2> 	        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]   2> 	        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]   2> 	        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]   2> 	        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]   2> 	        at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:679)
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=in_ID, timezone=America/Indiana/Knox
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=2,free=212591216,total=433651712
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudManagedSchema, CurrencyFieldOpenExchangeTest, TestDFRSimilarityFactory, HardAutoCommitTest, TestJmxIntegration, SpellPossibilityIteratorTest, MultiTermTest, TestSolr4Spatial, TestPropInject, BasicZkTest, DefaultValueUpdateProcessorTest, TestMergePolicyConfig, FieldAnalysisRequestHandlerTest, DateMathParserTest, ZkNodePropsTest, TestManagedSchemaFieldResource, HdfsBasicDistributedZkTest, SuggesterWFSTTest, OpenExchangeRatesOrgProviderTest, PathHierarchyTokenizerFactoryTest, TestReloadAndDeleteDocs, SolrCmdDistributorTest, TestFiltering, TestComponentsName, JSONWriterTest, TestQueryTypes, TermVectorComponentDistributedTest, SampleTest, ShardRoutingCustomTest, XmlUpdateRequestHandlerTest, HdfsBasicDistributedZk2Test, TestAnalyzedSuggestions, SortByFunctionTest, TestHashPartitioner, NoCacheHeaderTest, TestAtomicUpdateErrorCases, HdfsCollectionsAPIDistributedZkTest, TestCollationKeyRangeQueries, TestOmitPositions, FileUtilsTest, TestManagedSchema, TestSystemIdResolver, QueryResultKeyTest, HighlighterTest, TestNumberUtils, RequestHandlersTest, BasicDistributedZk2Test, TestDistributedGrouping, TestElisionMultitermQuery, TestPartialUpdateDeduplication, UpdateParamsTest, TestStressLucene, AssignTest, TestUtils, ClusterStateTest, CurrencyFieldXmlFileTest, LeaderElectionIntegrationTest, TestFastOutputStream, HdfsRecoveryZkTest, ZkSolrClientTest, TestPostingsSolrHighlighter, TestUpdate, IndexReaderFactoryTest, DeleteShardTest, SpellCheckComponentTest, TestSchemaVersionResource, TestCodecSupport, DocValuesMultiTest, SpellCheckCollatorTest, XsltUpdateRequestHandlerTest, CoreContainerCoreInitFailuresTest, FullSolrCloudDistribCmdsTest, TestWordDelimiterFilterFactory, TestLazyCores, StandardRequestHandlerTest, BlockCacheTest, BasicDistributedZkTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=F9F080BB7AE4AB7B -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=in_ID -Dtests.timezone=America/Indiana/Knox -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | BasicDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 
   [junit4]    >    1) Thread[id=3618, name=recoveryCmdExecutor-1253-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
   [junit4]    >         at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
   [junit4]    >         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
   [junit4]    >         at java.net.Socket.connect(Socket.java:546)
   [junit4]    >         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    >         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    >         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    >         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:679)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F9F080BB7AE4AB7B]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=3618, name=recoveryCmdExecutor-1253-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
   [junit4]    >         at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
   [junit4]    >         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
   [junit4]    >         at java.net.Socket.connect(Socket.java:546)
   [junit4]    >         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    >         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    >         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    >         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:679)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F9F080BB7AE4AB7B]:0)
   [junit4] Completed on J1 in 417.16s, 1 test, 2 errors <<< FAILURES!

[...truncated 575 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:402: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:375: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1233: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:876: There were test failures: 319 suites, 1345 tests, 2 suite-level errors, 544 ignored (1 assumption)

Total time: 110 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 328 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/328/

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest:     1) Thread[id=4094, name=recoveryCmdExecutor-1290-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]         at java.net.PlainSocketImpl.socketConnect(Native Method)         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)         at java.net.Socket.connect(Socket.java:546)         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:679)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 
   1) Thread[id=4094, name=recoveryCmdExecutor-1290-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
        at java.net.Socket.connect(Socket.java:546)
        at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
        at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:679)
	at __randomizedtesting.SeedInfo.seed([B03999EC068BD67A]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=4094, name=recoveryCmdExecutor-1290-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]         at java.net.PlainSocketImpl.socketConnect(Native Method)         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)         at java.net.Socket.connect(Socket.java:546)         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:679)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=4094, name=recoveryCmdExecutor-1290-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
        at java.net.Socket.connect(Socket.java:546)
        at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
        at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:679)
	at __randomizedtesting.SeedInfo.seed([B03999EC068BD67A]:0)




Build Log:
[...truncated 9251 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 718637 T3601 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /im_g/
   [junit4]   2> 718641 T3601 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZkTest-1375051019371
   [junit4]   2> 718643 T3601 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 718643 T3602 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 718744 T3601 oasc.ZkTestServer.run start zk server on port:65526
   [junit4]   2> 718745 T3601 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 718752 T3608 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76be7e99 name:ZooKeeperConnection Watcher:127.0.0.1:65526 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 718752 T3601 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 718752 T3601 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 718766 T3601 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 718768 T3610 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36e16034 name:ZooKeeperConnection Watcher:127.0.0.1:65526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 718768 T3601 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 718768 T3601 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 718779 T3601 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 718782 T3601 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 718784 T3601 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 718793 T3601 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 718794 T3601 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 718805 T3601 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 718805 T3601 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 718909 T3601 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 718910 T3601 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 718912 T3601 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 718913 T3601 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 718915 T3601 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 718916 T3601 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 718924 T3601 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 718924 T3601 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 718927 T3601 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 718927 T3601 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 718930 T3601 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 718930 T3601 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 718938 T3601 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 718938 T3601 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 719191 T3601 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 719200 T3601 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:23675
   [junit4]   2> 719200 T3601 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 719201 T3601 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 719201 T3601 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375051019671
   [junit4]   2> 719202 T3601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375051019671/'
   [junit4]   2> 719247 T3601 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375051019671/solr.xml
   [junit4]   2> 719329 T3601 oasc.CoreContainer.<init> New CoreContainer 1562881893
   [junit4]   2> 719330 T3601 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375051019671/]
   [junit4]   2> 719332 T3601 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 719332 T3601 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 719333 T3601 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 719333 T3601 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 719334 T3601 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 719334 T3601 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 719335 T3601 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 719335 T3601 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 719336 T3601 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 719336 T3601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 719354 T3601 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65526/solr
   [junit4]   2> 719355 T3601 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 719356 T3601 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 719358 T3621 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@586c3faa name:ZooKeeperConnection Watcher:127.0.0.1:65526 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 719359 T3601 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 719361 T3601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 719373 T3601 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 719375 T3623 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45e8b527 name:ZooKeeperConnection Watcher:127.0.0.1:65526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 719375 T3601 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 719377 T3601 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 719388 T3601 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 719391 T3601 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 719398 T3601 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:23675_im_g
   [junit4]   2> 719400 T3601 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:23675_im_g
   [junit4]   2> 719403 T3601 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 719420 T3601 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 719423 T3601 oasc.Overseer.start Overseer (id=90115343605891075-127.0.0.1:23675_im_g-n_0000000000) starting
   [junit4]   2> 719433 T3601 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 719443 T3625 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 719444 T3601 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 719447 T3601 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 719454 T3601 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 719457 T3624 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 719462 T3626 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 719462 T3626 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 719467 T3626 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 720960 T3624 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 720962 T3624 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:23675_im_g",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:23675/im_g"}
   [junit4]   2> 720962 T3624 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
   [junit4]   2> 720962 T3624 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 720976 T3623 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> 721469 T3626 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 721469 T3626 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375051019671/collection1
   [junit4]   2> 721469 T3626 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 721470 T3626 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 721470 T3626 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 721471 T3626 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375051019671/collection1/'
   [junit4]   2> 721472 T3626 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375051019671/collection1/lib/classes/' to classloader
   [junit4]   2> 721473 T3626 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375051019671/collection1/lib/README' to classloader
   [junit4]   2> 721514 T3626 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 721588 T3626 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 721689 T3626 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 721700 T3626 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 722368 T3626 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 722369 T3626 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 722370 T3626 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 722383 T3626 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 722387 T3626 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 722403 T3626 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 722408 T3626 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 722412 T3626 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 722413 T3626 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 722414 T3626 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 722414 T3626 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 722415 T3626 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 722415 T3626 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 722416 T3626 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 722416 T3626 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1375051019671/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/control/data/
   [junit4]   2> 722416 T3626 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ec74910
   [junit4]   2> 722417 T3626 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/control/data
   [junit4]   2> 722418 T3626 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/control/data/index/
   [junit4]   2> 722418 T3626 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 722418 T3626 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/control/data/index
   [junit4]   2> 722423 T3626 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@129237f6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a6d079e),segFN=segments_1,generation=1}
   [junit4]   2> 722423 T3626 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 722427 T3626 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 722427 T3626 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 722428 T3626 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 722429 T3626 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 722429 T3626 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 722430 T3626 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 722430 T3626 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 722430 T3626 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 722431 T3626 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 722440 T3626 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 722447 T3626 oass.SolrIndexSearcher.<init> Opening Searcher@6f613631 main
   [junit4]   2> 722448 T3626 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 722448 T3626 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 722452 T3627 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f613631 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 722453 T3626 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 722454 T3626 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:23675/im_g collection:control_collection shard:shard1
   [junit4]   2> 722454 T3626 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 722469 T3626 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 722580 T3626 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 722604 T3626 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 722605 T3626 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 722605 T3626 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:23675/im_g/collection1/
   [junit4]   2> 722605 T3626 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 722605 T3626 oasc.SyncStrategy.syncToMe http://127.0.0.1:23675/im_g/collection1/ has no replicas
   [junit4]   2> 722606 T3626 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:23675/im_g/collection1/ shard1
   [junit4]   2> 722606 T3626 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 724027 T3624 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 724055 T3623 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> 724096 T3626 oasc.ZkController.register We are http://127.0.0.1:23675/im_g/collection1/ and leader is http://127.0.0.1:23675/im_g/collection1/
   [junit4]   2> 724096 T3626 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:23675/im_g
   [junit4]   2> 724096 T3626 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 724096 T3626 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 724097 T3626 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 724099 T3626 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 724100 T3601 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 724100 T3601 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 724101 T3601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 724110 T3601 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 724112 T3601 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 724114 T3630 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@319019e9 name:ZooKeeperConnection Watcher:127.0.0.1:65526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 724115 T3601 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 724117 T3601 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 724119 T3601 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 724424 T3601 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 724426 T3601 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:49110
   [junit4]   2> 724427 T3601 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 724428 T3601 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 724428 T3601 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375051024848
   [junit4]   2> 724429 T3601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375051024848/'
   [junit4]   2> 724472 T3601 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375051024848/solr.xml
   [junit4]   2> 724556 T3601 oasc.CoreContainer.<init> New CoreContainer 2119463788
   [junit4]   2> 724557 T3601 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375051024848/]
   [junit4]   2> 724559 T3601 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 724559 T3601 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 724560 T3601 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 724560 T3601 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 724560 T3601 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 724561 T3601 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 724561 T3601 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 724562 T3601 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 724562 T3601 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 724563 T3601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 724579 T3601 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65526/solr
   [junit4]   2> 724580 T3601 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 724581 T3601 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 724584 T3641 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a65f83f name:ZooKeeperConnection Watcher:127.0.0.1:65526 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 724584 T3601 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 724595 T3601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 724605 T3601 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 724607 T3643 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b395d38 name:ZooKeeperConnection Watcher:127.0.0.1:65526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 724608 T3601 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 724612 T3601 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 725565 T3624 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 725566 T3624 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:23675_im_g",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:23675/im_g"}
   [junit4]   2> 725580 T3623 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> 725580 T3643 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> 725580 T3630 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> 725616 T3601 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49110_im_g
   [junit4]   2> 725618 T3601 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49110_im_g
   [junit4]   2> 725620 T3623 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 725620 T3643 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 725620 T3630 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 725621 T3630 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 725621 T3623 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 725630 T3643 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 725635 T3644 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 725635 T3644 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 725636 T3644 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 727086 T3624 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 727087 T3624 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49110_im_g",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49110/im_g"}
   [junit4]   2> 727087 T3624 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
   [junit4]   2> 727088 T3624 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 727152 T3623 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> 727152 T3630 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> 727152 T3643 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> 727638 T3644 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 727638 T3644 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375051024848/collection1
   [junit4]   2> 727638 T3644 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 727639 T3644 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 727640 T3644 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 727641 T3644 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375051024848/collection1/'
   [junit4]   2> 727642 T3644 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375051024848/collection1/lib/classes/' to classloader
   [junit4]   2> 727643 T3644 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375051024848/collection1/lib/README' to classloader
   [junit4]   2> 727703 T3644 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 727769 T3644 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 727871 T3644 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 727882 T3644 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 728552 T3644 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 728553 T3644 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 728554 T3644 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 728567 T3644 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 728572 T3644 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 728587 T3644 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 728592 T3644 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 728595 T3644 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 728596 T3644 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 728596 T3644 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 728596 T3644 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 728597 T3644 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 728598 T3644 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 728598 T3644 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 728598 T3644 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1375051024848/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty1/
   [junit4]   2> 728598 T3644 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ec74910
   [junit4]   2> 728599 T3644 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty1
   [junit4]   2> 728599 T3644 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty1/index/
   [junit4]   2> 728599 T3644 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 728600 T3644 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty1/index
   [junit4]   2> 728603 T3644 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@a74b5ef lockFactory=org.apache.lucene.store.NativeFSLockFactory@7cea5504),segFN=segments_1,generation=1}
   [junit4]   2> 728603 T3644 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 728606 T3644 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 728606 T3644 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 728607 T3644 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 728607 T3644 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 728608 T3644 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 728608 T3644 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 728608 T3644 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 728609 T3644 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 728609 T3644 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 728616 T3644 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 728621 T3644 oass.SolrIndexSearcher.<init> Opening Searcher@fdc9c1d main
   [junit4]   2> 728622 T3644 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 728622 T3644 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 728625 T3645 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fdc9c1d main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 728627 T3644 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 728627 T3644 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49110/im_g collection:collection1 shard:shard1
   [junit4]   2> 728627 T3644 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 728638 T3644 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 728666 T3644 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 728669 T3644 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 728669 T3644 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 728669 T3644 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49110/im_g/collection1/
   [junit4]   2> 728669 T3644 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 728670 T3644 oasc.SyncStrategy.syncToMe http://127.0.0.1:49110/im_g/collection1/ has no replicas
   [junit4]   2> 728670 T3644 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49110/im_g/collection1/ shard1
   [junit4]   2> 728670 T3644 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 730167 T3624 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 730188 T3623 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> 730188 T3630 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> 730188 T3643 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> 730206 T3644 oasc.ZkController.register We are http://127.0.0.1:49110/im_g/collection1/ and leader is http://127.0.0.1:49110/im_g/collection1/
   [junit4]   2> 730206 T3644 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49110/im_g
   [junit4]   2> 730206 T3644 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 730206 T3644 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 730207 T3644 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 730209 T3644 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 730210 T3601 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 730211 T3601 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 730211 T3601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 730507 T3601 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 730510 T3601 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:64110
   [junit4]   2> 730510 T3601 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 730511 T3601 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 730511 T3601 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375051030950
   [junit4]   2> 730512 T3601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375051030950/'
   [junit4]   2> 730553 T3601 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375051030950/solr.xml
   [junit4]   2> 730631 T3601 oasc.CoreContainer.<init> New CoreContainer 1889882294
   [junit4]   2> 730632 T3601 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375051030950/]
   [junit4]   2> 730633 T3601 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 730634 T3601 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 730634 T3601 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 730635 T3601 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 730635 T3601 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 730636 T3601 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 730636 T3601 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 730637 T3601 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 730637 T3601 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 730638 T3601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 730655 T3601 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65526/solr
   [junit4]   2> 730656 T3601 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 730657 T3601 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 730661 T3657 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75561680 name:ZooKeeperConnection Watcher:127.0.0.1:65526 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 730661 T3601 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 730676 T3601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 730688 T3601 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 730690 T3659 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45cdbece name:ZooKeeperConnection Watcher:127.0.0.1:65526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 730691 T3601 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 730702 T3601 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 731701 T3624 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 731702 T3624 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49110_im_g",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49110/im_g"}
   [junit4]   2> 731740 T3601 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64110_im_g
   [junit4]   2> 731742 T3601 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:64110_im_g
   [junit4]   2> 731756 T3623 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 731756 T3643 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 731757 T3659 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 731757 T3630 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 731757 T3659 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> 731758 T3630 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 731760 T3643 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 731760 T3643 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> 731760 T3630 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> 731768 T3623 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 731768 T3623 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> 731774 T3660 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 731774 T3660 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 731776 T3660 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 733263 T3624 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 733264 T3624 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:64110_im_g",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64110/im_g"}
   [junit4]   2> 733265 T3624 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 733265 T3624 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 733296 T3659 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> 733296 T3623 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> 733296 T3630 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> 733296 T3643 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> 733778 T3660 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 733778 T3660 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375051030950/collection1
   [junit4]   2> 733778 T3660 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 733779 T3660 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 733780 T3660 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 733781 T3660 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375051030950/collection1/'
   [junit4]   2> 733782 T3660 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375051030950/collection1/lib/README' to classloader
   [junit4]   2> 733783 T3660 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375051030950/collection1/lib/classes/' to classloader
   [junit4]   2> 733851 T3660 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 733915 T3660 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 734017 T3660 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 734029 T3660 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 734648 T3660 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 734648 T3660 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 734649 T3660 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 734658 T3660 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 734661 T3660 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 734674 T3660 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 734678 T3660 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 734681 T3660 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 734682 T3660 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 734682 T3660 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 734683 T3660 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 734683 T3660 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 734684 T3660 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 734684 T3660 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 734684 T3660 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1375051030950/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty2/
   [junit4]   2> 734684 T3660 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ec74910
   [junit4]   2> 734685 T3660 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty2
   [junit4]   2> 734685 T3660 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty2/index/
   [junit4]   2> 734685 T3660 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 734686 T3660 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty2/index
   [junit4]   2> 734688 T3660 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@6d90386e lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e951fb5),segFN=segments_1,generation=1}
   [junit4]   2> 734688 T3660 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 734692 T3660 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 734692 T3660 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 734693 T3660 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 734693 T3660 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 734694 T3660 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 734694 T3660 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 734694 T3660 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 734695 T3660 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 734695 T3660 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 734702 T3660 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 734707 T3660 oass.SolrIndexSearcher.<init> Opening Searcher@23c99ac5 main
   [junit4]   2> 734708 T3660 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 734709 T3660 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 734712 T3661 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23c99ac5 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 734714 T3660 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 734714 T3660 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:64110/im_g collection:collection1 shard:shard2
   [junit4]   2> 734714 T3660 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 734726 T3660 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 734747 T3660 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 734750 T3660 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 734750 T3660 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 734750 T3660 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:64110/im_g/collection1/
   [junit4]   2> 734750 T3660 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 734750 T3660 oasc.SyncStrategy.syncToMe http://127.0.0.1:64110/im_g/collection1/ has no replicas
   [junit4]   2> 734751 T3660 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:64110/im_g/collection1/ shard2
   [junit4]   2> 734751 T3660 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 734811 T3624 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 734827 T3659 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> 734827 T3623 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> 734827 T3643 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> 734827 T3630 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> 734859 T3660 oasc.ZkController.register We are http://127.0.0.1:64110/im_g/collection1/ and leader is http://127.0.0.1:64110/im_g/collection1/
   [junit4]   2> 734859 T3660 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:64110/im_g
   [junit4]   2> 734859 T3660 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 734859 T3660 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 734859 T3660 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 734862 T3660 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 734863 T3601 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 734864 T3601 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 734864 T3601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 735067 T3601 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 735070 T3601 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:49463
   [junit4]   2> 735071 T3601 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 735071 T3601 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 735071 T3601 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375051035600
   [junit4]   2> 735072 T3601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375051035600/'
   [junit4]   2> 735100 T3601 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375051035600/solr.xml
   [junit4]   2> 735151 T3601 oasc.CoreContainer.<init> New CoreContainer 556867555
   [junit4]   2> 735152 T3601 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375051035600/]
   [junit4]   2> 735153 T3601 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 735154 T3601 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 735154 T3601 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 735154 T3601 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 735154 T3601 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 735155 T3601 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 735155 T3601 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 735155 T3601 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 735156 T3601 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 735156 T3601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 735168 T3601 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65526/solr
   [junit4]   2> 735168 T3601 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 735169 T3601 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 735173 T3673 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2024811b name:ZooKeeperConnection Watcher:127.0.0.1:65526 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 735174 T3601 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 735188 T3601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 735196 T3601 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 735199 T3675 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a27370c name:ZooKeeperConnection Watcher:127.0.0.1:65526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 735199 T3601 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 735209 T3601 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 736212 T3601 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49463_im_g
   [junit4]   2> 736215 T3601 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49463_im_g
   [junit4]   2> 736217 T3643 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 736217 T3623 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 736219 T3659 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 736219 T3675 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 736219 T3630 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 736219 T3659 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 736220 T3630 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 736221 T3643 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 736221 T3623 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 736236 T3676 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 736236 T3676 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 736238 T3676 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 736334 T3624 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 736336 T3624 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:64110_im_g",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64110/im_g"}
   [junit4]   2> 736341 T3624 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49463_im_g",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49463/im_g"}
   [junit4]   2> 736341 T3624 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 736341 T3624 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 736353 T3659 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> 736353 T3675 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> 736353 T3623 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> 736353 T3630 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> 736353 T3643 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> 737239 T3676 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 737239 T3676 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375051035600/collection1
   [junit4]   2> 737240 T3676 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 737241 T3676 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 737241 T3676 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 737243 T3676 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375051035600/collection1/'
   [junit4]   2> 737245 T3676 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375051035600/collection1/lib/README' to classloader
   [junit4]   2> 737246 T3676 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375051035600/collection1/lib/classes/' to classloader
   [junit4]   2> 737303 T3676 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 737365 T3676 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 737467 T3676 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 737478 T3676 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 738114 T3676 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 738115 T3676 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 738115 T3676 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 738124 T3676 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 738127 T3676 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 738139 T3676 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 738143 T3676 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 738146 T3676 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 738147 T3676 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 738148 T3676 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 738148 T3676 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 738149 T3676 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 738149 T3676 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 738149 T3676 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 738149 T3676 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1375051035600/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty3/
   [junit4]   2> 738150 T3676 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ec74910
   [junit4]   2> 738150 T3676 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty3
   [junit4]   2> 738150 T3676 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty3/index/
   [junit4]   2> 738151 T3676 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 738151 T3676 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1375051019371/jetty3/index
   [junit4]   2> 738154 T3676 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2697b843 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b766004),segFN=segments_1,generation=1}
   [junit4]   2> 738154 T3676 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 738157 T3676 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 738158 T3676 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 738158 T3676 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 738159 T3676 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 738159 T3676 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 738159 T3676 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 738160 T3676 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 738160 T3676 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 738160 T3676 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 738168 T3676 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 738173 T3676 oass.SolrIndexSearcher.<init> Opening Searcher@262b8c37 main
   [junit4]   2> 738174 T3676 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 738174 T3676 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 738178 T3677 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@262b8c37 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 738179 T3676 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 738180 T3676 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49463/im_g collection:collection1 shard:shard1
   [junit4]   2> 738180 T3676 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 738194 T3676 oasc.ZkController.register We are http://127.0.0.1:49463/im_g/collection1/ and leader is http://127.0.0.1:49110/im_g/collection1/
   [junit4]   2> 738194 T3676 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49463/im_g
   [junit4]   2> 738194 T3676 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 738194 T3676 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C465 name=collection1 org.apache.solr.core.SolrCore@47052999 url=http://127.0.0.1:49463/im_g/collection1 node=127.0.0.1:49463_im_g C465_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, node_name=127.0.0.1:49463_im_g, base_url=http://127.0.0.1:49463/im_g}
   [junit4]   2> 738195 T3678 C465 P49463 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 738196 T3678 C465 P49463 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 738196 T3676 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 738196 T3678 C465 P49463 oasc.ZkController.publish publishing core=collection1 state=recovering
   [junit4]   2> 738196 T3678 C465 P49463 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 738197 T3601 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 738198 T3601 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 738197 T3678 C465 P49463 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 738198 T3601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 738210 T3633 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 738496 T3601 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 738498 T3601 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:37182
   [junit4]   2> 738499 T3601 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 738500 T3601 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 738500 T3601 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1375051038941
   [junit4]   2> 738501 T3601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1375051038941/'
   [junit4]   2> 738552 T3601 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1375051038941/solr.xml
   [junit4]   2> 738629 T3601 oasc.CoreContainer.<init> New CoreContainer 722759075
   [junit4]   2> 738630 T3601 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1375051038941/]
   [junit4]   2> 738632 T3601 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 738632 T3601 oashc.HttpShardHandlerFac

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

questDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]   2> 	        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]   2> 	        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]   2> 	        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]   2> 	        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]   2> 	        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]   2> 	        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]   2> 	        at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:679)
   [junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, locale=ko_KR, timezone=Africa/Blantyre
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=2,free=321012112,total=452788224
   [junit4]   2> NOTE: All tests run in this JVM: [EchoParamsTest, TestJmxMonitoredMap, HighlighterConfigTest, PingRequestHandlerTest, SampleTest, PathHierarchyTokenizerFactoryTest, TestSchemaSimilarityResource, ZkSolrClientTest, TestFieldCollectionResource, TestElisionMultitermQuery, OutputWriterTest, TestJmxIntegration, HdfsSyncSliceTest, HdfsBasicDistributedZk2Test, QueryResultKeyTest, HardAutoCommitTest, NoCacheHeaderTest, TestLMJelinekMercerSimilarityFactory, TestPropInject, CoreContainerCoreInitFailuresTest, TestFastOutputStream, BadIndexSchemaTest, IndexReaderFactoryTest, LeaderElectionIntegrationTest, TestStressReorder, TestComponentsName, TestSolrJ, TestAtomicUpdateErrorCases, TestRangeQuery, TestCoreDiscovery, CoreAdminCreateDiscoverTest, URLClassifyProcessorTest, StandardRequestHandlerTest, TestZkChroot, SolrPluginUtilsTest, HdfsLockFactoryTest, DOMUtilTest, TestCloudManagedSchema, TermVectorComponentDistributedTest, TestLazyCores, TestLuceneMatchVersion, IndexBasedSpellCheckerTest, SolrCoreCheckLockOnStartupTest, ConvertedLegacyTest, StatsComponentTest, TestArbitraryIndexDir, TestDistributedGrouping, SimplePostToolTest, SpellCheckCollatorTest, TestAnalyzedSuggestions, TestRecovery, DateMathParserTest, TestRTGBase, DistanceFunctionTest, TestDistributedSearch, ZkNodePropsTest, HdfsCollectionsAPIDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, TestSchemaVersionResource, FileUtilsTest, DefaultValueUpdateProcessorTest, TestDynamicFieldResource, TestIndexSearcher, SuggesterWFSTTest, NumericFieldsTest, TestManagedSchema, DirectUpdateHandlerTest, BasicDistributedZk2Test, TestQueryTypes, SortByFunctionTest, TestDefaultSimilarityFactory, RequiredFieldsTest, TestBinaryResponseWriter, UpdateParamsTest, TestSuggestSpellingConverter, BasicDistributedZkTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=B03999EC068BD67A -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=ko_KR -Dtests.timezone=Africa/Blantyre -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | BasicDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 
   [junit4]    >    1) Thread[id=4094, name=recoveryCmdExecutor-1290-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
   [junit4]    >         at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
   [junit4]    >         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
   [junit4]    >         at java.net.Socket.connect(Socket.java:546)
   [junit4]    >         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    >         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    >         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    >         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:679)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B03999EC068BD67A]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=4094, name=recoveryCmdExecutor-1290-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
   [junit4]    >         at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
   [junit4]    >         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
   [junit4]    >         at java.net.Socket.connect(Socket.java:546)
   [junit4]    >         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    >         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    >         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    >         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:679)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B03999EC068BD67A]:0)
   [junit4] Completed on J1 in 391.86s, 1 test, 2 errors <<< FAILURES!

[...truncated 488 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:402: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:375: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1233: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:876: There were test failures: 319 suites, 1345 tests, 2 suite-level errors, 708 ignored (3 assumptions)

Total time: 86 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 327 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/327/

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest:     1) Thread[id=3246, name=recoveryCmdExecutor-1475-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]         at java.net.PlainSocketImpl.socketConnect(Native Method)         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)         at java.net.Socket.connect(Socket.java:546)         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:679)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 
   1) Thread[id=3246, name=recoveryCmdExecutor-1475-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
        at java.net.Socket.connect(Socket.java:546)
        at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
        at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:679)
	at __randomizedtesting.SeedInfo.seed([20D09C99D30D98AD]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=3246, name=recoveryCmdExecutor-1475-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]         at java.net.PlainSocketImpl.socketConnect(Native Method)         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)         at java.net.Socket.connect(Socket.java:546)         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:679)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=3246, name=recoveryCmdExecutor-1475-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
        at java.net.Socket.connect(Socket.java:546)
        at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
        at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:679)
	at __randomizedtesting.SeedInfo.seed([20D09C99D30D98AD]:0)




Build Log:
[...truncated 9289 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 1323110 T2707 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /p_/
   [junit4]   2> 1323115 T2707 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1374958339588
   [junit4]   2> 1323116 T2707 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1323117 T2708 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1323218 T2707 oasc.ZkTestServer.run start zk server on port:32878
   [junit4]   2> 1323219 T2707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1323224 T2714 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bba406c name:ZooKeeperConnection Watcher:127.0.0.1:32878 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1323224 T2707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1323224 T2707 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1323239 T2707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1323240 T2716 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78a939c0 name:ZooKeeperConnection Watcher:127.0.0.1:32878/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1323241 T2707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1323241 T2707 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1323251 T2707 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1323254 T2707 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1323257 T2707 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1323266 T2707 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1323266 T2707 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1323273 T2707 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1323273 T2707 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1323377 T2707 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1323378 T2707 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1323381 T2707 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1323382 T2707 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1323392 T2707 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1323393 T2707 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1323397 T2707 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1323397 T2707 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1323401 T2707 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1323402 T2707 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1323405 T2707 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1323406 T2707 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1323409 T2707 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1323410 T2707 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1323679 T2707 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1323683 T2707 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:32881
   [junit4]   2> 1323684 T2707 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1323684 T2707 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1323685 T2707 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374958339886
   [junit4]   2> 1323685 T2707 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374958339886/'
   [junit4]   2> 1323721 T2707 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374958339886/solr.xml
   [junit4]   2> 1323792 T2707 oasc.CoreContainer.<init> New CoreContainer 369628003
   [junit4]   2> 1323793 T2707 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374958339886/]
   [junit4]   2> 1323795 T2707 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1323795 T2707 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1323796 T2707 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1323796 T2707 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1323797 T2707 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1323797 T2707 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1323798 T2707 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1323798 T2707 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1323798 T2707 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1323799 T2707 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1323816 T2707 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:32878/solr
   [junit4]   2> 1323816 T2707 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1323817 T2707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1323820 T2727 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c30d3e1 name:ZooKeeperConnection Watcher:127.0.0.1:32878 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1323820 T2707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1323831 T2707 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1323842 T2707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1323844 T2729 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@779c8866 name:ZooKeeperConnection Watcher:127.0.0.1:32878/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1323844 T2707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1323847 T2707 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1323857 T2707 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1323861 T2707 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1323863 T2707 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32881_p_
   [junit4]   2> 1323870 T2707 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32881_p_
   [junit4]   2> 1323874 T2707 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1323888 T2707 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1323892 T2707 oasc.Overseer.start Overseer (id=90109269743697923-127.0.0.1:32881_p_-n_0000000000) starting
   [junit4]   2> 1323905 T2707 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1323917 T2731 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1323918 T2707 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1323921 T2707 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1323923 T2707 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1323926 T2730 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1323931 T2732 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1323932 T2732 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1323934 T2732 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1325431 T2730 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1325432 T2730 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:32881_p_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:32881/p_"}
   [junit4]   2> 1325433 T2730 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
   [junit4]   2> 1325433 T2730 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1325453 T2729 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> 1325936 T2732 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1325936 T2732 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374958339886/collection1
   [junit4]   2> 1325936 T2732 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1325937 T2732 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1325938 T2732 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1325939 T2732 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374958339886/collection1/'
   [junit4]   2> 1325940 T2732 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374958339886/collection1/lib/classes/' to classloader
   [junit4]   2> 1325941 T2732 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374958339886/collection1/lib/README' to classloader
   [junit4]   2> 1325998 T2732 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1326056 T2732 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1326158 T2732 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1326170 T2732 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1326788 T2732 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1326789 T2732 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1326790 T2732 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1326803 T2732 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1326807 T2732 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1326824 T2732 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1326829 T2732 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1326833 T2732 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1326834 T2732 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1326835 T2732 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1326835 T2732 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1326836 T2732 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1326836 T2732 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1326836 T2732 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1326837 T2732 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374958339886/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/control/data/
   [junit4]   2> 1326837 T2732 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30b16f5f
   [junit4]   2> 1326838 T2732 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/control/data
   [junit4]   2> 1326838 T2732 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/control/data/index/
   [junit4]   2> 1326838 T2732 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1326839 T2732 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/control/data/index
   [junit4]   2> 1326843 T2732 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1cd2e661 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46acfd73),segFN=segments_1,generation=1}
   [junit4]   2> 1326843 T2732 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1326847 T2732 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1326847 T2732 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1326848 T2732 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1326849 T2732 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1326849 T2732 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1326849 T2732 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1326850 T2732 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1326850 T2732 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1326850 T2732 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1326860 T2732 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1326867 T2732 oass.SolrIndexSearcher.<init> Opening Searcher@3e34bb4d main
   [junit4]   2> 1326868 T2732 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1326868 T2732 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1326871 T2733 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3e34bb4d main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1326873 T2732 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1326873 T2732 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:32881/p_ collection:control_collection shard:shard1
   [junit4]   2> 1326873 T2732 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 1326888 T2732 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1326905 T2732 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1326916 T2732 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1326917 T2732 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1326917 T2732 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:32881/p_/collection1/
   [junit4]   2> 1326917 T2732 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1326917 T2732 oasc.SyncStrategy.syncToMe http://127.0.0.1:32881/p_/collection1/ has no replicas
   [junit4]   2> 1326918 T2732 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:32881/p_/collection1/ shard1
   [junit4]   2> 1326918 T2732 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1326959 T2730 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1326974 T2729 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> 1327035 T2732 oasc.ZkController.register We are http://127.0.0.1:32881/p_/collection1/ and leader is http://127.0.0.1:32881/p_/collection1/
   [junit4]   2> 1327035 T2732 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:32881/p_
   [junit4]   2> 1327035 T2732 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1327035 T2732 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1327035 T2732 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1327037 T2732 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1327038 T2707 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0
   [junit4]   2> 1327039 T2707 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1327039 T2707 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1327049 T2707 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 1327050 T2707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1327052 T2736 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4888c512 name:ZooKeeperConnection Watcher:127.0.0.1:32878/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1327052 T2707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1327054 T2707 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1327056 T2707 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 1327319 T2707 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1327322 T2707 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:46519
   [junit4]   2> 1327323 T2707 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1327323 T2707 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1327324 T2707 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374958343529
   [junit4]   2> 1327324 T2707 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374958343529/'
   [junit4]   2> 1327360 T2707 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374958343529/solr.xml
   [junit4]   2> 1327431 T2707 oasc.CoreContainer.<init> New CoreContainer 128332169
   [junit4]   2> 1327432 T2707 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374958343529/]
   [junit4]   2> 1327433 T2707 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1327434 T2707 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1327434 T2707 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1327435 T2707 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1327435 T2707 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1327436 T2707 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1327436 T2707 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1327436 T2707 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1327437 T2707 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1327437 T2707 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1327452 T2707 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:32878/solr
   [junit4]   2> 1327453 T2707 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1327454 T2707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1327515 T2747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ffe1d4b name:ZooKeeperConnection Watcher:127.0.0.1:32878 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1327515 T2707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1327530 T2707 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1327540 T2707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1327542 T2749 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13d44f78 name:ZooKeeperConnection Watcher:127.0.0.1:32878/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1327542 T2707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1327547 T2707 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1328489 T2730 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1328490 T2730 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:32881_p_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:32881/p_"}
   [junit4]   2> 1328531 T2736 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> 1328531 T2749 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> 1328531 T2729 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> 1328551 T2707 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46519_p_
   [junit4]   2> 1328553 T2707 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46519_p_
   [junit4]   2> 1328556 T2736 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1328556 T2729 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1328556 T2749 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1328558 T2736 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1328559 T2729 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1328560 T2749 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1328566 T2750 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1328567 T2750 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1328568 T2750 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1330038 T2730 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1330039 T2730 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:46519_p_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:46519/p_"}
   [junit4]   2> 1330040 T2730 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
   [junit4]   2> 1330040 T2730 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1330064 T2736 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> 1330065 T2749 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> 1330065 T2729 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> 1330570 T2750 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1330570 T2750 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374958343529/collection1
   [junit4]   2> 1330570 T2750 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1330571 T2750 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1330571 T2750 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1330572 T2750 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374958343529/collection1/'
   [junit4]   2> 1330574 T2750 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374958343529/collection1/lib/classes/' to classloader
   [junit4]   2> 1330574 T2750 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374958343529/collection1/lib/README' to classloader
   [junit4]   2> 1330627 T2750 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1330685 T2750 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1330787 T2750 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1330799 T2750 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1331415 T2750 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1331416 T2750 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1331416 T2750 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1331429 T2750 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1331433 T2750 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1331451 T2750 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1331456 T2750 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1331460 T2750 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1331462 T2750 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1331462 T2750 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1331462 T2750 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1331463 T2750 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1331463 T2750 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1331464 T2750 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1331464 T2750 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374958343529/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty1/
   [junit4]   2> 1331464 T2750 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30b16f5f
   [junit4]   2> 1331465 T2750 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty1
   [junit4]   2> 1331465 T2750 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty1/index/
   [junit4]   2> 1331466 T2750 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1331466 T2750 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty1/index
   [junit4]   2> 1331469 T2750 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7df433f lockFactory=org.apache.lucene.store.NativeFSLockFactory@656a12a9),segFN=segments_1,generation=1}
   [junit4]   2> 1331470 T2750 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1331474 T2750 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1331474 T2750 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1331474 T2750 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1331475 T2750 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1331476 T2750 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1331476 T2750 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1331476 T2750 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1331477 T2750 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1331477 T2750 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1331486 T2750 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1331493 T2750 oass.SolrIndexSearcher.<init> Opening Searcher@67f9f9bb main
   [junit4]   2> 1331494 T2750 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1331494 T2750 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1331498 T2751 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@67f9f9bb main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1331500 T2750 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1331500 T2750 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46519/p_ collection:collection1 shard:shard1
   [junit4]   2> 1331500 T2750 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 1331516 T2750 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1331538 T2750 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1331549 T2750 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1331550 T2750 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1331550 T2750 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:46519/p_/collection1/
   [junit4]   2> 1331550 T2750 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1331550 T2750 oasc.SyncStrategy.syncToMe http://127.0.0.1:46519/p_/collection1/ has no replicas
   [junit4]   2> 1331550 T2750 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:46519/p_/collection1/ shard1
   [junit4]   2> 1331551 T2750 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1331570 T2730 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1331578 T2736 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> 1331578 T2729 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> 1331578 T2749 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> 1331609 T2750 oasc.ZkController.register We are http://127.0.0.1:46519/p_/collection1/ and leader is http://127.0.0.1:46519/p_/collection1/
   [junit4]   2> 1331609 T2750 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46519/p_
   [junit4]   2> 1331609 T2750 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1331609 T2750 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1331609 T2750 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1331611 T2750 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1331613 T2707 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0
   [junit4]   2> 1331613 T2707 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1331614 T2707 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1331894 T2707 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1331897 T2707 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:46524
   [junit4]   2> 1331898 T2707 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1331898 T2707 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1331899 T2707 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374958348097
   [junit4]   2> 1331899 T2707 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374958348097/'
   [junit4]   2> 1331935 T2707 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374958348097/solr.xml
   [junit4]   2> 1332009 T2707 oasc.CoreContainer.<init> New CoreContainer 1435253192
   [junit4]   2> 1332010 T2707 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374958348097/]
   [junit4]   2> 1332011 T2707 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1332012 T2707 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1332012 T2707 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1332013 T2707 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1332013 T2707 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1332014 T2707 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1332014 T2707 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1332014 T2707 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1332015 T2707 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1332015 T2707 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1332032 T2707 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:32878/solr
   [junit4]   2> 1332032 T2707 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1332033 T2707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1332036 T2763 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6925a558 name:ZooKeeperConnection Watcher:127.0.0.1:32878 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1332037 T2707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1332051 T2707 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1332061 T2707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1332064 T2765 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@654395f6 name:ZooKeeperConnection Watcher:127.0.0.1:32878/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1332064 T2707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1332076 T2707 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1333079 T2707 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46524_p_
   [junit4]   2> 1333091 T2707 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46524_p_
   [junit4]   2> 1333093 T2730 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1333094 T2736 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1333094 T2749 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1333094 T2729 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1333095 T2765 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1333096 T2730 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:46519_p_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:46519/p_"}
   [junit4]   2> 1333097 T2736 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1333098 T2749 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1333111 T2766 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1333111 T2766 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1333113 T2736 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> 1333113 T2765 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> 1333113 T2749 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> 1333113 T2766 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1333118 T2729 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1333118 T2729 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> 1334619 T2730 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1334620 T2730 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:46524_p_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:46524/p_"}
   [junit4]   2> 1334621 T2730 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1334621 T2730 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1334626 T2736 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> 1334626 T2765 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> 1334626 T2749 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> 1334626 T2729 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> 1335116 T2766 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1335116 T2766 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374958348097/collection1
   [junit4]   2> 1335116 T2766 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1335117 T2766 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1335118 T2766 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1335119 T2766 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374958348097/collection1/'
   [junit4]   2> 1335120 T2766 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374958348097/collection1/lib/README' to classloader
   [junit4]   2> 1335121 T2766 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374958348097/collection1/lib/classes/' to classloader
   [junit4]   2> 1335174 T2766 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1335232 T2766 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1335334 T2766 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1335346 T2766 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1335958 T2766 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1335958 T2766 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1335959 T2766 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1335971 T2766 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1335976 T2766 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1335993 T2766 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1335999 T2766 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1336003 T2766 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1336004 T2766 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1336005 T2766 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1336005 T2766 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1336006 T2766 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1336006 T2766 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1336007 T2766 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1336007 T2766 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374958348097/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty2/
   [junit4]   2> 1336007 T2766 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30b16f5f
   [junit4]   2> 1336008 T2766 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty2
   [junit4]   2> 1336008 T2766 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty2/index/
   [junit4]   2> 1336009 T2766 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1336009 T2766 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty2/index
   [junit4]   2> 1336013 T2766 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6e3fafc1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14569e58),segFN=segments_1,generation=1}
   [junit4]   2> 1336013 T2766 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1336017 T2766 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1336017 T2766 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1336018 T2766 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1336019 T2766 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1336019 T2766 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1336020 T2766 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1336020 T2766 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1336021 T2766 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1336021 T2766 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1336030 T2766 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1336037 T2766 oass.SolrIndexSearcher.<init> Opening Searcher@aff23e main
   [junit4]   2> 1336039 T2766 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1336039 T2766 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1336043 T2767 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@aff23e main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1336045 T2766 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1336045 T2766 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46524/p_ collection:collection1 shard:shard2
   [junit4]   2> 1336045 T2766 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 1336062 T2766 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1336084 T2766 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1336095 T2766 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1336095 T2766 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1336095 T2766 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:46524/p_/collection1/
   [junit4]   2> 1336096 T2766 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1336096 T2766 oasc.SyncStrategy.syncToMe http://127.0.0.1:46524/p_/collection1/ has no replicas
   [junit4]   2> 1336096 T2766 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:46524/p_/collection1/ shard2
   [junit4]   2> 1336096 T2766 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1336132 T2730 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1336147 T2736 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> 1336147 T2749 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> 1336147 T2729 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> 1336147 T2765 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> 1336162 T2766 oasc.ZkController.register We are http://127.0.0.1:46524/p_/collection1/ and leader is http://127.0.0.1:46524/p_/collection1/
   [junit4]   2> 1336162 T2766 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46524/p_
   [junit4]   2> 1336162 T2766 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1336162 T2766 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1336163 T2766 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1336165 T2766 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1336166 T2707 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0
   [junit4]   2> 1336166 T2707 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1336167 T2707 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1336455 T2707 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1336459 T2707 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:46528
   [junit4]   2> 1336459 T2707 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1336460 T2707 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1336460 T2707 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374958352648
   [junit4]   2> 1336461 T2707 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374958352648/'
   [junit4]   2> 1336497 T2707 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374958352648/solr.xml
   [junit4]   2> 1336568 T2707 oasc.CoreContainer.<init> New CoreContainer 342563368
   [junit4]   2> 1336569 T2707 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374958352648/]
   [junit4]   2> 1336570 T2707 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1336571 T2707 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1336571 T2707 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1336572 T2707 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1336572 T2707 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1336573 T2707 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1336573 T2707 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1336574 T2707 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1336574 T2707 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1336574 T2707 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1336589 T2707 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:32878/solr
   [junit4]   2> 1336590 T2707 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1336591 T2707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1336593 T2779 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3824291 name:ZooKeeperConnection Watcher:127.0.0.1:32878 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1336593 T2707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1336596 T2707 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1336605 T2707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1336607 T2781 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53abf0e8 name:ZooKeeperConnection Watcher:127.0.0.1:32878/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1336608 T2707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1336620 T2707 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1337624 T2707 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46528_p_
   [junit4]   2> 1337630 T2707 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46528_p_
   [junit4]   2> 1337633 T2736 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1337633 T2749 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1337633 T2729 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1337634 T2765 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1337633 T2781 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1337634 T2765 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1337635 T2736 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1337636 T2749 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1337636 T2729 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1337651 T2782 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1337652 T2782 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1337653 T2782 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1337655 T2730 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1337656 T2730 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:46524_p_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:46524/p_"}
   [junit4]   2> 1337661 T2730 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:46528_p_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:46528/p_"}
   [junit4]   2> 1337661 T2730 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1337662 T2730 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1337676 T2781 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> 1337676 T2765 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> 1337676 T2729 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> 1337676 T2749 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> 1337676 T2736 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> 1338655 T2782 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1338655 T2782 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374958352648/collection1
   [junit4]   2> 1338655 T2782 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1338656 T2782 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1338656 T2782 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1338658 T2782 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374958352648/collection1/'
   [junit4]   2> 1338659 T2782 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374958352648/collection1/lib/README' to classloader
   [junit4]   2> 1338659 T2782 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374958352648/collection1/lib/classes/' to classloader
   [junit4]   2> 1338715 T2782 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1338774 T2782 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1338875 T2782 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1338886 T2782 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1339499 T2782 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1339499 T2782 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1339500 T2782 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1339512 T2782 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1339517 T2782 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1339534 T2782 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1339539 T2782 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1339544 T2782 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1339545 T2782 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1339545 T2782 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1339546 T2782 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1339547 T2782 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1339547 T2782 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1339547 T2782 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1339548 T2782 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374958352648/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty3/
   [junit4]   2> 1339548 T2782 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30b16f5f
   [junit4]   2> 1339549 T2782 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty3
   [junit4]   2> 1339549 T2782 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty3/index/
   [junit4]   2> 1339550 T2782 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 1339550 T2782 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374958339587/jetty3/index
   [junit4]   2> 1339553 T2782 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2ab089cd lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e073429),segFN=segments_1,generation=1}
   [junit4]   2> 1339554 T2782 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1339558 T2782 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1339558 T2782 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1339559 T2782 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1339559 T2782 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1339560 T2782 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1339560 T2782 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1339561 T2782 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1339561 T2782 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1339562 T2782 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1339571 T2782 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1339578 T2782 oass.SolrIndexSearcher.<init> Opening Searcher@4ed654df main
   [junit4]   2> 1339579 T2782 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1339580 T2782 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1339584 T2783 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4ed654df main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1339586 T2782 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1339586 T2782 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46528/p_ collection:collection1 shard:shard1
   [junit4]   2> 1339586 T2782 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 1339605 T2782 oasc.ZkController.register We are http://127.0.0.1:46528/p_/collection1/ and leader is http://127.0.0.1:46519/p_/collection1/
   [junit4]   2> 1339605 T2782 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46528/p_
   [junit4]   2> 1339606 T2782 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 1339606 T2782 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C1658 name=collection1 org.apache.solr.core.SolrCore@47c0c722 url=http://127.0.0.1:46528/p_/collection1 node=127.0.0.1:46528_p_ C1658_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, node_name=127.0.0.1:46528_p_, base_url=http://127.0.0.1:46528/p_}
   [junit4]   2> 1339606 T2784 C1658 P46528 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 1339607 T2782 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1339607 T2784 C1658 P46528 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 1339608 T2784 C1658 P46528 oasc.ZkController.publish publishing core=collection1 state=recovering
   [junit4]   2> 1339608 T2784 C1658 P46528 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1339608 T2707 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0
   [junit4]   2> 1339609 T2707 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1339609 T2707 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1339610 T2784 C1658 P46528 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1339624 T2739 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 1339885 T2707 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1339888 T2707 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:46532
   [junit4]   2> 1339888 T2707 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1339889 T2707 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1339889 T2707 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1374958356093
   [junit4]   2> 1339890 T2707 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1374958356093/'
   [junit4]   2> 1339926 T2707 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1374958356093/solr.xml
   [junit4]   2> 1339998 T2707 oasc.CoreContainer.<init> New CoreContainer 1121925851
   [junit4]   2

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

tingsFormat(name=Memory doPackFST= false), sequence_i=PostingsFormat(name=Memory doPackFST= false), name=PostingsFormat(name=NestedPulsing), foo_i=PostingsFormat(name=Lucene41WithOrds), regex_dup_B_s=Lucene41(blocksize=128), multiDefault=PostingsFormat(name=Lucene41WithOrds), n_tf1=Lucene41(blocksize=128), n_dt1=PostingsFormat(name=Lucene41WithOrds), genre_s=PostingsFormat(name=Memory doPackFST= false), author_t=PostingsFormat(name=Lucene41WithOrds), range_facet_l=Lucene41(blocksize=128), n_ti1=PostingsFormat(name=NestedPulsing), text=PostingsFormat(name=Memory doPackFST= false), _version_=Lucene41(blocksize=128), val_i=PostingsFormat(name=NestedPulsing), SubjectTerms_mfacet=Lucene41(blocksize=128), series_t=PostingsFormat(name=Lucene41WithOrds), a_t=Lucene41(blocksize=128), n_tdt1=Lucene41(blocksize=128), regex_dup_A_s=PostingsFormat(name=Memory doPackFST= false), price=PostingsFormat(name=Memory doPackFST= false), other_tl1=Lucene41(blocksize=128), n_l1=Lucene41(blocksize=128), a_si=PostingsFormat(name=Lucene41WithOrds), inStock=PostingsFormat(name=Memory doPackFST= false)}, docValues:{}, sim=DefaultSimilarity, locale=mk, timezone=Asia/Damascus
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=2,free=335490408,total=499580928
   [junit4]   2> NOTE: All tests run in this JVM: [TestValueSourceCache, DistributedQueryElevationComponentTest, WordBreakSolrSpellCheckerTest, QueryEqualityTest, ClusterStateUpdateTest, ScriptEngineTest, TestGroupingSearch, ExternalFileFieldSortTest, ZkControllerTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestPerFieldSimilarity, DirectSolrConnectionTest, TestConfig, TestPluginEnable, SliceStateUpdateTest, MoreLikeThisHandlerTest, TestJoin, TestReplicationHandler, ShowFileRequestHandlerTest, FieldMutatingUpdateProcessorTest, SearchHandlerTest, SolrCoreTest, DistributedSpellCheckComponentTest, SliceStateTest, DirectUpdateHandlerOptimizeTest, AlternateDirectoryTest, TestPHPSerializedResponseWriter, TestRemoteStreaming, TestMaxScoreQueryParser, BasicFunctionalityTest, TestRandomDVFaceting, PrimitiveFieldTypeTest, SOLR749Test, TestTrie, SuggesterFSTTest, ResponseLogComponentTest, MBeansHandlerTest, TestQueryUtils, ShardRoutingTest, RegexBoostProcessorTest, CircularListTest, TestFieldResource, TestCharFilters, TestDocSet, SolrTestCaseJ4Test, SynonymTokenizerTest, TestXIncludeConfig, TestAddFieldRealTimeGet, SpatialFilterTest, TestLRUCache, ParsingFieldUpdateProcessorsTest, MinimalSchemaTest, AnalysisAfterCoreReloadTest, TestDefaultSearchFieldResource, CoreAdminHandlerTest, FileBasedSpellCheckerTest, TestSolrXmlPersistence, PolyFieldTest, TestSolrXml, TestCopyFieldCollectionResource, TestIBSimilarityFactory, TestShardHandlerFactory, TestUniqueKeyFieldResource, TestStressRecovery, TestSolrQueryParserResource, StressHdfsTest, SchemaVersionSpecificBehaviorTest, LeaderElectionTest, SpellingQueryConverterTest, TestSweetSpotSimilarityFactory, CachingDirectoryFactoryTest, TestFuzzyAnalyzedSuggestions, TestWriterPerf, UUIDFieldTest, DocumentBuilderTest, ReturnFieldsTest, IndexSchemaTest, TestSolrDeletionPolicy1, BasicDistributedZkTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=20D09C99D30D98AD -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=mk -Dtests.timezone=Asia/Damascus -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | BasicDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 
   [junit4]    >    1) Thread[id=3246, name=recoveryCmdExecutor-1475-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
   [junit4]    >         at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
   [junit4]    >         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
   [junit4]    >         at java.net.Socket.connect(Socket.java:546)
   [junit4]    >         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    >         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    >         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    >         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:679)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([20D09C99D30D98AD]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=3246, name=recoveryCmdExecutor-1475-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
   [junit4]    >         at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
   [junit4]    >         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
   [junit4]    >         at java.net.Socket.connect(Socket.java:546)
   [junit4]    >         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    >         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    >         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    >         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:679)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([20D09C99D30D98AD]:0)
   [junit4] Completed on J0 in 419.75s, 1 test, 2 errors <<< FAILURES!

[...truncated 478 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:402: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:375: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1233: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:876: There were test failures: 319 suites, 1345 tests, 2 suite-level errors, 597 ignored (1 assumption)

Total time: 88 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 326 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/326/

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest:     1) Thread[id=2349, name=recoveryCmdExecutor-1091-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]         at java.net.PlainSocketImpl.socketConnect(Native Method)         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)         at java.net.Socket.connect(Socket.java:546)         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:679)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 
   1) Thread[id=2349, name=recoveryCmdExecutor-1091-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
        at java.net.Socket.connect(Socket.java:546)
        at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
        at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:679)
	at __randomizedtesting.SeedInfo.seed([43D2BEEC9E2FC10B]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=2349, name=recoveryCmdExecutor-1091-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]         at java.net.PlainSocketImpl.socketConnect(Native Method)         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)         at java.net.Socket.connect(Socket.java:546)         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:679)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=2349, name=recoveryCmdExecutor-1091-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
        at java.net.Socket.connect(Socket.java:546)
        at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
        at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:679)
	at __randomizedtesting.SeedInfo.seed([43D2BEEC9E2FC10B]:0)




Build Log:
[...truncated 9288 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 464530 T1863 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 464536 T1863 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZkTest-1374853654815
   [junit4]   2> 464538 T1863 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 464538 T1864 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 464639 T1863 oasc.ZkTestServer.run start zk server on port:59513
   [junit4]   2> 464640 T1863 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 464644 T1870 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24fc01e3 name:ZooKeeperConnection Watcher:127.0.0.1:59513 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 464644 T1863 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 464644 T1863 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 464659 T1863 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 464660 T1872 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15222f9f name:ZooKeeperConnection Watcher:127.0.0.1:59513/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 464661 T1863 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 464661 T1863 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 464665 T1863 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 464668 T1863 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 464670 T1863 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 464673 T1863 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 464674 T1863 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 464679 T1863 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 464680 T1863 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 464830 T1863 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 464830 T1863 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 464834 T1863 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 464834 T1863 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 464837 T1863 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 464838 T1863 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 464841 T1863 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 464842 T1863 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 464849 T1863 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 464850 T1863 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 464853 T1863 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 464853 T1863 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 464857 T1863 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 464857 T1863 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 465120 T1863 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 465123 T1863 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:59516
   [junit4]   2> 465124 T1863 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 465124 T1863 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 465125 T1863 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374853655139
   [junit4]   2> 465125 T1863 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374853655139/'
   [junit4]   2> 465163 T1863 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374853655139/solr.xml
   [junit4]   2> 465235 T1863 oasc.CoreContainer.<init> New CoreContainer 1408306780
   [junit4]   2> 465236 T1863 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374853655139/]
   [junit4]   2> 465238 T1863 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 465238 T1863 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 465239 T1863 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 465239 T1863 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 465240 T1863 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 465240 T1863 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 465241 T1863 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 465241 T1863 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 465241 T1863 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 465242 T1863 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 465259 T1863 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59513/solr
   [junit4]   2> 465260 T1863 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 465261 T1863 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 465264 T1883 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f21fc12 name:ZooKeeperConnection Watcher:127.0.0.1:59513 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 465264 T1863 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 465268 T1863 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 465280 T1863 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 465282 T1885 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53ce4d41 name:ZooKeeperConnection Watcher:127.0.0.1:59513/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 465282 T1863 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 465284 T1863 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 465294 T1863 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 465298 T1863 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 465300 T1863 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59516_
   [junit4]   2> 465309 T1863 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59516_
   [junit4]   2> 465312 T1863 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 465325 T1863 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 465333 T1863 oasc.Overseer.start Overseer (id=90102409122283523-127.0.0.1:59516_-n_0000000000) starting
   [junit4]   2> 465344 T1863 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 465355 T1887 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 465356 T1863 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 465359 T1863 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 465361 T1863 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 465364 T1886 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 465369 T1888 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 465369 T1888 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 465371 T1888 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 466868 T1886 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 466869 T1886 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59516_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59516"}
   [junit4]   2> 466869 T1886 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
   [junit4]   2> 466869 T1886 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 466943 T1885 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> 467373 T1888 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 467373 T1888 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374853655139/collection1
   [junit4]   2> 467373 T1888 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 467374 T1888 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 467374 T1888 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 467375 T1888 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374853655139/collection1/'
   [junit4]   2> 467377 T1888 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374853655139/collection1/lib/classes/' to classloader
   [junit4]   2> 467377 T1888 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374853655139/collection1/lib/README' to classloader
   [junit4]   2> 467432 T1888 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 467490 T1888 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 467591 T1888 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 467601 T1888 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 468209 T1888 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 468211 T1888 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 468211 T1888 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 468219 T1888 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 468222 T1888 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 468235 T1888 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 468239 T1888 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 468242 T1888 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 468243 T1888 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 468243 T1888 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 468243 T1888 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 468244 T1888 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 468244 T1888 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 468245 T1888 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 468245 T1888 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1374853655139/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/control/data/
   [junit4]   2> 468245 T1888 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1824c22b
   [junit4]   2> 468246 T1888 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/control/data
   [junit4]   2> 468246 T1888 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/control/data/index/
   [junit4]   2> 468246 T1888 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 468246 T1888 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/control/data/index
   [junit4]   2> 468250 T1888 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3b3889fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@6dbed0cc; maxCacheMB=0.646484375 maxMergeSizeMB=0.6787109375))),segFN=segments_1,generation=1}
   [junit4]   2> 468250 T1888 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 468253 T1888 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 468253 T1888 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 468253 T1888 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 468254 T1888 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 468254 T1888 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 468254 T1888 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 468255 T1888 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 468255 T1888 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 468255 T1888 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 468261 T1888 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 468266 T1888 oass.SolrIndexSearcher.<init> Opening Searcher@6a86ed4d main
   [junit4]   2> 468267 T1888 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 468267 T1888 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 468270 T1889 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6a86ed4d main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 468270 T1888 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 468270 T1888 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59516 collection:control_collection shard:shard1
   [junit4]   2> 468270 T1888 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 468281 T1888 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 468316 T1888 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 468329 T1888 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 468329 T1888 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 468329 T1888 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59516/collection1/
   [junit4]   2> 468330 T1888 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 468330 T1888 oasc.SyncStrategy.syncToMe http://127.0.0.1:59516/collection1/ has no replicas
   [junit4]   2> 468330 T1888 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59516/collection1/ shard1
   [junit4]   2> 468330 T1888 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 468502 T1886 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 468521 T1885 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> 468547 T1888 oasc.ZkController.register We are http://127.0.0.1:59516/collection1/ and leader is http://127.0.0.1:59516/collection1/
   [junit4]   2> 468547 T1888 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59516
   [junit4]   2> 468547 T1888 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 468547 T1888 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 468548 T1888 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 468549 T1888 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 468550 T1863 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 468551 T1863 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 468551 T1863 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 468558 T1863 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 468559 T1863 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 468561 T1892 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d554913 name:ZooKeeperConnection Watcher:127.0.0.1:59513/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 468561 T1863 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 468563 T1863 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 468565 T1863 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 468735 T1863 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 468738 T1863 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:59520
   [junit4]   2> 468738 T1863 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 468739 T1863 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 468739 T1863 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374853658843
   [junit4]   2> 468739 T1863 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374853658843/'
   [junit4]   2> 468764 T1863 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374853658843/solr.xml
   [junit4]   2> 468812 T1863 oasc.CoreContainer.<init> New CoreContainer 1025294329
   [junit4]   2> 468813 T1863 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374853658843/]
   [junit4]   2> 468814 T1863 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 468814 T1863 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 468815 T1863 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 468815 T1863 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 468815 T1863 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 468815 T1863 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 468816 T1863 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 468816 T1863 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 468816 T1863 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 468817 T1863 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 468828 T1863 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59513/solr
   [junit4]   2> 468828 T1863 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 468829 T1863 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 468832 T1903 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a7f93c7 name:ZooKeeperConnection Watcher:127.0.0.1:59513 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 468832 T1863 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 468847 T1863 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 468859 T1863 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 468861 T1905 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b75bce4 name:ZooKeeperConnection Watcher:127.0.0.1:59513/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 468861 T1863 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 468870 T1863 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 469874 T1863 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59520_
   [junit4]   2> 469876 T1863 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59520_
   [junit4]   2> 469880 T1892 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 469880 T1905 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 469880 T1885 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 469881 T1885 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 469889 T1906 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 469889 T1906 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 469890 T1906 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 470034 T1886 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 470035 T1886 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59516_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59516"}
   [junit4]   2> 470040 T1886 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59520_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59520"}
   [junit4]   2> 470040 T1886 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
   [junit4]   2> 470040 T1886 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 470053 T1892 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> 470053 T1885 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> 470053 T1905 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> 470892 T1906 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 470892 T1906 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374853658843/collection1
   [junit4]   2> 470892 T1906 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 470893 T1906 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 470893 T1906 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 470894 T1906 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374853658843/collection1/'
   [junit4]   2> 470896 T1906 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374853658843/collection1/lib/classes/' to classloader
   [junit4]   2> 470896 T1906 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374853658843/collection1/lib/README' to classloader
   [junit4]   2> 470959 T1906 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 471017 T1906 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 471119 T1906 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 471129 T1906 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 471733 T1906 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 471733 T1906 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 471734 T1906 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 471742 T1906 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 471745 T1906 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 471758 T1906 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 471762 T1906 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 471765 T1906 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 471766 T1906 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 471767 T1906 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 471767 T1906 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 471768 T1906 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 471768 T1906 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 471768 T1906 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 471769 T1906 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1374853658843/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty1/
   [junit4]   2> 471769 T1906 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1824c22b
   [junit4]   2> 471769 T1906 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty1
   [junit4]   2> 471770 T1906 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty1/index/
   [junit4]   2> 471770 T1906 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 471770 T1906 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty1/index
   [junit4]   2> 471773 T1906 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3c4d5ad7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a7f5681; maxCacheMB=0.646484375 maxMergeSizeMB=0.6787109375))),segFN=segments_1,generation=1}
   [junit4]   2> 471773 T1906 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 471776 T1906 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 471776 T1906 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 471777 T1906 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 471777 T1906 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 471778 T1906 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 471778 T1906 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 471778 T1906 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 471779 T1906 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 471779 T1906 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 471785 T1906 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 471790 T1906 oass.SolrIndexSearcher.<init> Opening Searcher@7792fb95 main
   [junit4]   2> 471791 T1906 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 471791 T1906 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 471794 T1907 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7792fb95 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 471796 T1906 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 471796 T1906 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59520 collection:collection1 shard:shard1
   [junit4]   2> 471796 T1906 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 471807 T1906 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 471912 T1906 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 471954 T1906 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 471954 T1906 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 471954 T1906 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59520/collection1/
   [junit4]   2> 471954 T1906 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 471954 T1906 oasc.SyncStrategy.syncToMe http://127.0.0.1:59520/collection1/ has no replicas
   [junit4]   2> 471955 T1906 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59520/collection1/ shard1
   [junit4]   2> 471955 T1906 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 473069 T1886 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 473092 T1885 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> 473092 T1905 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> 473092 T1892 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> 473132 T1906 oasc.ZkController.register We are http://127.0.0.1:59520/collection1/ and leader is http://127.0.0.1:59520/collection1/
   [junit4]   2> 473132 T1906 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59520
   [junit4]   2> 473132 T1906 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 473133 T1906 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 473133 T1906 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 473135 T1906 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 473136 T1863 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 473137 T1863 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 473138 T1863 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 473408 T1863 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 473411 T1863 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:59523
   [junit4]   2> 473412 T1863 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 473412 T1863 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 473413 T1863 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374853663427
   [junit4]   2> 473413 T1863 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374853663427/'
   [junit4]   2> 473451 T1863 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374853663427/solr.xml
   [junit4]   2> 473523 T1863 oasc.CoreContainer.<init> New CoreContainer 1823630395
   [junit4]   2> 473524 T1863 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374853663427/]
   [junit4]   2> 473525 T1863 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 473526 T1863 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 473526 T1863 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 473527 T1863 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 473527 T1863 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 473528 T1863 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 473528 T1863 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 473528 T1863 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 473529 T1863 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 473529 T1863 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 473546 T1863 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59513/solr
   [junit4]   2> 473547 T1863 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 473548 T1863 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 473551 T1919 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33d2953d name:ZooKeeperConnection Watcher:127.0.0.1:59513 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473551 T1863 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 473566 T1863 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 473578 T1863 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 473580 T1921 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61c29752 name:ZooKeeperConnection Watcher:127.0.0.1:59513/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473580 T1863 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 473592 T1863 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 474596 T1863 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59523_
   [junit4]   2> 474598 T1863 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59523_
   [junit4]   2> 474601 T1892 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 474601 T1905 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 474602 T1885 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 474602 T1921 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 474602 T1885 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 474603 T1892 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 474604 T1905 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 474614 T1886 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 474615 T1886 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59520_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59520"}
   [junit4]   2> 474619 T1922 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 474620 T1922 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 474627 T1892 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> 474627 T1921 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> 474627 T1905 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> 474627 T1885 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> 474628 T1922 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 476138 T1886 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 476140 T1886 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59523_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59523"}
   [junit4]   2> 476140 T1886 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 476140 T1886 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 476154 T1885 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> 476154 T1921 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> 476154 T1905 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> 476154 T1892 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> 476631 T1922 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 476631 T1922 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374853663427/collection1
   [junit4]   2> 476631 T1922 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 476632 T1922 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 476632 T1922 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 476633 T1922 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374853663427/collection1/'
   [junit4]   2> 476634 T1922 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374853663427/collection1/lib/README' to classloader
   [junit4]   2> 476635 T1922 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374853663427/collection1/lib/classes/' to classloader
   [junit4]   2> 476692 T1922 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 476752 T1922 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 476853 T1922 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 476863 T1922 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 477486 T1922 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 477486 T1922 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 477487 T1922 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 477500 T1922 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 477504 T1922 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 477519 T1922 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 477524 T1922 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 477529 T1922 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 477530 T1922 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 477530 T1922 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 477530 T1922 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 477531 T1922 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 477532 T1922 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 477532 T1922 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 477532 T1922 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1374853663427/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty2/
   [junit4]   2> 477533 T1922 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1824c22b
   [junit4]   2> 477534 T1922 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty2
   [junit4]   2> 477534 T1922 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty2/index/
   [junit4]   2> 477534 T1922 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 477535 T1922 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty2/index
   [junit4]   2> 477539 T1922 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@42b56b19 lockFactory=org.apache.lucene.store.NativeFSLockFactory@57028bad; maxCacheMB=0.646484375 maxMergeSizeMB=0.6787109375))),segFN=segments_1,generation=1}
   [junit4]   2> 477539 T1922 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 477544 T1922 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 477544 T1922 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 477545 T1922 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 477546 T1922 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 477546 T1922 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 477547 T1922 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 477547 T1922 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 477548 T1922 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 477548 T1922 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 477565 T1922 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 477572 T1922 oass.SolrIndexSearcher.<init> Opening Searcher@2101f0d8 main
   [junit4]   2> 477574 T1922 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 477574 T1922 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 477579 T1923 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2101f0d8 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 477581 T1922 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 477581 T1922 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59523 collection:collection1 shard:shard2
   [junit4]   2> 477581 T1922 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 477599 T1922 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 477620 T1922 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 477629 T1922 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 477629 T1922 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 477630 T1922 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59523/collection1/
   [junit4]   2> 477630 T1922 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 477630 T1922 oasc.SyncStrategy.syncToMe http://127.0.0.1:59523/collection1/ has no replicas
   [junit4]   2> 477630 T1922 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59523/collection1/ shard2
   [junit4]   2> 477631 T1922 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 477658 T1886 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 477666 T1885 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> 477666 T1905 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> 477666 T1921 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> 477666 T1892 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> 477696 T1922 oasc.ZkController.register We are http://127.0.0.1:59523/collection1/ and leader is http://127.0.0.1:59523/collection1/
   [junit4]   2> 477696 T1922 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59523
   [junit4]   2> 477696 T1922 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 477696 T1922 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 477696 T1922 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 477698 T1922 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 477699 T1863 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 477700 T1863 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 477700 T1863 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 477976 T1863 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 477979 T1863 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:59526
   [junit4]   2> 477979 T1863 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 477980 T1863 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 477980 T1863 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374853667988
   [junit4]   2> 477981 T1863 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374853667988/'
   [junit4]   2> 478020 T1863 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374853667988/solr.xml
   [junit4]   2> 478092 T1863 oasc.CoreContainer.<init> New CoreContainer 1212877220
   [junit4]   2> 478093 T1863 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374853667988/]
   [junit4]   2> 478094 T1863 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 478095 T1863 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 478095 T1863 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 478096 T1863 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 478096 T1863 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 478097 T1863 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 478097 T1863 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 478098 T1863 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 478098 T1863 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 478099 T1863 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 478114 T1863 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59513/solr
   [junit4]   2> 478114 T1863 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 478115 T1863 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 478155 T1935 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36661310 name:ZooKeeperConnection Watcher:127.0.0.1:59513 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 478155 T1863 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 478167 T1863 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 478177 T1863 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 478179 T1937 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30297f31 name:ZooKeeperConnection Watcher:127.0.0.1:59513/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 478179 T1863 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 478192 T1863 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 479174 T1886 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 479175 T1886 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59523_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59523"}
   [junit4]   2> 479180 T1885 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> 479180 T1921 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> 479180 T1905 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> 479180 T1937 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> 479180 T1892 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> 479195 T1863 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59526_
   [junit4]   2> 479197 T1863 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59526_
   [junit4]   2> 479199 T1892 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 479199 T1905 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 479200 T1885 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 479200 T1937 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 479200 T1885 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 479200 T1921 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 479200 T1937 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 479201 T1921 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 479202 T1892 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 479202 T1905 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 479214 T1938 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 479214 T1938 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 479216 T1938 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 480686 T1886 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 480688 T1886 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59526_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59526"}
   [junit4]   2> 480688 T1886 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 480688 T1886 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 480704 T1885 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> 480704 T1905 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> 480704 T1921 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> 480704 T1937 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> 480704 T1892 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> 481218 T1938 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 481218 T1938 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374853667988/collection1
   [junit4]   2> 481218 T1938 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 481219 T1938 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 481219 T1938 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 481220 T1938 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374853667988/collection1/'
   [junit4]   2> 481222 T1938 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374853667988/collection1/lib/README' to classloader
   [junit4]   2> 481222 T1938 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374853667988/collection1/lib/classes/' to classloader
   [junit4]   2> 481277 T1938 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 481335 T1938 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 481436 T1938 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 481446 T1938 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 482063 T1938 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 482063 T1938 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 482064 T1938 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 482077 T1938 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 482081 T1938 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 482096 T1938 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 482101 T1938 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 482105 T1938 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 482106 T1938 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 482107 T1938 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 482107 T1938 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 482108 T1938 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 482108 T1938 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 482109 T1938 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 482109 T1938 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1374853667988/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty3/
   [junit4]   2> 482109 T1938 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1824c22b
   [junit4]   2> 482110 T1938 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty3
   [junit4]   2> 482111 T1938 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty3/index/
   [junit4]   2> 482111 T1938 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 482111 T1938 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1374853654815/jetty3/index
   [junit4]   2> 482115 T1938 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@61f098ea lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a74c894; maxCacheMB=0.646484375 maxMergeSizeMB=0.6787109375))),segFN=segments_1,generation=1}
   [junit4]   2> 482115 T1938 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 482120 T1938 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 482120 T1938 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 482121 T1938 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 482122 T1938 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 482122 T1938 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 482123 T1938 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 482123 T1938 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 482124 T1938 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 482124 T1938 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 482133 T1938 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 482141 T1938 oass.SolrIndexSearcher.<init> Opening Searcher@66e4cf5b main
   [junit4]   2> 482142 T1938 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 482142 T1938 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 482146 T1939 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@66e4cf5b main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 482149 T1938 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 482149 T1938 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59526 collection:collection1 shard:shard1
   [junit4]   2> 482149 T1938 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 482172 T1938 oasc.ZkController.register We are http://127.0.0.1:59526/collection1/ and leader is http://127.0.0.1:59520/collection1/
   [junit4]   2> 482173 T1938 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59526
   [junit4]   2> 482173 T1938 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 482173 T1938 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C366 name=collection1 org.apache.solr.core.SolrCore@2cd714bd url=http://127.0.0.1:59526/collection1 node=127.0.0.1:59526_ C366_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, node_name=127.0.0.1:59526_, base_url=http://127.0.0.1:59526}
   [junit4]   2> 482173 T1940 C366 P59526 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 482175 T1940 C366 P59526 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 482175 T1938 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 482175 T1940 C366 P59526 oasc.ZkController.publish publishing core=collection1 state=recovering
   [junit4]   2> 482175 T1940 C366 P59526 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 482176 T1863 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 482177 T1863 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 482177 T1863 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 482208 T1940 C366 P59526 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 482210 T1886 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 482211 T1886 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59526_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59526"}
   [junit4]   2> 482220 T1895 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 482230 T1885 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> 482230 T1921 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> 482230 T1905 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - 

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

2> 	        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]   2> 	        at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]   2> 	        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]   2> 	        at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]   2> 	        at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:679)
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=332), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=332)), sim=DefaultSimilarity, locale=de_CH, timezone=SystemV/MST7
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=2,free=231890624,total=428474368
   [junit4]   2> NOTE: All tests run in this JVM: [TestPostingsSolrHighlighter, OpenExchangeRatesOrgProviderTest, TestStressLucene, DirectSolrSpellCheckerTest, DeleteShardTest, TestArbitraryIndexDir, TestSolrXMLSerializer, DefaultValueUpdateProcessorTest, CurrencyFieldOpenExchangeTest, BlockCacheTest, JSONWriterTest, NotRequiredUniqueKeyTest, XmlUpdateRequestHandlerTest, HdfsRecoveryZkTest, XsltUpdateRequestHandlerTest, DirectUpdateHandlerTest, OutputWriterTest, UpdateParamsTest, HdfsLockFactoryTest, URLClassifyProcessorTest, TestHashPartitioner, TestCoreDiscovery, TestWordDelimiterFilterFactory, TestFieldCollectionResource, TestSchemaSimilarityResource, HdfsBasicDistributedZkTest, TestFastOutputStream, RequiredFieldsTest, TestUpdate, TestNumberUtils, TestZkChroot, TermVectorComponentDistributedTest, CopyFieldTest, SolrPluginUtilsTest, TestManagedSchemaFieldResource, SimplePostToolTest, TestIndexingPerformance, CurrencyFieldXmlFileTest, SuggesterWFSTTest, QueryResultKeyTest, TestSystemIdResolver, MultiTermTest, StandardRequestHandlerTest, TestClassNameShortening, TestQuerySenderNoQuery, TestLazyCores, ChaosMonkeySafeLeaderTest, TestReloadAndDeleteDocs, BadIndexSchemaTest, HdfsChaosMonkeySafeLeaderTest, DocumentAnalysisRequestHandlerTest, FileUtilsTest, TestCSVLoader, HdfsCollectionsAPIDistributedZkTest, SignatureUpdateProcessorFactoryTest, TestCollationKeyRangeQueries, IndexBasedSpellCheckerTest, TestStressReorder, TestSchemaResource, TestReload, SpellCheckCollatorTest, TestElisionMultitermQuery, TestSuggestSpellingConverter, TestLuceneMatchVersion, TestAnalyzedSuggestions, TestPropInject, TestCollationField, DocValuesMultiTest, SuggesterTSTTest, SolrRequestParserTest, IndexSchemaRuntimeFieldTest, SpellCheckComponentTest, FullSolrCloudDistribCmdsTest, TestLMJelinekMercerSimilarityFactory, StatsComponentTest, BasicDistributedZkTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=43D2BEEC9E2FC10B -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=de_CH -Dtests.timezone=SystemV/MST7 -Dtests.file.encoding=ISO8859-1
   [junit4] ERROR   0.00s J1 | BasicDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 
   [junit4]    >    1) Thread[id=2349, name=recoveryCmdExecutor-1091-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
   [junit4]    >         at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
   [junit4]    >         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
   [junit4]    >         at java.net.Socket.connect(Socket.java:546)
   [junit4]    >         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    >         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    >         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    >         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:679)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([43D2BEEC9E2FC10B]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=2349, name=recoveryCmdExecutor-1091-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
   [junit4]    >         at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
   [junit4]    >         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
   [junit4]    >         at java.net.Socket.connect(Socket.java:546)
   [junit4]    >         at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    >         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    >         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    >         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    >         at org.apache.solr.cloud.SyncStrategy$1.run(SyncStrategy.java:291)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:679)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([43D2BEEC9E2FC10B]:0)
   [junit4] Completed on J1 in 383.06s, 1 test, 2 errors <<< FAILURES!

[...truncated 567 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:402: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:375: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1233: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:876: There were test failures: 319 suites, 1345 tests, 2 suite-level errors, 590 ignored (1 assumption)

Total time: 75 minutes 22 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure