You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/01/16 00:13:59 UTC

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_10) - Build # 3777 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/3777/
Java: 32bit/jdk1.7.0_10 -client -XX:+UseConcMarkSweepGC

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

Error Message:
shard2 is not consistent.  Got 35 from http://127.0.0.1:41163/collection1lastClient and got 36 from http://127.0.0.1:52140/collection1

Stack Trace:
java.lang.AssertionError: shard2 is not consistent.  Got 35 from http://127.0.0.1:41163/collection1lastClient and got 36 from http://127.0.0.1:52140/collection1
	at __randomizedtesting.SeedInfo.seed([A8B3887ABF9ADB6A:29550662C8C5BB56]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:953)
	at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:319)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:107)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	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:601)
	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:722)




Build Log:
[...truncated 8681 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T340 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T340 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1358290557096
[junit4:junit4]   2> 5 T340 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T341 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T341 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T341 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T341 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 7 T341 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T341 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T340 oasc.ZkTestServer.run start zk server on port:38032
[junit4:junit4]   2> 106 T340 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38032 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@18cae13
[junit4:junit4]   2> 107 T340 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 107 T346 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38032. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 107 T346 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38032, initiating session
[junit4:junit4]   2> 107 T342 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47984
[junit4:junit4]   2> 108 T342 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47984
[junit4:junit4]   2> 108 T344 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 401 T344 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c406d18ab0000 with negotiated timeout 10000 for client /127.0.0.1:47984
[junit4:junit4]   2> 401 T346 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38032, sessionid = 0x13c406d18ab0000, negotiated timeout = 10000
[junit4:junit4]   2> 402 T347 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18cae13 name:ZooKeeperConnection Watcher:127.0.0.1:38032 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 402 T340 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 402 T340 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 404 T345 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c406d18ab0000
[junit4:junit4]   2> 405 T347 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 405 T342 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47984 which had sessionid 0x13c406d18ab0000
[junit4:junit4]   2> 405 T340 oaz.ZooKeeper.close Session: 0x13c406d18ab0000 closed
[junit4:junit4]   2> 405 T340 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38032/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@18c5354
[junit4:junit4]   2> 406 T340 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 406 T348 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38032. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 407 T348 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38032, initiating session
[junit4:junit4]   2> 407 T342 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47985
[junit4:junit4]   2> 407 T342 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47985
[junit4:junit4]   2> 408 T344 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c406d18ab0001 with negotiated timeout 10000 for client /127.0.0.1:47985
[junit4:junit4]   2> 408 T348 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38032, sessionid = 0x13c406d18ab0001, negotiated timeout = 10000
[junit4:junit4]   2> 408 T349 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18c5354 name:ZooKeeperConnection Watcher:127.0.0.1:38032/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 408 T340 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 409 T340 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 421 T340 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 423 T340 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 425 T340 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 427 T340 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 428 T340 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 438 T340 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 439 T340 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 443 T340 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 443 T340 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 446 T340 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 446 T340 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 449 T340 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 449 T340 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 451 T340 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 460 T340 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 470 T340 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 470 T340 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 478 T340 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 478 T340 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 483 T340 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 484 T340 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 487 T345 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c406d18ab0001
[junit4:junit4]   2> 488 T342 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47985 which had sessionid 0x13c406d18ab0001
[junit4:junit4]   2> 488 T340 oaz.ZooKeeper.close Session: 0x13c406d18ab0001 closed
[junit4:junit4]   2> 488 T349 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 554 T340 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 557 T340 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38295
[junit4:junit4]   2> 558 T340 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 558 T340 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 558 T340 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358290557580
[junit4:junit4]   2> 559 T340 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358290557580/solr.xml
[junit4:junit4]   2> 559 T340 oasc.CoreContainer.<init> New CoreContainer 6311319
[junit4:junit4]   2> 559 T340 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358290557580/'
[junit4:junit4]   2> 560 T340 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358290557580/'
[junit4:junit4]   2> 586 T340 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 586 T340 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 587 T340 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 587 T340 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 587 T340 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 588 T340 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 588 T340 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 588 T340 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 589 T340 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 589 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 605 T340 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 623 T340 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38032/solr
[junit4:junit4]   2> 624 T340 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 624 T340 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38032 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@19ed85f
[junit4:junit4]   2> 625 T340 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 625 T359 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38032. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 626 T359 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38032, initiating session
[junit4:junit4]   2> 626 T342 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47996
[junit4:junit4]   2> 626 T342 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47996
[junit4:junit4]   2> 628 T359 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38032, sessionid = 0x13c406d18ab0002, negotiated timeout = 20000
[junit4:junit4]   2> 628 T344 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c406d18ab0002 with negotiated timeout 20000 for client /127.0.0.1:47996
[junit4:junit4]   2> 628 T360 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19ed85f name:ZooKeeperConnection Watcher:127.0.0.1:38032 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 629 T340 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 630 T345 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c406d18ab0002
[junit4:junit4]   2> 638 T360 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 638 T340 oaz.ZooKeeper.close Session: 0x13c406d18ab0002 closed
[junit4:junit4]   2> 638 T342 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47996 which had sessionid 0x13c406d18ab0002
[junit4:junit4]   2> 639 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 642 T340 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38032/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@e39bc0
[junit4:junit4]   2> 643 T340 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 643 T361 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38032. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 643 T361 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38032, initiating session
[junit4:junit4]   2> 644 T342 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47997
[junit4:junit4]   2> 644 T342 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47997
[junit4:junit4]   2> 645 T344 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c406d18ab0003 with negotiated timeout 20000 for client /127.0.0.1:47997
[junit4:junit4]   2> 645 T361 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38032, sessionid = 0x13c406d18ab0003, negotiated timeout = 20000
[junit4:junit4]   2> 645 T362 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e39bc0 name:ZooKeeperConnection Watcher:127.0.0.1:38032/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 645 T340 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 646 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 647 T340 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 649 T340 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38295_
[junit4:junit4]   2> 649 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38295_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38295_
[junit4:junit4]   2> 659 T340 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38295_
[junit4:junit4]   2> 662 T340 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 671 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 671 T340 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 673 T340 oasc.Overseer.start Overseer (id=89016929950040067-127.0.0.1:38295_-n_0000000000) starting
[junit4:junit4]   2> 674 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 674 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 675 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 676 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 677 T364 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 677 T340 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 679 T340 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 683 T363 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 685 T365 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358290557580/collection1
[junit4:junit4]   2> 685 T365 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 688 T365 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 689 T365 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 691 T365 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358290557580/collection1/'
[junit4:junit4]   2> 691 T365 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358290557580/collection1/lib/README' to classloader
[junit4:junit4]   2> 692 T365 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358290557580/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 752 T365 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 833 T365 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 840 T365 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 844 T365 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1527 T365 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1533 T365 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1535 T365 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1552 T365 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1555 T365 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1558 T365 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1559 T365 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1560 T365 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1358290557580/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data/
[junit4:junit4]   2> 1560 T365 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1378b97
[junit4:junit4]   2> 1560 T365 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1567 T365 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data forceNew:false
[junit4:junit4]   2> 1567 T365 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data
[junit4:junit4]   2> 1567 T365 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data/index/
[junit4:junit4]   2> 1567 T365 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1568 T365 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data/index forceNew:false
[junit4:junit4]   2> 1589 T365 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1480f1e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1589 T365 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1589 T365 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data/index
[junit4:junit4]   2> 1590 T365 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1591 T365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1591 T365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1591 T365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1592 T365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1592 T365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1592 T365 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1592 T365 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1593 T365 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1593 T365 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1594 T365 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1594 T365 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1594 T365 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1595 T365 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1595 T365 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1595 T365 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1595 T365 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1596 T365 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1596 T365 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1596 T365 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1597 T365 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1603 T365 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1603 T365 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1604 T365 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1604 T365 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1604 T365 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1605 T365 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1607 T365 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1609 T365 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1610 T365 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 1612 T365 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data
[junit4:junit4]   2> 1612 T365 oass.SolrIndexSearcher.<init> Opening Searcher@1540369 main
[junit4:junit4]   2> 1613 T365 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1613 T365 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1613 T365 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1617 T365 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1635 T366 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1540369 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1645 T365 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1645 T365 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1646 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2193 T363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2194 T363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38295_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38295"}
[junit4:junit4]   2> 2194 T363 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2194 T363 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2194 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2198 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2648 T365 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2649 T365 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38295 collection:control_collection shard:shard1
[junit4:junit4]   2> 2650 T365 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2656 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2656 T365 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2657 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2658 T365 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2658 T365 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2659 T365 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38295/collection1/
[junit4:junit4]   2> 2659 T365 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2659 T365 oasc.SyncStrategy.syncToMe http://127.0.0.1:38295/collection1/ has no replicas
[junit4:junit4]   2> 2659 T365 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38295/collection1/
[junit4:junit4]   2> 2659 T365 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2662 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3701 T363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3709 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3716 T365 oasc.ZkController.register We are http://127.0.0.1:38295/collection1/ and leader is http://127.0.0.1:38295/collection1/
[junit4:junit4]   2> 3716 T365 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38295
[junit4:junit4]   2> 3716 T365 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3716 T365 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3717 T365 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3718 T365 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3719 T340 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3719 T340 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3720 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3723 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3731 T340 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38032/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@134b246
[junit4:junit4]   2> 3732 T340 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3732 T367 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38032. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3733 T367 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38032, initiating session
[junit4:junit4]   2> 3733 T342 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47999
[junit4:junit4]   2> 3733 T342 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47999
[junit4:junit4]   2> 3734 T344 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c406d18ab0004 with negotiated timeout 10000 for client /127.0.0.1:47999
[junit4:junit4]   2> 3734 T367 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38032, sessionid = 0x13c406d18ab0004, negotiated timeout = 10000
[junit4:junit4]   2> 3734 T368 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@134b246 name:ZooKeeperConnection Watcher:127.0.0.1:38032/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3734 T340 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3735 T340 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3736 T340 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3791 T340 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3793 T340 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42669
[junit4:junit4]   2> 3793 T340 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3794 T340 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3794 T340 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358290560828
[junit4:junit4]   2> 3794 T340 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358290560828/solr.xml
[junit4:junit4]   2> 3795 T340 oasc.CoreContainer.<init> New CoreContainer 29855041
[junit4:junit4]   2> 3795 T340 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358290560828/'
[junit4:junit4]   2> 3795 T340 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358290560828/'
[junit4:junit4]   2> 3821 T340 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 3821 T340 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3821 T340 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3822 T340 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3822 T340 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3822 T340 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3823 T340 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3823 T340 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3823 T340 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3824 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3837 T340 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3856 T340 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38032/solr
[junit4:junit4]   2> 3856 T340 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3856 T340 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38032 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@77103e
[junit4:junit4]   2> 3857 T340 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3857 T378 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38032. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3858 T378 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38032, initiating session
[junit4:junit4]   2> 3858 T342 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48000
[junit4:junit4]   2> 3858 T342 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48000
[junit4:junit4]   2> 3859 T344 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c406d18ab0005 with negotiated timeout 20000 for client /127.0.0.1:48000
[junit4:junit4]   2> 3859 T378 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38032, sessionid = 0x13c406d18ab0005, negotiated timeout = 20000
[junit4:junit4]   2> 3859 T379 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77103e name:ZooKeeperConnection Watcher:127.0.0.1:38032 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3860 T340 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3861 T345 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c406d18ab0005
[junit4:junit4]   2> 3861 T379 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3861 T342 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48000 which had sessionid 0x13c406d18ab0005
[junit4:junit4]   2> 3861 T340 oaz.ZooKeeper.close Session: 0x13c406d18ab0005 closed
[junit4:junit4]   2> 3862 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 3871 T340 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38032/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c321c4
[junit4:junit4]   2> 3872 T380 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38032. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3872 T340 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3872 T380 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38032, initiating session
[junit4:junit4]   2> 3872 T342 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48001
[junit4:junit4]   2> 3873 T342 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48001
[junit4:junit4]   2> 3873 T344 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c406d18ab0006 with negotiated timeout 20000 for client /127.0.0.1:48001
[junit4:junit4]   2> 3873 T380 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38032, sessionid = 0x13c406d18ab0006, negotiated timeout = 20000
[junit4:junit4]   2> 3874 T381 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c321c4 name:ZooKeeperConnection Watcher:127.0.0.1:38032/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3874 T340 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3875 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3875 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3876 T340 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42669_
[junit4:junit4]   2> 3876 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42669_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42669_
[junit4:junit4]   2> 3877 T340 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42669_
[junit4:junit4]   2> 3879 T362 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 3879 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 3879 T368 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 3881 T340 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3886 T382 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358290560828/collection1
[junit4:junit4]   2> 3886 T382 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 3886 T382 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 3887 T382 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 3888 T382 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358290560828/collection1/'
[junit4:junit4]   2> 3888 T382 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358290560828/collection1/lib/README' to classloader
[junit4:junit4]   2> 3888 T382 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358290560828/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 3940 T382 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4016 T382 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4017 T382 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4029 T382 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4779 T382 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4792 T382 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4795 T382 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4806 T382 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4817 T382 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4820 T382 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4821 T382 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4822 T382 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1358290560828/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/
[junit4:junit4]   2> 4823 T382 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1378b97
[junit4:junit4]   2> 4823 T382 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 4823 T382 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1 forceNew:false
[junit4:junit4]   2> 4824 T382 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1
[junit4:junit4]   2> 4824 T382 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/index/
[junit4:junit4]   2> 4824 T382 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4824 T382 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/index forceNew:false
[junit4:junit4]   2> 4827 T382 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9e8da0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4828 T382 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4828 T382 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/index
[junit4:junit4]   2> 4829 T382 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4830 T382 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4830 T382 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4831 T382 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4831 T382 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4831 T382 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4832 T382 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4832 T382 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4833 T382 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4833 T382 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4834 T382 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4834 T382 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4834 T382 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4835 T382 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4835 T382 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4835 T382 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4836 T382 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4836 T382 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4837 T382 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4837 T382 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4838 T382 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4838 T382 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4839 T382 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4839 T382 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4840 T382 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4841 T382 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4841 T382 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4844 T382 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4851 T382 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4852 T382 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 4854 T382 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1
[junit4:junit4]   2> 4854 T382 oass.SolrIndexSearcher.<init> Opening Searcher@5082cb main
[junit4:junit4]   2> 4855 T382 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4855 T382 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4855 T382 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4858 T382 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 4879 T383 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5082cb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4894 T382 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4894 T382 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5213 T363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5214 T363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38295_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38295"}
[junit4:junit4]   2> 5217 T363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42669_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42669"}
[junit4:junit4]   2> 5217 T363 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5217 T363 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5220 T381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5220 T368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5220 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5895 T382 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 5896 T382 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42669 collection:collection1 shard:shard1
[junit4:junit4]   2> 5897 T382 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 5922 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 5922 T382 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 5923 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5924 T382 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 5924 T382 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 5925 T382 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42669/collection1/
[junit4:junit4]   2> 5925 T382 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 5925 T382 oasc.SyncStrategy.syncToMe http://127.0.0.1:42669/collection1/ has no replicas
[junit4:junit4]   2> 5925 T382 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42669/collection1/
[junit4:junit4]   2> 5925 T382 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 5928 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6725 T363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6731 T381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6731 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6731 T368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6782 T382 oasc.ZkController.register We are http://127.0.0.1:42669/collection1/ and leader is http://127.0.0.1:42669/collection1/
[junit4:junit4]   2> 6782 T382 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42669
[junit4:junit4]   2> 6782 T382 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6783 T382 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6783 T382 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6785 T382 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6785 T340 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 6786 T340 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6786 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6856 T340 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 6858 T340 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41163
[junit4:junit4]   2> 6859 T340 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 6859 T340 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6859 T340 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358290563891
[junit4:junit4]   2> 6860 T340 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358290563891/solr.xml
[junit4:junit4]   2> 6860 T340 oasc.CoreContainer.<init> New CoreContainer 27221912
[junit4:junit4]   2> 6861 T340 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358290563891/'
[junit4:junit4]   2> 6861 T340 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358290563891/'
[junit4:junit4]   2> 6891 T340 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 6892 T340 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 6892 T340 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 6893 T340 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 6893 T340 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 6893 T340 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 6894 T340 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 6894 T340 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 6895 T340 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 6895 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 6910 T340 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 6935 T340 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38032/solr
[junit4:junit4]   2> 6935 T340 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 6936 T340 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38032 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@18c53c
[junit4:junit4]   2> 6937 T393 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38032. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6937 T340 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6938 T393 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38032, initiating session
[junit4:junit4]   2> 6938 T342 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48006
[junit4:junit4]   2> 6938 T342 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48006
[junit4:junit4]   2> 6939 T344 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c406d18ab0007 with negotiated timeout 20000 for client /127.0.0.1:48006
[junit4:junit4]   2> 6939 T393 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38032, sessionid = 0x13c406d18ab0007, negotiated timeout = 20000
[junit4:junit4]   2> 6939 T394 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18c53c name:ZooKeeperConnection Watcher:127.0.0.1:38032 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6940 T340 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6941 T345 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c406d18ab0007
[junit4:junit4]   2> 6941 T394 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 6941 T342 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48006 which had sessionid 0x13c406d18ab0007
[junit4:junit4]   2> 6941 T340 oaz.ZooKeeper.close Session: 0x13c406d18ab0007 closed
[junit4:junit4]   2> 6942 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 6950 T340 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38032/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3bcf8c
[junit4:junit4]   2> 6951 T395 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38032. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6951 T340 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6952 T395 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38032, initiating session
[junit4:junit4]   2> 6952 T342 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48007
[junit4:junit4]   2> 6952 T342 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48007
[junit4:junit4]   2> 6953 T344 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c406d18ab0008 with negotiated timeout 20000 for client /127.0.0.1:48007
[junit4:junit4]   2> 6953 T395 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38032, sessionid = 0x13c406d18ab0008, negotiated timeout = 20000
[junit4:junit4]   2> 6953 T396 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bcf8c name:ZooKeeperConnection Watcher:127.0.0.1:38032/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6954 T340 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6955 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6956 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6957 T340 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41163_
[junit4:junit4]   2> 6957 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41163_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41163_
[junit4:junit4]   2> 6958 T340 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41163_
[junit4:junit4]   2> 6959 T381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6960 T362 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 6960 T368 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 6960 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 6960 T368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 6961 T381 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 6963 T340 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 6967 T397 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358290563891/collection1
[junit4:junit4]   2> 6968 T397 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 6968 T397 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 6968 T397 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 6969 T397 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358290563891/collection1/'
[junit4:junit4]   2> 6970 T397 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358290563891/collection1/lib/README' to classloader
[junit4:junit4]   2> 6970 T397 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358290563891/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7019 T397 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 7096 T397 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7097 T397 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7108 T397 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7812 T397 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7827 T397 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7830 T397 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7841 T397 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7845 T397 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7857 T397 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7858 T397 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7859 T397 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1358290563891/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2/
[junit4:junit4]   2> 7859 T397 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1378b97
[junit4:junit4]   2> 7860 T397 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 7860 T397 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2 forceNew:false
[junit4:junit4]   2> 7860 T397 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2
[junit4:junit4]   2> 7861 T397 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2/index/
[junit4:junit4]   2> 7861 T397 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7861 T397 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2/index forceNew:false
[junit4:junit4]   2> 7864 T397 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f50548; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7864 T397 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7865 T397 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2/index
[junit4:junit4]   2> 7865 T397 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 7871 T397 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7872 T397 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 7872 T397 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7872 T397 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 7873 T397 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7873 T397 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7873 T397 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7874 T397 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7874 T397 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7875 T397 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 7875 T397 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 7876 T397 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7876 T397 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 7876 T397 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 7877 T397 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 7877 T397 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7878 T397 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7878 T397 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7879 T397 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7879 T397 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7880 T397 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7880 T397 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7881 T397 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7881 T397 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7882 T397 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 7882 T397 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 7885 T397 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7893 T397 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 7894 T397 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 7896 T397 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2
[junit4:junit4]   2> 7896 T397 oass.SolrIndexSearcher.<init> Opening Searcher@1b046ff main
[junit4:junit4]   2> 7897 T397 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7897 T397 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7898 T397 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 7901 T397 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 7921 T398 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b046ff main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7938 T397 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 7938 T397 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8236 T363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8237 T363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42669_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42669"}
[junit4:junit4]   2> 8242 T363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41163_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41163"}
[junit4:junit4]   2> 8242 T363 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8242 T363 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8245 T381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8245 T396 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8245 T368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8245 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8940 T397 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8940 T397 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41163 collection:collection1 shard:shard2
[junit4:junit4]   2> 8941 T397 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 8945 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 8946 T397 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8947 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8948 T397 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8948 T397 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8948 T397 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41163/collection1/
[junit4:junit4]   2> 8949 T397 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8949 T397 oasc.SyncStrategy.syncToMe http://127.0.0.1:41163/collection1/ has no replicas
[junit4:junit4]   2> 8949 T397 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41163/collection1/
[junit4:junit4]   2> 8949 T397 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 8952 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab0008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9751 T363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9757 T396 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9758 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9758 T381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9758 T368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9806 T397 oasc.ZkController.register We are http://127.0.0.1:41163/collection1/ and leader is http://127.0.0.1:41163/collection1/
[junit4:junit4]   2> 9806 T397 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41163
[junit4:junit4]   2> 9806 T397 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9806 T397 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9807 T397 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9808 T397 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9808 T340 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 9809 T340 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9815 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9893 T340 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 9896 T340 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54864
[junit4:junit4]   2> 9896 T340 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 9896 T340 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9897 T340 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358290566910
[junit4:junit4]   2> 9897 T340 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358290566910/solr.xml
[junit4:junit4]   2> 9897 T340 oasc.CoreContainer.<init> New CoreContainer 16470355
[junit4:junit4]   2> 9898 T340 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358290566910/'
[junit4:junit4]   2> 9898 T340 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358290566910/'
[junit4:junit4]   2> 9930 T340 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 9931 T340 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 9931 T340 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 9931 T340 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 9931 T340 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 9932 T340 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 9932 T340 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 9932 T340 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 9933 T340 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 9933 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 9945 T340 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 9963 T340 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38032/solr
[junit4:junit4]   2> 9964 T340 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 9964 T340 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38032 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@15811d6
[junit4:junit4]   2> 9965 T340 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9965 T408 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38032. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9966 T408 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38032, initiating session
[junit4:junit4]   2> 9966 T342 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48012
[junit4:junit4]   2> 9966 T342 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48012
[junit4:junit4]   2> 9967 T344 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c406d18ab0009 with negotiated timeout 20000 for client /127.0.0.1:48012
[junit4:junit4]   2> 9967 T408 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38032, sessionid = 0x13c406d18ab0009, negotiated timeout = 20000
[junit4:junit4]   2> 9967 T409 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15811d6 name:ZooKeeperConnection Watcher:127.0.0.1:38032 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9968 T340 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9968 T345 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c406d18ab0009
[junit4:junit4]   2> 9969 T409 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 9969 T340 oaz.ZooKeeper.close Session: 0x13c406d18ab0009 closed
[junit4:junit4]   2> 9969 T342 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48012 which had sessionid 0x13c406d18ab0009
[junit4:junit4]   2> 9970 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 9978 T340 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38032/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c5a4ba
[junit4:junit4]   2> 9979 T340 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9979 T410 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38032. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9979 T410 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38032, initiating session
[junit4:junit4]   2> 9980 T342 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48013
[junit4:junit4]   2> 9980 T342 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48013
[junit4:junit4]   2> 9981 T344 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c406d18ab000a with negotiated timeout 20000 for client /127.0.0.1:48013
[junit4:junit4]   2> 9981 T410 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38032, sessionid = 0x13c406d18ab000a, negotiated timeout = 20000
[junit4:junit4]   2> 9981 T411 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c5a4ba name:ZooKeeperConnection Watcher:127.0.0.1:38032/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9981 T340 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9982 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9983 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9984 T340 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54864_
[junit4:junit4]   2> 9984 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:54864_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:54864_
[junit4:junit4]   2> 9985 T340 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54864_
[junit4:junit4]   2> 9986 T381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9986 T396 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9987 T368 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 9987 T368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 9987 T362 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 9987 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 9988 T396 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 9989 T381 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 9990 T340 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9994 T412 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358290566910/collection1
[junit4:junit4]   2> 9995 T412 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9995 T412 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9995 T412 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9996 T412 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358290566910/collection1/'
[junit4:junit4]   2> 9997 T412 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358290566910/collection1/lib/README' to classloader
[junit4:junit4]   2> 9997 T412 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358290566910/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10050 T412 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 10140 T412 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10141 T412 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10152 T412 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10846 T412 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10858 T412 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10861 T412 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10870 T412 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10879 T412 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10883 T412 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10884 T412 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10885 T412 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1358290566910/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/
[junit4:junit4]   2> 10885 T412 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1378b97
[junit4:junit4]   2> 10885 T412 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 10886 T412 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3 forceNew:false
[junit4:junit4]   2> 10886 T412 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3
[junit4:junit4]   2> 10886 T412 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index/
[junit4:junit4]   2> 10886 T412 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10887 T412 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index forceNew:false
[junit4:junit4]   2> 10890 T412 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@546701; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10890 T412 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10891 T412 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index
[junit4:junit4]   2> 10891 T412 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10892 T412 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10893 T412 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10893 T412 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10893 T412 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10894 T412 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10894 T412 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10894 T412 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10895 T412 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10895 T412 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10896 T412 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10896 T412 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10896 T412 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10897 T412 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10897 T412 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10897 T412 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10898 T412 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10898 T412 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10899 T412 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10899 T412 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10900 T412 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10900 T412 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10901 T412 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10901 T412 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10902 T412 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10902 T412 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10903 T412 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 10911 T412 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10913 T412 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 10914 T412 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 10915 T412 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3
[junit4:junit4]   2> 10916 T412 oass.SolrIndexSearcher.<init> Opening Searcher@158f770 main
[junit4:junit4]   2> 10916 T412 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10917 T412 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10917 T412 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 10920 T412 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 10949 T413 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@158f770 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10958 T412 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10958 T412 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11264 T363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11265 T363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41163_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41163"}
[junit4:junit4]   2> 11271 T363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54864_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54864"}
[junit4:junit4]   2> 11271 T363 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11271 T363 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11277 T381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11277 T396 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11277 T411 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11277 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11277 T368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11961 T412 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11961 T412 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54864 collection:collection1 shard:shard1
[junit4:junit4]   2> 11966 T412 oasc.ZkController.register We are http://127.0.0.1:54864/collection1/ and leader is http://127.0.0.1:42669/collection1/
[junit4:junit4]   2> 11966 T412 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54864
[junit4:junit4]   2> 11967 T412 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11967 T412 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@4b93de url=http://127.0.0.1:54864/collection1 node=127.0.0.1:54864_ C11_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:54864_, base_url=http://127.0.0.1:54864}
[junit4:junit4]   2> 11968 T414 C11 P54864 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11968 T414 C11 P54864 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11968 T412 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11969 T414 C11 P54864 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11969 T414 C11 P54864 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11970 T340 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 11971 T414 C11 P54864 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11971 T340 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11972 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12039 T340 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12041 T340 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52140
[junit4:junit4]   2> 12041 T340 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12042 T340 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12042 T340 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358290569074
[junit4:junit4]   2> 12042 T340 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358290569074/solr.xml
[junit4:junit4]   2> 12043 T340 oasc.CoreContainer.<init> New CoreContainer 30598493
[junit4:junit4]   2> 12043 T340 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358290569074/'
[junit4:junit4]   2> 12043 T340 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358290569074/'
[junit4:junit4]   2> 12066 T340 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 12066 T340 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12067 T340 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12067 T340 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12067 T340 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12068 T340 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12068 T340 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12068 T340 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12069 T340 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12069 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12081 T340 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12099 T340 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38032/solr
[junit4:junit4]   2> 12100 T340 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12100 T340 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38032 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@9acc17
[junit4:junit4]   2> 12101 T340 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12101 T424 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38032. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12102 T424 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38032, initiating session
[junit4:junit4]   2> 12102 T342 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48016
[junit4:junit4]   2> 12102 T342 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48016
[junit4:junit4]   2> 12103 T344 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c406d18ab000b with negotiated timeout 20000 for client /127.0.0.1:48016
[junit4:junit4]   2> 12103 T424 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38032, sessionid = 0x13c406d18ab000b, negotiated timeout = 20000
[junit4:junit4]   2> 12103 T425 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9acc17 name:ZooKeeperConnection Watcher:127.0.0.1:38032 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12103 T340 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12104 T345 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c406d18ab000b
[junit4:junit4]   2> 12105 T425 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12105 T342 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48016 which had sessionid 0x13c406d18ab000b
[junit4:junit4]   2> 12105 T340 oaz.ZooKeeper.close Session: 0x13c406d18ab000b closed
[junit4:junit4]   2> 12105 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12113 T340 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38032/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@68a357
[junit4:junit4]   2> 12115 T426 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38032. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12114 T340 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12115 T426 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38032, initiating session
[junit4:junit4]   2> 12115 T342 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48017
[junit4:junit4]   2> 12115 T342 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48017
[junit4:junit4]   2> 12116 T344 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c406d18ab000c with negotiated timeout 20000 for client /127.0.0.1:48017
[junit4:junit4]   2> 12116 T426 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38032, sessionid = 0x13c406d18ab000c, negotiated timeout = 20000
[junit4:junit4]   2> 12117 T427 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@68a357 name:ZooKeeperConnection Watcher:127.0.0.1:38032/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12117 T340 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12117 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12118 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12119 T340 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52140_
[junit4:junit4]   2> 12119 T345 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c406d18ab000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52140_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52140_
[junit4:junit4]   2> 12120 T340 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52140_
[junit4:junit4]   2> 12121 T381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12122 T396 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12122 T411 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12122 T362 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12122 T368 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12122 T411 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12122 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12123 T368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12123 T381 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12124 T396 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12125 T340 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12129 T428 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358290569074/collection1
[junit4:junit4]   2> 12129 T428 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12130 T428 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12130 T428 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12131 T428 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358290569074/collection1/'
[junit4:junit4]   2> 12131 T428 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358290569074/collection1/lib/README' to classloader
[junit4:junit4]   2> 12132 T428 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358290569074/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12179 T428 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 12252 T428 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12253 T428 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12263 T428 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12791 T363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12792 T363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54864_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54864"}
[junit4:junit4]   2> 12807 T381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12808 T368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12808 T396 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12808 T427 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12808 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12808 T411 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12974 T428 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12982 T428 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12985 T428 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13002 T428 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13005 T428 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13008 T428 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13009 T428 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13009 T428 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1358290569074/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/
[junit4:junit4]   2> 13010 T428 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1378b97
[junit4:junit4]   2> 13010 T428 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13011 T428 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4 forceNew:false
[junit4:junit4]   2> 13011 T428 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4
[junit4:junit4]   2> 13011 T428 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index/
[junit4:junit4]   2> 13011 T428 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13012 T428 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index forceNew:false
[junit4:junit4]   2> 13029 T428 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@114fb08; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13029 T428 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13029 T428 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index
[junit4:junit4]   2> 13030 T428 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13031 T428 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13032 T428 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13032 T428 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13032 T428 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13033 T428 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13033 T428 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13033 T428 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13034 T428 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13034 T428 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13035 T428 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13035 T428 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13036 T428 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13036 T428 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13037 T428 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13037 T428 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13038 T428 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13038 T428 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13039 T428 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13046 T428 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13047 T428 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13048 T428 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13049 T428 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13049 T428 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13050 T428 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13051 T428 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13052 T428 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13055 T428 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13057 T428 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13058 T428 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 13060 T428 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4
[junit4:junit4]   2> 13060 T428 oass.SolrIndexSearcher.<init> Opening Searcher@7c8dbc main
[junit4:junit4]   2> 13061 T428 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13061 T428 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13062 T428 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13065 T428 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13091 T429 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7c8dbc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13096 T428 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13096 T428 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14314 T363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14314 T363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52140_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52140"}
[junit4:junit4]   2> 14315 T363 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14315 T363 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14319 T381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14319 T396 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14319 T427 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14320 T411 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14320 T368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14319 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2>  C11_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:54864_, base_url=http://127.0.0.1:54864}
[junit4:junit4]   2> 14984 T414 C11 P54864 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:42669/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14984 T414 C11 P54864 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:54864 START replicas=[http://127.0.0.1:42669/collection1/] nUpdates=100
[junit4:junit4]   2> 14985 T414 C11 P54864 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14987 T414 C11 P54864 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14987 T414 C11 P54864 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14987 T414 C11 P54864 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14987 T414 C11 P54864 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 14988 T414 C11 P54864 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:42669/collection1/. core=collection1
[junit4:junit4]   2> 14988 T414 C11 P54864 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@1f36baf url=http://127.0.0.1:42669/collection1 node=127.0.0.1:42669_ C12_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:42669_, base_url=http://127.0.0.1:42669, leader=true}
[junit4:junit4]   2> 15011 T377 C12 P42669 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 15030 T375 C12 P42669 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15031 T375 C12 P42669 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1
[junit4:junit4]   2> 15033 T375 C12 P42669 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9e8da0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15033 T375 C12 P42669 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15037 T375 C12 P42669 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9e8da0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9e8da0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15038 T375 C12 P42669 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15038 T375 C12 P42669 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1
[junit4:junit4]   2> 15039 T375 C12 P42669 oass.SolrIndexSearcher.<init> Opening Searcher@15a3458 realtime
[junit4:junit4]   2> 15039 T375 C12 P42669 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15039 T375 C12 P42669 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> 15040 T414 C11 P54864 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15040 T414 C11 P54864 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15041 T376 C12 P42669 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15041 T376 C12 P42669 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 15042 T414 C11 P54864 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15042 T414 C11 P54864 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15042 T414 C11 P54864 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15044 T377 C12 P42669 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1
[junit4:junit4]   2> 15044 T377 C12 P42669 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/index
[junit4:junit4]   2> 15044 T377 C12 P42669 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15045 T414 C11 P54864 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15045 T414 C11 P54864 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index.20130115225612136 forceNew:false
[junit4:junit4]   2> 15046 T414 C11 P54864 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3
[junit4:junit4]   2> 15046 T414 C11 P54864 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index.20130115225612136 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b3822; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 15048 T375 C12 P42669 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15049 T414 C11 P54864 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index
[junit4:junit4]   2> 15049 T414 C11 P54864 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15057 T414 C11 P54864 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130115225612136
[junit4:junit4]   2> 15058 T414 C11 P54864 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3
[junit4:junit4]   2> 15059 T414 C11 P54864 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3
[junit4:junit4]   2> 15059 T414 C11 P54864 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index.20130115225612136
[junit4:junit4]   2> 15060 T414 C11 P54864 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index.20130115225612136 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b3822; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15061 T414 C11 P54864 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15061 T414 C11 P54864 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3
[junit4:junit4]   2> 15061 T414 C11 P54864 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15061 T414 C11 P54864 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15062 T414 C11 P54864 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15062 T414 C11 P54864 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index.20130115225612136
[junit4:junit4]   2> 15062 T414 C11 P54864 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3
[junit4:junit4]   2> 15063 T414 C11 P54864 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index.20130115225612136 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b3822; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15073 T414 C11 P54864 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15073 T414 C11 P54864 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15074 T414 C11 P54864 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3
[junit4:junit4]   2> 15074 T414 C11 P54864 oass.SolrIndexSearcher.<init> Opening Searcher@27d33e main
[junit4:junit4]   2> 15077 T413 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@27d33e main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15078 T413 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index
[junit4:junit4]   2> 15078 T414 C11 P54864 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15080 T414 C11 P54864 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index.20130115225612136 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b3822; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index.20130115225612136 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b3822; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 15081 T414 C11 P54864 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 15081 T414 C11 P54864 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3
[junit4:junit4]   2> 15081 T414 C11 P54864 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15081 T414 C11 P54864 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index.20130115225612136
[junit4:junit4]   2> 15082 T414 C11 P54864 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index
[junit4:junit4]   2> 15082 T414 C11 P54864 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15082 T414 C11 P54864 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15082 T414 C11 P54864 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15082 T414 C11 P54864 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15083 T414 C11 P54864 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15098 T428 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15098 T428 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52140 collection:collection1 shard:shard2
[junit4:junit4]   2> 15100 T428 oasc.ZkController.register We are http://127.0.0.1:52140/collection1/ and leader is http://127.0.0.1:41163/collection1/
[junit4:junit4]   2> 15100 T428 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52140
[junit4:junit4]   2> 15101 T428 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15101 T428 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C13 name=collection1 org.apache.solr.core.SolrCore@16df3bf url=http://127.0.0.1:52140/collection1 node=127.0.0.1:52140_ C13_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:52140_, base_url=http://127.0.0.1:52140}
[junit4:junit4]   2> 15101 T432 C13 P52140 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15102 T432 C13 P52140 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15102 T428 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15102 T432 C13 P52140 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15102 T432 C13 P52140 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15103 T340 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 15103 T340 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15104 T340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15106 T432 C13 P52140 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15108 T340 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C14 name=collection1 org.apache.solr.core.SolrCore@685ac8 url=http://127.0.0.1:38295/collection1 node=127.0.0.1:38295_ C14_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:38295_, base_url=http://127.0.0.1:38295, leader=true}
[junit4:junit4]   2> 15123 T355 C14 P38295 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data
[junit4:junit4]   2> 15125 T355 C14 P38295 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1480f1e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15126 T355 C14 P38295 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15130 T355 C14 P38295 /update {wt=javabin&version=2} {add=[1 (1424270895049867264)]} 0 7
[junit4:junit4]   2> 15154 T404 C11 P54864 /update {distrib.from=http://127.0.0.1:42669/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1424270895064547328)]} 0 2
[junit4:junit4]   2> 15155 T374 C12 P42669 /update {distrib.from=http://127.0.0.1:41163/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[1 (1424270895064547328)]} 0 18
[junit4:junit4]   2> ASYNC  NEW_CORE C15 name=collection1 org.apache.solr.core.SolrCore@6e3f98 url=http://127.0.0.1:41163/collection1 node=127.0.0.1:41163_ C15_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:41163_, base_url=http://127.0.0.1:41163, leader=true}
[junit4:junit4]   2> 15155 T390 C15 P41163 /update {wt=javabin&version=2} {add=[1]} 0 19
[junit4:junit4]   2> 15157 T357 C14 P38295 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15197 T357 C14 P38295 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1480f1e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1480f1e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[_0.fnm, _0.pos, _0.tim, _0_nrm.cfe, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.doc, _0.tip, _0.fdt]
[junit4:junit4]   2> 15198 T357 C14 P38295 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0.pos, _0.tim, _0_nrm.cfe, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.doc, _0.tip, _0.fdt]
[junit4:junit4]   2> 15199 T357 C14 P38295 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data
[junit4:junit4]   2> 15204 T357 C14 P38295 oass.SolrIndexSearcher.<init> Opening Searcher@7918b8 main
[junit4:junit4]   2> 15204 T357 C14 P38295 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15206 T366 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7918b8 main{StandardDirectoryReader(segments_2:3 _0(4.2):C1)}
[junit4:junit4]   2> 15207 T366 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/control/data/index
[junit4:junit4]   2> 15207 T357 C14 P38295 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 50
[junit4:junit4]   2> 15209 T376 C12 P42669 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15237 T376 C12 P42669 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9e8da0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9e8da0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[_0.fnm, _0.pos, _0.tim, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0.doc, _0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 15238 T376 C12 P42669 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0.pos, _0.tim, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0.doc, _0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 15238 T376 C12 P42669 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1
[junit4:junit4]   2> 15240 T376 C12 P42669 oass.SolrIndexSearcher.<init> Opening Searcher@11d4a91 main
[junit4:junit4]   2> 15241 T376 C12 P42669 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/index
[junit4:junit4]   2> 15241 T376 C12 P42669 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15243 T383 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11d4a91 main{StandardDirectoryReader(segments_3:3:nrt _0(4.2):C1)}
[junit4:junit4]   2> 15244 T383 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty1/index
[junit4:junit4]   2> 15244 T376 C12 P42669 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:54864/collection1/, StdNode: http://127.0.0.1:41163/collection1/, StdNode: http://127.0.0.1:52140/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 15248 T391 C15 P41163 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15249 T391 C15 P41163 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2
[junit4:junit4]   2> 15273 T407 C11 P54864 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15274 T391 C15 P41163 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f50548; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15275 T391 C15 P41163 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15279 T422 C13 P52140 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15308 T391 C15 P41163 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f50548; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f50548; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15311 T422 C13 P52140 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4
[junit4:junit4]   2> 15311 T391 C15 P41163 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15313 T391 C15 P41163 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2
[junit4:junit4]   2> 15314 T422 C13 P52140 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@114fb08; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15314 T391 C15 P41163 oass.SolrIndexSearcher.<init> Opening Searcher@1dea04a main
[junit4:junit4]   2> 15315 T422 C13 P52140 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15315 T391 C15 P41163 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15317 T398 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1dea04a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15318 T398 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2/index
[junit4:junit4]   2> 15318 T391 C15 P41163 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 70
[junit4:junit4]   2> 15339 T422 C13 P52140 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@114fb08; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@114fb08; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15341 T422 C13 P52140 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15350 T422 C13 P52140 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4
[junit4:junit4]   2> 15351 T422 C13 P52140 oass.SolrIndexSearcher.<init> Opening Searcher@1ec0d74 main
[junit4:junit4]   2> 15351 T422 C13 P52140 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15353 T429 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ec0d74 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15353 T429 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index
[junit4:junit4]   2> 15354 T422 C13 P52140 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 75
[junit4:junit4]   2> 15367 T407 C11 P54864 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index.20130115225612136 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b3822; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index.20130115225612136 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b3822; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_4,generation=4,filenames=[_0.fnm, _0.pos, _0.tim, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0.doc, _0.tip, _0.fdt, segments_4]
[junit4:junit4]   2> 15368 T407 C11 P54864 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_0.fnm, _0.pos, _0.tim, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0.doc, _0.tip, _0.fdt, segments_4]
[junit4:junit4]   2> 15369 T407 C11 P54864 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3
[junit4:junit4]   2> 15371 T407 C11 P54864 oass.SolrIndexSearcher.<init> Opening Searcher@1d7780d main
[junit4:junit4]   2> 15372 T407 C11 P54864 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15373 T413 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d7780d main{StandardDirectoryReader(segments_4:3 _0(4.2):C1)}
[junit4:junit4]   2> 15374 T413 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty3/index.20130115225612136
[junit4:junit4]   2> 15374 T407 C11 P54864 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 101
[junit4:junit4]   2> 15375 T376 C12 P42669 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 166
[junit4:junit4]   2> 15375 T340 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 15376 T340 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15824 T363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15825 T363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54864_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54864"}
[junit4:junit4]   2> 15829 T363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52140_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52140"}
[junit4:junit4]   2> 15833 T411 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15833 T396 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15833 T362 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15833 T427 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15833 T368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15833 T381 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16377 T340 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17379 T340 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C13_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:52140_, base_url=http://127.0.0.1:52140}
[junit4:junit4]   2> 18110 T432 C13 P52140 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:41163/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18111 T432 C13 P52140 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:52140 START replicas=[http://127.0.0.1:41163/collection1/] nUpdates=100
[junit4:junit4]   2> 18111 T432 C13 P52140 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18111 T432 C13 P52140 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18111 T432 C13 P52140 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18111 T432 C13 P52140 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18112 T432 C13 P52140 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18112 T432 C13 P52140 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:41163/collection1/. core=collection1
[junit4:junit4]   2> 18112 T432 C13 P52140 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18112 T391 C15 P41163 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 18123 T390 C15 P41163 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18307 T390 C15 P41163 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f50548; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f50548; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18308 T390 C15 P41163 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18309 T390 C15 P41163 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2
[junit4:junit4]   2> 18309 T390 C15 P41163 oass.SolrIndexSearcher.<init> Opening Searcher@753f57 realtime
[junit4:junit4]   2> 18309 T390 C15 P41163 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18310 T390 C15 P41163 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 188
[junit4:junit4]   2> 18311 T432 C13 P52140 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18311 T432 C13 P52140 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18312 T391 C15 P41163 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18312 T391 C15 P41163 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18312 T432 C13 P52140 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 18313 T432 C13 P52140 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18313 T432 C13 P52140 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18314 T392 C15 P41163 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2
[junit4:junit4]   2> 18315 T392 C15 P41163 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty2/index
[junit4:junit4]   2> 18315 T392 C15 P41163 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18316 T432 C13 P52140 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18316 T432 C13 P52140 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index.20130115225615407 forceNew:false
[junit4:junit4]   2> 18317 T432 C13 P52140 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4
[junit4:junit4]   2> 18317 T432 C13 P52140 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index.20130115225615407 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dfcab; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 18319 T390 C15 P41163 REQ /replication {file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18320 T432 C13 P52140 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index
[junit4:junit4]   2> 18321 T432 C13 P52140 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18339 T432 C13 P52140 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130115225615407
[junit4:junit4]   2> 18340 T432 C13 P52140 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4
[junit4:junit4]   2> 18340 T432 C13 P52140 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4
[junit4:junit4]   2> 18341 T432 C13 P52140 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18341 T432 C13 P52140 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18341 T432 C13 P52140 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18342 T432 C13 P52140 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index
[junit4:junit4]   2> 18343 T432 C13 P52140 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4
[junit4:junit4]   2> 18343 T432 C13 P52140 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index.20130115225615407
[junit4:junit4]   2> 18344 T432 C13 P52140 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index.20130115225615407 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dfcab; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18344 T432 C13 P52140 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18344 T432 C13 P52140 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18345 T432 C13 P52140 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4
[junit4:junit4]   2> 18345 T432 C13 P52140 oass.SolrIndexSearcher.<init> Opening Searcher@a27716 main
[junit4:junit4]   2> 18356 T429 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a27716 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 18357 T429 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1358290557096/jetty4/index
[junit4:junit4]   2> 18357 T432 C13 P52140 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18359 T432 C13 P52140 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace

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

junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "127.0.0.1:41163__collection1":{
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "roles":null,
[junit4:junit4]   1>                   "state":"recovering",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:41163_",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:41163"},
[junit4:junit4]   1>                 "127.0.0.1:52140__collection1":{
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "roles":null,
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:52140_",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:52140",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"},
[junit4:junit4]   1>         "control_collection":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:38295__collection1":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "roles":null,
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "collection":"control_collection",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:38295_",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:38295",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"}}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=A8B3887ABF9ADB6A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=th_TH -Dtests.timezone=Africa/Timbuktu -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 33.4s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: shard2 is not consistent.  Got 35 from http://127.0.0.1:41163/collection1lastClient and got 36 from http://127.0.0.1:52140/collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([A8B3887ABF9ADB6A:29550662C8C5BB56]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:953)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:319)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:107)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 33386 T340 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=th_TH, timezone=Africa/Timbuktu
[junit4:junit4]   2> NOTE: Linux 3.2.0-35-generic i386/Oracle Corporation 1.7.0_10 (32-bit)/cpus=8,threads=3,free=55827056,total=114778112
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFunctionQuery, TestPropInjectDefaults, ResponseLogComponentTest, OutputWriterTest, SolrIndexConfigTest, TestSort, DisMaxRequestHandlerTest, TestReversedWildcardFilterFactory, StatelessScriptUpdateProcessorFactoryTest, ZkSolrClientTest, RecoveryZkTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 33.43s, 1 test, 1 failure <<< FAILURES!

[...truncated 633 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:344: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:178: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:428: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1176: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:841: There were test failures: 248 suites, 1033 tests, 1 failure, 9 ignored (4 assumptions)

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