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/14 19:22:59 UTC

[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 1068 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/1068/

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([4D2EA187A55A2AA8:CCC82F9FD2054A94]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:484)
	at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:291)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


REGRESSION:  org.apache.solr.cloud.SyncSliceTest.testDistribSearch

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([4D2EA187A55A2AA8:CCC82F9FD2054A94]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:196)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9205 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T2218 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 3 T2218 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363284311740
[junit4:junit4]   2> 4 T2218 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T2219 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 7 T2219 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 7 T2219 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 7 T2219 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 8 T2219 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 8 T2219 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 106 T2218 oasc.ZkTestServer.run start zk server on port:57647
[junit4:junit4]   2> 106 T2218 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57647 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7d2d8619
[junit4:junit4]   2> 107 T2218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 107 T2224 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:57647. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 108 T2224 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:57647, initiating session
[junit4:junit4]   2> 108 T2220 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57648
[junit4:junit4]   2> 108 T2220 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57648
[junit4:junit4]   2> 109 T2222 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 111 T2222 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6a13bec10000 with negotiated timeout 10000 for client /140.211.11.196:57648
[junit4:junit4]   2> 111 T2224 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:57647, sessionid = 0x13d6a13bec10000, negotiated timeout = 10000
[junit4:junit4]   2> 112 T2225 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d2d8619 name:ZooKeeperConnection Watcher:127.0.0.1:57647 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 112 T2218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 112 T2218 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 123 T2223 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6a13bec10000
[junit4:junit4]   2> 124 T2225 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 124 T2220 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:57648 which had sessionid 0x13d6a13bec10000
[junit4:junit4]   2> 124 T2218 oaz.ZooKeeper.close Session: 0x13d6a13bec10000 closed
[junit4:junit4]   2> 125 T2218 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57647/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6ec7a6b4
[junit4:junit4]   2> 125 T2218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 125 T2226 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:57647. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 126 T2226 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:57647, initiating session
[junit4:junit4]   2> 126 T2220 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57649
[junit4:junit4]   2> 126 T2220 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57649
[junit4:junit4]   2> 128 T2222 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6a13bec10001 with negotiated timeout 10000 for client /140.211.11.196:57649
[junit4:junit4]   2> 128 T2226 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:57647, sessionid = 0x13d6a13bec10001, negotiated timeout = 10000
[junit4:junit4]   2> 128 T2227 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ec7a6b4 name:ZooKeeperConnection Watcher:127.0.0.1:57647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 128 T2218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 128 T2218 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 136 T2218 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 142 T2218 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 144 T2218 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 151 T2218 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 152 T2218 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 165 T2218 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 165 T2218 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 268 T2218 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 269 T2218 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 271 T2218 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 271 T2218 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 280 T2218 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 281 T2218 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 283 T2218 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 284 T2218 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 290 T2218 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 291 T2218 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 294 T2218 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 294 T2218 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 296 T2218 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 297 T2218 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 305 T2223 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6a13bec10001
[junit4:junit4]   2> 306 T2227 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 306 T2218 oaz.ZooKeeper.close Session: 0x13d6a13bec10001 closed
[junit4:junit4]   2> 306 T2220 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:57649 which had sessionid 0x13d6a13bec10001
[junit4:junit4]   2> 434 T2218 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 438 T2218 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:57650
[junit4:junit4]   2> 439 T2218 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 439 T2218 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 440 T2218 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363284312043
[junit4:junit4]   2> 440 T2218 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363284312043/solr.xml
[junit4:junit4]   2> 440 T2218 oasc.CoreContainer.<init> New CoreContainer 124044898
[junit4:junit4]   2> 441 T2218 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363284312043/'
[junit4:junit4]   2> 441 T2218 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363284312043/'
[junit4:junit4]   2> 499 T2218 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 500 T2218 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 500 T2218 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 500 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 501 T2218 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 501 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 501 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 502 T2218 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 502 T2218 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 502 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 518 T2218 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 532 T2218 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57647/solr
[junit4:junit4]   2> 532 T2218 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 533 T2218 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57647 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@135347e7
[junit4:junit4]   2> 533 T2218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 534 T2237 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:57647. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 534 T2237 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:57647, initiating session
[junit4:junit4]   2> 534 T2220 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57651
[junit4:junit4]   2> 535 T2220 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57651
[junit4:junit4]   2> 536 T2222 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6a13bec10002 with negotiated timeout 20000 for client /140.211.11.196:57651
[junit4:junit4]   2> 536 T2237 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:57647, sessionid = 0x13d6a13bec10002, negotiated timeout = 20000
[junit4:junit4]   2> 537 T2238 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@135347e7 name:ZooKeeperConnection Watcher:127.0.0.1:57647 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 537 T2218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 538 T2223 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6a13bec10002
[junit4:junit4]   2> 549 T2238 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 549 T2220 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:57651 which had sessionid 0x13d6a13bec10002
[junit4:junit4]   2> 549 T2218 oaz.ZooKeeper.close Session: 0x13d6a13bec10002 closed
[junit4:junit4]   2> 550 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 558 T2218 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57647/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@20386cae
[junit4:junit4]   2> 558 T2218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 559 T2239 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:57647. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 559 T2239 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:57647, initiating session
[junit4:junit4]   2> 559 T2220 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57652
[junit4:junit4]   2> 559 T2220 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57652
[junit4:junit4]   2> 561 T2222 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6a13bec10003 with negotiated timeout 20000 for client /140.211.11.196:57652
[junit4:junit4]   2> 561 T2239 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:57647, sessionid = 0x13d6a13bec10003, negotiated timeout = 20000
[junit4:junit4]   2> 561 T2240 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20386cae name:ZooKeeperConnection Watcher:127.0.0.1:57647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 561 T2218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 563 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 572 T2218 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 574 T2218 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57650_
[junit4:junit4]   2> 575 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:57650_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:57650_
[junit4:junit4]   2> 576 T2218 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57650_
[junit4:junit4]   2> 585 T2218 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 590 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10003 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> 598 T2218 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 600 T2218 oasc.Overseer.start Overseer (id=89344200654520323-127.0.0.1:57650_-n_0000000000) starting
[junit4:junit4]   2> 601 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 606 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 607 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 615 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 616 T2242 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 617 T2218 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 628 T2218 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 630 T2218 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 632 T2241 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 635 T2243 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363284312043/collection1
[junit4:junit4]   2> 636 T2243 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 636 T2243 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 636 T2243 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 637 T2243 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363284312043/collection1/'
[junit4:junit4]   2> 638 T2243 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363284312043/collection1/lib/README' to classloader
[junit4:junit4]   2> 639 T2243 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363284312043/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 674 T2243 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 716 T2243 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 817 T2243 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 822 T2243 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1384 T2243 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1397 T2243 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1402 T2243 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1414 T2243 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1419 T2243 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1423 T2243 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1424 T2243 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1424 T2243 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1424 T2243 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1425 T2243 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1426 T2243 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1426 T2243 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1426 T2243 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363284312043/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/control/data/
[junit4:junit4]   2> 1427 T2243 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fb19045
[junit4:junit4]   2> 1427 T2243 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1428 T2243 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/control/data forceNew: false
[junit4:junit4]   2> 1428 T2243 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/control/data/index/
[junit4:junit4]   2> 1428 T2243 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1429 T2243 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/control/data/index forceNew: false
[junit4:junit4]   2> 1433 T2243 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2a3c5ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@7aa19291; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1433 T2243 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1436 T2243 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1436 T2243 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1437 T2243 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1438 T2243 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1438 T2243 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1438 T2243 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1439 T2243 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1439 T2243 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1440 T2243 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1453 T2243 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1459 T2243 oass.SolrIndexSearcher.<init> Opening Searcher@48dc3ae7 main
[junit4:junit4]   2> 1459 T2243 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/control/data/tlog
[junit4:junit4]   2> 1460 T2243 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1460 T2243 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1464 T2244 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@48dc3ae7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1466 T2243 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1467 T2243 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1467 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10003 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> 2135 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2136 T2241 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[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:57650_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57650"}
[junit4:junit4]   2> 2136 T2241 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2136 T2241 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2137 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10003 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> 2152 T2240 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> 2489 T2243 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2489 T2243 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57650 collection:control_collection shard:shard1
[junit4:junit4]   2> 2490 T2243 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2504 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10003 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> 2505 T2243 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2505 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2516 T2243 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2516 T2243 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2516 T2243 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57650/collection1/
[junit4:junit4]   2> 2516 T2243 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2517 T2243 oasc.SyncStrategy.syncToMe http://127.0.0.1:57650/collection1/ has no replicas
[junit4:junit4]   2> 2517 T2243 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57650/collection1/
[junit4:junit4]   2> 2517 T2243 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2521 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3656 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3674 T2240 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> 3695 T2243 oasc.ZkController.register We are http://127.0.0.1:57650/collection1/ and leader is http://127.0.0.1:57650/collection1/
[junit4:junit4]   2> 3695 T2243 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57650
[junit4:junit4]   2> 3695 T2243 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3695 T2243 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3696 T2243 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3697 T2243 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3698 T2218 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3699 T2218 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3699 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3714 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3715 T2218 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57647/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@30c875c0
[junit4:junit4]   2> 3716 T2218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3716 T2246 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:57647. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3717 T2246 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:57647, initiating session
[junit4:junit4]   2> 3717 T2220 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57653
[junit4:junit4]   2> 3717 T2220 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57653
[junit4:junit4]   2> 3718 T2222 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6a13bec10004 with negotiated timeout 10000 for client /140.211.11.196:57653
[junit4:junit4]   2> 3718 T2246 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:57647, sessionid = 0x13d6a13bec10004, negotiated timeout = 10000
[junit4:junit4]   2> 3719 T2247 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30c875c0 name:ZooKeeperConnection Watcher:127.0.0.1:57647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3719 T2218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3720 T2218 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3722 T2218 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3916 T2218 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3919 T2218 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:57654
[junit4:junit4]   2> 3920 T2218 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3920 T2218 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3921 T2218 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363284315458
[junit4:junit4]   2> 3922 T2218 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363284315458/solr.xml
[junit4:junit4]   2> 3922 T2218 oasc.CoreContainer.<init> New CoreContainer 1475852328
[junit4:junit4]   2> 3923 T2218 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363284315458/'
[junit4:junit4]   2> 3924 T2218 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363284315458/'
[junit4:junit4]   2> 3988 T2218 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3988 T2218 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3989 T2218 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3989 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3990 T2218 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3990 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3991 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3991 T2218 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3992 T2218 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3993 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4014 T2218 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4035 T2218 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57647/solr
[junit4:junit4]   2> 4035 T2218 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4036 T2218 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57647 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@666d7bfa
[junit4:junit4]   2> 4037 T2218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4037 T2257 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:57647. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4038 T2257 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:57647, initiating session
[junit4:junit4]   2> 4038 T2220 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57655
[junit4:junit4]   2> 4039 T2220 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57655
[junit4:junit4]   2> 4041 T2222 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6a13bec10005 with negotiated timeout 20000 for client /140.211.11.196:57655
[junit4:junit4]   2> 4041 T2257 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:57647, sessionid = 0x13d6a13bec10005, negotiated timeout = 20000
[junit4:junit4]   2> 4041 T2258 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@666d7bfa name:ZooKeeperConnection Watcher:127.0.0.1:57647 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4041 T2218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4042 T2223 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6a13bec10005
[junit4:junit4]   2> 4055 T2258 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4055 T2220 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:57655 which had sessionid 0x13d6a13bec10005
[junit4:junit4]   2> 4055 T2218 oaz.ZooKeeper.close Session: 0x13d6a13bec10005 closed
[junit4:junit4]   2> 4055 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4066 T2218 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57647/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6c33b2d
[junit4:junit4]   2> 4067 T2218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4067 T2259 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:57647. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4068 T2259 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:57647, initiating session
[junit4:junit4]   2> 4068 T2220 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57656
[junit4:junit4]   2> 4069 T2220 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57656
[junit4:junit4]   2> 4070 T2222 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6a13bec10006 with negotiated timeout 20000 for client /140.211.11.196:57656
[junit4:junit4]   2> 4070 T2259 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:57647, sessionid = 0x13d6a13bec10006, negotiated timeout = 20000
[junit4:junit4]   2> 4070 T2260 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c33b2d name:ZooKeeperConnection Watcher:127.0.0.1:57647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4070 T2218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4071 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4073 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4075 T2218 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5078 T2218 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57654_
[junit4:junit4]   2> 5079 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:57654_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:57654_
[junit4:junit4]   2> 5086 T2218 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57654_
[junit4:junit4]   2> 5088 T2240 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> 5088 T2247 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5088 T2260 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5090 T2240 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5094 T2261 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363284315458/collection1
[junit4:junit4]   2> 5095 T2261 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5095 T2261 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5095 T2261 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5096 T2261 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363284315458/collection1/'
[junit4:junit4]   2> 5098 T2261 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363284315458/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5098 T2261 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363284315458/collection1/lib/README' to classloader
[junit4:junit4]   2> 5150 T2261 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 5179 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5179 T2241 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[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:57650_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57650"}
[junit4:junit4]   2> 5192 T2240 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> 5192 T2247 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> 5192 T2260 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> 5214 T2261 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5314 T2261 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5320 T2261 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5971 T2261 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5984 T2261 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5989 T2261 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6000 T2261 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6004 T2261 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6007 T2261 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6007 T2261 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6008 T2261 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6008 T2261 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6008 T2261 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6009 T2261 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6009 T2261 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6009 T2261 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363284315458/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty1/
[junit4:junit4]   2> 6009 T2261 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fb19045
[junit4:junit4]   2> 6010 T2261 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6010 T2261 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty1 forceNew: false
[junit4:junit4]   2> 6010 T2261 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty1/index/
[junit4:junit4]   2> 6011 T2261 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6011 T2261 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty1/index forceNew: false
[junit4:junit4]   2> 6013 T2261 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2ca56c04 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f8203c2; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6014 T2261 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6016 T2261 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6016 T2261 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6016 T2261 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6017 T2261 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6017 T2261 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6017 T2261 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6018 T2261 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6018 T2261 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6019 T2261 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6027 T2261 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6031 T2261 oass.SolrIndexSearcher.<init> Opening Searcher@142b2c50 main
[junit4:junit4]   2> 6031 T2261 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty1/tlog
[junit4:junit4]   2> 6032 T2261 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6032 T2261 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6035 T2262 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@142b2c50 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6036 T2261 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6036 T2261 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6696 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6697 T2241 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[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:57654_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57654"}
[junit4:junit4]   2> 6697 T2241 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6697 T2241 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6710 T2240 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> 6710 T2247 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> 6710 T2260 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> 7039 T2261 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7039 T2261 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57654 collection:collection1 shard:shard1
[junit4:junit4]   2> 7040 T2261 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7055 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10006 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> 7056 T2261 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7056 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7067 T2261 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7067 T2261 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7067 T2261 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57654/collection1/
[junit4:junit4]   2> 7067 T2261 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7068 T2261 oasc.SyncStrategy.syncToMe http://127.0.0.1:57654/collection1/ has no replicas
[junit4:junit4]   2> 7068 T2261 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57654/collection1/
[junit4:junit4]   2> 7068 T2261 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7072 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8214 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8231 T2240 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> 8231 T2247 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> 8231 T2260 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> 8252 T2261 oasc.ZkController.register We are http://127.0.0.1:57654/collection1/ and leader is http://127.0.0.1:57654/collection1/
[junit4:junit4]   2> 8252 T2261 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57654
[junit4:junit4]   2> 8252 T2261 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8252 T2261 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8253 T2261 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8254 T2261 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8255 T2218 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8256 T2218 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8256 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8395 T2218 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8398 T2218 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:57657
[junit4:junit4]   2> 8398 T2218 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8399 T2218 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8399 T2218 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363284320002
[junit4:junit4]   2> 8399 T2218 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363284320002/solr.xml
[junit4:junit4]   2> 8400 T2218 oasc.CoreContainer.<init> New CoreContainer 1530905463
[junit4:junit4]   2> 8400 T2218 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363284320002/'
[junit4:junit4]   2> 8401 T2218 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363284320002/'
[junit4:junit4]   2> 8443 T2218 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8444 T2218 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8444 T2218 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8445 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8445 T2218 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8445 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8446 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8446 T2218 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8446 T2218 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8447 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8462 T2218 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8475 T2218 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57647/solr
[junit4:junit4]   2> 8476 T2218 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8476 T2218 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57647 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@606f351b
[junit4:junit4]   2> 8477 T2218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8478 T2273 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:57647. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8478 T2273 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:57647, initiating session
[junit4:junit4]   2> 8478 T2220 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57658
[junit4:junit4]   2> 8479 T2220 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57658
[junit4:junit4]   2> 8481 T2222 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6a13bec10007 with negotiated timeout 20000 for client /140.211.11.196:57658
[junit4:junit4]   2> 8481 T2273 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:57647, sessionid = 0x13d6a13bec10007, negotiated timeout = 20000
[junit4:junit4]   2> 8481 T2274 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@606f351b name:ZooKeeperConnection Watcher:127.0.0.1:57647 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8481 T2218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8482 T2223 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6a13bec10007
[junit4:junit4]   2> 8496 T2220 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:57658 which had sessionid 0x13d6a13bec10007
[junit4:junit4]   2> 8496 T2274 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8496 T2218 oaz.ZooKeeper.close Session: 0x13d6a13bec10007 closed
[junit4:junit4]   2> 8496 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8505 T2218 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57647/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2ab65a38
[junit4:junit4]   2> 8505 T2218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8506 T2275 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:57647. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8506 T2275 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:57647, initiating session
[junit4:junit4]   2> 8506 T2220 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57659
[junit4:junit4]   2> 8507 T2220 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57659
[junit4:junit4]   2> 8508 T2222 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6a13bec10008 with negotiated timeout 20000 for client /140.211.11.196:57659
[junit4:junit4]   2> 8508 T2275 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:57647, sessionid = 0x13d6a13bec10008, negotiated timeout = 20000
[junit4:junit4]   2> 8508 T2276 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ab65a38 name:ZooKeeperConnection Watcher:127.0.0.1:57647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8508 T2218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8509 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8511 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8518 T2218 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9520 T2218 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57657_
[junit4:junit4]   2> 9521 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:57657_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:57657_
[junit4:junit4]   2> 9522 T2218 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57657_
[junit4:junit4]   2> 9524 T2247 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> 9524 T2260 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> 9524 T2240 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> 9525 T2276 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9526 T2247 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9526 T2260 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9526 T2240 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9540 T2277 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363284320002/collection1
[junit4:junit4]   2> 9540 T2277 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9541 T2277 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9541 T2277 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9542 T2277 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363284320002/collection1/'
[junit4:junit4]   2> 9543 T2277 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363284320002/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9544 T2277 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363284320002/collection1/lib/README' to classloader
[junit4:junit4]   2> 9596 T2277 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 9657 T2277 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9744 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9745 T2241 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[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:57654_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57654"}
[junit4:junit4]   2> 9758 T2277 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9765 T2277 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9778 T2247 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> 9778 T2240 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> 9778 T2260 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> 9778 T2276 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> 10319 T2277 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10328 T2277 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10331 T2277 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10342 T2277 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10345 T2277 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10349 T2277 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10349 T2277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10350 T2277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10350 T2277 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10351 T2277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10351 T2277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10351 T2277 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10351 T2277 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363284320002/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty2/
[junit4:junit4]   2> 10351 T2277 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fb19045
[junit4:junit4]   2> 10352 T2277 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10353 T2277 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty2 forceNew: false
[junit4:junit4]   2> 10353 T2277 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty2/index/
[junit4:junit4]   2> 10353 T2277 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10354 T2277 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty2/index forceNew: false
[junit4:junit4]   2> 10356 T2277 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@4103304f lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c760789; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10356 T2277 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10358 T2277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10358 T2277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10359 T2277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10359 T2277 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10360 T2277 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10360 T2277 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10360 T2277 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10361 T2277 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10361 T2277 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10369 T2277 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10373 T2277 oass.SolrIndexSearcher.<init> Opening Searcher@1af85cc1 main
[junit4:junit4]   2> 10374 T2277 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty2/tlog
[junit4:junit4]   2> 10374 T2277 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10375 T2277 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10378 T2278 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1af85cc1 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10380 T2277 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10380 T2277 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11283 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11284 T2241 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[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:57657_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57657"}
[junit4:junit4]   2> 11284 T2241 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11284 T2241 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 11301 T2240 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> 11301 T2260 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> 11301 T2276 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> 11301 T2247 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> 11385 T2277 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11385 T2277 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57657 collection:collection1 shard:shard2
[junit4:junit4]   2> 11386 T2277 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 11400 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10008 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> 11401 T2277 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11402 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10008 type:create cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11403 T2277 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11404 T2277 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11404 T2277 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57657/collection1/
[junit4:junit4]   2> 11404 T2277 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11404 T2277 oasc.SyncStrategy.syncToMe http://127.0.0.1:57657/collection1/ has no replicas
[junit4:junit4]   2> 11405 T2277 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57657/collection1/
[junit4:junit4]   2> 11405 T2277 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 11407 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10008 type:create cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12805 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12823 T2260 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> 12823 T2276 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> 12823 T2240 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> 12823 T2247 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> 12837 T2277 oasc.ZkController.register We are http://127.0.0.1:57657/collection1/ and leader is http://127.0.0.1:57657/collection1/
[junit4:junit4]   2> 12837 T2277 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57657
[junit4:junit4]   2> 12837 T2277 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12837 T2277 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12838 T2277 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12839 T2277 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12840 T2218 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12841 T2218 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12841 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12980 T2218 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12983 T2218 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:57661
[junit4:junit4]   2> 12984 T2218 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12984 T2218 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12985 T2218 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363284324587
[junit4:junit4]   2> 12985 T2218 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363284324587/solr.xml
[junit4:junit4]   2> 12985 T2218 oasc.CoreContainer.<init> New CoreContainer 1776210559
[junit4:junit4]   2> 12986 T2218 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363284324587/'
[junit4:junit4]   2> 12986 T2218 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363284324587/'
[junit4:junit4]   2> 13030 T2218 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 13030 T2218 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13031 T2218 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13031 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13031 T2218 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13032 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13032 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13032 T2218 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13033 T2218 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13033 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13047 T2218 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13061 T2218 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57647/solr
[junit4:junit4]   2> 13061 T2218 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13062 T2218 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57647 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@350e85f1
[junit4:junit4]   2> 13062 T2218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13063 T2289 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:57647. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13063 T2289 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:57647, initiating session
[junit4:junit4]   2> 13064 T2220 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57662
[junit4:junit4]   2> 13064 T2220 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57662
[junit4:junit4]   2> 13066 T2222 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6a13bec10009 with negotiated timeout 20000 for client /140.211.11.196:57662
[junit4:junit4]   2> 13066 T2289 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:57647, sessionid = 0x13d6a13bec10009, negotiated timeout = 20000
[junit4:junit4]   2> 13066 T2290 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@350e85f1 name:ZooKeeperConnection Watcher:127.0.0.1:57647 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13067 T2218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13068 T2223 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6a13bec10009
[junit4:junit4]   2> 13069 T2290 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13069 T2218 oaz.ZooKeeper.close Session: 0x13d6a13bec10009 closed
[junit4:junit4]   2> 13069 T2220 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:57662 which had sessionid 0x13d6a13bec10009
[junit4:junit4]   2> 13069 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 13076 T2218 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57647/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@36718a67
[junit4:junit4]   2> 13077 T2218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13077 T2291 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:57647. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13078 T2291 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:57647, initiating session
[junit4:junit4]   2> 13078 T2220 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57663
[junit4:junit4]   2> 13079 T2220 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57663
[junit4:junit4]   2> 13080 T2222 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6a13bec1000a with negotiated timeout 20000 for client /140.211.11.196:57663
[junit4:junit4]   2> 13080 T2291 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:57647, sessionid = 0x13d6a13bec1000a, negotiated timeout = 20000
[junit4:junit4]   2> 13080 T2292 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36718a67 name:ZooKeeperConnection Watcher:127.0.0.1:57647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13081 T2218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13081 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec1000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13083 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec1000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13085 T2218 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14087 T2218 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57661_
[junit4:junit4]   2> 14088 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec1000a type:delete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:57661_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:57661_
[junit4:junit4]   2> 14114 T2218 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57661_
[junit4:junit4]   2> 14117 T2260 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> 14117 T2247 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> 14117 T2240 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> 14117 T2276 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> 14117 T2292 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14119 T2247 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14120 T2260 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14120 T2240 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14120 T2276 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14125 T2293 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363284324587/collection1
[junit4:junit4]   2> 14125 T2293 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14126 T2293 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14126 T2293 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14127 T2293 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363284324587/collection1/'
[junit4:junit4]   2> 14128 T2293 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363284324587/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14129 T2293 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363284324587/collection1/lib/README' to classloader
[junit4:junit4]   2> 14180 T2293 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 14242 T2293 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14337 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14337 T2241 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[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:57657_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57657"}
[junit4:junit4]   2> 14343 T2293 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14349 T2293 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14351 T2276 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> 14351 T2260 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> 14351 T2247 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> 14351 T2240 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> 14351 T2292 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> 15018 T2293 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15033 T2293 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15038 T2293 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15052 T2293 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15057 T2293 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15062 T2293 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15063 T2293 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15063 T2293 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15063 T2293 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15064 T2293 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15064 T2293 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15065 T2293 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15065 T2293 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363284324587/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty3/
[junit4:junit4]   2> 15065 T2293 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fb19045
[junit4:junit4]   2> 15066 T2293 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15067 T2293 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty3 forceNew: false
[junit4:junit4]   2> 15067 T2293 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty3/index/
[junit4:junit4]   2> 15067 T2293 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15068 T2293 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty3/index forceNew: false
[junit4:junit4]   2> 15071 T2293 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@dc38f10 lockFactory=org.apache.lucene.store.NativeFSLockFactory@396a4d4a; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15071 T2293 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15074 T2293 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15074 T2293 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15075 T2293 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15076 T2293 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15076 T2293 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15077 T2293 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15077 T2293 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15078 T2293 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15078 T2293 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15091 T2293 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15097 T2293 oass.SolrIndexSearcher.<init> Opening Searcher@175b2d41 main
[junit4:junit4]   2> 15098 T2293 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty3/tlog
[junit4:junit4]   2> 15099 T2293 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15099 T2293 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15103 T2294 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@175b2d41 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15105 T2293 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15105 T2293 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15854 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15855 T2241 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[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:57661_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57661"}
[junit4:junit4]   2> 15855 T2241 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15856 T2241 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 15888 T2292 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> 15888 T2276 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> 15888 T2247 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> 15888 T2260 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> 15888 T2240 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> 16108 T2293 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16108 T2293 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57661 collection:collection1 shard:shard1
[junit4:junit4]   2> 16111 T2293 oasc.ZkController.register We are http://127.0.0.1:57661/collection1/ and leader is http://127.0.0.1:57654/collection1/
[junit4:junit4]   2> 16111 T2293 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57661
[junit4:junit4]   2> 16112 T2293 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16112 T2293 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C113 name=collection1 org.apache.solr.core.SolrCore@3f6e4ca4 url=http://127.0.0.1:57661/collection1 node=127.0.0.1:57661_ C113_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:57661_, base_url=http://127.0.0.1:57661}
[junit4:junit4]   2> 16113 T2295 C113 P57661 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16113 T2293 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16114 T2295 C113 P57661 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16114 T2295 C113 P57661 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16115 T2295 C113 P57661 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16115 T2218 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16115 T2218 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16116 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16159 T2295 C113 P57661 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16256 T2218 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16258 T2218 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:57665
[junit4:junit4]   2> 16259 T2218 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16259 T2218 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16260 T2218 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363284327861
[junit4:junit4]   2> 16260 T2218 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363284327861/solr.xml
[junit4:junit4]   2> 16260 T2218 oasc.CoreContainer.<init> New CoreContainer 788843010
[junit4:junit4]   2> 16261 T2218 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363284327861/'
[junit4:junit4]   2> 16261 T2218 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363284327861/'
[junit4:junit4]   2> 16304 T2218 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16305 T2218 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16305 T2218 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16306 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16306 T2218 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16306 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16307 T2218 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16307 T2218 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16307 T2218 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16308 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16323 T2218 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16336 T2218 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57647/solr
[junit4:junit4]   2> 16337 T2218 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16338 T2218 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57647 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@eb67fcf
[junit4:junit4]   2> 16338 T2218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16339 T2306 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:57647. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16339 T2306 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:57647, initiating session
[junit4:junit4]   2> 16340 T2220 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57666
[junit4:junit4]   2> 16340 T2220 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57666
[junit4:junit4]   2> 16344 T2222 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6a13bec1000b with negotiated timeout 20000 for client /140.211.11.196:57666
[junit4:junit4]   2> 16345 T2306 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:57647, sessionid = 0x13d6a13bec1000b, negotiated timeout = 20000
[junit4:junit4]   2> 16345 T2307 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@eb67fcf name:ZooKeeperConnection Watcher:127.0.0.1:57647 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16345 T2218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16346 T2223 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6a13bec1000b
[junit4:junit4]   2> 16363 T2307 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16363 T2220 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:57666 which had sessionid 0x13d6a13bec1000b
[junit4:junit4]   2> 16363 T2218 oaz.ZooKeeper.close Session: 0x13d6a13bec1000b closed
[junit4:junit4]   2> 16364 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16372 T2218 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57647/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6e403267
[junit4:junit4]   2> 16373 T2218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16374 T2308 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:57647. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16374 T2308 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:57647, initiating session
[junit4:junit4]   2> 16374 T2220 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57667
[junit4:junit4]   2> 16375 T2220 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57667
[junit4:junit4]   2> 16376 T2222 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6a13bec1000c with negotiated timeout 20000 for client /140.211.11.196:57667
[junit4:junit4]   2> 16376 T2308 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:57647, sessionid = 0x13d6a13bec1000c, negotiated timeout = 20000
[junit4:junit4]   2> 16377 T2309 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e403267 name:ZooKeeperConnection Watcher:127.0.0.1:57647/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16377 T2218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16377 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec1000c type:create cxid:0x1 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16383 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec1000c type:create cxid:0x2 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16385 T2218 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17387 T2218 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57665_
[junit4:junit4]   2> 17388 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec1000c type:delete cxid:0xb zxid:0xa5 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:57665_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:57665_
[junit4:junit4]   2> 17416 T2218 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57665_
[junit4:junit4]   2> 17418 T2276 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> 17418 T2260 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> 17418 T2292 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> 17418 T2247 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> 17418 T2309 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17418 T2240 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> 17430 T2276 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17430 T2240 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17430 T2247 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17430 T2292 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17431 T2260 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17431 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17432 T2241 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[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:57661_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57661"}
[junit4:junit4]   2> 17436 T2310 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363284327861/collection1
[junit4:junit4]   2> 17436 T2310 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17440 T2310 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17440 T2310 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17441 T2260 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17441 T2276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17441 T2309 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17441 T2292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17441 T2247 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17441 T2240 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17442 T2310 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363284327861/collection1/'
[junit4:junit4]   2> 17443 T2310 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363284327861/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17444 T2310 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363284327861/collection1/lib/README' to classloader
[junit4:junit4]   2> 17493 T2310 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 17553 T2310 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17654 T2310 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17661 T2310 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18171 T2250 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=4&state=recovering&nodeName=127.0.0.1:57661_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2002 
[junit4:junit4]   2> 18270 T2310 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18282 T2310 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18286 T2310 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18299 T2310 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18304 T2310 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18308 T2310 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18309 T2310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18309 T2310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18309 T2310 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18310 T2310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18311 T2310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18311 T2310 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18311 T2310 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363284327861/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty4/
[junit4:junit4]   2> 18312 T2310 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fb19045
[junit4:junit4]   2> 18312 T2310 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18313 T2310 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty4 forceNew: false
[junit4:junit4]   2> 18313 T2310 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty4/index/
[junit4:junit4]   2> 18313 T2310 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18314 T2310 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty4/index forceNew: false
[junit4:junit4]   2> 18317 T2310 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5ebbd304 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dfbe8df; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18317 T2310 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18320 T2310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18320 T2310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18321 T2310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18321 T2310 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18322 T2310 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18322 T2310 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18323 T2310 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18323 T2310 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18324 T2310 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18335 T2310 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18341 T2310 oass.SolrIndexSearcher.<init> Opening Searcher@71b341a2 main
[junit4:junit4]   2> 18342 T2310 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty4/tlog
[junit4:junit4]   2> 18342 T2310 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18343 T2310 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18347 T2311 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71b341a2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18349 T2310 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 18349 T2310 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18950 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18951 T2241 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[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:57665_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57665"}
[junit4:junit4]   2> 18952 T2241 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18952 T2241 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 18965 T2292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18965 T2240 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18966 T2309 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18965 T2276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18965 T2247 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18965 T2260 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19352 T2310 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 19352 T2310 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57665 collection:collection1 shard:shard2
[junit4:junit4]   2> 19355 T2310 oasc.ZkController.register We are http://127.0.0.1:57665/collection1/ and leader is http://127.0.0.1:57657/collection1/
[junit4:junit4]   2> 19355 T2310 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57665
[junit4:junit4]   2> 19355 T2310 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 19355 T2310 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C114 name=collection1 org.apache.solr.core.SolrCore@2819ac52 url=http://127.0.0.1:57665/collection1 node=127.0.0.1:57665_ C114_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:57665_, base_url=http://127.0.0.1:57665}
[junit4:junit4]   2> 19356 T2312 C114 P57665 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 19356 T2310 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19357 T2312 C114 P57665 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 19357 T2312 C114 P57665 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 19357 T2312 C114 P57665 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19358 T2218 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 19358 T2218 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 19359 T2312 C114 P57665 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19359 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19374 T2218 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19375 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19385 T2251 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363284315458/onenodecollectioncore
[junit4:junit4]   2> 19385 T2251 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 19386 T2251 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 19386 T2251 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 19387 T2251 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 19387 T2251 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 19389 T2251 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 19390 T2251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363284315458/onenodecollectioncore/'
[junit4:junit4]   2> 19439 T2251 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 19480 T2251 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19581 T2251 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19585 T2251 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 20031 T2251 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 20040 T2251 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 20042 T2251 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 20052 T2251 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 20055 T2251 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 20058 T2251 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 20059 T2251 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 20059 T2251 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 20060 T2251 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 20060 T2251 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 20061 T2251 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 20061 T2251 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 20061 T2251 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363284315458/onenodecollectioncore/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363284311740/onenodecollection/
[junit4:junit4]   2> 20062 T2251 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fb19045
[junit4:junit4]   2> 20062 T2251 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 20063 T2251 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363284311740/onenodecollection forceNew: false
[junit4:junit4]   2> 20063 T2251 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363284311740/onenodecollection/index/
[junit4:junit4]   2> 20064 T2251 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363284311740/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 20064 T2251 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363284311740/onenodecollection/index forceNew: false
[junit4:junit4]   2> 20066 T2251 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@498e5681 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4259c6a0; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20067 T2251 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20069 T2251 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 20069 T2251 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 20070 T2251 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 20070 T2251 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 20071 T2251 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 20071 T2251 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 20071 T2251 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 20072 T2251 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 20072 T2251 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 20081 T2251 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 20085 T2251 oass.SolrIndexSearcher.<init> Opening Searcher@40d27696 main
[junit4:junit4]   2> 20085 T2251 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363284311740/onenodecollection/tlog
[junit4:junit4]   2> 20086 T2251 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 20086 T2251 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 20089 T2314 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@40d27696 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 20090 T2251 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2>  C113_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:57661_, base_url=http://127.0.0.1:57661}
[junit4:junit4]   2> 20173 T2295 C113 P57661 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:57654/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20173 T2295 C113 P57661 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:57661 START replicas=[http://127.0.0.1:57654/collection1/] nUpdates=100
[junit4:junit4]   2> 20173 T2295 C113 P57661 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20173 T2295 C113 P57661 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20174 T2295 C113 P57661 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20174 T2295 C113 P57661 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20174 T2295 C113 P57661 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20174 T2295 C113 P57661 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:57654/collection1/. core=collection1
[junit4:junit4]   2> 20174 T2295 C113 P57661 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C115 name=collection1 org.apache.solr.core.SolrCore@17bc5853 url=http://127.0.0.1:57654/collection1 node=127.0.0.1:57654_ C115_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57654_, base_url=http://127.0.0.1:57654, leader=true}
[junit4:junit4]   2> 20182 T2252 C115 P57654 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
[junit4:junit4]   2> 20188 T2253 C115 P57654 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 20191 T2253 C115 P57654 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2ca56c04 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f8203c2; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20191 T2253 C115 P57654 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20192 T2253 C115 P57654 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2ca56c04 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f8203c2; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2ca56c04 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f8203c2; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20192 T2253 C115 P57654 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20193 T2253 C115 P57654 oass.SolrIndexSearcher.<init> Opening Searcher@1c6f1dc6 realtime
[junit4:junit4]   2> 20193 T2253 C115 P57654 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20193 T2253 C115 P57654 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> 20194 T2295 C113 P57661 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20194 T2295 C113 P57661 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20196 T2254 C115 P57654 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20196 T2254 C115 P57654 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20197 T2295 C113 P57661 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 20197 T2295 C113 P57661 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20197 T2295 C113 P57661 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20199 T2254 C115 P57654 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 20200 T2295 C113 P57661 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20201 T2295 C113 P57661 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty3/index.20130314210531936 forceNew: false
[junit4:junit4]   2> 20201 T2295 C113 P57661 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@31ced245 lockFactory=org.apache.lucene.store.NativeFSLockFactory@416ae5ca; maxCacheMB=0.9208984375 maxMergeSizeMB=0.4052734375)) fullCopy=false
[junit4:junit4]   2> 20204 T2254 C115 P57654 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 20205 T2295 C113 P57661 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20206 T2295 C113 P57661 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20206 T2295 C113 P57661 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 20207 T2295 C113 P57661 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@dc38f10 lockFactory=org.apache.lucene.store.NativeFSLockFactory@396a4d4a; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@dc38f10 lockFactory=org.apache.lucene.store.NativeFSLockFactory@396a4d4a; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20208 T2295 C113 P57661 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20208 T2295 C113 P57661 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20208 T2295 C113 P57661 oass.SolrIndexSearcher.<init> Opening Searcher@2abc4aac main
[junit4:junit4]   2> 20209 T2294 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2abc4aac main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 20210 T2295 C113 P57661 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@31ced245 lockFactory=org.apache.lucene.store.NativeFSLockFactory@416ae5ca; maxCacheMB=0.9208984375 maxMergeSizeMB=0.4052734375))
[junit4:junit4]   2> 20210 T2295 C113 P57661 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 20210 T2295 C113 P57661 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 20210 T2295 C113 P57661 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 20210 T2295 C113 P57661 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20212 T2295 C113 P57661 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20470 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20470 T2241 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57665_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57665"}
[junit4:junit4]   2> 20479 T2241 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:57654_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57654"}
[junit4:junit4]   2> 20479 T2241 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20480 T2241 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20488 T2241 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[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:57661_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57661"}
[junit4:junit4]   2> 20500 T2260 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20500 T2247 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20500 T2309 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20500 T2276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20500 T2292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20500 T2240 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21095 T2251 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 21095 T2251 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:57654 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 21096 T2251 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 21131 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10006 type:delete cxid:0xa8 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 21158 T2251 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 21159 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10006 type:create cxid:0xa9 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21161 T2251 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 21161 T2251 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 21162 T2251 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57654/onenodecollectioncore/
[junit4:junit4]   2> 21162 T2251 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 21162 T2251 oasc.SyncStrategy.syncToMe http://127.0.0.1:57654/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 21162 T2251 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57654/onenodecollectioncore/
[junit4:junit4]   2> 21163 T2251 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 21166 T2223 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6a13bec10006 type:create cxid:0xb3 zxid:0xc9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21377 T2266 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=5&state=recovering&nodeName=127.0.0.1:57665_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2002 
[junit4:junit4]   2> 22011 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22045 T2240 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22045 T2309 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22045 T2260 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22045 T2292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22045 T2276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22045 T2247 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22085 T2251 oasc.ZkController.register We are http://127.0.0.1:57654/onenodecollectioncore/ and leader is http://127.0.0.1:57654/onenodecollectioncore/
[junit4:junit4]   2> 22085 T2251 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:57654
[junit4:junit4]   2> 22085 T2251 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 22086 T2251 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 22088 T2251 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22088 T2251 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {numShards=1&roles=none&name=onenodecollectioncore&action=CREATE&collection=onenodecollection&dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363284311740/onenodecollection&wt=javabin&version=2} status=0 QTime=2703 
[junit4:junit4]   2> 22089 T2218 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 22090 T2218 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23092 T2218 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C114_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:57665_, base_url=http://127.0.0.1:57665}
[junit4:junit4]   2> 23379 T2312 C114 P57665 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:57657/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23379 T2312 C114 P57665 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:57665 START replicas=[http://127.0.0.1:57657/collection1/] nUpdates=100
[junit4:junit4]   2> 23379 T2312 C114 P57665 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23380 T2312 C114 P57665 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23380 T2312 C114 P57665 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23380 T2312 C114 P57665 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23381 T2312 C114 P57665 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23381 T2312 C114 P57665 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:57657/collection1/. core=collection1
[junit4:junit4]   2> 23381 T2312 C114 P57665 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C116 name=collection1 org.apache.solr.core.SolrCore@3e8424e2 url=http://127.0.0.1:57657/collection1 node=127.0.0.1:57657_ C116_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57657_, base_url=http://127.0.0.1:57657, leader=true}
[junit4:junit4]   2> 23387 T2267 C116 P57657 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
[junit4:junit4]   2> 23394 T2268 C116 P57657 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 23397 T2268 C116 P57657 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@4103304f lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c760789; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23398 T2268 C116 P57657 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23399 T2268 C116 P57657 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@4103304f lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c760789; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@4103304f lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c760789; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23400 T2268 C116 P57657 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23400 T2268 C116 P57657 oass.SolrIndexSearcher.<init> Opening Searcher@1c9e014f realtime
[junit4:junit4]   2> 23401 T2268 C116 P57657 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23401 T2268 C116 P57657 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 23402 T2312 C114 P57665 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23402 T2312 C114 P57665 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23404 T2269 C116 P57657 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23404 T2269 C116 P57657 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 23405 T2312 C114 P57665 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 23405 T2312 C114 P57665 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23405 T2312 C114 P57665 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23408 T2269 C116 P57657 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 23409 T2312 C114 P57665 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23410 T2312 C114 P57665 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363284311740/jetty4/index.20130314210535145 forceNew: false
[junit4:junit4]   2> 23411 T2312 C114 P57665 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2bee92d3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@155b38ae; maxCacheMB=0.9208984375 maxMergeSizeMB=0.4052734375)) fullCopy=false
[junit4:junit4]   2> 23414 T2269 C116 P57657 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 23415 T2312 C114 P57665 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23416 T2312 C114 P57665 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23416 T2312 C114 P57665 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23418 T2312 C114 P57665 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5ebbd304 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dfbe8df; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5ebbd304 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dfbe8df; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23419 T2312 C114 P57665 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23419 T2312 C114 P57665 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23420 T2312 C114 P57665 oass.SolrIndexSearcher.<init> Opening Searcher@6cd62822 main
[junit4:junit4]   2> 23420 T2311 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6cd62822 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 23421 T2312 C114 P57665 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2bee92d3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@155b38ae; maxCacheMB=0.9208984375 maxMergeSizeMB=0.4052734375))
[junit4:junit4]   2> 23421 T2312 C114 P57665 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23422 T2312 C114 P57665 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23422 T2312 C114 P57665 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23422 T2312 C114 P57665 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23423 T2312 C114 P57665 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23557 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23557 T2241 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:57654_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57654"}
[junit4:junit4]   2> 23586 T2241 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[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:57665_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57665"}
[junit4:junit4]   2> 23598 T2276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23598 T2260 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23598 T2309 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23598 T2247 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23598 T2292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23598 T2240 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24094 T2218 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24095 T2218 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 24096 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C117 name=onenodecollectioncore org.apache.solr.core.SolrCore@6355557e url=http://127.0.0.1:57654/onenodecollectioncore node=127.0.0.1:57654_ C117_STATE=coll:onenodecollection core:onenodecollectioncore props:{shard=shard1, roles=none, state=active, core=onenodecollectioncore, collection=onenodecollection, node_name=127.0.0.1:57654_, base_url=http://127.0.0.1:57654, leader=true}
[junit4:junit4]   2> 24117 T2255 C117 P57654 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@498e5681 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4259c6a0; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24118 T2255 C117 P57654 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24120 T2255 C117 P57654 /update {wt=javabin&version=2} {add=[1 (1429507235750346752)]} 0 5
[junit4:junit4]   2> 24126 T2255 C117 P57654 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24129 T2255 C117 P57654 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@498e5681 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4259c6a0; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@498e5681 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4259c6a0; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_2,generation=2,filenames=[_0_Asserting_0.tim, _0.fnm, _0_Asserting_0.tip, _0_Memory_0.ram, _0_MockFixedIntBlock_0.pos, _0.nvm, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0.nvd, segments_2, _0.fdx, _0.si, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt]
[junit4:junit4]   2> 24129 T2255 C117 P57654 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Asserting_0.tim, _0.fnm, _0_Asserting_0.tip, _0_Memory_0.ram, _0_MockFixedIntBlock_0.pos, _0.nvm, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0.nvd, segments_2, _0.fdx, _0.si, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt]
[junit4:junit4]   2> 24131 T2255 C117 P57654 oass.SolrIndexSearcher.<init> Opening Searcher@2e678708 main
[junit4:junit4]   2> 24131 T2255 C117 P57654 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24132 T2314 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@2e678708 main{StandardDirectoryReader(segments_2:3 _0(4.3):C1)}
[junit4:junit4]   2> 24133 T2255 C117 P57654 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 24137 T2255 C117 P57654 REQ /select {q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 24138 T2218 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24149 T2255 C117 P57654 REQ /select {q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> ASYNC  NEW_CORE C118 name=collection1 org.apache.solr.core.SolrCore@47c8bb92 url=http://127.0.0.1:57650/collection1 node=127.0.0.1:57650_ C118_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:57650_, base_url=http://127.0.0.1:57650, leader=true}
[junit4:junit4]   2> 24157 T2230 C118 P57650 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2a3c5ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@7aa19291; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24158 T2230 C118 P57650 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24161 T2230 C118 P57650 /update {wt=javabin&version=2} {add=[1 (1429507235791241216)]} 0 6
[junit4:junit4]   2>  C113_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57661_, base_url=http://127.0.0.1:57661}
[junit4:junit4]   2> 24184 T2282 C113 P57661 /update {distrib.from=http://127.0.0.1:57654/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1429507235806969856)]} 0 4
[junit4:junit4]   2> 24185 T2256 C115 P57654 /update {wt=javabin&version=2} {add=[1 (1429507235806969856)]} 0 16
[junit4:junit4]   2> 24187 T2230 C118 P57650 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24193 T2230 C118 P57650 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2a3c5ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@7aa19291; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2a3c5ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@7aa19291; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_2,generation=2,filenames=[_0_Asserting_0.tim, _0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_Asserting_0.tip, _0_Memory_0.ram, _0_Lucene41WithOrds_0.tii, _0_MockFixedIntBlock_0.pos, _0_Lucene41WithOrds_0.pos, _0.nvm, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.doc, _0_MockFixedIntBlock_0.tii, _0.nvd, segments_2, _0.fdx, _0.si, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt]
[junit4:junit4]   2> 24193 T2230 C118 P57650 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Asserting_0.tim, _0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_Asserting_0.tip, _0_Memory_0.ram, _0_Lucene41WithOrds_0.tii, _0_MockFixedIntBlock_0.pos, _0_Lucene41WithOrds_0.pos, _0.nvm, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.doc, _0_MockFixedIntBlock_0.tii, _0.nvd, segments_2, _0.fdx, _0.si, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt]
[junit4:junit4]   2> 24195 T2230 C118 P57650 oass.SolrIndexSearcher.<init> Opening Searcher@100c1279 main
[junit4:junit4]   2> 24196 T2230 C118 P57650 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24196 T2244 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@100c1279 main{StandardDirectoryReader(segments_2:3 _0(4.3):C1)}
[junit4:junit4]   2> 24197 T2230 C118 P57650 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 24200 T2256 C115 P57654 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24208 T2256 C115 P57654 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2ca56c04 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f8203c2; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2ca56c04 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f8203c2; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_3,generation=3,filenames=[_0_Asserting_0.tim, _0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_Asserting_0.tip, _0_Memory_0.ram, _0_Lucene41WithOrds_0.tii, _0_MockFixedIntBlock_0.pos, _0_Lucene41WithOrds_0.pos, _0.nvm, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.doc, _0_MockFixedIntBlock_0.tii, _0.nvd, _0.fdx, _0.si, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt, segments_3]
[junit4:junit4]   2> 24209 T2256 C115 P57654 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Asserting_0.tim, _0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_Asserting_0.tip, _0_Memory_0.ram, _0_Lucene41WithOrds_0.tii, _0_MockFixedIntBlock_0.pos, _0_Lucene41WithOrds_0.pos, _0.nvm, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.doc, _0_MockFixedIntBlock_0.tii, _0.nvd, _0.fdx, _0.si, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt, segments_3]
[junit4:junit4]   2> 24211 T2256 C115 P57654 oass.SolrIndexSearcher.<init> Opening Searcher@532913 main
[junit4:junit4]   2> 24212 T2256 C115 P57654 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24213 T2262 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@532913 main{StandardDirectoryReader(segments_3:3:nrt _0(4.3):C1)}
[junit4:junit4]   2> 24213 T2256 C115 P57654 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:57661/collection1/, StdNode: http://127.0.0.1:57657/collection1/, StdNode: http://127.0.0.1:57665/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 24215 T2272 C116 P57657 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24217 T2282 C113 P57661 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24217 T2272 C116 P57657 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@4103304f lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c760789; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@4103304f lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c760789; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 24217 T2272 C116 P57657 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 24218 T2272 C116 P57657 oass.SolrIndexSearcher.<init> Opening Searcher@1b8594e7 main
[junit4:junit4]   2> 24218 T2272 C116 P57657 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24219 T2278 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b8594e7 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 24220 T2272 C116 P57657 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   2>  C114_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57665_, base_url=http://127.0.0.1:57665}
[junit4:junit4]   2> 24220 T2299 C114 P57665 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24222 T2299 C114 P57665 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5ebbd304 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dfbe8df; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5ebbd304 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dfbe8df; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 24223 T2299 C114 P57665 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 24223 T2299 C114 P57665 oass.SolrIndexSearcher.<init> Opening Searcher@2806166 main
[junit4:junit4]   2> 24224 T2299 C114 P57665 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24224 T2311 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2806166 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 24225 T2299 C114 P57665 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> 24226 T2282 C113 P57661 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@dc38f10 lockFactory=org.apache.lucene.store.NativeFSLockFactory@396a4d4a; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@dc38f10 lockFactory=org.apache.lucene.store.NativeFSLockFactory@396a4d4a; maxCacheMB=0.1708984375 maxMergeSizeMB=0.53515625)),segFN=segments_3,generation=3,filenames=[_0_Asserting_0.tim, _0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_Asserting_0.tip, _0_Memory_0.ram, _0_Lucene41WithOrds_0.tii, _0_MockFixedIntBlock_0.pos, _0_Lucene41WithOrds_0.pos, _0.nvm, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.doc, _0_MockFixedIntBlock_0.tii, _0.nvd, _0.fdx, _0.si, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt, segments_3]
[junit4:junit4]   2> 24227 T2282 C113 P57661 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Asserting_0.tim, _0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_Asserting_0.tip, _0_Memory_0.ram, _0_Lucene41WithOrds_0.tii, _0_MockFixedIntBlock_0.pos, _0_Lucene41WithOrds_0.pos, _0.nvm, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.doc, _0_MockFixedIntBlock_0.tii, _0.nvd, _0.fdx, _0.si, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt, segments_3]
[junit4:junit4]   2> 24229 T2282 C113 P57661 oass.SolrIndexSearcher.<init> Opening Searcher@6ac750e9 main
[junit4:junit4]   2> 24230 T2282 C113 P57661 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24231 T2294 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ac750e9 main{StandardDirectoryReader(segments_3:3:nrt _0(4.3):C1)}
[junit4:junit4]   2> 24231 T22

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

esting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 78178 T2813 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 78764 T2816 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 106955 T2905 oasu.PeerSync.handleResponse WARNING PeerSync: core=collection1 url=http://127.0.0.1:22999/e_  couldn't connect to http://127.0.0.1:31474/e_/collection1/, counting as success
[junit4:junit4]   2> 106956 T2905 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:22999/e_ DONE. sync succeeded
[junit4:junit4]   2> 106956 T2905 oasc.SyncStrategy.syncReplicas We have been closed, won't attempt to sync replicas back to leader
[junit4:junit4]   2> 106956 T2905 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
[junit4:junit4]   2> 106956 T2905 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@131dff0d
[junit4:junit4]   2> 106957 T2905 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 106957 T2905 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 106957 T2905 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 106957 T2905 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 106958 T2905 C379 P22999 oasu.TransactionLog.forceClose SEVERE Error: Forcing close of tlog{file=./org.apache.solr.cloud.SyncSliceTest-1363285248242/jetty4/tlog/tlog.0000000000000000003 refcount=1}
[junit4:junit4]   2> 106958 T2905 C379 P22999 oasu.TransactionLog.forceClose SEVERE Error: Forcing close of tlog{file=./org.apache.solr.cloud.SyncSliceTest-1363285248242/jetty4/tlog/tlog.0000000000000000001 refcount=1}
[junit4:junit4]   2> 106959 T2905 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 106960 T2905 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.SyncSliceTest-1363285248242/jetty4
[junit4:junit4]   2> 106960 T2905 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.SyncSliceTest-1363285248242/jetty4
[junit4:junit4]   2> 106960 T2905 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.SyncSliceTest-1363285248242/jetty4/index.20130314202109325
[junit4:junit4]   2> 106960 T2905 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.SyncSliceTest-1363285248242/jetty4/index.20130314202109325
[junit4:junit4]   2> 106960 T2905 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.SyncSliceTest-1363285248242/jetty4/index
[junit4:junit4]   2> 106960 T2905 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.SyncSliceTest-1363285248242/jetty4/index
[junit4:junit4]   2> 106961 T2905 oasc.LeaderElector$1.process WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:236)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> 106961 T2905 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 106961 T2905 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> 106961 T2905 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 106962 T2905 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ar_YE, timezone=Asia/Tel_Aviv
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=2,free=408815032,total=536870912
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestLazyCores, TestZkChroot, XmlUpdateRequestHandlerTest, MinimalSchemaTest, TestPostingsSolrHighlighter, DistributedTermsComponentTest, TestQueryTypes, TestStressLucene, TestDocSet, LoggingHandlerTest, TestSolrXMLSerializer, TestSolrQueryParser, BasicZkTest, SuggesterWFSTTest, OpenCloseCoreStressTest, TestRTGBase, AutoCommitTest, TermsComponentTest, SOLR749Test, TestNumberUtils, ClusterStateUpdateTest, IndexBasedSpellCheckerTest, MoreLikeThisHandlerTest, TestJmxIntegration, ShardRoutingTest, TestPluginEnable, TestSuggestSpellingConverter, CopyFieldTest, TestLMJelinekMercerSimilarityFactory, UniqFieldsUpdateProcessorFactoryTest, URLClassifyProcessorTest, TestUtils, TestFiltering, ResourceLoaderTest, BadIndexSchemaTest, TestStressReorder, TestDFRSimilarityFactory, FieldMutatingUpdateProcessorTest, TestFuzzyAnalyzedSuggestions, DirectSolrSpellCheckerTest, ZkNodePropsTest, RequiredFieldsTest, TestStressRecovery, TestReplicationHandler, CollectionsAPIDistributedZkTest, BasicDistributedZkTest, DistanceFunctionTest, TestExtendedDismaxParser, TestSolrCoreProperties, TestBM25SimilarityFactory, ChaosMonkeyNothingIsSafeTest, SimpleFacetsTest, TestDocumentBuilder, DefaultValueUpdateProcessorTest, SpatialFilterTest, SyncSliceTest]
[junit4:junit4] Completed on J1 in 107.24s, 1 test, 1 failure <<< FAILURES!

[...truncated 38 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:381: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:361: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build.xml:183: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1213: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:877: There were test failures: 273 suites, 1147 tests, 1 error, 1 failure, 27 ignored (8 assumptions)

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