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

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 201 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/201/

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

Error Message:
No registered leader was found, collection:collection1 slice:shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found, collection:collection1 slice:shard1
	at __randomizedtesting.SeedInfo.seed([1D369A6D869E82A9:9CD01475F1C1E295]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:481)
	at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:295)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:116)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:679)


FAILED:  org.apache.solr.core.OpenCloseCoreStressTest.test10MinutesNew

Error Message:
Core 00000_core bad! expected:<370> but was:<368>

Stack Trace:
java.lang.AssertionError: Core 00000_core bad! expected:<370> but was:<368>
	at __randomizedtesting.SeedInfo.seed([1D369A6D869E82A9:2713224CF450681D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.core.OpenCloseCoreStressTest.checkResults(OpenCloseCoreStressTest.java:304)
	at org.apache.solr.core.OpenCloseCoreStressTest.doStress(OpenCloseCoreStressTest.java:202)
	at org.apache.solr.core.OpenCloseCoreStressTest.test10MinutesNew(OpenCloseCoreStressTest.java:134)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:679)




Build Log:
[...truncated 8539 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T3170 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 5 T3170 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362816809923
[junit4:junit4]   2> 6 T3170 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 7 T3171 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 10 T3171 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 10 T3171 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 10 T3171 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 10 T3171 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 12 T3171 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T3170 oasc.ZkTestServer.run start zk server on port:13897
[junit4:junit4]   2> 107 T3170 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:13897 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@448ccec6
[junit4:junit4]   2> 108 T3170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 109 T3176 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:13897. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 109 T3176 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:13897, initiating session
[junit4:junit4]   2> 109 T3172 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:52774
[junit4:junit4]   2> 110 T3172 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:52774
[junit4:junit4]   2> 110 T3174 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 112 T3174 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4e363bca0000 with negotiated timeout 10000 for client /140.211.11.196:52774
[junit4:junit4]   2> 112 T3176 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:13897, sessionid = 0x13d4e363bca0000, negotiated timeout = 10000
[junit4:junit4]   2> 113 T3177 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@448ccec6 name:ZooKeeperConnection Watcher:127.0.0.1:13897 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 113 T3170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 113 T3170 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 116 T3175 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4e363bca0000
[junit4:junit4]   2> 117 T3177 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 118 T3172 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:52774 which had sessionid 0x13d4e363bca0000
[junit4:junit4]   2> 117 T3170 oaz.ZooKeeper.close Session: 0x13d4e363bca0000 closed
[junit4:junit4]   2> 118 T3170 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:13897/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@109907f8
[junit4:junit4]   2> 119 T3170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 119 T3178 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:13897. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 119 T3178 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:13897, initiating session
[junit4:junit4]   2> 119 T3172 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:47802
[junit4:junit4]   2> 120 T3172 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:47802
[junit4:junit4]   2> 121 T3174 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4e363bca0001 with negotiated timeout 10000 for client /140.211.11.196:47802
[junit4:junit4]   2> 121 T3178 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:13897, sessionid = 0x13d4e363bca0001, negotiated timeout = 10000
[junit4:junit4]   2> 121 T3179 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@109907f8 name:ZooKeeperConnection Watcher:127.0.0.1:13897/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 121 T3170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 121 T3170 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 131 T3170 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 134 T3170 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 141 T3170 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 143 T3170 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 144 T3170 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 157 T3170 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 158 T3170 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 261 T3170 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 262 T3170 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 265 T3170 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 265 T3170 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 275 T3170 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 276 T3170 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 278 T3170 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 279 T3170 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 281 T3170 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 282 T3170 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 284 T3170 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 285 T3170 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 287 T3170 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 288 T3170 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 290 T3175 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4e363bca0001
[junit4:junit4]   2> 291 T3172 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:47802 which had sessionid 0x13d4e363bca0001
[junit4:junit4]   2> 292 T3179 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 292 T3170 oaz.ZooKeeper.close Session: 0x13d4e363bca0001 closed
[junit4:junit4]   2> 542 T3170 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 547 T3170 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:55412
[junit4:junit4]   2> 547 T3170 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 548 T3170 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 548 T3170 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362816810210
[junit4:junit4]   2> 549 T3170 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362816810210/solr.xml
[junit4:junit4]   2> 549 T3170 oasc.CoreContainer.<init> New CoreContainer 1002213619
[junit4:junit4]   2> 550 T3170 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362816810210/'
[junit4:junit4]   2> 550 T3170 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362816810210/'
[junit4:junit4]   2> 613 T3170 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 613 T3170 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 614 T3170 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 614 T3170 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 614 T3170 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 615 T3170 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 615 T3170 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 616 T3170 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 616 T3170 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 616 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 639 T3170 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 659 T3170 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:13897/solr
[junit4:junit4]   2> 660 T3170 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 661 T3170 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:13897 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@58590fa5
[junit4:junit4]   2> 662 T3170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 662 T3189 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:13897. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 663 T3189 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:13897, initiating session
[junit4:junit4]   2> 663 T3172 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:13183
[junit4:junit4]   2> 664 T3172 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:13183
[junit4:junit4]   2> 665 T3174 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4e363bca0002 with negotiated timeout 20000 for client /140.211.11.196:13183
[junit4:junit4]   2> 665 T3189 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:13897, sessionid = 0x13d4e363bca0002, negotiated timeout = 20000
[junit4:junit4]   2> 666 T3190 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58590fa5 name:ZooKeeperConnection Watcher:127.0.0.1:13897 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 666 T3170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 667 T3175 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4e363bca0002
[junit4:junit4]   2> 674 T3190 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 675 T3172 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:13183 which had sessionid 0x13d4e363bca0002
[junit4:junit4]   2> 674 T3170 oaz.ZooKeeper.close Session: 0x13d4e363bca0002 closed
[junit4:junit4]   2> 675 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 686 T3170 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:13897/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7cd11364
[junit4:junit4]   2> 687 T3170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 688 T3191 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:13897. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 688 T3191 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:13897, initiating session
[junit4:junit4]   2> 688 T3172 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:34817
[junit4:junit4]   2> 688 T3172 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:34817
[junit4:junit4]   2> 690 T3174 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4e363bca0003 with negotiated timeout 20000 for client /140.211.11.196:34817
[junit4:junit4]   2> 690 T3191 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:13897, sessionid = 0x13d4e363bca0003, negotiated timeout = 20000
[junit4:junit4]   2> 690 T3192 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7cd11364 name:ZooKeeperConnection Watcher:127.0.0.1:13897/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 690 T3170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 692 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 702 T3170 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 704 T3170 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55412_
[junit4:junit4]   2> 704 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:55412_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:55412_
[junit4:junit4]   2> 705 T3170 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55412_
[junit4:junit4]   2> 715 T3170 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 727 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 735 T3170 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 746 T3170 oasc.Overseer.start Overseer (id=89313562455572483-127.0.0.1:55412_-n_0000000000) starting
[junit4:junit4]   2> 747 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 748 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 750 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 761 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 762 T3194 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 763 T3170 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 771 T3170 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 773 T3170 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 775 T3193 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 780 T3195 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362816810210/collection1
[junit4:junit4]   2> 780 T3195 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 781 T3195 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 781 T3195 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 783 T3195 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362816810210/collection1/'
[junit4:junit4]   2> 784 T3195 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362816810210/collection1/lib/README' to classloader
[junit4:junit4]   2> 785 T3195 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362816810210/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 842 T3195 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 903 T3195 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1004 T3195 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1011 T3195 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1663 T3195 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1675 T3195 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1680 T3195 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1694 T3195 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1701 T3195 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1713 T3195 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1714 T3195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1714 T3195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1714 T3195 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1715 T3195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1715 T3195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1716 T3195 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362816810210/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/control/data/
[junit4:junit4]   2> 1716 T3195 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b05236
[junit4:junit4]   2> 1716 T3195 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1717 T3195 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/control/data forceNew: false
[junit4:junit4]   2> 1717 T3195 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/control/data/index/
[junit4:junit4]   2> 1719 T3195 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1719 T3195 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/control/data/index forceNew: false
[junit4:junit4]   2> 1723 T3195 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@48ddf162 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b6fd438; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1723 T3195 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1726 T3195 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1726 T3195 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1727 T3195 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1727 T3195 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1728 T3195 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1728 T3195 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1728 T3195 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1728 T3195 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1729 T3195 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1741 T3195 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1751 T3195 oass.SolrIndexSearcher.<init> Opening Searcher@484834b7 main
[junit4:junit4]   2> 1751 T3195 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/control/data/tlog
[junit4:junit4]   2> 1753 T3195 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1753 T3195 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1756 T3196 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@484834b7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1758 T3195 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1758 T3195 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1759 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2279 T3193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2280 T3193 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:55412_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55412"}
[junit4:junit4]   2> 2280 T3193 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2280 T3193 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2281 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2298 T3192 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> 2785 T3195 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2785 T3195 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55412 collection:control_collection shard:shard1
[junit4:junit4]   2> 2786 T3195 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2800 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2800 T3195 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2801 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2812 T3195 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2812 T3195 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2812 T3195 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55412/collection1/
[junit4:junit4]   2> 2812 T3195 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2813 T3195 oasc.SyncStrategy.syncToMe http://127.0.0.1:55412/collection1/ has no replicas
[junit4:junit4]   2> 2813 T3195 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55412/collection1/
[junit4:junit4]   2> 2813 T3195 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2816 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3801 T3193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3809 T3192 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> 3845 T3195 oasc.ZkController.register We are http://127.0.0.1:55412/collection1/ and leader is http://127.0.0.1:55412/collection1/
[junit4:junit4]   2> 3845 T3195 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55412
[junit4:junit4]   2> 3845 T3195 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3845 T3195 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3846 T3195 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3847 T3195 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3848 T3170 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3849 T3170 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3849 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3868 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3869 T3170 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:13897/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@785676fe
[junit4:junit4]   2> 3870 T3170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3871 T3198 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:13897. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3871 T3198 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:13897, initiating session
[junit4:junit4]   2> 3871 T3172 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:51230
[junit4:junit4]   2> 3872 T3172 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:51230
[junit4:junit4]   2> 3873 T3174 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4e363bca0004 with negotiated timeout 10000 for client /140.211.11.196:51230
[junit4:junit4]   2> 3873 T3198 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:13897, sessionid = 0x13d4e363bca0004, negotiated timeout = 10000
[junit4:junit4]   2> 3873 T3199 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@785676fe name:ZooKeeperConnection Watcher:127.0.0.1:13897/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3873 T3170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3875 T3170 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3876 T3170 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4131 T3170 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4134 T3170 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:32197
[junit4:junit4]   2> 4135 T3170 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4135 T3170 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4136 T3170 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362816813794
[junit4:junit4]   2> 4136 T3170 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362816813794/solr.xml
[junit4:junit4]   2> 4137 T3170 oasc.CoreContainer.<init> New CoreContainer 1420682540
[junit4:junit4]   2> 4137 T3170 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362816813794/'
[junit4:junit4]   2> 4138 T3170 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362816813794/'
[junit4:junit4]   2> 4215 T3170 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4216 T3170 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4216 T3170 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4217 T3170 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4217 T3170 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4218 T3170 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4218 T3170 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4219 T3170 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4219 T3170 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4219 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4245 T3170 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4269 T3170 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:13897/solr
[junit4:junit4]   2> 4270 T3170 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4270 T3170 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:13897 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7b8c2cca
[junit4:junit4]   2> 4271 T3170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4271 T3209 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:13897. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4272 T3209 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:13897, initiating session
[junit4:junit4]   2> 4273 T3172 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:10766
[junit4:junit4]   2> 4273 T3172 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:10766
[junit4:junit4]   2> 4274 T3174 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4e363bca0005 with negotiated timeout 20000 for client /140.211.11.196:10766
[junit4:junit4]   2> 4274 T3209 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:13897, sessionid = 0x13d4e363bca0005, negotiated timeout = 20000
[junit4:junit4]   2> 4275 T3210 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b8c2cca name:ZooKeeperConnection Watcher:127.0.0.1:13897 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4275 T3170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4276 T3175 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4e363bca0005
[junit4:junit4]   2> 4277 T3210 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4277 T3172 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:10766 which had sessionid 0x13d4e363bca0005
[junit4:junit4]   2> 4277 T3170 oaz.ZooKeeper.close Session: 0x13d4e363bca0005 closed
[junit4:junit4]   2> 4277 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4289 T3170 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:13897/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4593b6b1
[junit4:junit4]   2> 4290 T3170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4290 T3211 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:13897. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4291 T3211 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:13897, initiating session
[junit4:junit4]   2> 4291 T3172 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:41532
[junit4:junit4]   2> 4291 T3172 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:41532
[junit4:junit4]   2> 4292 T3174 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4e363bca0006 with negotiated timeout 20000 for client /140.211.11.196:41532
[junit4:junit4]   2> 4292 T3211 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:13897, sessionid = 0x13d4e363bca0006, negotiated timeout = 20000
[junit4:junit4]   2> 4293 T3212 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4593b6b1 name:ZooKeeperConnection Watcher:127.0.0.1:13897/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4293 T3170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4294 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4295 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4297 T3170 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5299 T3170 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32197_
[junit4:junit4]   2> 5300 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:32197_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:32197_
[junit4:junit4]   2> 5301 T3170 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32197_
[junit4:junit4]   2> 5304 T3192 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 5304 T3199 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5304 T3212 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5305 T3192 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5312 T3213 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362816813794/collection1
[junit4:junit4]   2> 5313 T3213 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5313 T3213 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5314 T3213 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5314 T3193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5315 T3193 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:55412_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55412"}
[junit4:junit4]   2> 5315 T3213 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362816813794/collection1/'
[junit4:junit4]   2> 5316 T3213 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362816813794/collection1/lib/README' to classloader
[junit4:junit4]   2> 5317 T3213 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362816813794/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5327 T3192 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> 5327 T3199 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> 5327 T3212 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> 5370 T3213 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5449 T3213 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5550 T3213 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5560 T3213 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6311 T3213 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6325 T3213 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6330 T3213 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6342 T3213 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6347 T3213 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6351 T3213 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6352 T3213 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6353 T3213 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6353 T3213 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6354 T3213 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6354 T3213 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6354 T3213 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362816813794/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty1/
[junit4:junit4]   2> 6355 T3213 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b05236
[junit4:junit4]   2> 6355 T3213 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6356 T3213 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty1 forceNew: false
[junit4:junit4]   2> 6356 T3213 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty1/index/
[junit4:junit4]   2> 6357 T3213 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6357 T3213 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty1/index forceNew: false
[junit4:junit4]   2> 6360 T3213 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2c3a7345 lockFactory=org.apache.lucene.store.NativeFSLockFactory@35103068; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6360 T3213 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6363 T3213 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6363 T3213 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6364 T3213 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6364 T3213 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6365 T3213 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6365 T3213 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6365 T3213 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6366 T3213 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6366 T3213 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6380 T3213 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6389 T3213 oass.SolrIndexSearcher.<init> Opening Searcher@43a40e52 main
[junit4:junit4]   2> 6389 T3213 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty1/tlog
[junit4:junit4]   2> 6390 T3213 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6391 T3213 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6394 T3214 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@43a40e52 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6396 T3213 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6397 T3213 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6831 T3193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6832 T3193 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:32197_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32197"}
[junit4:junit4]   2> 6832 T3193 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6833 T3193 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6843 T3199 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> 6843 T3192 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> 6843 T3212 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> 7400 T3213 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7400 T3213 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:32197 collection:collection1 shard:shard1
[junit4:junit4]   2> 7401 T3213 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7422 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7423 T3213 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7423 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7434 T3213 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7435 T3213 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7435 T3213 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:32197/collection1/
[junit4:junit4]   2> 7435 T3213 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7435 T3213 oasc.SyncStrategy.syncToMe http://127.0.0.1:32197/collection1/ has no replicas
[junit4:junit4]   2> 7436 T3213 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:32197/collection1/
[junit4:junit4]   2> 7436 T3213 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7446 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8352 T3193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8379 T3192 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> 8379 T3199 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> 8379 T3212 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> 8427 T3213 oasc.ZkController.register We are http://127.0.0.1:32197/collection1/ and leader is http://127.0.0.1:32197/collection1/
[junit4:junit4]   2> 8427 T3213 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:32197
[junit4:junit4]   2> 8427 T3213 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8427 T3213 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8428 T3213 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8429 T3213 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8430 T3170 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8431 T3170 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8431 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8696 T3170 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8698 T3170 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:59994
[junit4:junit4]   2> 8699 T3170 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8699 T3170 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8700 T3170 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362816818365
[junit4:junit4]   2> 8700 T3170 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362816818365/solr.xml
[junit4:junit4]   2> 8700 T3170 oasc.CoreContainer.<init> New CoreContainer 446319396
[junit4:junit4]   2> 8701 T3170 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362816818365/'
[junit4:junit4]   2> 8701 T3170 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362816818365/'
[junit4:junit4]   2> 8778 T3170 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8778 T3170 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8779 T3170 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8779 T3170 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8780 T3170 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8780 T3170 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8781 T3170 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8781 T3170 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8781 T3170 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8782 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8814 T3170 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8838 T3170 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:13897/solr
[junit4:junit4]   2> 8839 T3170 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8840 T3170 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:13897 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@13deb47e
[junit4:junit4]   2> 8841 T3170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8841 T3225 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:13897. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8842 T3225 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:13897, initiating session
[junit4:junit4]   2> 8843 T3172 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:55688
[junit4:junit4]   2> 8843 T3172 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:55688
[junit4:junit4]   2> 8845 T3174 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4e363bca0007 with negotiated timeout 20000 for client /140.211.11.196:55688
[junit4:junit4]   2> 8845 T3225 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:13897, sessionid = 0x13d4e363bca0007, negotiated timeout = 20000
[junit4:junit4]   2> 8845 T3226 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13deb47e name:ZooKeeperConnection Watcher:127.0.0.1:13897 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8845 T3170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8846 T3175 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4e363bca0007
[junit4:junit4]   2> 8848 T3226 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8848 T3172 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:55688 which had sessionid 0x13d4e363bca0007
[junit4:junit4]   2> 8848 T3170 oaz.ZooKeeper.close Session: 0x13d4e363bca0007 closed
[junit4:junit4]   2> 8848 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8859 T3170 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:13897/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3a18c3b5
[junit4:junit4]   2> 8860 T3170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8861 T3227 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:13897. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8861 T3227 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:13897, initiating session
[junit4:junit4]   2> 8861 T3172 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:21324
[junit4:junit4]   2> 8862 T3172 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:21324
[junit4:junit4]   2> 8863 T3174 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4e363bca0008 with negotiated timeout 20000 for client /140.211.11.196:21324
[junit4:junit4]   2> 8863 T3227 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:13897, sessionid = 0x13d4e363bca0008, negotiated timeout = 20000
[junit4:junit4]   2> 8863 T3228 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a18c3b5 name:ZooKeeperConnection Watcher:127.0.0.1:13897/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8864 T3170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8864 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8865 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8874 T3170 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9876 T3170 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59994_
[junit4:junit4]   2> 9877 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59994_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59994_
[junit4:junit4]   2> 9887 T3170 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59994_
[junit4:junit4]   2> 9909 T3199 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> 9909 T3212 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> 9909 T3192 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> 9910 T3228 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9910 T3199 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9911 T3212 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9911 T3193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9957 T3193 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:32197_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32197"}
[junit4:junit4]   2> 9963 T3229 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362816818365/collection1
[junit4:junit4]   2> 9963 T3229 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10001 T3229 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10001 T3229 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10015 T3229 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362816818365/collection1/'
[junit4:junit4]   2> 10016 T3229 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362816818365/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10016 T3229 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362816818365/collection1/lib/README' to classloader
[junit4:junit4]   2> 10025 T3199 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> 10025 T3212 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> 10025 T3228 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> 10028 T3192 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10028 T3192 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> 10067 T3229 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 10128 T3229 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10229 T3229 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10238 T3229 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10927 T3229 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10938 T3229 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10942 T3229 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10952 T3229 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10956 T3229 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10959 T3229 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10960 T3229 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10961 T3229 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10961 T3229 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10962 T3229 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10962 T3229 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10962 T3229 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362816818365/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty2/
[junit4:junit4]   2> 10963 T3229 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b05236
[junit4:junit4]   2> 10963 T3229 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10964 T3229 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty2 forceNew: false
[junit4:junit4]   2> 10964 T3229 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty2/index/
[junit4:junit4]   2> 10964 T3229 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10965 T3229 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty2/index forceNew: false
[junit4:junit4]   2> 10967 T3229 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2640c8f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@48b1c600; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10967 T3229 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10969 T3229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10969 T3229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10969 T3229 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10970 T3229 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10970 T3229 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10970 T3229 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10970 T3229 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10971 T3229 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10971 T3229 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10979 T3229 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10985 T3229 oass.SolrIndexSearcher.<init> Opening Searcher@56fe7303 main
[junit4:junit4]   2> 10986 T3229 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty2/tlog
[junit4:junit4]   2> 10986 T3229 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10987 T3229 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10989 T3230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@56fe7303 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10991 T3229 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10991 T3229 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11529 T3193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11530 T3193 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:59994_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59994"}
[junit4:junit4]   2> 11530 T3193 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11530 T3193 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 11542 T3228 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> 11542 T3199 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> 11542 T3212 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> 11542 T3192 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> 11994 T3229 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11994 T3229 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59994 collection:collection1 shard:shard2
[junit4:junit4]   2> 11995 T3229 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 12010 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0008 type:delete cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 12016 T3229 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12017 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0008 type:create cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12019 T3229 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12019 T3229 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12019 T3229 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59994/collection1/
[junit4:junit4]   2> 12020 T3229 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12020 T3229 oasc.SyncStrategy.syncToMe http://127.0.0.1:59994/collection1/ has no replicas
[junit4:junit4]   2> 12020 T3229 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59994/collection1/
[junit4:junit4]   2> 12020 T3229 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 12028 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0008 type:create cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13045 T3193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13066 T3199 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> 13066 T3212 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> 13066 T3228 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> 13066 T3192 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> 13102 T3229 oasc.ZkController.register We are http://127.0.0.1:59994/collection1/ and leader is http://127.0.0.1:59994/collection1/
[junit4:junit4]   2> 13102 T3229 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59994
[junit4:junit4]   2> 13102 T3229 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 13102 T3229 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13102 T3229 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13104 T3229 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13106 T3170 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13106 T3170 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13107 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13448 T3170 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13451 T3170 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:40393
[junit4:junit4]   2> 13451 T3170 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13452 T3170 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13452 T3170 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362816823049
[junit4:junit4]   2> 13453 T3170 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362816823049/solr.xml
[junit4:junit4]   2> 13453 T3170 oasc.CoreContainer.<init> New CoreContainer 628597589
[junit4:junit4]   2> 13454 T3170 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362816823049/'
[junit4:junit4]   2> 13454 T3170 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362816823049/'
[junit4:junit4]   2> 13513 T3170 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 13513 T3170 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13514 T3170 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13514 T3170 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13514 T3170 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13515 T3170 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13515 T3170 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13516 T3170 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13516 T3170 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13516 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13537 T3170 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13557 T3170 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:13897/solr
[junit4:junit4]   2> 13558 T3170 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13558 T3170 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:13897 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3e9daeb5
[junit4:junit4]   2> 13559 T3170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13559 T3241 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:13897. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 13560 T3241 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:13897, initiating session
[junit4:junit4]   2> 13561 T3172 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48099
[junit4:junit4]   2> 13561 T3172 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48099
[junit4:junit4]   2> 13562 T3174 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4e363bca0009 with negotiated timeout 20000 for client /140.211.11.196:48099
[junit4:junit4]   2> 13563 T3241 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:13897, sessionid = 0x13d4e363bca0009, negotiated timeout = 20000
[junit4:junit4]   2> 13563 T3242 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e9daeb5 name:ZooKeeperConnection Watcher:127.0.0.1:13897 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13563 T3170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13564 T3175 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4e363bca0009
[junit4:junit4]   2> 13565 T3242 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13565 T3172 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:48099 which had sessionid 0x13d4e363bca0009
[junit4:junit4]   2> 13565 T3170 oaz.ZooKeeper.close Session: 0x13d4e363bca0009 closed
[junit4:junit4]   2> 13566 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 13577 T3170 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:13897/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@24afdc39
[junit4:junit4]   2> 13577 T3170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13578 T3243 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:13897. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 13578 T3243 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:13897, initiating session
[junit4:junit4]   2> 13578 T3172 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:55634
[junit4:junit4]   2> 13579 T3172 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:55634
[junit4:junit4]   2> 13580 T3174 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4e363bca000a with negotiated timeout 20000 for client /140.211.11.196:55634
[junit4:junit4]   2> 13580 T3243 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:13897, sessionid = 0x13d4e363bca000a, negotiated timeout = 20000
[junit4:junit4]   2> 13580 T3244 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24afdc39 name:ZooKeeperConnection Watcher:127.0.0.1:13897/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13581 T3170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13581 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13582 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13592 T3170 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14575 T3193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14576 T3193 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:59994_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59994"}
[junit4:junit4]   2> 14585 T3199 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> 14585 T3244 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> 14585 T3192 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> 14585 T3212 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> 14585 T3228 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> 14594 T3170 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40393_
[junit4:junit4]   2> 14595 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca000a type:delete cxid:0xd zxid:0x96 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:40393_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:40393_
[junit4:junit4]   2> 14595 T3170 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40393_
[junit4:junit4]   2> 14597 T3199 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> 14597 T3192 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> 14597 T3228 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> 14597 T3212 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> 14597 T3244 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14598 T3244 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> 14598 T3199 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14599 T3192 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14599 T3228 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14600 T3212 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14606 T3245 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362816823049/collection1
[junit4:junit4]   2> 14606 T3245 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14606 T3245 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14607 T3245 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14608 T3245 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362816823049/collection1/'
[junit4:junit4]   2> 14609 T3245 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362816823049/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14610 T3245 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362816823049/collection1/lib/README' to classloader
[junit4:junit4]   2> 14670 T3245 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 14739 T3245 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14839 T3245 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14845 T3245 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15482 T3245 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15492 T3245 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15496 T3245 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15505 T3245 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15509 T3245 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15512 T3245 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15513 T3245 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15514 T3245 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15514 T3245 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15515 T3245 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15515 T3245 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15515 T3245 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362816823049/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty3/
[junit4:junit4]   2> 15515 T3245 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b05236
[junit4:junit4]   2> 15515 T3245 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15516 T3245 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty3 forceNew: false
[junit4:junit4]   2> 15516 T3245 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty3/index/
[junit4:junit4]   2> 15516 T3245 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15517 T3245 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty3/index forceNew: false
[junit4:junit4]   2> 15519 T3245 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@23017405 lockFactory=org.apache.lucene.store.NativeFSLockFactory@94470c6; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15519 T3245 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15521 T3245 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15521 T3245 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15521 T3245 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15522 T3245 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15522 T3245 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15522 T3245 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15522 T3245 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15523 T3245 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15523 T3245 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15530 T3245 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15535 T3245 oass.SolrIndexSearcher.<init> Opening Searcher@3e2a5b8b main
[junit4:junit4]   2> 15535 T3245 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty3/tlog
[junit4:junit4]   2> 15535 T3245 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15536 T3245 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15538 T3246 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3e2a5b8b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15539 T3245 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15539 T3245 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16089 T3193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16090 T3193 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:40393_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40393"}
[junit4:junit4]   2> 16090 T3193 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 16090 T3193 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 16103 T3199 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> 16103 T3228 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> 16103 T3192 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> 16103 T3244 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> 16103 T3212 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> 16542 T3245 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16542 T3245 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40393 collection:collection1 shard:shard1
[junit4:junit4]   2> 16546 T3245 oasc.ZkController.register We are http://127.0.0.1:40393/collection1/ and leader is http://127.0.0.1:32197/collection1/
[junit4:junit4]   2> 16546 T3245 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40393
[junit4:junit4]   2> 16546 T3245 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16546 T3245 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C143 name=collection1 org.apache.solr.core.SolrCore@a33cd75 url=http://127.0.0.1:40393/collection1 node=127.0.0.1:40393_ C143_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:40393_, base_url=http://127.0.0.1:40393}
[junit4:junit4]   2> 16547 T3247 C143 P40393 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16548 T3247 C143 P40393 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16548 T3245 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16548 T3247 C143 P40393 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16548 T3247 C143 P40393 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16549 T3170 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16550 T3247 C143 P40393 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16550 T3170 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16550 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16574 T3170 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16576 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16588 T3203 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362816813794/onenodecollectioncore
[junit4:junit4]   2> 16588 T3203 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 16589 T3203 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 16589 T3203 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 16590 T3203 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 16591 T3203 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 16593 T3203 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 16595 T3203 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362816813794/onenodecollectioncore/'
[junit4:junit4]   2> 16664 T3203 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 16731 T3203 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16832 T3203 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16838 T3203 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17496 T3203 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17506 T3203 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17510 T3203 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17520 T3203 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17525 T3203 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17529 T3203 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17530 T3203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17531 T3203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17531 T3203 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17532 T3203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17532 T3203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17532 T3203 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362816813794/onenodecollectioncore/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362816809923/onenodecollection/
[junit4:junit4]   2> 17532 T3203 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b05236
[junit4:junit4]   2> 17533 T3203 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17533 T3203 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362816809923/onenodecollection forceNew: false
[junit4:junit4]   2> 17534 T3203 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362816809923/onenodecollection/index/
[junit4:junit4]   2> 17534 T3203 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362816809923/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17535 T3203 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362816809923/onenodecollection/index forceNew: false
[junit4:junit4]   2> 17537 T3203 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@33967686 lockFactory=org.apache.lucene.store.NativeFSLockFactory@44a4df5b; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17537 T3203 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17539 T3203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17539 T3203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17540 T3203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17540 T3203 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17540 T3203 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17541 T3203 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17541 T3203 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17541 T3203 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17542 T3203 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17548 T3203 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17553 T3203 oass.SolrIndexSearcher.<init> Opening Searcher@5da7e1b4 main
[junit4:junit4]   2> 17553 T3203 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362816809923/onenodecollection/tlog
[junit4:junit4]   2> 17554 T3203 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17555 T3203 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17557 T3249 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@5da7e1b4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17558 T3203 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 17612 T3193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17613 T3193 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:40393_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40393"}
[junit4:junit4]   2> 17616 T3193 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32197_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32197"}
[junit4:junit4]   2> 17616 T3193 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 17616 T3193 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 17628 T3192 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> 17628 T3228 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> 17628 T3212 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> 17628 T3244 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> 17628 T3199 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> 18564 T3203 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 18565 T3203 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:32197 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 18566 T3203 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 18577 T3202 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:40393__collection1&state=recovering&nodeName=127.0.0.1:40393_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2002 
[junit4:junit4]   2> 18586 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0006 type:delete cxid:0xa1 zxid:0xad txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 18587 T3203 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 18588 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0006 type:create cxid:0xa2 zxid:0xae txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18600 T3203 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 18600 T3203 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 18601 T3203 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:32197/onenodecollectioncore/
[junit4:junit4]   2> 18601 T3203 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 18601 T3203 oasc.SyncStrategy.syncToMe http://127.0.0.1:32197/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 18602 T3203 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:32197/onenodecollectioncore/
[junit4:junit4]   2> 18602 T3203 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 18619 T3175 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4e363bca0006 type:create cxid:0xac zxid:0xb2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 19138 T3193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19162 T3192 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> 19162 T3244 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> 19162 T3212 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> 19162 T3228 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> 19162 T3199 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> 19195 T3203 oasc.ZkController.register We are http://127.0.0.1:32197/onenodecollectioncore/ and leader is http://127.0.0.1:32197/onenodecollectioncore/
[junit4:junit4]   2> 19196 T3203 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:32197
[junit4:junit4]   2> 19196 T3203 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 19196 T3203 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 19198 T3203 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19199 T3203 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {numShards=1&roles=none&name=onenodecollectioncore&action=CREATE&collection=onenodecollection&dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362816809923/onenodecollection&wt=javabin&version=2} status=0 QTime=2611 
[junit4:junit4]   2> 19200 T3170 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 19201 T3170 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20202 T3170 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C143_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:40393_, base_url=http://127.0.0.1:40393}
[junit4:junit4]   2> 20578 T3247 C143 P40393 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:32197/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20578 T3247 C143 P40393 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:40393 START replicas=[http://127.0.0.1:32197/collection1/] nUpdates=100
[junit4:junit4]   2> 20578 T3247 C143 P40393 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20579 T3247 C143 P40393 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20579 T3247 C143 P40393 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20579 T3247 C143 P40393 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20579 T3247 C143 P40393 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20579 T3247 C143 P40393 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:32197/collection1/. core=collection1
[junit4:junit4]   2> 20580 T3247 C143 P40393 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C144 name=collection1 org.apache.solr.core.SolrCore@67a25ef8 url=http://127.0.0.1:32197/collection1 node=127.0.0.1:32197_ C144_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:32197_, base_url=http://127.0.0.1:32197, leader=true}
[junit4:junit4]   2> 20587 T3204 C144 P32197 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
[junit4:junit4]   2> 20598 T3205 C144 P32197 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 20600 T3205 C144 P32197 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2c3a7345 lockFactory=org.apache.lucene.store.NativeFSLockFactory@35103068; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20601 T3205 C144 P32197 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20602 T3205 C144 P32197 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2c3a7345 lockFactory=org.apache.lucene.store.NativeFSLockFactory@35103068; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2c3a7345 lockFactory=org.apache.lucene.store.NativeFSLockFactory@35103068; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20602 T3205 C144 P32197 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20603 T3205 C144 P32197 oass.SolrIndexSearcher.<init> Opening Searcher@619656c3 realtime
[junit4:junit4]   2> 20603 T3205 C144 P32197 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20603 T3205 C144 P32197 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> 20604 T3247 C143 P40393 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20604 T3247 C143 P40393 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20606 T3206 C144 P32197 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20607 T3206 C144 P32197 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 20607 T3247 C143 P40393 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 20607 T3247 C143 P40393 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20607 T3247 C143 P40393 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20610 T3206 C144 P32197 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 20611 T3247 C143 P40393 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20612 T3247 C143 P40393 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362816809922/jetty3/index.20130309001350528 forceNew: false
[junit4:junit4]   2> 20612 T3247 C143 P40393 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@35fa760 lockFactory=org.apache.lucene.store.NativeFSLockFactory@43a9ebc5) fullCopy=false
[junit4:junit4]   2> 20615 T3206 C144 P32197 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 20616 T3247 C143 P40393 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20617 T3247 C143 P40393 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20617 T3247 C143 P40393 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 20619 T3247 C143 P40393 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@23017405 lockFactory=org.apache.lucene.store.NativeFSLockFactory@94470c6; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@23017405 lockFactory=org.apache.lucene.store.NativeFSLockFactory@94470c6; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20619 T3247 C143 P40393 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20620 T3247 C143 P40393 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20620 T3247 C143 P40393 oass.SolrIndexSearcher.<init> Opening Searcher@fb79789 main
[junit4:junit4]   2> 20621 T3246 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fb79789 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 20621 T3247 C143 P40393 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@35fa760 lockFactory=org.apache.lucene.store.NativeFSLockFactory@43a9ebc5)
[junit4:junit4]   2> 20621 T3247 C143 P40393 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 20621 T3247 C143 P40393 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 20622 T3247 C143 P40393 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 20622 T3247 C143 P40393 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20623 T3247 C143 P40393 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20672 T3193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20673 T3193 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32197_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32197"}
[junit4:junit4]   2> 20676 T3193 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:40393_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40393"}
[junit4:junit4]   2> 20687 T3199 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> 20687 T3192 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> 20687 T3228 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> 20687 T3212 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> 20687 T3244 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> 21204 T3170 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21205 T3170 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 21206 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C145 name=onenodecollectioncore org.apache.solr.core.SolrCore@6863c4cf url=http://127.0.0.1:32197/onenodecollectioncore node=127.0.0.1:32197_ C145_STATE=coll:onenodecollection core:onenodecollectioncore props:{shard=shard1, roles=none, state=active, core=onenodecollectioncore, collection=onenodecollection, node_name=127.0.0.1:32197_, base_url=http://127.0.0.1:32197, leader=true}
[junit4:junit4]   2> 21237 T3207 C145 P32197 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@33967686 lockFactory=org.apache.lucene.store.NativeFSLockFactory@44a4df5b; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21238 T3207 C145 P32197 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21239 T3207 C145 P32197 /update {wt=javabin&version=2} {add=[1 (1429017021542039552)]} 0 5
[junit4:junit4]   2> 21247 T3207 C145 P32197 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 21250 T3207 C145 P32197 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@33967686 lockFactory=org.apache.lucene.store.NativeFSLockFactory@44a4df5b; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@33967686 lockFactory=org.apache.lucene.store.NativeFSLockFactory@44a4df5b; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_2,generation=2,filenames=[_0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Asserting_0.dvd, _0_Asserting_0.dvm, _0.nvm, _0_MockRandom_0.skp, _0_MockRandom_0.tip, _0_MockRandom_0.frq, _0_MockRandom_0.sd, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockRandom_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0_MockRandom_0.pyl, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 21250 T3207 C145 P32197 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Asserting_0.dvd, _0_Asserting_0.dvm, _0.nvm, _0_MockRandom_0.skp, _0_MockRandom_0.tip, _0_MockRandom_0.frq, _0_MockRandom_0.sd, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockRandom_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0_MockRandom_0.pyl, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 21252 T3207 C145 P32197 oass.SolrIndexSearcher.<init> Opening Searcher@8f4ec77 main
[junit4:junit4]   2> 21252 T3207 C145 P32197 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21253 T3249 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@8f4ec77 main{StandardDirectoryReader(segments_2:3 _0(5.0):C1)}
[junit4:junit4]   2> 21254 T3207 C145 P32197 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 21257 T3207 C145 P32197 REQ /select {q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 21258 T3170 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21273 T3207 C145 P32197 REQ /select {q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> ASYNC  NEW_CORE C146 name=collection1 org.apache.solr.core.SolrCore@49970e71 url=http://127.0.0.1:55412/collection1 node=127.0.0.1:55412_ C146_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:55412_, base_url=http://127.0.0.1:55412, leader=true}
[junit4:junit4]   2> 21286 T3182 C146 P55412 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@48ddf162 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b6fd438; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21287 T3182 C146 P55412 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21289 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[1 (1429017021591322624)]} 0 7
[junit4:junit4]   2>  C143_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:40393_, base_url=http://127.0.0.1:40393}
[junit4:junit4]   2> 21315 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1429017021612294144)]} 0 2
[junit4:junit4]   2> 21316 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[1 (1429017021612294144)]} 0 15
[junit4:junit4]   2> 21319 T3182 C146 P55412 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 21323 T3182 C146 P55412 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@48ddf162 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b6fd438; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@48ddf162 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b6fd438; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_2,generation=2,filenames=[_0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Asserting_0.dvd, _0_Asserting_0.dvm, _0.nvm, _0_MockRandom_0.skp, _0_MockRandom_0.tip, _0_MockRandom_0.frq, _0_MockRandom_0.sd, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockRandom_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0_MockRandom_0.pyl, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 21324 T3182 C146 P55412 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Asserting_0.dvd, _0_Asserting_0.dvm, _0.nvm, _0_MockRandom_0.skp, _0_MockRandom_0.tip, _0_MockRandom_0.frq, _0_MockRandom_0.sd, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockRandom_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0_MockRandom_0.pyl, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 21325 T3182 C146 P55412 oass.SolrIndexSearcher.<init> Opening Searcher@4fa22bca main
[junit4:junit4]   2> 21326 T3182 C146 P55412 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21326 T3196 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4fa22bca main{StandardDirectoryReader(segments_2:3 _0(5.0):C1)}
[junit4:junit4]   2> 21327 T3182 C146 P55412 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 8
[junit4:junit4]   2> ASYNC  NEW_CORE C147 name=collection1 org.apache.solr.core.SolrCore@300c2fc3 url=http://127.0.0.1:59994/collection1 node=127.0.0.1:59994_ C147_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:59994_, base_url=http://127.0.0.1:59994, leader=true}
[junit4:junit4]   2> 21335 T3220 C147 P59994 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 21338 T3220 C147 P59994 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2640c8f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@48b1c600; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21339 T3220 C147 P59994 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21340 T3220 C147 P59994 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2640c8f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@48b1c600; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2640c8f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@48b1c600; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 21340 T3220 C147 P59994 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 21341 T3220 C147 P59994 oass.SolrIndexSearcher.<init> Opening Searcher@74330031 main
[junit4:junit4]   2> 21341 T3220 C147 P59994 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21342 T3230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@74330031 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 21343 T3220 C147 P59994 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:32197/collection1/, StdNode: http://127.0.0.1:40393/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 21346 T3235 C143 P40393 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 21346 T3202 C144 P32197 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 21350 T3235 C143 P40393 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@23017405 lockFactory=org.apache.lucene.store.NativeFSLockFactory@94470c6; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@23017405 lockFactory=org.apache.lucene.store.NativeFSLockFactory@94470c6; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_3,generation=3,filenames=[_0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_Asserting_0.dvd, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Asserting_0.dvm, _0.nvm, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_MockRandom_0.tim, _0.fdt, segments_3]
[junit4:junit4]   2> 21350 T3235 C143 P40393 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_Asserting_0.dvd, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Asserting_0.dvm, _0.nvm, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_MockRandom_0.tim, _0.fdt, segments_3]
[junit4:junit4]   2> 21352 T3202 C144 P32197 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2c3a7345 lockFactory=org.apache.lucene.store.NativeFSLockFactory@35103068; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2c3a7345 lockFactory=org.apache.lucene.store.NativeFSLockFactory@35103068; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_3,generation=3,filenames=[_0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_Asserting_0.dvd, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Asserting_0.dvm, _0.nvm, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_MockRandom_0.tim, _0.fdt, segments_3]
[junit4:junit4]   2> 21352 T3235 C143 P40393 oass.SolrIndexSearcher.<init> Opening Searcher@1a8fd3fa main
[junit4:junit4]   2> 21353 T3202 C144 P32197 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_Asserting_0.dvd, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Asserting_0.dvm, _0.nvm, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_MockRandom_0.tim, _0.fdt, segments_3]
[junit4:junit4]   2> 21353 T3235 C143 P40393 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21354 T3246 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a8fd3fa main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 21354 T3235 C143 P40393 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 8
[junit4:junit4]   2> 21355 T3202 C144 P32197 oass.SolrIndexSearcher.<init> Opening Searcher@578e6a70 main
[junit4:junit4]   2> 21356 T3202 C144 P32197 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21356 T3214 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@578e6a70 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 21356 T3202 C144 P32197 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 21357 T3220 C147 P59994 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 22
[junit4:junit4]   2> 21358 T3170 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 21359 T3170 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21359 T3170 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> 21363 T3182 C146 P55412 REQ /select {q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 21363 T3170 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:13897/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@46ee0bf8
[junit4:junit4]   2> 21364 T3170 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 21365 T3256 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:13897. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 21365 T3256 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:13897, initiating session
[junit4:junit4]   2> 21365 T3172 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:26807
[junit4:junit4]   2> 21366 T3172 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:26807
[junit4:junit4]   2> 21367 T3174 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4e363bca000b with negotiated timeout 10000 for client /140.211.11.196:26807
[junit4:junit4]   2> 21367 T3256 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:13897, sessionid = 0x13d4e363bca000b, negotiated timeout = 10000
[junit4:junit4]   2> 21367 T3257 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46ee0bf8 name:ZooKeeperConnection Watcher:127.0.0.1:13897/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 21367 T3170 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 21368 T3170 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 21370 T3175 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4e363bca000b
[junit4:junit4]   2> 21371 T3257 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 21371 T3172 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:26807 which had sessionid 0x13d4e363bca000b
[junit4:junit4]   2> 21371 T3170 oaz.ZooKeeper.close Session: 0x13d4e363bca000b closed
[junit4:junit4]   2> 21373 T3205 C144 P32197 REQ /select {q=*:*&distrib=false&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 21376 T3221 C147 P59994 REQ /select {q=*:*&distrib=false&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 21381 T3260 C144 P32197 REQ /select {NOW=1362816831295&shard.url=127.0.0.1:32197/collection1/|127.0.0.1:40393/collection1/&fl=id,score&start=0&q=*:*&distrib=false&wt=javabin&isShard=true&fsv=true&version=2&rows=10} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 21381 T3222 C147 P59994 REQ /select {NOW=1362816831295&shard.url=127.0.0.1:59994/collection1/&fl=id,score&start=0&q=*:*&distrib=false&wt=javabin&isShard=true&fsv=true&version=2&rows=10} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 21384 T3260 C144 P32197 REQ /select {NOW=1362816831295&shard.url=127.0.0.1:32197/collection1/|127.0.0.1:40393/collection1/&ids=1&q=*:*&distrib=false&wt=javabin&isShard=true&version=2} status=0 QTime=0 
[junit4:junit4]   2> 21385 T3208 C144 P32197 REQ /select {q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=7 
[junit4:junit4]   2> 21390 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[2 (1429017021701423104)]} 0 3
[junit4:junit4]   2> 21395 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[2 (1429017021707714560)]} 0 2
[junit4:junit4]   2> 21399 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[3 (1429017021712957440)]} 0 1
[junit4:junit4]   2> 21403 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[3 (1429017021717151744)]} 0 1
[junit4:junit4]   2> 21407 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[4 (1429017021721346048)]} 0 1
[junit4:junit4]   2> 21416 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1429017021725540352)]} 0 2
[junit4:junit4]   2> 21417 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[4 (1429017021725540352)]} 0 7
[junit4:junit4]   2> 21421 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[5 (1429017021736026112)]} 0 1
[junit4:junit4]   2> 21424 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[5 (1429017021739171840)]} 0 1
[junit4:junit4]   2> 21427 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[6 (1429017021742317568)]} 0 1
[junit4:junit4]   2> 21430 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[6 (1429017021745463296)]} 0 1
[junit4:junit4]   2> 21433 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[7 (1429017021748609024)]} 0 1
[junit4:junit4]   2> 21438 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[7 (1429017021753851904)]} 0 2
[junit4:junit4]   2> 21439 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[7]} 0 4
[junit4:junit4]   2> 21442 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[8 (1429017021758046208)]} 0 1
[junit4:junit4]   2> 21448 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1429017021761191936)]} 0 1
[junit4:junit4]   2> 21449 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[8 (1429017021761191936)]} 0 5
[junit4:junit4]   2> 21452 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[9 (1429017021768531968)]} 0 1
[junit4:junit4]   2> 21457 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[9 (1429017021773774848)]} 0 1
[junit4:junit4]   2> 21457 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[9]} 0 3
[junit4:junit4]   2> 21461 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[10 (1429017021777969152)]} 0 1
[junit4:junit4]   2> 21469 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1429017021783212032)]} 0 1
[junit4:junit4]   2> 21471 T3202 C144 P32197 /update {distrib.from=http://127.0.0.1:59994/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[10 (1429017021783212032)]} 0 6
[junit4:junit4]   2> 21472 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[10]} 0 9
[junit4:junit4]   2> 21477 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[11 (1429017021793697792)]} 0 2
[junit4:junit4]   2> 21483 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1429017021797892096)]} 0 1
[junit4:junit4]   2> 21483 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[11 (1429017021797892096)]} 0 4
[junit4:junit4]   2> 21487 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[12 (1429017021805232128)]} 0 1
[junit4:junit4]   2> 21493 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1429017021808377856)]} 0 1
[junit4:junit4]   2> 21493 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[12 (1429017021808377856)]} 0 4
[junit4:junit4]   2> 21497 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[13 (1429017021815717888)]} 0 1
[junit4:junit4]   2> 21505 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1429017021820960768)]} 0 1
[junit4:junit4]   2> 21505 T3202 C144 P32197 /update {distrib.from=http://127.0.0.1:59994/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[13 (1429017021820960768)]} 0 4
[junit4:junit4]   2> 21506 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[13]} 0 7
[junit4:junit4]   2> 21509 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[14 (1429017021828300800)]} 0 1
[junit4:junit4]   2> 21515 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1429017021831446528)]} 0 1
[junit4:junit4]   2> 21515 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[14 (1429017021831446528)]} 0 4
[junit4:junit4]   2> 21518 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[15 (1429017021838786560)]} 0 0
[junit4:junit4]   2> 21525 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429017021841932288)]} 0 1
[junit4:junit4]   2> 21526 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[15 (1429017021841932288)]} 0 5
[junit4:junit4]   2> 21529 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[16 (1429017021849272320)]} 0 1
[junit4:junit4]   2> 21535 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429017021852418048)]} 0 1
[junit4:junit4]   2> 21535 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[16 (1429017021852418048)]} 0 4
[junit4:junit4]   2> 21540 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[17 (1429017021859758080)]} 0 2
[junit4:junit4]   2> 21544 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[17 (1429017021863952384)]} 0 2
[junit4:junit4]   2> 21546 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[100 (1429017021868146688)]} 0 0
[junit4:junit4]   2> 21555 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[100 (1429017021873389568)]} 0 1
[junit4:junit4]   2> 21555 T3202 C144 P32197 /update {distrib.from=http://127.0.0.1:59994/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[100 (1429017021873389568)]} 0 4
[junit4:junit4]   2> 21556 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[100]} 0 7
[junit4:junit4]   2> 21559 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[101 (1429017021880729600)]} 0 1
[junit4:junit4]   2> 21565 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[101 (1429017021883875328)]} 0 1
[junit4:junit4]   2> 21565 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[101 (1429017021883875328)]} 0 4
[junit4:junit4]   2> 21568 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[102 (1429017021891215360)]} 0 0
[junit4:junit4]   2> 21573 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[102 (1429017021894361088)]} 0 0
[junit4:junit4]   2> 21574 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[102 (1429017021894361088)]} 0 3
[junit4:junit4]   2> 21576 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[103 (1429017021899603968)]} 0 0
[junit4:junit4]   2> 21580 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[103 (1429017021902749696)]} 0 1
[junit4:junit4]   2> 21582 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[104 (1429017021905895424)]} 0 0
[junit4:junit4]   2> 21587 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[104 (1429017021911138304)]} 0 0
[junit4:junit4]   2> 21588 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[104]} 0 3
[junit4:junit4]   2> 21592 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[105 (1429017021915332608)]} 0 1
[junit4:junit4]   2> 21595 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[105 (1429017021918478336)]} 0 0
[junit4:junit4]   2> 21598 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[106 (1429017021921624064)]} 0 1
[junit4:junit4]   2> 21601 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[106 (1429017021924769792)]} 0 1
[junit4:junit4]   2> 21603 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[107 (1429017021927915520)]} 0 0
[junit4:junit4]   2> 21612 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[107 (1429017021933158400)]} 0 1
[junit4:junit4]   2> 21612 T3202 C144 P32197 /update {distrib.from=http://127.0.0.1:59994/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[107 (1429017021933158400)]} 0 4
[junit4:junit4]   2> 21613 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[107]} 0 7
[junit4:junit4]   2> 21616 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[108 (1429017021940498432)]} 0 1
[junit4:junit4]   2> 21622 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[108 (1429017021943644160)]} 0 1
[junit4:junit4]   2> 21622 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[108 (1429017021943644160)]} 0 4
[junit4:junit4]   2> 21626 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[109 (1429017021950984192)]} 0 1
[junit4:junit4]   2> 21634 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[109 (1429017021956227072)]} 0 1
[junit4:junit4]   2> 21635 T3202 C144 P32197 /update {distrib.from=http://127.0.0.1:59994/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[109 (1429017021956227072)]} 0 5
[junit4:junit4]   2> 21635 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[109]} 0 7
[junit4:junit4]   2> 21639 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[110 (1429017021964615680)]} 0 1
[junit4:junit4]   2> 21647 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[110 (1429017021969858560)]} 0 1
[junit4:junit4]   2> 21648 T3202 C144 P32197 /update {distrib.from=http://127.0.0.1:59994/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[110 (1429017021969858560)]} 0 5
[junit4:junit4]   2> 21648 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[110]} 0 7
[junit4:junit4]   2> 21652 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[111 (1429017021978247168)]} 0 1
[junit4:junit4]   2> 21658 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[111 (1429017021981392896)]} 0 1
[junit4:junit4]   2> 21659 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[111 (1429017021981392896)]} 0 5
[junit4:junit4]   2> 21662 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[112 (1429017021988732928)]} 0 1
[junit4:junit4]   2> 21665 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[112 (1429017021991878656)]} 0 1
[junit4:junit4]   2> 21668 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[113 (1429017021995024384)]} 0 1
[junit4:junit4]   2> 21674 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[113 (1429017021998170112)]} 0 1
[junit4:junit4]   2> 21675 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[113 (1429017021998170112)]} 0 5
[junit4:junit4]   2> 21678 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[114 (1429017022005510144)]} 0 1
[junit4:junit4]   2> 21684 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[114 (1429017022008655872)]} 0 1
[junit4:junit4]   2> 21684 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[114 (1429017022008655872)]} 0 4
[junit4:junit4]   2> 21689 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[115 (1429017022017044480)]} 0 1
[junit4:junit4]   2> 21694 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[115 (1429017022022287360)]} 0 1
[junit4:junit4]   2> 21694 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[115]} 0 3
[junit4:junit4]   2> 21698 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[116 (1429017022026481664)]} 0 1
[junit4:junit4]   2> 21702 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[116 (1429017022031724544)]} 0 0
[junit4:junit4]   2> 21703 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[116]} 0 3
[junit4:junit4]   2> 21707 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[117 (1429017022035918848)]} 0 1
[junit4:junit4]   2> 21712 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[117 (1429017022042210304)]} 0 0
[junit4:junit4]   2> 21713 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[117]} 0 3
[junit4:junit4]   2> 21717 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[118 (1429017022046404608)]} 0 1
[junit4:junit4]   2> 21724 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[118 (1429017022050598912)]} 0 1
[junit4:junit4]   2> 21724 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[118 (1429017022050598912)]} 0 4
[junit4:junit4]   2> 21728 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[119 (1429017022057938944)]} 0 1
[junit4:junit4]   2> 21731 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[119 (1429017022061084672)]} 0 1
[junit4:junit4]   2> 21734 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[120 (1429017022064230400)]} 0 1
[junit4:junit4]   2> 21737 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[120 (1429017022067376128)]} 0 1
[junit4:junit4]   2> 21740 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[121 (1429017022070521856)]} 0 0
[junit4:junit4]   2> 21745 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[121 (1429017022075764736)]} 0 1
[junit4:junit4]   2> 21746 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[121]} 0 4
[junit4:junit4]   2> 21749 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[122 (1429017022079959040)]} 0 1
[junit4:junit4]   2> 21757 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[122 (1429017022085201920)]} 0 1
[junit4:junit4]   2> 21757 T3202 C144 P32197 /update {distrib.from=http://127.0.0.1:59994/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[122 (1429017022085201920)]} 0 4
[junit4:junit4]   2> 21758 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[122]} 0 7
[junit4:junit4]   2> 21762 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[123 (1429017022093590528)]} 0 1
[junit4:junit4]   2> 21770 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[123 (1429017022098833408)]} 0 1
[junit4:junit4]   2> 21770 T3202 C144 P32197 /update {distrib.from=http://127.0.0.1:59994/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[123 (1429017022098833408)]} 0 4
[junit4:junit4]   2> 21771 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[123]} 0 7
[junit4:junit4]   2> 21774 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[124 (1429017022106173440)]} 0 1
[junit4:junit4]   2> 21781 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[124 (1429017022111416320)]} 0 0
[junit4:junit4]   2> 21782 T3202 C144 P32197 /update {distrib.from=http://127.0.0.1:59994/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[124 (1429017022111416320)]} 0 4
[junit4:junit4]   2> 21783 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[124]} 0 7
[junit4:junit4]   2> 21785 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[125 (1429017022118756352)]} 0 0
[junit4:junit4]   2> 21792 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[125 (1429017022121902080)]} 0 1
[junit4:junit4]   2> 21792 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[125 (1429017022121902080)]} 0 4
[junit4:junit4]   2> 21796 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[126 (1429017022129242112)]} 0 1
[junit4:junit4]   2> 21801 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[126 (1429017022134484992)]} 0 1
[junit4:junit4]   2> 21801 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[126]} 0 3
[junit4:junit4]   2> 21805 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[127 (1429017022138679296)]} 0 1
[junit4:junit4]   2> 21808 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[127 (1429017022141825024)]} 0 1
[junit4:junit4]   2> 21810 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[128 (1429017022144970752)]} 0 0
[junit4:junit4]   2> 21814 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[128 (1429017022148116480)]} 0 1
[junit4:junit4]   2> 21817 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[129 (1429017022151262208)]} 0 1
[junit4:junit4]   2> 21825 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[129 (1429017022156505088)]} 0 1
[junit4:junit4]   2> 21825 T3202 C144 P32197 /update {distrib.from=http://127.0.0.1:59994/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[129 (1429017022156505088)]} 0 4
[junit4:junit4]   2> 21826 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[129]} 0 7
[junit4:junit4]   2> 21830 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[130 (1429017022164893696)]} 0 1
[junit4:junit4]   2> 21835 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[130 (1429017022170136576)]} 0 1
[junit4:junit4]   2> 21835 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[130]} 0 3
[junit4:junit4]   2> 21839 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[131 (1429017022174330880)]} 0 1
[junit4:junit4]   2> 21844 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[131 (1429017022179573760)]} 0 1
[junit4:junit4]   2> 21844 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[131]} 0 3
[junit4:junit4]   2> 21847 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[132 (1429017022183768064)]} 0 0
[junit4:junit4]   2> 21856 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[132 (1429017022189010944)]} 0 1
[junit4:junit4]   2> 21857 T3202 C144 P32197 /update {distrib.from=http://127.0.0.1:59994/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[132 (1429017022189010944)]} 0 5
[junit4:junit4]   2> 21857 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[132]} 0 7
[junit4:junit4]   2> 21860 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[133 (1429017022197399552)]} 0 0
[junit4:junit4]   2> 21867 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[133 (1429017022200545280)]} 0 1
[junit4:junit4]   2> 21868 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[133 (1429017022200545280)]} 0 5
[junit4:junit4]   2> 21871 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[134 (1429017022207885312)]} 0 1
[junit4:junit4]   2> 21873 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[134 (1429017022211031040)]} 0 0
[junit4:junit4]   2> 21877 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[135 (1429017022214176768)]} 0 0
[junit4:junit4]   2> 21883 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[135 (1429017022217322496)]} 0 1
[junit4:junit4]   2> 21884 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[135 (1429017022217322496)]} 0 5
[junit4:junit4]   2> 21887 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[136 (1429017022224662528)]} 0 1
[junit4:junit4]   2> 21890 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[136 (1429017022227808256)]} 0 1
[junit4:junit4]   2> 21892 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[137 (1429017022230953984)]} 0 0
[junit4:junit4]   2> 21897 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[137 (1429017022236196864)]} 0 0
[junit4:junit4]   2> 21898 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[137]} 0 3
[junit4:junit4]   2> 21901 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[138 (1429017022240391168)]} 0 0
[junit4:junit4]   2> 21908 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[138 (1429017022243536896)]} 0 1
[junit4:junit4]   2> 21909 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[138 (1429017022243536896)]} 0 5
[junit4:junit4]   2> 21912 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[139 (1429017022251925504)]} 0 0
[junit4:junit4]   2> 21916 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[139 (1429017022255071232)]} 0 1
[junit4:junit4]   2> 21918 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[140 (1429017022258216960)]} 0 0
[junit4:junit4]   2> 21923 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[140 (1429017022263459840)]} 0 0
[junit4:junit4]   2> 21924 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[140]} 0 3
[junit4:junit4]   2> 21928 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[141 (1429017022267654144)]} 0 1
[junit4:junit4]   2> 21932 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[141 (1429017022272897024)]} 0 0
[junit4:junit4]   2> 21933 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[141]} 0 3
[junit4:junit4]   2> 21936 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[142 (1429017022276042752)]} 0 0
[junit4:junit4]   2> 21940 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[142 (1429017022281285632)]} 0 0
[junit4:junit4]   2> 21941 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[142]} 0 3
[junit4:junit4]   2> 21944 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[143 (1429017022285479936)]} 0 0
[junit4:junit4]   2> 21947 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[143 (1429017022288625664)]} 0 0
[junit4:junit4]   2> 21950 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[144 (1429017022291771392)]} 0 0
[junit4:junit4]   2> 21954 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[144 (1429017022294917120)]} 0 1
[junit4:junit4]   2> 21956 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[145 (1429017022298062848)]} 0 0
[junit4:junit4]   2> 21959 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[145 (1429017022301208576)]} 0 0
[junit4:junit4]   2> 21963 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[146 (1429017022304354304)]} 0 1
[junit4:junit4]   2> 21969 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[146 (1429017022307500032)]} 0 1
[junit4:junit4]   2> 21969 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[146 (1429017022307500032)]} 0 4
[junit4:junit4]   2> 21973 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[147 (1429017022314840064)]} 0 1
[junit4:junit4]   2> 21977 T3223 C147 P59994 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[147 (1429017022320082944)]} 0 0
[junit4:junit4]   2> 21978 T3208 C144 P32197 /update {wt=javabin&version=2} {add=[147]} 0 3
[junit4:junit4]   2> 21981 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[148 (1429017022324277248)]} 0 0
[junit4:junit4]   2> 21991 T3234 C143 P40393 /update {distrib.from=http://127.0.0.1:32197/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[148 (1429017022330568704)]} 0 1
[junit4:junit4]   2> 21991 T3202 C144 P32197 /update {distrib.from=http://127.0.0.1:59994/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[148 (1429017022330568704)]} 0 5
[junit4:junit4]   2> 21992 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[148]} 0 8
[junit4:junit4]   2> 21995 T3182 C146 P55412 /update {wt=javabin&version=2} {add=[149 (1429017022338957312)]} 0 0
[junit4:junit4]   2> 21998 T3220 C147 P59994 /update {wt=javabin&version=2} {add=[149 (1429017022342103040)]} 0 0
[junit4:junit4]   2> 21999 T3170 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 22000 T3170 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22001 T3170 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> 22003 T3182 C146 P55412 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 22019 T3182 C146 P55412 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@48ddf162 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b6fd438; maxCacheMB=0.9951171875 maxMergeSizeMB=0.47265625)),segFN=segments_2,generation=2,filenames=[_0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVaria

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

ressTest_/00007_core/data
[junit4:junit4]   2> 826080 T2694 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./OpenCloseCoreStressTest_/00007_core/data
[junit4:junit4]   2> 826081 T2694 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./OpenCloseCoreStressTest_/00007_core/data/index
[junit4:junit4]   2> 826081 T2694 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./OpenCloseCoreStressTest_/00007_core/data/index
[junit4:junit4]   2> 826137 T2694 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 826776 T2694 oas.SolrTestCaseJ4.tearDown ###Ending test10MinutesNew
[junit4:junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OpenCloseCoreStressTest -Dtests.method=test10MinutesNew -Dtests.seed=1D369A6D869E82A9 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=sq_AL -Dtests.timezone=SystemV/MST7 -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE  306s J1 | OpenCloseCoreStressTest.test10MinutesNew <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Core 00000_core bad! expected:<370> but was:<368>
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([1D369A6D869E82A9:2713224CF450681D]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.junit.Assert.failNotEquals(Assert.java:647)
[junit4:junit4]    > 	at org.junit.Assert.assertEquals(Assert.java:128)
[junit4:junit4]    > 	at org.junit.Assert.assertEquals(Assert.java:472)
[junit4:junit4]    > 	at org.apache.solr.core.OpenCloseCoreStressTest.checkResults(OpenCloseCoreStressTest.java:304)
[junit4:junit4]    > 	at org.apache.solr.core.OpenCloseCoreStressTest.doStress(OpenCloseCoreStressTest.java:202)
[junit4:junit4]    > 	at org.apache.solr.core.OpenCloseCoreStressTest.test10MinutesNew(OpenCloseCoreStressTest.java:134)
[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:616)
[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:679)
[junit4:junit4]   2> 826799 T2694 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=sq_AL, timezone=SystemV/MST7
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=1,free=356438768,total=532152320
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderNoQuery, SortByFunctionTest, TestSolrJ, CollectionsAPIDistributedZkTest, CopyFieldTest, TestCSVResponseWriter, SpellCheckComponentTest, TestStressLucene, TestZkChroot, DebugComponentTest, TestComponentsName, SimplePostToolTest, TestNumberUtils, SuggesterWFSTTest, EchoParamsTest, ChaosMonkeySafeLeaderTest, TestPropInject, TestRandomFaceting, DocumentAnalysisRequestHandlerTest, RequiredFieldsTest, UpdateParamsTest, TestPostingsSolrHighlighter, IndexReaderFactoryTest, TestDistributedGrouping, TestSystemIdResolver, ZkNodePropsTest, BadIndexSchemaTest, TestDynamicFieldResource, TestBinaryField, TestIndexSearcher, XmlUpdateRequestHandlerTest, SuggesterTSTTest, DirectUpdateHandlerTest, OpenExchangeRatesOrgProviderTest, TestStressReorder, SampleTest, SolrCoreCheckLockOnStartupTest, SolrCmdDistributorTest, TestSolrDiscoveryProperties, FieldAnalysisRequestHandlerTest, BasicZkTest, TestDefaultSimilarityFactory, IndexBasedSpellCheckerTest, TestPartialUpdateDeduplication, TestIndexingPerformance, TestDistributedSearch, OpenCloseCoreStressTest]
[junit4:junit4] Completed on J1 in 826.84s, 6 tests, 1 failure, 2 skipped <<< FAILURES!

[...truncated 476 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:388: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:361: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:183: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1213: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:877: There were test failures: 269 suites, 1137 tests, 1 error, 1 failure, 25 ignored (6 assumptions)

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



[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 202 - Still Failing

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

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.lucene.index.sorter.IndexSortingTest

Error Message:
37

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 37
	at __randomizedtesting.SeedInfo.seed([15671ED847C3A347]:0)
	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingDocsAndPositionsEnum.<init>(SortingAtomicReader.java:454)
	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingTermsEnum.docsAndPositions(SortingAtomicReader.java:161)
	at org.apache.lucene.index.MultiTermsEnum.docsAndPositions(MultiTermsEnum.java:474)
	at org.apache.lucene.index.TermsEnum.docsAndPositions(TermsEnum.java:183)
	at org.apache.lucene.codecs.TermsConsumer.merge(TermsConsumer.java:186)
	at org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:72)
	at org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:383)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:116)
	at org.apache.lucene.index.IndexWriter.addIndexes(IndexWriter.java:2420)
	at org.apache.lucene.index.sorter.IndexSortingTest.beforeClassSorterUtilTest(IndexSortingTest.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:679)


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.sorter.SortingAtomicReaderTest

Error Message:
CheckReader failed

Stack Trace:
java.lang.RuntimeException: CheckReader failed
	at __randomizedtesting.SeedInfo.seed([15671ED847C3A347]:0)
	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:255)
	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:234)
	at org.apache.lucene.index.sorter.SortingAtomicReaderTest.beforeClassSortingAtomicReaderTest(SortingAtomicReaderTest.java:72)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:679)




Build Log:
[...truncated 6732 lines...]
[junit4:junit4] Suite: org.apache.lucene.index.sorter.SortingAtomicReaderTest
[junit4:junit4]   1> CheckReader failed
[junit4:junit4]   1>     test: field norms.........OK [3 fields]
[junit4:junit4]   1>     test: terms, freq, prox...ERROR: java.lang.ArrayIndexOutOfBoundsException: 37
[junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: 37
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingDocsAndPositionsEnum.<init>(SortingAtomicReader.java:454)
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingTermsEnum.docsAndPositions(SortingAtomicReader.java:161)
[junit4:junit4]   1> 	at org.apache.lucene.index.TermsEnum.docsAndPositions(TermsEnum.java:183)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:793)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1200)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1177)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:243)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:234)
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReaderTest.beforeClassSortingAtomicReaderTest(SortingAtomicReaderTest.java:72)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:616)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:679)
[junit4:junit4]   1>     test: stored fields.......OK [77 total field count; avg 1 fields per doc]
[junit4:junit4]   1>     test: term vectors........OK [77 total vector count; avg 1 term/freq vector fields per doc]
[junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 4 docvalues fields]
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=lt_LT, timezone=Asia/Yerevan
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=1,free=417092040,total=514064384
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SortingAtomicReaderTest]
[junit4:junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SortingAtomicReaderTest -Dtests.seed=15671ED847C3A347 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=lt_LT -Dtests.timezone=Asia/Yerevan -Dtests.file.encoding=ISO8859-1
[junit4:junit4] ERROR   0.00s J1 | SortingAtomicReaderTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: CheckReader failed
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([15671ED847C3A347]:0)
[junit4:junit4]    > 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:255)
[junit4:junit4]    > 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:234)
[junit4:junit4]    > 	at org.apache.lucene.index.sorter.SortingAtomicReaderTest.beforeClassSortingAtomicReaderTest(SortingAtomicReaderTest.java:72)
[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:616)
[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$4.evaluate(RandomizedRunner.java:677)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[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:679)
[junit4:junit4] Completed on J1 in 4.57s, 0 tests, 1 error <<< FAILURES!

[...truncated 10 lines...]
[junit4:junit4] Suite: org.apache.lucene.index.sorter.IndexSortingTest
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=MockSep), positions=PostingsFormat(name=Memory doPackFST= false), norm=PostingsFormat(name=Lucene41WithOrds), docs=PostingsFormat(name=MockSep), term_vectors=PostingsFormat(name=TestBloomFilteredLucene41Postings)}, docValues:{binary=DocValuesFormat(name=Disk), numeric=DocValuesFormat(name=Disk), sorted=DocValuesFormat(name=Disk), sorted_set=DocValuesFormat(name=CheapBastard)}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {positions=DFR I(F)B2, term_vectors=DFR I(F)3(800.0)}, locale=ja_JP_JP, timezone=ECT
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=1,free=398444944,total=514064384
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SortingAtomicReaderTest, TestIndexSplitter, TestPKIndexSplitter, SweetSpotSimilarityTest, IndexSortingTest]
[junit4:junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=IndexSortingTest -Dtests.seed=15671ED847C3A347 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=ja_JP_JP -Dtests.timezone=ECT -Dtests.file.encoding=ISO8859-1
[junit4:junit4] ERROR   0.00s J1 | IndexSortingTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 37
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([15671ED847C3A347]:0)
[junit4:junit4]    > 	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingDocsAndPositionsEnum.<init>(SortingAtomicReader.java:454)
[junit4:junit4]    > 	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingTermsEnum.docsAndPositions(SortingAtomicReader.java:161)
[junit4:junit4]    > 	at org.apache.lucene.index.MultiTermsEnum.docsAndPositions(MultiTermsEnum.java:474)
[junit4:junit4]    > 	at org.apache.lucene.index.TermsEnum.docsAndPositions(TermsEnum.java:183)
[junit4:junit4]    > 	at org.apache.lucene.codecs.TermsConsumer.merge(TermsConsumer.java:186)
[junit4:junit4]    > 	at org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:72)
[junit4:junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:383)
[junit4:junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:116)
[junit4:junit4]    > 	at org.apache.lucene.index.IndexWriter.addIndexes(IndexWriter.java:2420)
[junit4:junit4]    > 	at org.apache.lucene.index.sorter.IndexSortingTest.beforeClassSorterUtilTest(IndexSortingTest.java:65)
[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:616)
[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$4.evaluate(RandomizedRunner.java:677)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[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:679)
[junit4:junit4] Completed on J1 in 0.91s, 0 tests, 1 error <<< FAILURES!

[...truncated 14 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:388: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:361: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build.xml:548: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1758: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/module-build.xml:61: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1213: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:877: There were test failures: 8 suites, 21 tests, 2 suite-level errors

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