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

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_41) - Build # 4509 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4509/
Java: 32bit/jdk1.6.0_41 -client -XX:+UseParallelGC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration

Error Message:
Unable to create core: testcore

Stack Trace:
org.apache.solr.common.SolrException: Unable to create core: testcore
	at __randomizedtesting.SeedInfo.seed([E580E061EEA32671:5B0B86CE97D92844]:0)
	at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1672)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1057)
	at org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:160)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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:662)
Caused by: java.lang.RuntimeException: java.io.IOException: Error opening /configs/conf1/stopwords.txt
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:116)
	at org.apache.solr.core.CoreContainer.getSchemaFromZk(CoreContainer.java:1680)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:966)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1049)
	... 41 more
Caused by: java.io.IOException: Error opening /configs/conf1/stopwords.txt
	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:82)
	at org.apache.lucene.analysis.util.AbstractAnalysisFactory.getLines(AbstractAnalysisFactory.java:163)
	at org.apache.lucene.analysis.util.AbstractAnalysisFactory.getWordSet(AbstractAnalysisFactory.java:151)
	at org.apache.lucene.analysis.core.StopFilterFactory.inform(StopFilterFactory.java:58)
	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:616)
	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:114)
	... 44 more
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/stopwords.txt
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1041)
	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:202)
	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:199)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:199)
	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:682)
	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:77)
	... 49 more




Build Log:
[...truncated 8593 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ClusterStateUpdateTest
[junit4:junit4]   2> 2 T1107 oas.SolrTestCaseJ4.setUp ###Starting testCoreRegistration
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476
[junit4:junit4]   2> 3 T1107 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 3 T1108 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 4 T1108 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 4 T1108 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 4 T1108 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 5 T1108 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 5 T1108 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 103 T1107 oasc.ZkTestServer.run start zk server on port:48488
[junit4:junit4]   2> 104 T1107 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48488 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f6cd53
[junit4:junit4]   2> 105 T1107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 105 T1113 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48488. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 106 T1109 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:32975
[junit4:junit4]   2> 106 T1113 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48488, initiating session
[junit4:junit4]   2> 107 T1109 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:32975
[junit4:junit4]   2> 107 T1111 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 145 T1111 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d27c1c6560000 with negotiated timeout 10000 for client /127.0.0.1:32975
[junit4:junit4]   2> 145 T1113 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48488, sessionid = 0x13d27c1c6560000, negotiated timeout = 10000
[junit4:junit4]   2> 145 T1114 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f6cd53 name:ZooKeeperConnection Watcher:127.0.0.1:48488 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 146 T1107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 146 T1107 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 149 T1112 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d27c1c6560000
[junit4:junit4]   2> 150 T1109 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:32975 which had sessionid 0x13d27c1c6560000
[junit4:junit4]   2> 151 T1107 oaz.ZooKeeper.close Session: 0x13d27c1c6560000 closed
[junit4:junit4]   2> 151 T1107 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48488/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2c4b0b
[junit4:junit4]   2> 152 T1107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 153 T1115 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48488. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 152 T1114 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 153 T1115 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48488, initiating session
[junit4:junit4]   2> 154 T1109 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:32976
[junit4:junit4]   2> 154 T1109 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:32976
[junit4:junit4]   2> 156 T1111 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d27c1c6560001 with negotiated timeout 10000 for client /127.0.0.1:32976
[junit4:junit4]   2> 156 T1115 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48488, sessionid = 0x13d27c1c6560001, negotiated timeout = 10000
[junit4:junit4]   2> 156 T1116 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c4b0b name:ZooKeeperConnection Watcher:127.0.0.1:48488/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 156 T1107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 157 T1107 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 160 T1107 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 162 T1107 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 164 T1107 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 169 T1107 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 170 T1107 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 174 T1107 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 175 T1107 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 179 T1107 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 179 T1107 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 182 T1107 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 183 T1107 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 186 T1107 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 187 T1107 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 189 T1107 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 190 T1107 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 192 T1107 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 193 T1107 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 196 T1107 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 197 T1107 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 199 T1107 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 200 T1107 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 202 T1112 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d27c1c6560001
[junit4:junit4]   2> 203 T1109 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:32976 which had sessionid 0x13d27c1c6560001
[junit4:junit4]   2> 204 T1116 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 204 T1107 oaz.ZooKeeper.close Session: 0x13d27c1c6560001 closed
[junit4:junit4]   2> 205 T1107 oasc.ClusterStateUpdateTest.setUp ####SETUP_START testCoreRegistration
[junit4:junit4]   2> 206 T1107 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 207 T1107 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr
[junit4:junit4]   2> 207 T1107 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/solr.xml
[junit4:junit4]   2> 208 T1107 oasc.CoreContainer.<init> New CoreContainer 6142201
[junit4:junit4]   2> 208 T1107 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 209 T1107 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 236 T1107 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 237 T1107 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 237 T1107 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 238 T1107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 238 T1107 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 239 T1107 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 239 T1107 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 239 T1107 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 240 T1107 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 240 T1107 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 252 T1107 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 273 T1107 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48488/solr
[junit4:junit4]   2> 274 T1107 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 274 T1107 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48488 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@c0ea67
[junit4:junit4]   2> 275 T1107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 275 T1117 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48488. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 276 T1117 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48488, initiating session
[junit4:junit4]   2> 276 T1109 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:32977
[junit4:junit4]   2> 277 T1109 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:32977
[junit4:junit4]   2> 278 T1111 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d27c1c6560002 with negotiated timeout 20000 for client /127.0.0.1:32977
[junit4:junit4]   2> 278 T1117 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48488, sessionid = 0x13d27c1c6560002, negotiated timeout = 20000
[junit4:junit4]   2> 278 T1118 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c0ea67 name:ZooKeeperConnection Watcher:127.0.0.1:48488 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 279 T1107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 280 T1112 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d27c1c6560002
[junit4:junit4]   2> 280 T1109 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:32977 which had sessionid 0x13d27c1c6560002
[junit4:junit4]   2> 281 T1118 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 281 T1107 oaz.ZooKeeper.close Session: 0x13d27c1c6560002 closed
[junit4:junit4]   2> 281 T1107 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 285 T1107 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48488/solr sessionTimeout=3000 watcher=org.apache.solr.common.cloud.ConnectionManager@1b03101
[junit4:junit4]   2> 286 T1107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 286 T1119 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48488. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 287 T1119 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48488, initiating session
[junit4:junit4]   2> 287 T1109 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:32978
[junit4:junit4]   2> 288 T1109 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:32978
[junit4:junit4]   2> 288 T1111 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d27c1c6560003 with negotiated timeout 3000 for client /127.0.0.1:32978
[junit4:junit4]   2> 288 T1119 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48488, sessionid = 0x13d27c1c6560003, negotiated timeout = 3000
[junit4:junit4]   2> 289 T1120 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b03101 name:ZooKeeperConnection Watcher:127.0.0.1:48488/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 289 T1107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 291 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 292 T1107 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 294 T1107 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:1661_solr
[junit4:junit4]   2> 295 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:1661_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:1661_solr
[junit4:junit4]   2> 296 T1107 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:1661_solr
[junit4:junit4]   2> 298 T1107 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 301 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560003 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> 302 T1107 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 304 T1107 oasc.Overseer.start Overseer (id=89271280826974211-127.0.0.1:1661_solr-n_0000000000) starting
[junit4:junit4]   2> 305 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 306 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 306 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 307 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 308 T1122 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 309 T1107 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 312 T1107 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 314 T1121 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 319 T1123 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 319 T1123 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 320 T1123 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 320 T1123 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 321 T1123 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 321 T1123 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 322 T1123 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 359 T1123 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 410 T1123 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 411 T1123 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 416 T1123 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 837 T1123 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 843 T1123 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 846 T1123 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 855 T1123 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 858 T1123 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 861 T1123 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 861 T1123 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 862 T1123 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 862 T1123 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 863 T1123 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 863 T1123 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 864 T1123 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1/
[junit4:junit4]   2> 864 T1123 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed5d9d
[junit4:junit4]   2> 864 T1123 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 865 T1123 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1 forceNew:false
[junit4:junit4]   2> 865 T1123 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1
[junit4:junit4]   2> 865 T1123 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1/index/
[junit4:junit4]   2> 865 T1123 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 866 T1123 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1/index forceNew:false
[junit4:junit4]   2> 866 T1123 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@7291cd lockFactory=org.apache.lucene.store.NativeFSLockFactory@ca00a)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 867 T1123 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 867 T1123 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1/index
[junit4:junit4]   2> 867 T1123 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 868 T1123 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 869 T1123 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 869 T1123 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 869 T1123 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 869 T1123 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 870 T1123 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 870 T1123 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 870 T1123 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 871 T1123 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 871 T1123 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 871 T1123 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 872 T1123 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 872 T1123 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 872 T1123 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 872 T1123 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 873 T1123 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 873 T1123 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 873 T1123 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 874 T1123 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 874 T1123 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 874 T1123 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 875 T1123 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 875 T1123 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 876 T1123 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 876 T1123 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 876 T1123 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 879 T1123 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 881 T1123 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 882 T1123 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 884 T1123 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1
[junit4:junit4]   2> 884 T1123 oass.SolrIndexSearcher.<init> Opening Searcher@11cb26c main
[junit4:junit4]   2> 884 T1123 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 884 T1123 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 885 T1123 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 888 T1123 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 905 T1123 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1
[junit4:junit4]   2> 907 T1124 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11cb26c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 910 T1123 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 911 T1123 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 911 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560003 type:create cxid:0x51 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1817 T1121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1818 T1121 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[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:1661_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1661/solr"}
[junit4:junit4]   2> 1818 T1121 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1819 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560003 type:create cxid:0x59 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1822 T1120 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> 1913 T1123 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1913 T1123 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:1661/solr collection:collection1 shard:shard1
[junit4:junit4]   2> 1914 T1123 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 1918 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560003 type:delete cxid:0x73 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 1919 T1123 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1919 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560003 type:create cxid:0x74 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1920 T1123 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1921 T1123 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1921 T1123 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:1661/solr/collection1/
[junit4:junit4]   2> 1921 T1123 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 1924 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560003 type:create cxid:0x7e zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3325 T1121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3727 T1120 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> 3929 T1123 oasc.ZkController.register We are http://127.0.0.1:1661/solr/collection1/ and leader is http://127.0.0.1:1661/solr/collection1/
[junit4:junit4]   2> 3930 T1123 oasc.ZkController.checkRecovery WARNING Skipping recovery according to sys prop solrcloud.skip.autorecovery
[junit4:junit4]   2> 3930 T1123 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3930 T1123 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4019 T1123 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4020 T1107 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4021 T1107 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr
[junit4:junit4]   2> 4021 T1107 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/solr.xml
[junit4:junit4]   2> 4021 T1107 oasc.CoreContainer.<init> New CoreContainer 4876958
[junit4:junit4]   2> 4022 T1107 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 4022 T1107 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 4037 T1107 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4037 T1107 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4038 T1107 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4038 T1107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4038 T1107 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4038 T1107 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4039 T1107 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4039 T1107 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4039 T1107 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4039 T1107 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4046 T1107 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4059 T1107 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48488/solr
[junit4:junit4]   2> 4059 T1107 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4059 T1107 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48488 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@152c11d
[junit4:junit4]   2> 4060 T1107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4060 T1125 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48488. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4061 T1125 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48488, initiating session
[junit4:junit4]   2> 4062 T1109 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:32981
[junit4:junit4]   2> 4062 T1109 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:32981
[junit4:junit4]   2> 4136 T1111 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d27c1c6560004 with negotiated timeout 20000 for client /127.0.0.1:32981
[junit4:junit4]   2> 4136 T1125 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48488, sessionid = 0x13d27c1c6560004, negotiated timeout = 20000
[junit4:junit4]   2> 4137 T1126 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@152c11d name:ZooKeeperConnection Watcher:127.0.0.1:48488 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4137 T1107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4139 T1112 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d27c1c6560004
[junit4:junit4]   2> 4164 T1126 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4164 T1107 oaz.ZooKeeper.close Session: 0x13d27c1c6560004 closed
[junit4:junit4]   2> 4164 T1109 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:32981 which had sessionid 0x13d27c1c6560004
[junit4:junit4]   2> 4165 T1107 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4167 T1107 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48488/solr sessionTimeout=3000 watcher=org.apache.solr.common.cloud.ConnectionManager@1219863
[junit4:junit4]   2> 4168 T1107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4168 T1127 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48488. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4169 T1127 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48488, initiating session
[junit4:junit4]   2> 4169 T1109 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:32982
[junit4:junit4]   2> 4169 T1109 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:32982
[junit4:junit4]   2> 4351 T1111 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d27c1c6560005 with negotiated timeout 3000 for client /127.0.0.1:32982
[junit4:junit4]   2> 4351 T1127 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48488, sessionid = 0x13d27c1c6560005, negotiated timeout = 3000
[junit4:junit4]   2> 4351 T1128 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1219863 name:ZooKeeperConnection Watcher:127.0.0.1:48488/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4352 T1107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4353 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560005 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4493 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560005 type:create cxid:0x2 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4507 T1107 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5427 T1121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5427 T1121 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[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:1661_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1661/solr"}
[junit4:junit4]   2> 5518 T1107 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:1662_solr
[junit4:junit4]   2> 5519 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560005 type:delete cxid:0x9 zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:1662_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:1662_solr
[junit4:junit4]   2> 5692 T1107 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:1662_solr
[junit4:junit4]   2> 5808 T1120 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> 5808 T1128 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> 5970 T1120 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> 5971 T1128 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5972 T1120 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5981 T1129 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 5981 T1129 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5983 T1129 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5983 T1129 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5986 T1129 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 5986 T1129 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 5987 T1129 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 6033 T1129 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 6109 T1129 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6110 T1129 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6116 T1129 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6579 T1129 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6585 T1129 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6588 T1129 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6596 T1129 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6599 T1129 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6602 T1129 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6603 T1129 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6603 T1129 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6603 T1129 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6604 T1129 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6604 T1129 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6605 T1129 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data2/
[junit4:junit4]   2> 6605 T1129 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed5d9d
[junit4:junit4]   2> 6605 T1129 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6606 T1129 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data2 forceNew:false
[junit4:junit4]   2> 6606 T1129 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data2
[junit4:junit4]   2> 6606 T1129 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data2/index/
[junit4:junit4]   2> 6607 T1129 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6607 T1129 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data2/index forceNew:false
[junit4:junit4]   2> 6608 T1129 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3330d lockFactory=org.apache.lucene.store.NativeFSLockFactory@c32994)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6608 T1129 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6609 T1129 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data2/index
[junit4:junit4]   2> 6609 T1129 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 6610 T1129 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6610 T1129 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 6611 T1129 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6611 T1129 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 6611 T1129 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6612 T1129 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6612 T1129 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6612 T1129 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6613 T1129 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6613 T1129 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 6614 T1129 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 6614 T1129 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6615 T1129 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 6615 T1129 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 6615 T1129 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 6616 T1129 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6616 T1129 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6617 T1129 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6617 T1129 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6618 T1129 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6618 T1129 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6619 T1129 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6619 T1129 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6619 T1129 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6620 T1129 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 6620 T1129 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 6622 T1129 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6624 T1129 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 6625 T1129 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 6626 T1129 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data2
[junit4:junit4]   2> 6626 T1129 oass.SolrIndexSearcher.<init> Opening Searcher@9cebcc main
[junit4:junit4]   2> 6627 T1129 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6627 T1129 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6627 T1129 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 6630 T1129 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 6673 T1130 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9cebcc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6678 T1129 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6678 T1129 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7471 T1121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7472 T1121 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[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:1662_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1662/solr"}
[junit4:junit4]   2> 7472 T1121 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 7472 T1121 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7475 T1120 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> 7475 T1128 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> 7680 T1129 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7680 T1129 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:1662/solr collection:collection1 shard:shard1
[junit4:junit4]   2> 7682 T1129 oasc.ZkController.register We are http://127.0.0.1:1662/solr/collection1/ and leader is http://127.0.0.1:1661/solr/collection1/
[junit4:junit4]   2> 7682 T1129 oasc.ZkController.checkRecovery WARNING Skipping recovery according to sys prop solrcloud.skip.autorecovery
[junit4:junit4]   2> 7682 T1129 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7682 T1129 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7684 T1129 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7684 T1107 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7685 T1107 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr
[junit4:junit4]   2> 7685 T1107 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/solr.xml
[junit4:junit4]   2> 7685 T1107 oasc.CoreContainer.<init> New CoreContainer 13171755
[junit4:junit4]   2> 7685 T1107 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 7686 T1107 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 7701 T1107 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 7701 T1107 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7701 T1107 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7702 T1107 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7702 T1107 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7702 T1107 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7702 T1107 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7703 T1107 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7703 T1107 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7703 T1107 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7710 T1107 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7722 T1107 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48488/solr
[junit4:junit4]   2> 7723 T1107 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7723 T1107 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48488 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@18bbd6f
[junit4:junit4]   2> 7724 T1107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7724 T1131 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48488. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 7724 T1131 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48488, initiating session
[junit4:junit4]   2> 7753 T1109 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:32989
[junit4:junit4]   2> 7753 T1109 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:32989
[junit4:junit4]   2> 7754 T1111 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d27c1c6560006 with negotiated timeout 20000 for client /127.0.0.1:32989
[junit4:junit4]   2> 7754 T1131 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48488, sessionid = 0x13d27c1c6560006, negotiated timeout = 20000
[junit4:junit4]   2> 7754 T1132 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18bbd6f name:ZooKeeperConnection Watcher:127.0.0.1:48488 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7754 T1107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7755 T1112 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d27c1c6560006
[junit4:junit4]   2> 7756 T1132 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7756 T1109 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:32989 which had sessionid 0x13d27c1c6560006
[junit4:junit4]   2> 7756 T1107 oaz.ZooKeeper.close Session: 0x13d27c1c6560006 closed
[junit4:junit4]   2> 7756 T1107 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 7759 T1107 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48488/solr sessionTimeout=3000 watcher=org.apache.solr.common.cloud.ConnectionManager@cc24aa
[junit4:junit4]   2> 7759 T1107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7759 T1133 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48488. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 7760 T1133 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48488, initiating session
[junit4:junit4]   2> 7760 T1109 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:32990
[junit4:junit4]   2> 7760 T1109 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:32990
[junit4:junit4]   2> 7761 T1111 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d27c1c6560007 with negotiated timeout 3000 for client /127.0.0.1:32990
[junit4:junit4]   2> 7761 T1133 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48488, sessionid = 0x13d27c1c6560007, negotiated timeout = 3000
[junit4:junit4]   2> 7761 T1134 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cc24aa name:ZooKeeperConnection Watcher:127.0.0.1:48488/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7761 T1107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7762 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560007 type:create cxid:0x1 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7763 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560007 type:create cxid:0x2 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7764 T1107 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8765 T1107 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:1663_solr
[junit4:junit4]   2> 8766 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560007 type:delete cxid:0x9 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:1663_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:1663_solr
[junit4:junit4]   2> 8767 T1107 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:1663_solr
[junit4:junit4]   2> 8770 T1120 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> 8770 T1128 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8770 T1134 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8771 T1128 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> 8772 T1120 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8779 T1135 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 8779 T1135 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 8780 T1135 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8780 T1135 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 8781 T1135 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 8781 T1135 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 8781 T1135 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 8817 T1135 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 8866 T1135 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8867 T1135 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8872 T1135 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8977 T1121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8978 T1121 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[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:1662_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1662/solr"}
[junit4:junit4]   2> 8980 T1128 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> 8980 T1120 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> 8980 T1134 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> 9277 T1135 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9283 T1135 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9286 T1135 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9296 T1135 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9299 T1135 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9302 T1135 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9303 T1135 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9303 T1135 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9303 T1135 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9304 T1135 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9304 T1135 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9304 T1135 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data3/
[junit4:junit4]   2> 9304 T1135 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed5d9d
[junit4:junit4]   2> 9305 T1135 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9305 T1135 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data3 forceNew:false
[junit4:junit4]   2> 9305 T1135 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data3
[junit4:junit4]   2> 9305 T1135 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data3/index/
[junit4:junit4]   2> 9306 T1135 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9306 T1135 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data3/index forceNew:false
[junit4:junit4]   2> 9307 T1135 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@ac7f07 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16c3246)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9307 T1135 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9307 T1135 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data3/index
[junit4:junit4]   2> 9308 T1135 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 9309 T1135 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9309 T1135 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 9309 T1135 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9309 T1135 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 9310 T1135 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9310 T1135 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9310 T1135 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9311 T1135 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9311 T1135 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9312 T1135 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 9312 T1135 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 9312 T1135 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9313 T1135 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 9313 T1135 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 9313 T1135 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 9314 T1135 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9314 T1135 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9314 T1135 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9315 T1135 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9315 T1135 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9316 T1135 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9316 T1135 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9317 T1135 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9317 T1135 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9317 T1135 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 9318 T1135 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 9320 T1135 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9321 T1135 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 9322 T1135 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 9324 T1135 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data3
[junit4:junit4]   2> 9324 T1135 oass.SolrIndexSearcher.<init> Opening Searcher@b3bba1 main
[junit4:junit4]   2> 9324 T1135 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9325 T1135 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9325 T1135 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 9328 T1135 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 9345 T1136 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b3bba1 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9351 T1135 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9351 T1135 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10483 T1121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10484 T1121 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[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:1663_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1663/solr"}
[junit4:junit4]   2> 10484 T1121 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 10484 T1121 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10551 T1128 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> 10551 T1120 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> 10551 T1134 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> 11352 T1135 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11353 T1135 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:1663/solr collection:collection1 shard:shard1
[junit4:junit4]   2> 11557 T1135 oasc.ZkController.register We are http://127.0.0.1:1663/solr/collection1/ and leader is http://127.0.0.1:1661/solr/collection1/
[junit4:junit4]   2> 11557 T1135 oasc.ZkController.checkRecovery WARNING Skipping recovery according to sys prop solrcloud.skip.autorecovery
[junit4:junit4]   2> 11558 T1135 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 11558 T1135 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11711 T1135 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11712 T1107 oasc.ClusterStateUpdateTest.setUp ####SETUP_END testCoreRegistration
[junit4:junit4]   2> 11713 T1107 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48488/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2c0530
[junit4:junit4]   2> 11714 T1107 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11714 T1137 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48488. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 11715 T1137 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48488, initiating session
[junit4:junit4]   2> 11715 T1109 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:32992
[junit4:junit4]   2> 11715 T1109 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:32992
[junit4:junit4]   2> 11726 T1111 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d27c1c6560008 with negotiated timeout 10000 for client /127.0.0.1:32992
[junit4:junit4]   2> 11726 T1137 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48488, sessionid = 0x13d27c1c6560008, negotiated timeout = 10000
[junit4:junit4]   2> 11726 T1138 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c0530 name:ZooKeeperConnection Watcher:127.0.0.1:48488/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11726 T1107 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11727 T1107 oascc.SolrZkClient.makePath makePath: /collections/testcore
[junit4:junit4]   2> 11747 T1107 oascc.SolrZkClient.makePath makePath: /collections/testcore/shards
[junit4:junit4]   2> 11766 T1112 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d27c1c6560008
[junit4:junit4]   2> 11788 T1138 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 11788 T1109 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:32992 which had sessionid 0x13d27c1c6560008
[junit4:junit4]   2> 11788 T1107 oaz.ZooKeeper.close Session: 0x13d27c1c6560008 closed
[junit4:junit4]   2> 11788 T1107 oasc.CoreContainer.create Creating SolrCore 'testcore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/testcore
[junit4:junit4]   2> 11788 T1107 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testcore
[junit4:junit4]   2> 11789 T1107 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11789 T1107 oasc.ZkController.readConfigName Load collection config from:/collections/testcore
[junit4:junit4]   2> 11790 T1107 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/testcore/'
[junit4:junit4]   2> 11829 T1107 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 11881 T1107 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11882 T1107 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11886 T1107 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12097 T1121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12097 T1121 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[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:1663_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1663/solr"}
[junit4:junit4]   2> 12298 T1107 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12304 T1107 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12307 T1107 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13556 T1127 oaz.ClientCnxn$SendThread.run Client session timed out, have not heard from server in 2000ms for sessionid 0x13d27c1c6560005, closing socket connection and attempting reconnect
[junit4:junit4]   2> 14214 T1119 oaz.ClientCnxn$SendThread.run Client session timed out, have not heard from server in 2001ms for sessionid 0x13d27c1c6560003, closing socket connection and attempting reconnect
[junit4:junit4]   2> 13713 T1133 oaz.ClientCnxn$SendThread.run Client session timed out, have not heard from server in 2001ms for sessionid 0x13d27c1c6560007, closing socket connection and attempting reconnect
[junit4:junit4]   2> 15081 T1109 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d27c1c6560005, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 15082 T1109 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:32982 which had sessionid 0x13d27c1c6560005
[junit4:junit4]   2> 15082 T1109 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d27c1c6560007, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 15083 T1109 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:32990 which had sessionid 0x13d27c1c6560007
[junit4:junit4]   2> 15083 T1109 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d27c1c6560003, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 15084 T1109 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:32978 which had sessionid 0x13d27c1c6560003
[junit4:junit4]   2> 15084 T1111 oazsp.FileTxnLog.commit WARNING fsync-ing the write ahead log in SyncThread:0 took 2870ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
[junit4:junit4]   2> 15084 T1111 oazs.NIOServerCnxn.sendBuffer SEVERE Unexpected Exception:  java.nio.channels.CancelledKeyException
[junit4:junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:55)
[junit4:junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:59)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.sendBuffer(NIOServerCnxn.java:153)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.sendResponse(NIOServerCnxn.java:1076)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.FinalRequestProcessor.processRequest(FinalRequestProcessor.java:404)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.flush(SyncRequestProcessor.java:167)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:101)
[junit4:junit4]   2> 
[junit4:junit4]   2> 15085 T1111 oazs.NIOServerCnxn.sendBuffer SEVERE Unexpected Exception:  java.nio.channels.CancelledKeyException
[junit4:junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:55)
[junit4:junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:59)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.sendBuffer(NIOServerCnxn.java:153)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.sendResponse(NIOServerCnxn.java:1076)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.FinalRequestProcessor.processRequest(FinalRequestProcessor.java:404)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:138)
[junit4:junit4]   2> 
[junit4:junit4]   2> 15085 T1111 oazs.NIOServerCnxn.sendBuffer SEVERE Unexpected Exception:  java.nio.channels.CancelledKeyException
[junit4:junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:55)
[junit4:junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:59)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.sendBuffer(NIOServerCnxn.java:153)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.sendResponse(NIOServerCnxn.java:1076)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.FinalRequestProcessor.processRequest(FinalRequestProcessor.java:170)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:138)
[junit4:junit4]   2> 
[junit4:junit4]   2> 15085 T1111 oazs.NIOServerCnxn.sendBuffer SEVERE Unexpected Exception:  java.nio.channels.CancelledKeyException
[junit4:junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:55)
[junit4:junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:59)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.sendBuffer(NIOServerCnxn.java:153)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.sendResponse(NIOServerCnxn.java:1076)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.FinalRequestProcessor.processRequest(FinalRequestProcessor.java:170)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:138)
[junit4:junit4]   2> 
[junit4:junit4]   2> 15086 T1111 oazs.NIOServerCnxn.sendBuffer SEVERE Unexpected Exception:  java.nio.channels.CancelledKeyException
[junit4:junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:55)
[junit4:junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:59)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.sendBuffer(NIOServerCnxn.java:153)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.sendResponse(NIOServerCnxn.java:1076)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.FinalRequestProcessor.processRequest(FinalRequestProcessor.java:170)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:138)
[junit4:junit4]   2> 
[junit4:junit4]   2> 15181 T1128 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1219863 name:ZooKeeperConnection Watcher:127.0.0.1:48488/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
[junit4:junit4]   2> 15181 T1128 oascc.ConnectionManager.process zkClient has disconnected
[junit4:junit4]   2> 15181 T1120 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: null state: Disconnected type None
[junit4:junit4]   2> 15181 T1134 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cc24aa name:ZooKeeperConnection Watcher:127.0.0.1:48488/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
[junit4:junit4]   2> 15182 T1120 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b03101 name:ZooKeeperConnection Watcher:127.0.0.1:48488/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
[junit4:junit4]   2> 15182 T1134 oascc.ConnectionManager.process zkClient has disconnected
[junit4:junit4]   2> 15182 T1120 oascc.ConnectionManager.process zkClient has disconnected
[junit4:junit4]   2> 16371 T1133 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48488. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 16371 T1133 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48488, initiating session
[junit4:junit4]   2> 16371 T1109 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:32999
[junit4:junit4]   2> 16372 T1109 oazs.ZooKeeperServer.processConnectRequest Client attempting to renew session 0x13d27c1c6560007 at /127.0.0.1:32999
[junit4:junit4]   2> 16372 T1109 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d27c1c6560007 with negotiated timeout 3000 for client /127.0.0.1:32999
[junit4:junit4]   2> 16372 T1133 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48488, sessionid = 0x13d27c1c6560007, negotiated timeout = 3000
[junit4:junit4]   2> 16373 T1134 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cc24aa name:ZooKeeperConnection Watcher:127.0.0.1:48488/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16373 T1134 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> 16461 T1127 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48488. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 16462 T1127 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48488, initiating session
[junit4:junit4]   2> 16462 T1109 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33000
[junit4:junit4]   2> 16462 T1109 oazs.ZooKeeperServer.processConnectRequest Client attempting to renew session 0x13d27c1c6560005 at /127.0.0.1:33000
[junit4:junit4]   2> 16463 T1109 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d27c1c6560005 with negotiated timeout 3000 for client /127.0.0.1:33000
[junit4:junit4]   2> 16463 T1127 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48488, sessionid = 0x13d27c1c6560005, negotiated timeout = 3000
[junit4:junit4]   2> 16463 T1128 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1219863 name:ZooKeeperConnection Watcher:127.0.0.1:48488/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16463 T1128 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> 16527 T1110 oazs.ZooKeeperServer.expire Expiring session 0x13d27c1c6560003, timeout of 3000ms exceeded
[junit4:junit4]   2> 16527 T1112 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d27c1c6560003
[junit4:junit4]   2> 16528 T1134 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16528 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560005 type:delete cxid:0x4e zxid:0x73 txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 16528 T1134 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> 16529 T1128 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 16529 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560005 type:create cxid:0x4f zxid:0x74 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16533 T1128 oasc.ShardLeaderElectionContext.shouldIBeLeader Checking if I should try and be the leader.
[junit4:junit4]   2> 16533 T1128 oasc.ShardLeaderElectionContext.shouldIBeLeader My last published State was Active, it's okay to be the leader.
[junit4:junit4]   2> 16533 T1128 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 16533 T1128 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:1662/solr/collection1/
[junit4:junit4]   2> 16534 T1128 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 16535 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560005 type:create cxid:0x57 zxid:0x77 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16536 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560005 type:delete cxid:0x5a zxid:0x79 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 16537 T1128 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 16538 T1128 oasc.Overseer.start Overseer (id=89271280826974213-127.0.0.1:1662_solr-n_0000000001) starting
[junit4:junit4]   2> 16538 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560005 type:create cxid:0x5f zxid:0x7b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16539 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560005 type:create cxid:0x60 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16539 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560005 type:create cxid:0x61 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16540 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560005 type:create cxid:0x62 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16540 T1140 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 16541 T1128 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16541 T1128 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> 16542 T1139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16542 T1139 oasc.Overseer$ClusterStateUpdater.run Replaying operations from work queue.
[junit4:junit4]   2> 16542 T1139 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[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:1663_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1663/solr"}
[junit4:junit4]   2> 16543 T1134 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> 16544 T1139 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 16545 T1128 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> 16548 T1139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16553 T1134 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> 16555 T1128 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> 16604 T1119 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48488. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 16604 T1119 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48488, initiating session
[junit4:junit4]   2> 16604 T1109 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33001
[junit4:junit4]   2> 16604 T1109 oazs.ZooKeeperServer.processConnectRequest Client attempting to renew session 0x13d27c1c6560003 at /127.0.0.1:33001
[junit4:junit4]   2> 16605 T1109 oazs.ZooKeeperServer.finishSessionInit Invalid session 0x13d27c1c6560003 for client /127.0.0.1:33001, probably expired
[junit4:junit4]   2> 16605 T1120 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: null state: Expired type None
[junit4:junit4]   2> 16605 T1109 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:33001 which had sessionid 0x13d27c1c6560003
[junit4:junit4]   2> 16605 T1119 oaz.ClientCnxn$SendThread.run Unable to reconnect to ZooKeeper service, session 0x13d27c1c6560003 has expired, closing socket connection
[junit4:junit4]   2> 16605 T1120 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b03101 name:ZooKeeperConnection Watcher:127.0.0.1:48488/solr got event WatchedEvent state:Expired type:None path:null path:null type:None
[junit4:junit4]   2> 16605 T1120 oascc.ConnectionManager.process Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
[junit4:junit4]   2> 16606 T1120 oascc.DefaultConnectionStrategy.reconnect Connection expired - starting a new one...
[junit4:junit4]   2> 16606 T1120 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48488/solr sessionTimeout=3000 watcher=org.apache.solr.common.cloud.ConnectionManager@1b03101
[junit4:junit4]   2> 16606 T1120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16606 T1141 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48488. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 16607 T1141 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48488, initiating session
[junit4:junit4]   2> 16607 T1109 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33002
[junit4:junit4]   2> 16607 T1109 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33002
[junit4:junit4]   2> 16608 T1111 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d27c1c6560009 with negotiated timeout 3000 for client /127.0.0.1:33002
[junit4:junit4]   2> 16608 T1141 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48488, sessionid = 0x13d27c1c6560009, negotiated timeout = 3000
[junit4:junit4]   2> 16608 T1142 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b03101 name:ZooKeeperConnection Watcher:127.0.0.1:48488/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16609 T1120 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16609 T1120 oascc.ConnectionManager$1.update Connection with ZooKeeper reestablished.
[junit4:junit4]   2> 16609 T1120 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 16609 T1120 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16706 T1121 oasc.Overseer$ClusterStateUpdater.run WARNING Solr cannot talk to ZK, exiting Overseer main queue loop org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /clusterstate.json
[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.setData(ZooKeeper.java:1266)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:270)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:267)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:267)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:453)
[junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:144)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 16706 T1122 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 16706 T1107 oasc.CoreContainer.recordAndThrow SEVERE Unable to create core: testcore java.lang.RuntimeException: java.io.IOException: Error opening /configs/conf1/stopwords.txt
[junit4:junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:116)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.getSchemaFromZk(CoreContainer.java:1680)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:966)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1049)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:160)
[junit4:junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> Caused by: java.io.IOException: Error opening /configs/conf1/stopwords.txt
[junit4:junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:82)
[junit4:junit4]   2> 	at org.apache.lucene.analysis.util.AbstractAnalysisFactory.getLines(AbstractAnalysisFactory.java:163)
[junit4:junit4]   2> 	at org.apache.lucene.analysis.util.AbstractAnalysisFactory.getWordSet(AbstractAnalysisFactory.java:151)
[junit4:junit4]   2> 	at org.apache.lucene.analysis.core.StopFilterFactory.inform(StopFilterFactory.java:58)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:616)
[junit4:junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:114)
[junit4:junit4]   2> 	... 44 more
[junit4:junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/stopwords.txt
[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.exists(ZooKeeper.java:1041)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:202)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:199)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:199)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:682)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:77)
[junit4:junit4]   2> 	... 49 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 16707 T1120 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 16709 T1107 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=6142201
[junit4:junit4]   2> 16710 T1120 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:1661_solr
[junit4:junit4]   2> 16710 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560009 type:delete cxid:0xc zxid:0x8c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:1661_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:1661_solr
[junit4:junit4]   2> 16711 T1120 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:1661_solr
[junit4:junit4]   2> 16712 T1134 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 16712 T1142 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 16712 T1128 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 16712 T1134 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> 16713 T1120 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:1661/solr collection:collection1 shard:shard1
[junit4:junit4]   2> 16713 T1128 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> 16715 T1120 oasc.ZkController.register We are http://127.0.0.1:1661/solr/collection1/ and leader is http://127.0.0.1:1662/solr/collection1/
[junit4:junit4]   2> 16715 T1120 oasc.ZkController.checkRecovery WARNING Skipping recovery according to sys prop solrcloud.skip.autorecovery
[junit4:junit4]   2> 16715 T1120 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 16715 T1120 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16716 T1120 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16717 T1120 oascc.DefaultConnectionStrategy.reconnect Reconnected to ZooKeeper
[junit4:junit4]   2> 16717 T1120 oascc.ConnectionManager.process Connected:true
[junit4:junit4]   2> 16717 T1120 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 17710 T1107 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@188015b
[junit4:junit4]   2> 17718 T1107 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 17718 T1107 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 17718 T1107 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 17719 T1107 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 17719 T1107 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 17719 T1107 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1/index
[junit4:junit4]   2> 17720 T1107 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1
[junit4:junit4]   2> 17720 T1107 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1
[junit4:junit4]   2> 17720 T1107 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1/index
[junit4:junit4]   2> 17721 T1107 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data1/index
[junit4:junit4]   2> 17721 T1112 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d27c1c6560009
[junit4:junit4]   2> 17722 T1109 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:33002 which had sessionid 0x13d27c1c6560009
[junit4:junit4]   2> 17722 T1107 oaz.ZooKeeper.close Session: 0x13d27c1c6560009 closed
[junit4:junit4]   2> 17723 T1134 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 17723 T1128 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 17722 T1107 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=4876958
[junit4:junit4]   2> 17723 T1134 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> 17723 T1128 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> 18057 T1139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18058 T1139 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[junit4:junit4]   2> 	  "shard":"shard1",
[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:1661_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1661/solr"}
[junit4:junit4]   2> 18062 T1139 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:1661_solr_collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[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:1661_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1661/solr"}
[junit4:junit4]   2> 18065 T1139 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[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:1661_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1661/solr"}
[junit4:junit4]   2> 18069 T1139 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:1662_solr_collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[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:1662_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1662/solr"}
[junit4:junit4]   2> 18074 T1128 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> 18074 T1134 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> 19022 T1142 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 19022 T1142 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 19724 T1107 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1f71f1f
[junit4:junit4]   2> 19730 T1107 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 19730 T1107 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 19731 T1107 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 19731 T1107 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 19731 T1107 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 19732 T1107 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data2/index
[junit4:junit4]   2> 19732 T1107 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data2
[junit4:junit4]   2> 19733 T1107 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data2
[junit4:junit4]   2> 19733 T1107 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data2/index
[junit4:junit4]   2> 19733 T1107 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data2/index
[junit4:junit4]   2> 19734 T1139 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89271280826974213-127.0.0.1:1662_solr-n_0000000001) am no longer a leader.
[junit4:junit4]   2> 19734 T1112 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d27c1c6560005
[junit4:junit4]   2> 19735 T1109 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:33000 which had sessionid 0x13d27c1c6560005
[junit4:junit4]   2> 19735 T1107 oaz.ZooKeeper.close Session: 0x13d27c1c6560005 closed
[junit4:junit4]   2> 19735 T1107 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=13171755
[junit4:junit4]   2> 19736 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560007 type:delete cxid:0x56 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 19736 T1134 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 19737 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560007 type:create cxid:0x58 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 19738 T1134 oasc.ShardLeaderElectionContext.shouldIBeLeader Checking if I should try and be the leader.
[junit4:junit4]   2> 19738 T1134 oasc.ShardLeaderElectionContext.shouldIBeLeader My last published State was Active, it's okay to be the leader.
[junit4:junit4]   2> 19738 T1134 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 19738 T1134 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:1663/solr/collection1/
[junit4:junit4]   2> 19738 T1134 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 19741 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560007 type:create cxid:0x60 zxid:0xa5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 19742 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560007 type:delete cxid:0x63 zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 19743 T1134 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 19744 T1134 oasc.Overseer.start Overseer (id=89271280826974215-127.0.0.1:1663_solr-n_0000000002) starting
[junit4:junit4]   2> 19744 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560007 type:create cxid:0x68 zxid:0xa9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 19745 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560007 type:create cxid:0x69 zxid:0xaa txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 19747 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560007 type:create cxid:0x6a zxid:0xab txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 19748 T1112 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d27c1c6560007 type:create cxid:0x6b zxid:0xac txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 19749 T1144 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 19750 T1134 oascc.ZkStateReader$3.process Updating live nodes... (1)
[junit4:junit4]   2> 19750 T1134 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> 19750 T1143 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 19752 T1143 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19752 T1143 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:1663_solr_collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[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:1663_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1663/solr"}
[junit4:junit4]   2> 19758 T1134 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> 20737 T1107 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e8dbb0
[junit4:junit4]   2> 20748 T1107 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 20748 T1107 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 20749 T1107 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 20749 T1107 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 20749 T1107 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 20750 T1107 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data3/index
[junit4:junit4]   2> 20750 T1107 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data3
[junit4:junit4]   2> 20750 T1107 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data3
[junit4:junit4]   2> 20751 T1107 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data3/index
[junit4:junit4]   2> 20751 T1107 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362171643476/data3/index
[junit4:junit4]   2> 20752 T1143 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89271280826974215-127.0.0.1:1663_solr-n_0000000002) am no longer a leader.
[junit4:junit4]   2> 20752 T1112 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d27c1c6560007
[junit4:junit4]   2> 20753 T1109 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:32999 which had sessionid 0x13d27c1c6560007
[junit4:junit4]   2> 20753 T1107 oaz.ZooKeeper.close Session: 0x13d27c1c6560007 closed
[junit4:junit4]   2> 20753 T1107 oazs.ZooKeeperServer.shutdown shutting down
[junit4:junit4]   2> 20753 T1107 oazs.SessionTrackerImpl.shutdown Shutting down
[junit4:junit4]   2> 20754 T1107 oazs.PrepRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 20754 T1112 oazs.PrepRequestProcessor.run PrepRequestProcessor exited loop!
[junit4:junit4]   2> 20754 T1107 oazs.SyncRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 20755 T1111 oazs.SyncRequestProcessor.run SyncRequestProcessor exited!
[junit4:junit4]   2> 20755 T1107 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
[junit4:junit4]   2> 20757 T1107 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:48488 48488
[junit4:junit4]   2> 20758 T1109 oazs.NIOServerCnxnFactory.run NIOServerCnxn factory exited run method
[junit4:junit4]   2> 20759 T1107 oazs.ZooKeeperServer.shutdown shutting down
[junit4:junit4]   2> 20759 T1107 oazs.SessionTrackerImpl.shutdown Shutting down
[junit4:junit4]   2> 20759 T1107 oazs.PrepRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 20759 T1107 oazs.SyncRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 20760 T1107 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
[junit4:junit4]   2> 20760 T1107 oas.SolrTestCaseJ4.tearDown ###Ending testCoreRegistration
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ClusterStateUpdateTest -Dtests.method=testCoreRegistration -Dtests.seed=E580E061EEA32671 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da_DK -Dtests.timezone=Africa/Kampala -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   20.8s J0 | ClusterStateUpdateTest.testCoreRegistration <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Unable to create core: testcore
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([E580E061EEA32671:5B0B86CE97D92844]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1672)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1057)
[junit4:junit4]    > 	at org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:160)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Caused by: java.lang.RuntimeException: java.io.IOException: Error opening /configs/conf1/stopwords.txt
[junit4:junit4]    > 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:116)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.getSchemaFromZk(CoreContainer.java:1680)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:966)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1049)
[junit4:junit4]    > 	... 41 more
[junit4:junit4]    > Caused by: java.io.IOException: Error opening /configs/conf1/stopwords.txt
[junit4:junit4]    > 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:82)
[junit4:junit4]    > 	at org.apache.lucene.analysis.util.AbstractAnalysisFactory.getLines(AbstractAnalysisFactory.java:163)
[junit4:junit4]    > 	at org.apache.lucene.analysis.util.AbstractAnalysisFactory.getWordSet(AbstractAnalysisFactory.java:151)
[junit4:junit4]    > 	at org.apache.lucene.analysis.core.StopFilterFactory.inform(StopFilterFactory.java:58)
[junit4:junit4]    > 	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:616)
[junit4:junit4]    > 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:114)
[junit4:junit4]    > 	... 44 more
[junit4:junit4]    > Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/stopwords.txt
[junit4:junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]    > 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1041)
[junit4:junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:202)
[junit4:junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:199)
[junit4:junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:199)
[junit4:junit4]    > 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:682)
[junit4:junit4]    > 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:77)
[junit4:junit4]    > 	... 49 more
[junit4:junit4]   2> 20845 T1107 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 20912 T1106 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   2> 21035 T1128 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 21035 T1128 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> 21035 T1128 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 21036 T1128 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 21528 T1110 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 22053 T1134 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 22053 T1134 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> 22054 T1134 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 22054 T1134 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=da_DK, timezone=Africa/Kampala
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Sun Microsystems Inc. 1.6.0_41 (32-bit)/cpus=8,threads=1,free=177891744,total=251985920
[junit4:junit4]   2> NOTE: All tests run in this JVM: [AutoCommitTest, TestBinaryField, TestFaceting, CacheHeaderTest, SimpleFacetsTest, RAMDirectoryFactoryTest, PrimitiveFieldTypeTest, TestFiltering, SolrCmdDistributorTest, ReturnFieldsTest, SpellPossibilityIteratorTest, TestDefaultSimilarityFactory, DistributedTermsComponentTest, DocValuesTest, BasicDistributedZk2Test, ZkControllerTest, TestRandomFaceting, TestRTGBase, SyncSliceTest, DistanceFunctionTest, TestRangeQuery, QueryParsingTest, NumericFieldsTest, TestQuerySenderListener, ClusterStateUpdateTest]
[junit4:junit4] Completed on J0 in 22.18s, 1 test, 1 error <<< FAILURES!

[...truncated 531 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1207: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:870: There were test failures: 260 suites, 1088 tests, 1 error, 9 ignored (3 assumptions)

Total time: 50 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.6.0_41 -client -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b78) - Build # 4510 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4510/
Java: 64bit/jdk1.8.0-ea-b78 -XX:+UseParallelGC

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

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([618805AD31B7A9C6:E06E8BB546E8C9FA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:205)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:85)
	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:487)
	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 9512 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T2785 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_ax/q
[junit4:junit4]   2> 3 T2785 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362177312026
[junit4:junit4]   2> 4 T2785 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T2786 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T2786 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T2786 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T2786 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T2786 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T2786 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T2785 oasc.ZkTestServer.run start zk server on port:54936
[junit4:junit4]   2> 105 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3f5f77dc
[junit4:junit4]   2> 106 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T2791 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 106 T2791 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 106 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38010
[junit4:junit4]   2> 107 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38010
[junit4:junit4]   2> 107 T2789 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 149 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c0000 with negotiated timeout 10000 for client /127.0.0.1:38010
[junit4:junit4]   2> 149 T2791 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c0000, negotiated timeout = 10000
[junit4:junit4]   2> 149 T2792 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f5f77dc name:ZooKeeperConnection Watcher:127.0.0.1:54936 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 149 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 150 T2785 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 152 T2790 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2818451c0000
[junit4:junit4]   2> 153 T2792 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 153 T2787 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38010 which had sessionid 0x13d2818451c0000
[junit4:junit4]   2> 153 T2785 oaz.ZooKeeper.close Session: 0x13d2818451c0000 closed
[junit4:junit4]   2> 154 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@31988e47
[junit4:junit4]   2> 154 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 154 T2793 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 155 T2793 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 155 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38011
[junit4:junit4]   2> 155 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38011
[junit4:junit4]   2> 155 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c0001 with negotiated timeout 10000 for client /127.0.0.1:38011
[junit4:junit4]   2> 155 T2793 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c0001, negotiated timeout = 10000
[junit4:junit4]   2> 156 T2794 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31988e47 name:ZooKeeperConnection Watcher:127.0.0.1:54936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 156 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 156 T2785 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 158 T2785 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 159 T2785 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 160 T2785 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 162 T2785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 162 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 165 T2785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 165 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 167 T2785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 167 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 169 T2785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 169 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 171 T2785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 171 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 172 T2785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 173 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 174 T2785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 175 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 176 T2785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 177 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 179 T2785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 180 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 181 T2790 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2818451c0001
[junit4:junit4]   2> 182 T2794 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 182 T2787 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38011 which had sessionid 0x13d2818451c0001
[junit4:junit4]   2> 182 T2785 oaz.ZooKeeper.close Session: 0x13d2818451c0001 closed
[junit4:junit4]   2> 239 T2785 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 245 T2785 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44197
[junit4:junit4]   2> 245 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 246 T2785 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 246 T2785 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362177312204
[junit4:junit4]   2> 246 T2785 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362177312204/solr.xml
[junit4:junit4]   2> 246 T2785 oasc.CoreContainer.<init> New CoreContainer 1473555754
[junit4:junit4]   2> 247 T2785 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362177312204/'
[junit4:junit4]   2> 247 T2785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362177312204/'
[junit4:junit4]   2> 262 T2785 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 262 T2785 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 262 T2785 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 263 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 263 T2785 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 263 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 264 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 264 T2785 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 264 T2785 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 264 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 270 T2785 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 278 T2785 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:54936/solr
[junit4:junit4]   2> 279 T2785 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 279 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@23cf2391
[junit4:junit4]   2> 280 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 280 T2804 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 280 T2804 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 280 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38012
[junit4:junit4]   2> 280 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38012
[junit4:junit4]   2> 281 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c0002 with negotiated timeout 20000 for client /127.0.0.1:38012
[junit4:junit4]   2> 281 T2804 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c0002, negotiated timeout = 20000
[junit4:junit4]   2> 281 T2805 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23cf2391 name:ZooKeeperConnection Watcher:127.0.0.1:54936 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 281 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 282 T2790 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2818451c0002
[junit4:junit4]   2> 283 T2805 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 283 T2787 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38012 which had sessionid 0x13d2818451c0002
[junit4:junit4]   2> 283 T2785 oaz.ZooKeeper.close Session: 0x13d2818451c0002 closed
[junit4:junit4]   2> 283 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 286 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6a155b00
[junit4:junit4]   2> 286 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 286 T2806 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 287 T2806 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 287 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38013
[junit4:junit4]   2> 287 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38013
[junit4:junit4]   2> 288 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c0003 with negotiated timeout 20000 for client /127.0.0.1:38013
[junit4:junit4]   2> 288 T2806 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c0003, negotiated timeout = 20000
[junit4:junit4]   2> 288 T2807 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a155b00 name:ZooKeeperConnection Watcher:127.0.0.1:54936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 288 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 289 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 290 T2785 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 291 T2785 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44197__ax%2Fq
[junit4:junit4]   2> 291 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:44197__ax%2Fq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:44197__ax%2Fq
[junit4:junit4]   2> 292 T2785 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44197__ax%2Fq
[junit4:junit4]   2> 293 T2785 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 296 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0003 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> 297 T2785 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 299 T2785 oasc.Overseer.start Overseer (id=89271652321067011-127.0.0.1:44197__ax%2Fq-n_0000000000) starting
[junit4:junit4]   2> 299 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 300 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 300 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 301 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 302 T2809 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 302 T2785 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 303 T2785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 304 T2808 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 307 T2810 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362177312204/collection1
[junit4:junit4]   2> 307 T2810 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 307 T2810 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 307 T2810 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 308 T2810 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362177312204/collection1/'
[junit4:junit4]   2> 308 T2810 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362177312204/collection1/lib/README' to classloader
[junit4:junit4]   2> 309 T2810 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362177312204/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 330 T2810 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 355 T2810 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 356 T2810 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 360 T2810 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 634 T2810 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 639 T2810 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 641 T2810 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 649 T2810 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 651 T2810 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 653 T2810 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 654 T2810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 654 T2810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 654 T2810 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 655 T2810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 655 T2810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 655 T2810 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362177312204/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/
[junit4:junit4]   2> 655 T2810 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7601548b
[junit4:junit4]   2> 656 T2810 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 662 T2810 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data forceNew:false
[junit4:junit4]   2> 662 T2810 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data
[junit4:junit4]   2> 662 T2810 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/index/
[junit4:junit4]   2> 662 T2810 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 662 T2810 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/index forceNew:false
[junit4:junit4]   2> 665 T2810 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 665 T2810 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 666 T2810 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/index
[junit4:junit4]   2> 667 T2810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 667 T2810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 667 T2810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 667 T2810 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 668 T2810 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 668 T2810 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 668 T2810 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 668 T2810 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 669 T2810 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 671 T2810 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 672 T2810 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data
[junit4:junit4]   2> 673 T2810 oass.SolrIndexSearcher.<init> Opening Searcher@3b14a8a7 main
[junit4:junit4]   2> 673 T2810 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 674 T2810 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 676 T2811 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b14a8a7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 677 T2810 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 677 T2810 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 678 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1808 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1809 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44197/_ax/q",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44197__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 1809 T2808 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1810 T2808 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1810 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1817 T2807 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> 2680 T2810 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2680 T2810 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44197/_ax/q collection:control_collection shard:shard1
[junit4:junit4]   2> 2681 T2810 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2687 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2687 T2810 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2688 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2689 T2810 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2690 T2810 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2690 T2810 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44197/_ax/q/collection1/
[junit4:junit4]   2> 2690 T2810 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2690 T2810 oasc.SyncStrategy.syncToMe http://127.0.0.1:44197/_ax/q/collection1/ has no replicas
[junit4:junit4]   2> 2690 T2810 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44197/_ax/q/collection1/
[junit4:junit4]   2> 2690 T2810 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2694 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3322 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3333 T2807 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> 3347 T2810 oasc.ZkController.register We are http://127.0.0.1:44197/_ax/q/collection1/ and leader is http://127.0.0.1:44197/_ax/q/collection1/
[junit4:junit4]   2> 3347 T2810 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44197/_ax/q
[junit4:junit4]   2> 3348 T2810 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3348 T2810 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3348 T2810 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3350 T2810 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3351 T2785 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3352 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3353 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3359 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3360 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@53e743d8
[junit4:junit4]   2> 3361 T2812 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3361 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3362 T2812 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 3362 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38014
[junit4:junit4]   2> 3362 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38014
[junit4:junit4]   2> 3364 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c0004 with negotiated timeout 10000 for client /127.0.0.1:38014
[junit4:junit4]   2> 3364 T2812 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c0004, negotiated timeout = 10000
[junit4:junit4]   2> 3364 T2813 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53e743d8 name:ZooKeeperConnection Watcher:127.0.0.1:54936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3364 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3365 T2785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3367 T2785 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3435 T2785 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3437 T2785 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55697
[junit4:junit4]   2> 3437 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3437 T2785 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3438 T2785 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362177315390
[junit4:junit4]   2> 3438 T2785 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362177315390/solr.xml
[junit4:junit4]   2> 3438 T2785 oasc.CoreContainer.<init> New CoreContainer 1253076068
[junit4:junit4]   2> 3439 T2785 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362177315390/'
[junit4:junit4]   2> 3439 T2785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362177315390/'
[junit4:junit4]   2> 3454 T2785 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3455 T2785 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3455 T2785 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3455 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3455 T2785 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3456 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3456 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3456 T2785 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3456 T2785 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3463 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3468 T2785 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3477 T2785 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:54936/solr
[junit4:junit4]   2> 3477 T2785 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3478 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@67c97f28
[junit4:junit4]   2> 3478 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3479 T2823 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3479 T2823 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 3479 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38015
[junit4:junit4]   2> 3480 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38015
[junit4:junit4]   2> 3480 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c0005 with negotiated timeout 20000 for client /127.0.0.1:38015
[junit4:junit4]   2> 3480 T2823 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c0005, negotiated timeout = 20000
[junit4:junit4]   2> 3481 T2824 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@67c97f28 name:ZooKeeperConnection Watcher:127.0.0.1:54936 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3481 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3482 T2790 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2818451c0005
[junit4:junit4]   2> 3482 T2787 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38015 which had sessionid 0x13d2818451c0005
[junit4:junit4]   2> 3482 T2824 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3482 T2785 oaz.ZooKeeper.close Session: 0x13d2818451c0005 closed
[junit4:junit4]   2> 3483 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3485 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@c264682
[junit4:junit4]   2> 3485 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3486 T2825 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3486 T2825 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 3486 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38016
[junit4:junit4]   2> 3487 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38016
[junit4:junit4]   2> 3487 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c0006 with negotiated timeout 20000 for client /127.0.0.1:38016
[junit4:junit4]   2> 3487 T2825 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c0006, negotiated timeout = 20000
[junit4:junit4]   2> 3488 T2826 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c264682 name:ZooKeeperConnection Watcher:127.0.0.1:54936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3488 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3489 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3490 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3491 T2785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4494 T2785 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55697__ax%2Fq
[junit4:junit4]   2> 4495 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:55697__ax%2Fq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:55697__ax%2Fq
[junit4:junit4]   2> 4495 T2785 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55697__ax%2Fq
[junit4:junit4]   2> 4496 T2807 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> 4497 T2826 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4497 T2813 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4498 T2807 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4501 T2827 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362177315390/collection1
[junit4:junit4]   2> 4502 T2827 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4502 T2827 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4502 T2827 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4503 T2827 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362177315390/collection1/'
[junit4:junit4]   2> 4504 T2827 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362177315390/collection1/lib/README' to classloader
[junit4:junit4]   2> 4504 T2827 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362177315390/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4528 T2827 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4562 T2827 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4563 T2827 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4568 T2827 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4840 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4840 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44197/_ax/q",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44197__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 4843 T2813 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> 4843 T2807 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> 4843 T2826 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> 4858 T2827 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4862 T2827 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4864 T2827 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4873 T2827 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4876 T2827 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4878 T2827 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4879 T2827 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4879 T2827 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4879 T2827 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4880 T2827 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4880 T2827 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4880 T2827 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362177315390/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1/
[junit4:junit4]   2> 4880 T2827 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7601548b
[junit4:junit4]   2> 4881 T2827 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 4881 T2827 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1 forceNew:false
[junit4:junit4]   2> 4881 T2827 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1
[junit4:junit4]   2> 4881 T2827 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1/index/
[junit4:junit4]   2> 4882 T2827 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4882 T2827 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1/index forceNew:false
[junit4:junit4]   2> 4885 T2827 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4886 T2827 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4886 T2827 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1/index
[junit4:junit4]   2> 4889 T2827 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4889 T2827 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4890 T2827 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4890 T2827 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4891 T2827 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4891 T2827 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4892 T2827 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4892 T2827 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4893 T2827 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4897 T2827 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4901 T2827 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1
[junit4:junit4]   2> 4902 T2827 oass.SolrIndexSearcher.<init> Opening Searcher@309f29f3 main
[junit4:junit4]   2> 4903 T2827 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4904 T2827 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4908 T2828 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@309f29f3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4911 T2827 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4911 T2827 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6346 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6347 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55697/_ax/q",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55697__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 6347 T2808 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6347 T2808 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6350 T2807 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> 6350 T2826 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> 6350 T2813 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> 6913 T2827 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6913 T2827 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55697/_ax/q collection:collection1 shard:shard1
[junit4:junit4]   2> 6914 T2827 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6918 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0006 type:delete cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6919 T2827 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6919 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0006 type:create cxid:0x47 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6920 T2827 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6920 T2827 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6920 T2827 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55697/_ax/q/collection1/
[junit4:junit4]   2> 6921 T2827 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6921 T2827 oasc.SyncStrategy.syncToMe http://127.0.0.1:55697/_ax/q/collection1/ has no replicas
[junit4:junit4]   2> 6921 T2827 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55697/_ax/q/collection1/
[junit4:junit4]   2> 6921 T2827 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6924 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0006 type:create cxid:0x51 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7853 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7858 T2813 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> 7858 T2826 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> 7858 T2807 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> 7877 T2827 oasc.ZkController.register We are http://127.0.0.1:55697/_ax/q/collection1/ and leader is http://127.0.0.1:55697/_ax/q/collection1/
[junit4:junit4]   2> 7877 T2827 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55697/_ax/q
[junit4:junit4]   2> 7877 T2827 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7877 T2827 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7878 T2827 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7879 T2827 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7879 T2785 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 7880 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7880 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7934 T2785 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7936 T2785 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35432
[junit4:junit4]   2> 7936 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7936 T2785 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7937 T2785 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362177319905
[junit4:junit4]   2> 7937 T2785 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362177319905/solr.xml
[junit4:junit4]   2> 7937 T2785 oasc.CoreContainer.<init> New CoreContainer 1491122478
[junit4:junit4]   2> 7938 T2785 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362177319905/'
[junit4:junit4]   2> 7938 T2785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362177319905/'
[junit4:junit4]   2> 7952 T2785 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 7953 T2785 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7953 T2785 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7953 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7953 T2785 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7954 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7954 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7954 T2785 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7955 T2785 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7955 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7960 T2785 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7968 T2785 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:54936/solr
[junit4:junit4]   2> 7968 T2785 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7968 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6f03f06c
[junit4:junit4]   2> 7969 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7969 T2838 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7970 T2838 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 7970 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38017
[junit4:junit4]   2> 7971 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38017
[junit4:junit4]   2> 7972 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c0007 with negotiated timeout 20000 for client /127.0.0.1:38017
[junit4:junit4]   2> 7973 T2838 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c0007, negotiated timeout = 20000
[junit4:junit4]   2> 7973 T2839 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f03f06c name:ZooKeeperConnection Watcher:127.0.0.1:54936 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7973 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7975 T2790 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2818451c0007
[junit4:junit4]   2> 7975 T2839 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7975 T2787 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38017 which had sessionid 0x13d2818451c0007
[junit4:junit4]   2> 7975 T2785 oaz.ZooKeeper.close Session: 0x13d2818451c0007 closed
[junit4:junit4]   2> 7976 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 7978 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@40b4bdbd
[junit4:junit4]   2> 7979 T2840 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7979 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7979 T2840 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 7979 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38018
[junit4:junit4]   2> 7980 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38018
[junit4:junit4]   2> 7981 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c0008 with negotiated timeout 20000 for client /127.0.0.1:38018
[junit4:junit4]   2> 7981 T2840 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c0008, negotiated timeout = 20000
[junit4:junit4]   2> 7981 T2841 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40b4bdbd name:ZooKeeperConnection Watcher:127.0.0.1:54936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7982 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7983 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7984 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7986 T2785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8988 T2785 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35432__ax%2Fq
[junit4:junit4]   2> 8989 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0008 type:delete cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:35432__ax%2Fq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:35432__ax%2Fq
[junit4:junit4]   2> 8990 T2785 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35432__ax%2Fq
[junit4:junit4]   2> 8991 T2807 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> 8992 T2841 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8992 T2826 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8992 T2813 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8992 T2826 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> 8992 T2813 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> 8993 T2807 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8996 T2842 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362177319905/collection1
[junit4:junit4]   2> 8997 T2842 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 8997 T2842 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8997 T2842 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 8998 T2842 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362177319905/collection1/'
[junit4:junit4]   2> 8999 T2842 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362177319905/collection1/lib/README' to classloader
[junit4:junit4]   2> 8999 T2842 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362177319905/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9023 T2842 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 9054 T2842 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9054 T2842 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9059 T2842 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9349 T2842 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9354 T2842 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9355 T2842 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9361 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9362 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55697/_ax/q",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55697__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 9365 T2826 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> 9365 T2841 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> 9365 T2807 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> 9365 T2813 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> 9365 T2842 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9368 T2842 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9371 T2842 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9371 T2842 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9371 T2842 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9372 T2842 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9372 T2842 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9372 T2842 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9372 T2842 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362177319905/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2/
[junit4:junit4]   2> 9373 T2842 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7601548b
[junit4:junit4]   2> 9373 T2842 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 9373 T2842 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2 forceNew:false
[junit4:junit4]   2> 9374 T2842 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2
[junit4:junit4]   2> 9374 T2842 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2/index/
[junit4:junit4]   2> 9374 T2842 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9374 T2842 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2/index forceNew:false
[junit4:junit4]   2> 9377 T2842 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9378 T2842 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9378 T2842 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2/index
[junit4:junit4]   2> 9379 T2842 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9380 T2842 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9380 T2842 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9380 T2842 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9381 T2842 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9381 T2842 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9381 T2842 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9381 T2842 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9382 T2842 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9384 T2842 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9386 T2842 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2
[junit4:junit4]   2> 9387 T2842 oass.SolrIndexSearcher.<init> Opening Searcher@14861f78 main
[junit4:junit4]   2> 9387 T2842 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9387 T2842 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9390 T2843 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14861f78 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9391 T2842 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9391 T2842 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10868 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10869 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35432/_ax/q",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35432__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 10869 T2808 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 10869 T2808 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 10872 T2826 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> 10872 T2813 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> 10872 T2841 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> 10872 T2807 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> 11393 T2842 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11393 T2842 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:35432/_ax/q collection:collection1 shard:shard2
[junit4:junit4]   2> 11394 T2842 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 11399 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0008 type:delete cxid:0x45 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 11399 T2842 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11399 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0008 type:create cxid:0x46 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11401 T2842 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11401 T2842 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11401 T2842 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35432/_ax/q/collection1/
[junit4:junit4]   2> 11402 T2842 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11402 T2842 oasc.SyncStrategy.syncToMe http://127.0.0.1:35432/_ax/q/collection1/ has no replicas
[junit4:junit4]   2> 11402 T2842 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35432/_ax/q/collection1/
[junit4:junit4]   2> 11402 T2842 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 11405 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0008 type:create cxid:0x4f zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12375 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12381 T2813 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> 12381 T2826 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> 12381 T2807 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> 12381 T2841 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> 12408 T2842 oasc.ZkController.register We are http://127.0.0.1:35432/_ax/q/collection1/ and leader is http://127.0.0.1:35432/_ax/q/collection1/
[junit4:junit4]   2> 12408 T2842 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35432/_ax/q
[junit4:junit4]   2> 12408 T2842 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12409 T2842 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12409 T2842 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12410 T2842 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12410 T2785 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12411 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12411 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12469 T2785 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12471 T2785 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54365
[junit4:junit4]   2> 12472 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12472 T2785 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12472 T2785 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362177324436
[junit4:junit4]   2> 12473 T2785 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362177324436/solr.xml
[junit4:junit4]   2> 12473 T2785 oasc.CoreContainer.<init> New CoreContainer 302789501
[junit4:junit4]   2> 12473 T2785 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362177324436/'
[junit4:junit4]   2> 12473 T2785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362177324436/'
[junit4:junit4]   2> 12488 T2785 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12488 T2785 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12489 T2785 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12489 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12489 T2785 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12490 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12490 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12490 T2785 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12490 T2785 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12491 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12496 T2785 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12504 T2785 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:54936/solr
[junit4:junit4]   2> 12505 T2785 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12505 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@134fbc5b
[junit4:junit4]   2> 12506 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12506 T2853 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12507 T2853 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 12507 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38020
[junit4:junit4]   2> 12508 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38020
[junit4:junit4]   2> 12510 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c0009 with negotiated timeout 20000 for client /127.0.0.1:38020
[junit4:junit4]   2> 12510 T2853 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c0009, negotiated timeout = 20000
[junit4:junit4]   2> 12510 T2854 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@134fbc5b name:ZooKeeperConnection Watcher:127.0.0.1:54936 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12510 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12511 T2790 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2818451c0009
[junit4:junit4]   2> 12512 T2854 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12512 T2787 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38020 which had sessionid 0x13d2818451c0009
[junit4:junit4]   2> 12512 T2785 oaz.ZooKeeper.close Session: 0x13d2818451c0009 closed
[junit4:junit4]   2> 12512 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12514 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7ed3eda2
[junit4:junit4]   2> 12515 T2855 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12515 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12516 T2855 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 12516 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38021
[junit4:junit4]   2> 12516 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38021
[junit4:junit4]   2> 12517 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c000a with negotiated timeout 20000 for client /127.0.0.1:38021
[junit4:junit4]   2> 12517 T2855 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c000a, negotiated timeout = 20000
[junit4:junit4]   2> 12517 T2856 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ed3eda2 name:ZooKeeperConnection Watcher:127.0.0.1:54936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12518 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12518 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12519 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12521 T2785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13523 T2785 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54365__ax%2Fq
[junit4:junit4]   2> 13524 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c000a type:delete cxid:0x9 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:54365__ax%2Fq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:54365__ax%2Fq
[junit4:junit4]   2> 13525 T2785 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54365__ax%2Fq
[junit4:junit4]   2> 13526 T2826 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13527 T2813 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13527 T2856 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13527 T2813 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> 13527 T2826 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> 13527 T2841 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13527 T2807 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13527 T2841 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> 13527 T2807 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> 13532 T2857 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362177324436/collection1
[junit4:junit4]   2> 13532 T2857 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13532 T2857 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13532 T2857 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13533 T2857 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362177324436/collection1/'
[junit4:junit4]   2> 13533 T2857 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362177324436/collection1/lib/README' to classloader
[junit4:junit4]   2> 13534 T2857 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362177324436/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13557 T2857 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 13589 T2857 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13590 T2857 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13596 T2857 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13866 T2857 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13871 T2857 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13873 T2857 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13881 T2857 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13884 T2857 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13885 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13885 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35432/_ax/q",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35432__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 13887 T2857 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13888 T2857 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 13888 T2841 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> 13888 T2813 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> 13888 T2807 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> 13888 T2856 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> 13888 T2826 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> 13888 T2857 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 13889 T2857 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13890 T2857 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 13890 T2857 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 13891 T2857 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362177324436/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/
[junit4:junit4]   2> 13891 T2857 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7601548b
[junit4:junit4]   2> 13891 T2857 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 13891 T2857 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3 forceNew:false
[junit4:junit4]   2> 13892 T2857 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3
[junit4:junit4]   2> 13892 T2857 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index/
[junit4:junit4]   2> 13892 T2857 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13892 T2857 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index forceNew:false
[junit4:junit4]   2> 13896 T2857 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13896 T2857 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13896 T2857 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index
[junit4:junit4]   2> 13897 T2857 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13897 T2857 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13898 T2857 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13898 T2857 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13898 T2857 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13899 T2857 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13899 T2857 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13899 T2857 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13899 T2857 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13901 T2857 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13903 T2857 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3
[junit4:junit4]   2> 13904 T2857 oass.SolrIndexSearcher.<init> Opening Searcher@4a03361f main
[junit4:junit4]   2> 13904 T2857 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13904 T2857 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13907 T2858 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4a03361f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13908 T2857 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13908 T2857 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15392 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15392 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54365/_ax/q",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54365__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 15393 T2808 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15393 T2808 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 15396 T2813 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> 15396 T2841 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> 15396 T2826 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> 15396 T2856 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> 15396 T2807 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> 15910 T2857 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15910 T2857 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54365/_ax/q collection:collection1 shard:shard1
[junit4:junit4]   2> 15912 T2857 oasc.ZkController.register We are http://127.0.0.1:54365/_ax/q/collection1/ and leader is http://127.0.0.1:55697/_ax/q/collection1/
[junit4:junit4]   2> 15913 T2857 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54365/_ax/q
[junit4:junit4]   2> 15913 T2857 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15913 T2857 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C213 name=collection1 org.apache.solr.core.SolrCore@2fe2ffa0 url=http://127.0.0.1:54365/_ax/q/collection1 node=127.0.0.1:54365__ax%2Fq C213_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:54365/_ax/q, node_name=127.0.0.1:54365__ax%2Fq, collection=collection1, state=down, core=collection1}
[junit4:junit4]   2> 15913 T2859 C213 P54365 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15913 T2859 C213 P54365 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15913 T2857 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15914 T2859 C213 P54365 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15914 T2859 C213 P54365 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15914 T2785 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 15915 T2859 C213 P54365 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15915 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15915 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15975 T2785 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 15977 T2785 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55240
[junit4:junit4]   2> 15978 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 15978 T2785 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15978 T2785 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362177327941
[junit4:junit4]   2> 15978 T2785 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362177327941/solr.xml
[junit4:junit4]   2> 15979 T2785 oasc.CoreContainer.<init> New CoreContainer 1730058917
[junit4:junit4]   2> 15979 T2785 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362177327941/'
[junit4:junit4]   2> 15979 T2785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362177327941/'
[junit4:junit4]   2> 15994 T2785 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 15994 T2785 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 15995 T2785 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 15995 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 15995 T2785 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 15995 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 15996 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 15996 T2785 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 15996 T2785 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 15996 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16002 T2785 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16010 T2785 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:54936/solr
[junit4:junit4]   2> 16010 T2785 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16011 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@723a5e06
[junit4:junit4]   2> 16011 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16019 T2869 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16019 T2869 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 16020 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38025
[junit4:junit4]   2> 16020 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38025
[junit4:junit4]   2> 16021 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c000b with negotiated timeout 20000 for client /127.0.0.1:38025
[junit4:junit4]   2> 16021 T2869 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c000b, negotiated timeout = 20000
[junit4:junit4]   2> 16021 T2870 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@723a5e06 name:ZooKeeperConnection Watcher:127.0.0.1:54936 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16021 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16022 T2790 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2818451c000b
[junit4:junit4]   2> 16023 T2870 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16023 T2787 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38025 which had sessionid 0x13d2818451c000b
[junit4:junit4]   2> 16023 T2785 oaz.ZooKeeper.close Session: 0x13d2818451c000b closed
[junit4:junit4]   2> 16023 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16025 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@362084a0
[junit4:junit4]   2> 16026 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16026 T2871 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16027 T2871 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 16027 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38026
[junit4:junit4]   2> 16027 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38026
[junit4:junit4]   2> 16028 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c000c with negotiated timeout 20000 for client /127.0.0.1:38026
[junit4:junit4]   2> 16028 T2871 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c000c, negotiated timeout = 20000
[junit4:junit4]   2> 16028 T2872 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@362084a0 name:ZooKeeperConnection Watcher:127.0.0.1:54936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16028 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16029 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c000c type:create cxid:0x1 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16030 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c000c type:create cxid:0x2 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16031 T2785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 16899 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16900 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54365/_ax/q",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54365__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 16904 T2841 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> 16904 T2872 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> 16904 T2813 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> 16904 T2856 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> 16904 T2826 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> 16904 T2807 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> 17033 T2785 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55240__ax%2Fq
[junit4:junit4]   2> 17034 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c000c type:delete cxid:0xb zxid:0xa8 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:55240__ax%2Fq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:55240__ax%2Fq
[junit4:junit4]   2> 17034 T2785 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55240__ax%2Fq
[junit4:junit4]   2> 17036 T2872 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> 17036 T2813 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> 17036 T2807 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> 17036 T2856 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> 17036 T2841 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> 17037 T2826 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17037 T2826 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17038 T2872 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17038 T2841 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17038 T2813 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17038 T2807 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17039 T2856 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17042 T2873 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362177327941/collection1
[junit4:junit4]   2> 17042 T2873 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17043 T2873 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17043 T2873 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17044 T2873 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362177327941/collection1/'
[junit4:junit4]   2> 17044 T2873 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362177327941/collection1/lib/README' to classloader
[junit4:junit4]   2> 17044 T2873 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362177327941/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17064 T2873 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 17090 T2873 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17091 T2873 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17095 T2873 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17367 T2873 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17372 T2873 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17374 T2873 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17384 T2873 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17386 T2873 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17389 T2873 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17390 T2873 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17390 T2873 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17390 T2873 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17391 T2873 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17391 T2873 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17391 T2873 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362177327941/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/
[junit4:junit4]   2> 17391 T2873 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7601548b
[junit4:junit4]   2> 17392 T2873 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 17392 T2873 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4 forceNew:false
[junit4:junit4]   2> 17392 T2873 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4
[junit4:junit4]   2> 17392 T2873 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index/
[junit4:junit4]   2> 17393 T2873 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17393 T2873 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index forceNew:false
[junit4:junit4]   2> 17396 T2873 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17396 T2873 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17396 T2873 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index
[junit4:junit4]   2> 17397 T2873 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17398 T2873 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17398 T2873 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17398 T2873 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17399 T2873 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17399 T2873 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17399 T2873 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17399 T2873 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17399 T2873 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17402 T2873 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17403 T2873 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4
[junit4:junit4]   2> 17404 T2873 oass.SolrIndexSearcher.<init> Opening Searcher@57175c2c main
[junit4:junit4]   2> 17405 T2873 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17405 T2873 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17408 T2874 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@57175c2c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17410 T2873 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17410 T2873 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18407 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18408 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55240/_ax/q",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55240__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 18408 T2808 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18408 T2808 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 18412 T2813 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> 18412 T2841 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> 18412 T2826 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> 18412 T2872 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> 18412 T2807 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> 18412 T2856 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>  C213_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:54365/_ax/q, shard=shard1, node_name=127.0.0.1:54365__ax%2Fq, collection=collection1, state=recovering, core=collection1}
[junit4:junit4]   2> 18921 T2859 C213 P54365 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:55697/_ax/q/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18922 T2859 C213 P54365 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:54365/_ax/q START replicas=[http://127.0.0.1:55697/_ax/q/collection1/] nUpdates=100
[junit4:junit4]   2> 18922 T2859 C213 P54365 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18922 T2859 C213 P54365 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18922 T2859 C213 P54365 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18922 T2859 C213 P54365 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18923 T2859 C213 P54365 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18923 T2859 C213 P54365 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:55697/_ax/q/collection1/. core=collection1
[junit4:junit4]   2> 18923 T2859 C213 P54365 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C214 name=collection1 org.apache.solr.core.SolrCore@bbfa08e url=http://127.0.0.1:55697/_ax/q/collection1 node=127.0.0.1:55697__ax%2Fq C214_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:55697/_ax/q, shard=shard1, node_name=127.0.0.1:55697__ax%2Fq, collection=collection1, state=active, core=collection1, leader=true}
[junit4:junit4]   2> 18926 T2822 C214 P55697 REQ /get {getVersions=100&version=2&qt=/get&wt=javabin&distrib=false} status=0 QTime=0 
[junit4:junit4]   2> 18928 T2820 C214 P55697 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 18929 T2820 C214 P55697 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1
[junit4:junit4]   2> 18931 T2820 C214 P55697 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18931 T2820 C214 P55697 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19008 T2820 C214 P55697 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19008 T2820 C214 P55697 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19009 T2820 C214 P55697 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1
[junit4:junit4]   2> 19009 T2820 C214 P55697 oass.SolrIndexSearcher.<init> Opening Searcher@72783872 realtime
[junit4:junit4]   2> 19009 T2820 C214 P55697 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19010 T2820 C214 P55697 /update {softCommit=false&commit=true&version=2&wt=javabin&waitSearcher=true&openSearcher=false&commit_end_point=true} {commit=} 0 82
[junit4:junit4]   2> 19010 T2859 C213 P54365 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19010 T2859 C213 P54365 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19015 T2822 C214 P55697 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19015 T2822 C214 P55697 REQ /replication {command=indexversion&version=2&qt=/replication&wt=javabin} status=0 QTime=4 
[junit4:junit4]   2> 19016 T2859 C213 P54365 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19016 T2859 C213 P54365 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19016 T2859 C213 P54365 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19018 T2819 C214 P55697 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1
[junit4:junit4]   2> 19018 T2819 C214 P55697 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty1/index
[junit4:junit4]   2> 19018 T2819 C214 P55697 REQ /replication {command=filelist&version=2&qt=/replication&wt=javabin&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 19019 T2859 C213 P54365 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19020 T2859 C213 P54365 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index.20130301153531041 forceNew:false
[junit4:junit4]   2> 19020 T2859 C213 P54365 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3
[junit4:junit4]   2> 19020 T2859 C213 P54365 oash.SnapPuller.fetchLatestIndex Starting download to org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index.20130301153531041 lockFactory=org.apache.lucene.store.NativeFSLockFactory@270e0faa fullCopy=false
[junit4:junit4]   2> 19023 T2820 C214 P55697 REQ /replication {command=filecontent&checksum=true&qt=/replication&file=segments_2&wt=filestream&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 19024 T2859 C213 P54365 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index
[junit4:junit4]   2> 19024 T2859 C213 P54365 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19038 T2859 C213 P54365 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3
[junit4:junit4]   2> 19039 T2859 C213 P54365 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3
[junit4:junit4]   2> 19039 T2859 C213 P54365 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19039 T2859 C213 P54365 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19039 T2859 C213 P54365 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3
[junit4:junit4]   2> 19041 T2859 C213 P54365 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19041 T2859 C213 P54365 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19041 T2859 C213 P54365 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19041 T2859 C213 P54365 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3
[junit4:junit4]   2> 19042 T2859 C213 P54365 oass.SolrIndexSearcher.<init> Opening Searcher@368dc285 main
[junit4:junit4]   2> 19042 T2858 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@368dc285 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19042 T2858 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index
[junit4:junit4]   2> 19043 T2859 C213 P54365 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index.20130301153531041 lockFactory=org.apache.lucene.store.NativeFSLockFactory@270e0faa
[junit4:junit4]   2> 19043 T2859 C213 P54365 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index.20130301153531041
[junit4:junit4]   2> 19043 T2859 C213 P54365 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty3/index
[junit4:junit4]   2> 19043 T2859 C213 P54365 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19043 T2859 C213 P54365 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19043 T2859 C213 P54365 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19043 T2859 C213 P54365 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19058 T2859 C213 P54365 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19411 T2873 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 19412 T2873 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55240/_ax/q collection:collection1 shard:shard2
[junit4:junit4]   2> 19416 T2873 oasc.ZkController.register We are http://127.0.0.1:55240/_ax/q/collection1/ and leader is http://127.0.0.1:35432/_ax/q/collection1/
[junit4:junit4]   2> 19416 T2873 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55240/_ax/q
[junit4:junit4]   2> 19416 T2873 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 19416 T2873 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C215 name=collection1 org.apache.solr.core.SolrCore@503b8bfe url=http://127.0.0.1:55240/_ax/q/collection1 node=127.0.0.1:55240__ax%2Fq C215_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:55240/_ax/q, node_name=127.0.0.1:55240__ax%2Fq, collection=collection1, state=down, core=collection1}
[junit4:junit4]   2> 19416 T2877 C215 P55240 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 19416 T2877 C215 P55240 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 19417 T2877 C215 P55240 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 19417 T2873 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19417 T2877 C215 P55240 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19418 T2877 C215 P55240 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19417 T2785 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 19418 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 19418 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19422 T2785 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19423 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19427 T2819 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362177315390/onenodecollectioncore
[junit4:junit4]   2> 19427 T2819 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 19428 T2819 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 19428 T2819 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 19429 T2819 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 19429 T2819 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 19431 T2819 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 19432 T2819 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362177315390/onenodecollectioncore/'
[junit4:junit4]   2> 19455 T2819 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 19482 T2819 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19483 T2819 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19487 T2819 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19763 T2819 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19768 T2819 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19770 T2819 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19787 T2819 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19790 T2819 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19793 T2819 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19794 T2819 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19794 T2819 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19794 T2819 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19795 T2819 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19795 T2819 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19795 T2819 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362177315390/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362177312026/onenodecollection/
[junit4:junit4]   2> 19796 T2819 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7601548b
[junit4:junit4]   2> 19796 T2819 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 19796 T2819 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362177312026/onenodecollection forceNew:false
[junit4:junit4]   2> 19797 T2819 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362177312026/onenodecollection
[junit4:junit4]   2> 19797 T2819 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362177312026/onenodecollection/index/
[junit4:junit4]   2> 19797 T2819 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362177312026/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19797 T2819 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362177312026/onenodecollection/index forceNew:false
[junit4:junit4]   2> 19800 T2819 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solrtest-BasicDistributedZk2Test-1362177312026/onenodecollection/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19801 T2819 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19801 T2819 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362177312026/onenodecollection/index
[junit4:junit4]   2> 19802 T2819 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19802 T2819 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19803 T2819 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19803 T2819 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19804 T2819 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19804 T2819 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19804 T2819 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19804 T2819 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19805 T2819 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19807 T2819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19809 T2819 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362177312026/onenodecollection
[junit4:junit4]   2> 19809 T2819 oass.SolrIndexSearcher.<init> Opening Searcher@485a2b3d main
[junit4:junit4]   2> 19810 T2819 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19810 T2819 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19812 T2819 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362177312026/onenodecollection
[junit4:junit4]   2> 19813 T2878 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@485a2b3d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19814 T2819 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 19916 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19916 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54365/_ax/q",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54365__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 19919 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55240/_ax/q",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55240__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 19921 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55697/_ax/q",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55697__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 19921 T2808 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 19922 T2808 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 19925 T2872 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> 19925 T2826 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> 19925 T2856 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> 19925 T2813 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> 19925 T2807 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> 19925 T2841 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> 20815 T2819 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 20815 T2819 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:55697/_ax/q collection:onenodecollection shard:shard1
[junit4:junit4]   2> 20816 T2819 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 20821 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0006 type:delete cxid:0xa6 zxid:0xc3 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 20822 T2819 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 20822 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0006 type:create cxid:0xa7 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20824 T2819 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 20824 T2819 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 20824 T2819 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55697/_ax/q/onenodecollectioncore/
[junit4:junit4]   2> 20824 T2819 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 20825 T2819 oasc.SyncStrategy.syncToMe http://127.0.0.1:55697/_ax/q/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 20825 T2819 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55697/_ax/q/onenodecollectioncore/
[junit4:junit4]   2> 20825 T2819 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 20827 T2790 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2818451c0006 type:create cxid:0xb1 zxid:0xc8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21432 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21438 T2856 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> 21438 T2807 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> 21438 T2841 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> 21438 T2826 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> 21438 T2872 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> 21438 T2813 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> 21480 T2819 oasc.ZkController.register We are http://127.0.0.1:55697/_ax/q/onenodecollectioncore/ and leader is http://127.0.0.1:55697/_ax/q/onenodecollectioncore/
[junit4:junit4]   2> 21480 T2819 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:55697/_ax/q
[junit4:junit4]   2> 21481 T2819 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 21481 T2819 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 21482 T2819 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21483 T2785 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 21484 T2785 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C215_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:55240/_ax/q, shard=shard2, node_name=127.0.0.1:55240__ax%2Fq, collection=collection1, state=recovering, core=collection1}
[junit4:junit4]   2> 22423 T2877 C215 P55240 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:35432/_ax/q/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22423 T2877 C215 P55240 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:55240/_ax/q START replicas=[http://127.0.0.1:35432/_ax/q/collection1/] nUpdates=100
[junit4:junit4]   2> 22424 T2877 C215 P55240 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22424 T2877 C215 P55240 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22424 T2877 C215 P55240 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22424 T2877 C215 P55240 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22424 T2877 C215 P55240 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22424 T2877 C215 P55240 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:35432/_ax/q/collection1/. core=collection1
[junit4:junit4]   2> 22425 T2877 C215 P55240 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C216 name=collection1 org.apache.solr.core.SolrCore@25d63379 url=http://127.0.0.1:35432/_ax/q/collection1 node=127.0.0.1:35432__ax%2Fq C216_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:35432/_ax/q, shard=shard2, node_name=127.0.0.1:35432__ax%2Fq, collection=collection1, state=active, core=collection1, leader=true}
[junit4:junit4]   2> 22429 T2835 C216 P35432 REQ /get {getVersions=100&version=2&qt=/get&wt=javabin&distrib=false} status=0 QTime=0 
[junit4:junit4]   2> 22430 T2837 C216 P35432 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 22431 T2837 C216 P35432 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2
[junit4:junit4]   2> 22433 T2837 C216 P35432 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22433 T2837 C216 P35432 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22438 T2837 C216 P35432 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22438 T2837 C216 P35432 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22439 T2837 C216 P35432 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2
[junit4:junit4]   2> 22439 T2837 C216 P35432 oass.SolrIndexSearcher.<init> Opening Searcher@79767d75 realtime
[junit4:junit4]   2> 22439 T2837 C216 P35432 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22440 T2837 C216 P35432 /update {softCommit=false&commit=true&version=2&wt=javabin&waitSearcher=true&openSearcher=false&commit_end_point=true} {commit=} 0 10
[junit4:junit4]   2> 22441 T2877 C215 P55240 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22441 T2877 C215 P55240 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22442 T2834 C216 P35432 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22442 T2834 C216 P35432 REQ /replication {command=indexversion&version=2&qt=/replication&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 22443 T2877 C215 P55240 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 22443 T2877 C215 P55240 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22443 T2877 C215 P55240 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22445 T2835 C216 P35432 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2
[junit4:junit4]   2> 22445 T2835 C216 P35432 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty2/index
[junit4:junit4]   2> 22445 T2835 C216 P35432 REQ /replication {command=filelist&version=2&qt=/replication&wt=javabin&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 22445 T2877 C215 P55240 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 22446 T2877 C215 P55240 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index.20130301153534468 forceNew:false
[junit4:junit4]   2> 22446 T2877 C215 P55240 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4
[junit4:junit4]   2> 22447 T2877 C215 P55240 oash.SnapPuller.fetchLatestIndex Starting download to org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index.20130301153534468 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7a49cdee fullCopy=false
[junit4:junit4]   2> 22449 T2837 C216 P35432 REQ /replication {command=filecontent&checksum=true&qt=/replication&file=segments_2&wt=filestream&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 22450 T2877 C215 P55240 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index
[junit4:junit4]   2> 22450 T2877 C215 P55240 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22458 T2877 C215 P55240 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4
[junit4:junit4]   2> 22459 T2877 C215 P55240 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4
[junit4:junit4]   2> 22459 T2877 C215 P55240 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22459 T2877 C215 P55240 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22459 T2877 C215 P55240 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4
[junit4:junit4]   2> 22461 T2877 C215 P55240 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22461 T2877 C215 P55240 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22461 T2877 C215 P55240 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22461 T2877 C215 P55240 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4
[junit4:junit4]   2> 22461 T2877 C215 P55240 oass.SolrIndexSearcher.<init> Opening Searcher@7ddd8ec4 main
[junit4:junit4]   2> 22462 T2874 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7ddd8ec4 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22462 T2874 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index
[junit4:junit4]   2> 22463 T2877 C215 P55240 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index.20130301153534468 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7a49cdee
[junit4:junit4]   2> 22463 T2877 C215 P55240 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index.20130301153534468
[junit4:junit4]   2> 22463 T2877 C215 P55240 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index
[junit4:junit4]   2> 22463 T2877 C215 P55240 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22463 T2877 C215 P55240 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22463 T2877 C215 P55240 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22464 T2877 C215 P55240 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22465 T2877 C215 P55240 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 22485 T2785 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22944 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22945 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55697/_ax/q",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55697__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 22948 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55240/_ax/q",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55240__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 22968 T2813 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> 22968 T2872 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> 22968 T2807 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> 22968 T2856 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> 22968 T2841 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> 22968 T2826 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> 23487 T2785 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23488 T2785 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 23488 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C217 name=collection1 org.apache.solr.core.SolrCore@1d9b7958 url=http://127.0.0.1:44197/_ax/q/collection1 node=127.0.0.1:44197__ax%2Fq C217_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:44197/_ax/q, shard=shard1, node_name=127.0.0.1:44197__ax%2Fq, collection=control_collection, state=active, core=collection1, leader=true}
[junit4:junit4]   2> 23496 T2803 C217 P44197 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data
[junit4:junit4]   2> 23498 T2803 C217 P44197 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23498 T2803 C217 P44197 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23499 T2803 C217 P44197 /update {version=2&wt=javabin} {add=[1 (1428346461767073792)]} 0 4
[junit4:junit4]   2> 23504 T2801 C217 P44197 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 23518 T2801 C217 P44197 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/index,segFN=segments_2,generation=2,filenames=[_0_Asserting_0.doc, _0.si, _0.nvd, _0_SimpleText_0.pst, _0_Direct_0.tip, _0_Asserting_0.tim, _0_Direct_0.doc, _0.nvm, segments_2, _0_Direct_0.pos, _0.fdt, _0_Asserting_0.tip, _0.fdx, _0_Direct_0.tim, _0.fnm, _0_Asserting_0.pos]
[junit4:junit4]   2> 23518 T2801 C217 P44197 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Asserting_0.doc, _0.si, _0.nvd, _0_SimpleText_0.pst, _0_Direct_0.tip, _0_Asserting_0.tim, _0_Direct_0.doc, _0.nvm, segments_2, _0_Direct_0.pos, _0.fdt, _0_Asserting_0.tip, _0.fdx, _0_Direct_0.tim, _0.fnm, _0_Asserting_0.pos]
[junit4:junit4]   2> 23519 T2801 C217 P44197 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data
[junit4:junit4]   2> 23523 T2801 C217 P44197 oass.SolrIndexSearcher.<init> Opening Searcher@46c5b562 main
[junit4:junit4]   2> 23524 T2801 C217 P44197 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23524 T2811 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@46c5b562 main{StandardDirectoryReader(segments_2:3 _0(4.2):C1)}
[junit4:junit4]   2> 23524 T2811 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/index
[junit4:junit4]   2> 23525 T2801 C217 P44197 /update {softCommit=false&commit=true&version=2&wt=javabin&waitSearcher=true} {commit=} 0 21
[junit4:junit4]   2> 23528 T2800 C217 P44197 REQ /select {version=2&wt=javabin&q=*:*} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 23529 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C218 name=onenodecollectioncore org.apache.solr.core.SolrCore@447b5a2a url=http://127.0.0.1:55697/_ax/q/onenodecollectioncore node=127.0.0.1:55697__ax%2Fq C218_STATE=coll:onenodecollection core:onenodecollectioncore props:{base_url=http://127.0.0.1:55697/_ax/q, shard=shard1, node_name=127.0.0.1:55697__ax%2Fq, collection=onenodecollection, state=active, roles=none, core=onenodecollectioncore, leader=true}
[junit4:junit4]   2> 23537 T2819 C218 P55697 REQ /select {version=2&wt=javabin&q=*:*} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 23538 T2785 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:54936 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@bfedb37
[junit4:junit4]   2> 23539 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 23539 T2882 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:54936. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 23539 T2882 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:54936, initiating session
[junit4:junit4]   2> 23539 T2787 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38066
[junit4:junit4]   2> 23540 T2787 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38066
[junit4:junit4]   2> 23541 T2789 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2818451c000d with negotiated timeout 10000 for client /127.0.0.1:38066
[junit4:junit4]   2> 23541 T2882 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:54936, sessionid = 0x13d2818451c000d, negotiated timeout = 10000
[junit4:junit4]   2> 23541 T2883 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bfedb37 name:ZooKeeperConnection Watcher:127.0.0.1:54936 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 23542 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 23571 T2790 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2818451c000d
[junit4:junit4]   2> 23571 T2883 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23571 T2787 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38066 which had sessionid 0x13d2818451c000d
[junit4:junit4]   2> 23571 T2785 oaz.ZooKeeper.close Session: 0x13d2818451c000d closed
[junit4:junit4]   2> 23572 T2790 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2818451c0004
[junit4:junit4]   2> 23572 T2813 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23572 T2787 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38014 which had sessionid 0x13d2818451c0004
[junit4:junit4]   2> 23572 T2785 oaz.ZooKeeper.close Session: 0x13d2818451c0004 closed
[junit4:junit4]   2> 23574 T2785 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 44197
[junit4:junit4]   2> 23574 T2785 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1473555754
[junit4:junit4]   2> 24476 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24477 T2808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44197/_ax/q",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44197__ax%2Fq",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 24480 T2826 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> 24480 T2872 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> 24480 T2856 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> 24480 T2807 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> 24480 T2841 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> 25575 T2785 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1d9b7958
[junit4:junit4]   2> 25577 T2785 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4/index
[junit4:junit4]   2> 25578 T2785 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/jetty4
[junit4:junit4]   2> 25579 T2785 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 25579 T2785 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 25579 T2785 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 25580 T2785 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2>  C217_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:44197/_ax/q, shard=shard1, node_name=127.0.0.1:44197__ax%2Fq, collection=control_collection, state=down, core=collection1, leader=true}
[junit4:junit4]   2> 25582 T2785 C217 P44197 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/index
[junit4:junit4]   2> 25583 T2785 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 25583 T2785 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/index
[junit4:junit4]   2> 25584 T2785 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/index
[junit4:junit4]   2> 25584 T2785 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362177312026/control/data/index
[junit4:junit

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

Test.java:205)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:85)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:487)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 32015 T2785 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 32019 T2784 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   2> 32137 T2856 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 32137 T2856 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 32137 T2856 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 32978 T2788 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {timestamp=PostingsFormat(name=SimpleText), range_facet_l=PostingsFormat(name=SimpleText), intDefault=PostingsFormat(name=Direct), range_facet_si=PostingsFormat(name=SimpleText), _version_=PostingsFormat(name=Direct), range_facet_sl=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting), multiDefault=PostingsFormat(name=SimpleText)}, docValues:{}, sim=DefaultSimilarity, locale=de_CH, timezone=SystemV/MST7
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=2,free=169358768,total=339214336
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SliceStateTest, HighlighterTest, OverseerTest, TestPropInjectDefaults, SimplePostToolTest, TestPluginEnable, OpenExchangeRatesOrgProviderTest, UUIDFieldTest, SolrInfoMBeanTest, IndexSchemaRuntimeFieldTest, TestBM25SimilarityFactory, TestCSVResponseWriter, OverseerCollectionProcessorTest, TestPartialUpdateDeduplication, FieldAnalysisRequestHandlerTest, TestCollationKeyRangeQueries, BinaryUpdateRequestHandlerTest, TestFastLRUCache, TermVectorComponentTest, TestFunctionQuery, TestWriterPerf, AnalysisAfterCoreReloadTest, CoreContainerCoreInitFailuresTest, TimeZoneUtilsTest, ZkSolrClientTest, TestReplicationHandler, TestSuggestSpellingConverter, HardAutoCommitTest, TestRealTimeGet, BasicFunctionalityTest, ConvertedLegacyTest, CollectionsAPIDistributedZkTest, ExternalFileFieldSortTest, DirectUpdateHandlerTest, TestLuceneMatchVersion, TestTrie, TestRecovery, TestJmxMonitoredMap, PathHierarchyTokenizerFactoryTest, JSONWriterTest, LukeRequestHandlerTest, FastVectorHighlighterTest, DocumentAnalysisRequestHandlerTest, TestSolrQueryParser, ShardRoutingTest, TestSystemIdResolver, RequestHandlersTest, TestMultiCoreConfBootstrap, StatsComponentTest, DocumentBuilderTest, AlternateDirectoryTest, IndexSchemaTest, TestCSVLoader, RequiredFieldsTest, TestLRUCache, TestIBSimilarityFactory, SolrCoreTest, PolyFieldTest, NoCacheHeaderTest, TestDistributedSearch, TestPerFieldSimilarity, TestRemoteStreaming, EchoParamsTest, RecoveryZkTest, SpellCheckComponentTest, FullSolrCloudDistribCmdsTest, TestExtendedDismaxParser, SoftAutoCommitTest, BasicZkTest, TestJoin, TestPseudoReturnFields, StandardRequestHandlerTest, TestPHPSerializedResponseWriter, SuggesterWFSTTest, SolrPluginUtilsTest, TestReversedWildcardFilterFactory, ReturnFieldsTest, TestQueryUtils, UniqFieldsUpdateProcessorFactoryTest, CSVRequestHandlerTest, ShowFileRequestHandlerTest, TestSolrDeletionPolicy1, TestPropInject, PrimitiveFieldTypeTest, BadComponentTest, TestUpdate, SOLR749Test, TestMergePolicyConfig, TestCollationField, TestQuerySenderNoQuery, MultiTermTest, TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, URLClassifyProcessorTest, ResourceLoaderTest, TestBadConfig, RAMDirectoryFactoryTest, SystemInfoHandlerTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, ZkNodePropsTest, CircularListTest, TestDocumentBuilder, TestRandomDVFaceting, TestCharFilters, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 33.04s, 1 test, 1 failure <<< FAILURES!

[...truncated 99 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1207: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:870: There were test failures: 260 suites, 1088 tests, 1 failure, 9 ignored (3 assumptions)

Total time: 36 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.8.0-ea-b78 -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure