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/16 13:07:32 UTC

[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.6.0_41) - Build # 2642 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/2642/
Java: 64bit/jdk1.6.0_41 -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=5084, name=coreLoadExecutor-3214-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=5084, name=coreLoadExecutor-3214-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1479)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@3167ca20 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c031aa)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=5086, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=5086, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1479)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@3d92b6ab lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f8c1974)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)


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

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([65F5954D128E6C5E:E4131B5565D10C62]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:196)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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)




Build Log:
[...truncated 8410 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.SyncSliceTest
[junit4:junit4]   2> 0 T993 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ei/
[junit4:junit4]   2> 5 T993 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SyncSliceTest-1363433820865
[junit4:junit4]   2> 8 T993 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 9 T994 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 12 T994 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 12 T994 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 12 T994 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 13 T994 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 14 T994 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-1363433820864\zookeeper\server1\data\version-2\snapshot.0
[junit4:junit4]   2> 109 T993 oasc.ZkTestServer.run start zk server on port:53314
[junit4:junit4]   2> 109 T993 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53314 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5c1b8fc1
[junit4:junit4]   2> 110 T993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 111 T999 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53314. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 112 T999 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53314, initiating session
[junit4:junit4]   2> 112 T995 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53317
[junit4:junit4]   2> 112 T995 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53317
[junit4:junit4]   2> 113 T997 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 122 T997 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72fd12c90000 with negotiated timeout 10000 for client /127.0.0.1:53317
[junit4:junit4]   2> 122 T999 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53314, sessionid = 0x13d72fd12c90000, negotiated timeout = 10000
[junit4:junit4]   2> 123 T1000 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c1b8fc1 name:ZooKeeperConnection Watcher:127.0.0.1:53314 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 123 T993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 123 T993 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 128 T998 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d72fd12c90000
[junit4:junit4]   2> 129 T1000 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 129 T993 oaz.ZooKeeper.close Session: 0x13d72fd12c90000 closed
[junit4:junit4]   2> 131 T995 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d72fd12c90000, 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> 131 T993 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53314/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3ed4fbf7
[junit4:junit4]   2> 134 T995 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53317 which had sessionid 0x13d72fd12c90000
[junit4:junit4]   2> 134 T993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 135 T1001 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53314. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 136 T1001 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53314, initiating session
[junit4:junit4]   2> 136 T995 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53320
[junit4:junit4]   2> 136 T995 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53320
[junit4:junit4]   2> 138 T997 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72fd12c90001 with negotiated timeout 10000 for client /127.0.0.1:53320
[junit4:junit4]   2> 138 T1001 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53314, sessionid = 0x13d72fd12c90001, negotiated timeout = 10000
[junit4:junit4]   2> 138 T1002 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ed4fbf7 name:ZooKeeperConnection Watcher:127.0.0.1:53314/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 139 T993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 139 T993 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 144 T993 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 149 T993 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 153 T993 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 159 T993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 159 T993 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 181 T993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 183 T993 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 213 T993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 214 T993 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 219 T993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 219 T993 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 222 T993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 222 T993 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 226 T993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 226 T993 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 230 T993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 230 T993 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 235 T993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 236 T993 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 241 T993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 241 T993 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 247 T998 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d72fd12c90001
[junit4:junit4]   2> 249 T995 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d72fd12c90001, 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> 249 T1002 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 249 T993 oaz.ZooKeeper.close Session: 0x13d72fd12c90001 closed
[junit4:junit4]   2> 249 T995 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53320 which had sessionid 0x13d72fd12c90001
[junit4:junit4]   2> 611 T993 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 618 T993 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53321
[junit4:junit4]   2> 618 T993 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 619 T993 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 619 T993 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1363433821108
[junit4:junit4]   2> 619 T993 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1363433821108\solr.xml
[junit4:junit4]   2> 619 T993 oasc.CoreContainer.<init> New CoreContainer 608397864
[junit4:junit4]   2> 620 T993 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1363433821108\'
[junit4:junit4]   2> 621 T993 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1363433821108\'
[junit4:junit4]   2> 686 T993 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 687 T993 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 687 T993 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 688 T993 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 688 T993 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 689 T993 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 689 T993 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 689 T993 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 689 T993 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 690 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 709 T993 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 731 T993 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53314/solr
[junit4:junit4]   2> 731 T993 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 731 T993 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53314 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6466fd34
[junit4:junit4]   2> 733 T993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 734 T1014 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53314. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 735 T1014 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53314, initiating session
[junit4:junit4]   2> 735 T995 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53326
[junit4:junit4]   2> 735 T995 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53326
[junit4:junit4]   2> 749 T997 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72fd12c90002 with negotiated timeout 20000 for client /127.0.0.1:53326
[junit4:junit4]   2> 749 T1014 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53314, sessionid = 0x13d72fd12c90002, negotiated timeout = 20000
[junit4:junit4]   2> 749 T1015 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6466fd34 name:ZooKeeperConnection Watcher:127.0.0.1:53314 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 750 T993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 751 T998 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d72fd12c90002
[junit4:junit4]   2> 752 T993 oaz.ZooKeeper.close Session: 0x13d72fd12c90002 closed
[junit4:junit4]   2> 753 T995 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d72fd12c90002, 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> 753 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 753 T1015 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 753 T995 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53326 which had sessionid 0x13d72fd12c90002
[junit4:junit4]   2> 759 T993 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53314/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4400c352
[junit4:junit4]   2> 761 T993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 762 T1016 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53314. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 762 T1016 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53314, initiating session
[junit4:junit4]   2> 763 T995 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53329
[junit4:junit4]   2> 763 T995 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53329
[junit4:junit4]   2> 764 T997 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72fd12c90003 with negotiated timeout 20000 for client /127.0.0.1:53329
[junit4:junit4]   2> 765 T1016 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53314, sessionid = 0x13d72fd12c90003, negotiated timeout = 20000
[junit4:junit4]   2> 765 T1017 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4400c352 name:ZooKeeperConnection Watcher:127.0.0.1:53314/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 765 T993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 768 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 771 T993 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 774 T993 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53321_ei
[junit4:junit4]   2> 775 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53321_ei Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53321_ei
[junit4:junit4]   2> 777 T993 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53321_ei
[junit4:junit4]   2> 783 T993 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 793 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90003 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> 794 T993 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 798 T993 oasc.Overseer.start Overseer (id=89353998884732931-127.0.0.1:53321_ei-n_0000000000) starting
[junit4:junit4]   2> 799 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 801 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 803 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 806 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 807 T1019 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 807 T993 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 814 T993 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 818 T993 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 821 T1018 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 833 T1020 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1363433821108\collection1
[junit4:junit4]   2> 833 T1020 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 834 T1020 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 834 T1020 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 837 T1020 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1363433821108\collection1\'
[junit4:junit4]   2> 839 T1020 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-controljetty-1363433821108/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 839 T1020 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-controljetty-1363433821108/collection1/lib/README' to classloader
[junit4:junit4]   2> 889 T1020 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 965 T1020 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 968 T1020 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 973 T1020 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1775 T1020 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1793 T1020 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1799 T1020 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1827 T1020 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1832 T1020 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1837 T1020 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1839 T1020 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1839 T1020 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1839 T1020 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1842 T1020 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1842 T1020 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1842 T1020 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1842 T1020 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1363433821108\collection1\, dataDir=.\org.apache.solr.cloud.SyncSliceTest-1363433820864/control/data\
[junit4:junit4]   2> 1843 T1020 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@191410e5
[junit4:junit4]   2> 1843 T1020 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1844 T1020 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\control\data forceNew: false
[junit4:junit4]   2> 1845 T1020 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.SyncSliceTest-1363433820864/control/data\index/
[junit4:junit4]   2> 1846 T1020 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.SyncSliceTest-1363433820864\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1846 T1020 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\control\data\index forceNew: false
[junit4:junit4]   2> 1854 T1020 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\control\data\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1855 T1020 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1858 T1020 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1858 T1020 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1859 T1020 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1859 T1020 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1859 T1020 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1860 T1020 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1860 T1020 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1860 T1020 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1861 T1020 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1868 T1020 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1879 T1020 oass.SolrIndexSearcher.<init> Opening Searcher@b51b399 main
[junit4:junit4]   2> 1881 T1020 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1881 T1020 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1886 T1021 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b51b399 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1887 T1020 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1887 T1020 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1889 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2327 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2328 T1018 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53321_ei",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53321/ei"}
[junit4:junit4]   2> 2328 T1018 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2329 T1018 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2329 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2346 T1017 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> 2897 T1020 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2897 T1020 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53321/ei collection:control_collection shard:shard1
[junit4:junit4]   2> 2898 T1020 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2913 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2915 T1020 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2916 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2921 T1020 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2921 T1020 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2921 T1020 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53321/ei/collection1/
[junit4:junit4]   2> 2922 T1020 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2922 T1020 oasc.SyncStrategy.syncToMe http://127.0.0.1:53321/ei/collection1/ has no replicas
[junit4:junit4]   2> 2922 T1020 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53321/ei/collection1/
[junit4:junit4]   2> 2922 T1020 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2931 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3851 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3875 T1017 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> 3903 T1020 oasc.ZkController.register We are http://127.0.0.1:53321/ei/collection1/ and leader is http://127.0.0.1:53321/ei/collection1/
[junit4:junit4]   2> 3903 T1020 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53321/ei
[junit4:junit4]   2> 3903 T1020 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3904 T1020 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3904 T1020 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3907 T1020 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3909 T993 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 3909 T993 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3909 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3917 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3918 T993 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53314/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@77a2c121
[junit4:junit4]   2> 3921 T993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3922 T1023 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53314. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3922 T1023 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53314, initiating session
[junit4:junit4]   2> 3922 T995 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53332
[junit4:junit4]   2> 3923 T995 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53332
[junit4:junit4]   2> 3925 T997 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72fd12c90004 with negotiated timeout 10000 for client /127.0.0.1:53332
[junit4:junit4]   2> 3925 T1023 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53314, sessionid = 0x13d72fd12c90004, negotiated timeout = 10000
[junit4:junit4]   2> 3926 T1024 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77a2c121 name:ZooKeeperConnection Watcher:127.0.0.1:53314/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3926 T993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3928 T993 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3931 T993 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4296 T993 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4299 T993 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53333
[junit4:junit4]   2> 4301 T993 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4301 T993 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4302 T993 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1363433824789
[junit4:junit4]   2> 4302 T993 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1363433824789\solr.xml
[junit4:junit4]   2> 4302 T993 oasc.CoreContainer.<init> New CoreContainer 415100887
[junit4:junit4]   2> 4303 T993 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1363433824789\'
[junit4:junit4]   2> 4303 T993 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1363433824789\'
[junit4:junit4]   2> 4347 T993 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4347 T993 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4347 T993 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4347 T993 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4347 T993 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4347 T993 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4348 T993 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4348 T993 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4349 T993 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4349 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4363 T993 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4392 T993 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53314/solr
[junit4:junit4]   2> 4393 T993 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4394 T993 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53314 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3b87b616
[junit4:junit4]   2> 4396 T993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4397 T1034 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53314. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4397 T1034 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53314, initiating session
[junit4:junit4]   2> 4398 T995 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53338
[junit4:junit4]   2> 4398 T995 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53338
[junit4:junit4]   2> 4416 T997 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72fd12c90005 with negotiated timeout 20000 for client /127.0.0.1:53338
[junit4:junit4]   2> 4417 T1034 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53314, sessionid = 0x13d72fd12c90005, negotiated timeout = 20000
[junit4:junit4]   2> 4417 T1035 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b87b616 name:ZooKeeperConnection Watcher:127.0.0.1:53314 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4417 T993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4419 T998 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d72fd12c90005
[junit4:junit4]   2> 4421 T993 oaz.ZooKeeper.close Session: 0x13d72fd12c90005 closed
[junit4:junit4]   2> 4422 T995 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53338 which had sessionid 0x13d72fd12c90005
[junit4:junit4]   2> 4421 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4422 T1035 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4430 T993 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53314/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6244f9b7
[junit4:junit4]   2> 4431 T993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4432 T1036 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53314. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4432 T1036 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53314, initiating session
[junit4:junit4]   2> 4433 T995 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53341
[junit4:junit4]   2> 4433 T995 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53341
[junit4:junit4]   2> 4436 T997 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72fd12c90006 with negotiated timeout 20000 for client /127.0.0.1:53341
[junit4:junit4]   2> 4436 T1036 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53314, sessionid = 0x13d72fd12c90006, negotiated timeout = 20000
[junit4:junit4]   2> 4436 T1037 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6244f9b7 name:ZooKeeperConnection Watcher:127.0.0.1:53314/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4437 T993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4438 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4441 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4445 T993 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5386 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5387 T1018 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53321_ei_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53321_ei",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53321/ei"}
[junit4:junit4]   2> 5398 T1037 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> 5399 T1017 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> 5398 T1024 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> 5449 T993 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53333_ei
[junit4:junit4]   2> 5451 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90006 type:delete cxid:0xd zxid:0x50 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53333_ei Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53333_ei
[junit4:junit4]   2> 5453 T993 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53333_ei
[junit4:junit4]   2> 5456 T1037 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> 5456 T1017 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> 5457 T1024 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5457 T1024 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> 5461 T1037 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5461 T1017 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5469 T1038 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1363433824789\collection1
[junit4:junit4]   2> 5470 T1038 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5470 T1038 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5470 T1038 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5472 T1038 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1363433824789\collection1\'
[junit4:junit4]   2> 5474 T1038 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty1-1363433824789/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5475 T1038 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty1-1363433824789/collection1/lib/README' to classloader
[junit4:junit4]   2> 5553 T1038 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 5623 T1038 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5626 T1038 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5637 T1038 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6391 T1038 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6410 T1038 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6416 T1038 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6439 T1038 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6447 T1038 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6457 T1038 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6458 T1038 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6459 T1038 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6460 T1038 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6462 T1038 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6462 T1038 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6462 T1038 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 6462 T1038 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1363433824789\collection1\, dataDir=.\org.apache.solr.cloud.SyncSliceTest-1363433820864/jetty1\
[junit4:junit4]   2> 6463 T1038 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@191410e5
[junit4:junit4]   2> 6464 T1038 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 6465 T1038 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1 forceNew: false
[junit4:junit4]   2> 6466 T1038 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.SyncSliceTest-1363433820864/jetty1\index/
[junit4:junit4]   2> 6467 T1038 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6468 T1038 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index forceNew: false
[junit4:junit4]   2> 6484 T1038 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6484 T1038 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6489 T1038 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6489 T1038 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6490 T1038 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6491 T1038 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6492 T1038 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6492 T1038 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6492 T1038 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6493 T1038 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6494 T1038 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6502 T1038 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6512 T1038 oass.SolrIndexSearcher.<init> Opening Searcher@6de74e80 main
[junit4:junit4]   2> 6514 T1038 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6514 T1038 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6517 T1039 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6de74e80 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6520 T1038 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6521 T1038 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6908 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6908 T1018 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53333_ei",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53333/ei"}
[junit4:junit4]   2> 6909 T1018 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6909 T1018 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6917 T1024 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> 6917 T1037 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> 6917 T1017 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> 7523 T1038 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7523 T1038 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53333/ei collection:collection1 shard:shard1
[junit4:junit4]   2> 7524 T1038 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7539 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90006 type:delete cxid:0x4a zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7541 T1038 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7541 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90006 type:create cxid:0x4b zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7546 T1038 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7546 T1038 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7546 T1038 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53333/ei/collection1/
[junit4:junit4]   2> 7547 T1038 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7547 T1038 oasc.SyncStrategy.syncToMe http://127.0.0.1:53333/ei/collection1/ has no replicas
[junit4:junit4]   2> 7547 T1038 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53333/ei/collection1/
[junit4:junit4]   2> 7547 T1038 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7556 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90006 type:create cxid:0x55 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8424 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8446 T1037 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> 8446 T1017 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> 8446 T1024 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> 8490 T1038 oasc.ZkController.register We are http://127.0.0.1:53333/ei/collection1/ and leader is http://127.0.0.1:53333/ei/collection1/
[junit4:junit4]   2> 8490 T1038 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53333/ei
[junit4:junit4]   2> 8490 T1038 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8490 T1038 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8491 T1038 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8495 T1038 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8496 T993 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 8496 T993 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8497 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8924 T993 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8927 T993 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53342
[junit4:junit4]   2> 8928 T993 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8929 T993 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8929 T993 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1363433829369
[junit4:junit4]   2> 8929 T993 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1363433829369\solr.xml
[junit4:junit4]   2> 8930 T993 oasc.CoreContainer.<init> New CoreContainer 1977800279
[junit4:junit4]   2> 8930 T993 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1363433829369\'
[junit4:junit4]   2> 8930 T993 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1363433829369\'
[junit4:junit4]   2> 8972 T993 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8972 T993 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8972 T993 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8972 T993 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8973 T993 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8973 T993 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8973 T993 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8974 T993 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8975 T993 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8975 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8994 T993 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 9015 T993 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53314/solr
[junit4:junit4]   2> 9015 T993 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 9015 T993 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53314 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@68e6e00
[junit4:junit4]   2> 9017 T993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9018 T1050 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53314. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 9019 T1050 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53314, initiating session
[junit4:junit4]   2> 9019 T995 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53347
[junit4:junit4]   2> 9019 T995 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53347
[junit4:junit4]   2> 9031 T997 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72fd12c90007 with negotiated timeout 20000 for client /127.0.0.1:53347
[junit4:junit4]   2> 9032 T1050 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53314, sessionid = 0x13d72fd12c90007, negotiated timeout = 20000
[junit4:junit4]   2> 9032 T1051 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@68e6e00 name:ZooKeeperConnection Watcher:127.0.0.1:53314 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9032 T993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9034 T998 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d72fd12c90007
[junit4:junit4]   2> 9035 T1051 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 9035 T995 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d72fd12c90007, 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> 9035 T993 oaz.ZooKeeper.close Session: 0x13d72fd12c90007 closed
[junit4:junit4]   2> 9036 T995 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53347 which had sessionid 0x13d72fd12c90007
[junit4:junit4]   2> 9036 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 9041 T993 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53314/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@30afe6f9
[junit4:junit4]   2> 9043 T993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9044 T1052 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53314. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 9045 T1052 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53314, initiating session
[junit4:junit4]   2> 9045 T995 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53350
[junit4:junit4]   2> 9045 T995 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53350
[junit4:junit4]   2> 9047 T997 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72fd12c90008 with negotiated timeout 20000 for client /127.0.0.1:53350
[junit4:junit4]   2> 9047 T1052 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53314, sessionid = 0x13d72fd12c90008, negotiated timeout = 20000
[junit4:junit4]   2> 9048 T1053 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30afe6f9 name:ZooKeeperConnection Watcher:127.0.0.1:53314/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9048 T993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9049 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9051 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9054 T993 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9955 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9957 T1018 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53333_ei_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53333_ei",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53333/ei"}
[junit4:junit4]   2> 9970 T1053 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> 9970 T1024 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> 9970 T1017 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> 9970 T1037 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> 10057 T993 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53342_ei
[junit4:junit4]   2> 10058 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c90008 type:delete cxid:0xd zxid:0x74 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53342_ei Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53342_ei
[junit4:junit4]   2> 10059 T993 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53342_ei
[junit4:junit4]   2> 10062 T1053 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> 10063 T1037 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> 10063 T1017 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> 10063 T1024 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10063 T1024 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> 10066 T1053 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10066 T1037 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10067 T1017 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10076 T1054 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1363433829369\collection1
[junit4:junit4]   2> 10076 T1054 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10077 T1054 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10077 T1054 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10080 T1054 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1363433829369\collection1\'
[junit4:junit4]   2> 10081 T1054 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty2-1363433829369/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10082 T1054 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty2-1363433829369/collection1/lib/README' to classloader
[junit4:junit4]   2> 10134 T1054 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 10236 T1054 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10237 T1054 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10244 T1054 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10972 T1054 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10987 T1054 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10992 T1054 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11011 T1054 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11016 T1054 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11021 T1054 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11023 T1054 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11023 T1054 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11024 T1054 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11025 T1054 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11025 T1054 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11026 T1054 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 11026 T1054 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1363433829369\collection1\, dataDir=.\org.apache.solr.cloud.SyncSliceTest-1363433820864/jetty2\
[junit4:junit4]   2> 11026 T1054 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@191410e5
[junit4:junit4]   2> 11027 T1054 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 11028 T1054 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty2 forceNew: false
[junit4:junit4]   2> 11029 T1054 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.SyncSliceTest-1363433820864/jetty2\index/
[junit4:junit4]   2> 11030 T1054 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11030 T1054 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty2\index forceNew: false
[junit4:junit4]   2> 11045 T1054 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty2\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11046 T1054 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11050 T1054 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11051 T1054 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11051 T1054 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11052 T1054 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11053 T1054 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11053 T1054 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11054 T1054 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11054 T1054 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11055 T1054 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11066 T1054 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11083 T1054 oass.SolrIndexSearcher.<init> Opening Searcher@67782068 main
[junit4:junit4]   2> 11085 T1054 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11085 T1054 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11090 T1055 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@67782068 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11093 T1054 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11093 T1054 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11481 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11482 T1018 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53342_ei",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53342/ei"}
[junit4:junit4]   2> 11482 T1018 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11482 T1018 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11497 T1024 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> 11497 T1017 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> 11497 T1037 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> 11497 T1053 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> 12095 T1054 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12095 T1054 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53342/ei collection:collection1 shard:shard1
[junit4:junit4]   2> 12099 T1054 oasc.ZkController.register We are http://127.0.0.1:53342/ei/collection1/ and leader is http://127.0.0.1:53333/ei/collection1/
[junit4:junit4]   2> 12099 T1054 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53342/ei
[junit4:junit4]   2> 12100 T1054 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12100 T1054 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C39 name=collection1 org.apache.solr.core.SolrCore@22714261 url=http://127.0.0.1:53342/ei/collection1 node=127.0.0.1:53342_ei C39_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:53342_ei, base_url=http://127.0.0.1:53342/ei}
[junit4:junit4]   2> 12100 T1056 C39 P53342 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12101 T1054 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12102 T1056 C39 P53342 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12102 T1056 C39 P53342 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12102 T1056 C39 P53342 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12104 T993 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 12104 T993 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12105 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12106 T1056 C39 P53342 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12514 T993 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12517 T993 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53352
[junit4:junit4]   2> 12518 T993 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12519 T993 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12519 T993 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1363433832979
[junit4:junit4]   2> 12520 T993 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1363433832979\solr.xml
[junit4:junit4]   2> 12520 T993 oasc.CoreContainer.<init> New CoreContainer 397193130
[junit4:junit4]   2> 12521 T993 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1363433832979\'
[junit4:junit4]   2> 12521 T993 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1363433832979\'
[junit4:junit4]   2> 12571 T993 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12571 T993 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12571 T993 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12571 T993 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12571 T993 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12572 T993 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12572 T993 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12572 T993 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12573 T993 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12573 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12588 T993 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12608 T993 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53314/solr
[junit4:junit4]   2> 12609 T993 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12609 T993 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53314 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3c9e85ed
[junit4:junit4]   2> 12611 T993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12612 T1067 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53314. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 12614 T1067 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53314, initiating session
[junit4:junit4]   2> 12614 T995 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53357
[junit4:junit4]   2> 12615 T995 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53357
[junit4:junit4]   2> 12629 T997 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72fd12c90009 with negotiated timeout 20000 for client /127.0.0.1:53357
[junit4:junit4]   2> 12630 T1067 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53314, sessionid = 0x13d72fd12c90009, negotiated timeout = 20000
[junit4:junit4]   2> 12630 T1068 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c9e85ed name:ZooKeeperConnection Watcher:127.0.0.1:53314 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12630 T993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12632 T998 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d72fd12c90009
[junit4:junit4]   2> 12633 T1068 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12633 T993 oaz.ZooKeeper.close Session: 0x13d72fd12c90009 closed
[junit4:junit4]   2> 12634 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12635 T995 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d72fd12c90009, 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> 12635 T995 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53357 which had sessionid 0x13d72fd12c90009
[junit4:junit4]   2> 12640 T993 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53314/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@654309f0
[junit4:junit4]   2> 12641 T993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12642 T1069 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53314. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 12642 T1069 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53314, initiating session
[junit4:junit4]   2> 12643 T995 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53360
[junit4:junit4]   2> 12643 T995 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53360
[junit4:junit4]   2> 12646 T997 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72fd12c9000a with negotiated timeout 20000 for client /127.0.0.1:53360
[junit4:junit4]   2> 12647 T1069 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53314, sessionid = 0x13d72fd12c9000a, negotiated timeout = 20000
[junit4:junit4]   2> 12647 T1070 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@654309f0 name:ZooKeeperConnection Watcher:127.0.0.1:53314/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12647 T993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12648 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c9000a type:create cxid:0x1 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12651 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c9000a type:create cxid:0x2 zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12654 T993 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13007 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13009 T1018 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53342_ei_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53342_ei",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53342/ei"}
[junit4:junit4]   2> 13017 T1053 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> 13016 T1070 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> 13017 T1024 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> 13017 T1017 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> 13017 T1037 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> 13124 T1033 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:53342_ei_collection1&state=recovering&nodeName=127.0.0.1:53342_ei&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 13658 T993 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53352_ei
[junit4:junit4]   2> 13659 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c9000a type:delete cxid:0xd zxid:0x87 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53352_ei Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53352_ei
[junit4:junit4]   2> 13661 T993 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53352_ei
[junit4:junit4]   2> 13671 T1017 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> 13671 T1053 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> 13672 T1070 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13672 T1070 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> 13672 T1024 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13672 T1024 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> 13671 T1037 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> 13676 T1053 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13676 T1017 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13677 T1037 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13685 T1071 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1363433832979\collection1
[junit4:junit4]   2> 13685 T1071 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13686 T1071 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13686 T1071 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13689 T1071 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1363433832979\collection1\'
[junit4:junit4]   2> 13690 T1071 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty3-1363433832979/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13691 T1071 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty3-1363433832979/collection1/lib/README' to classloader
[junit4:junit4]   2> 13741 T1071 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 13842 T1071 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13844 T1071 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13849 T1071 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14617 T1071 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14628 T1071 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14633 T1071 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14652 T1071 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14657 T1071 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14661 T1071 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14664 T1071 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14665 T1071 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14665 T1071 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14667 T1071 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14667 T1071 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14667 T1071 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 14667 T1071 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1363433832979\collection1\, dataDir=.\org.apache.solr.cloud.SyncSliceTest-1363433820864/jetty3\
[junit4:junit4]   2> 14667 T1071 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@191410e5
[junit4:junit4]   2> 14671 T1071 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 14672 T1071 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty3 forceNew: false
[junit4:junit4]   2> 14672 T1071 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.SyncSliceTest-1363433820864/jetty3\index/
[junit4:junit4]   2> 14673 T1071 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14673 T1071 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty3\index forceNew: false
[junit4:junit4]   2> 14688 T1071 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty3\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14688 T1071 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14692 T1071 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14692 T1071 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14693 T1071 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14693 T1071 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14693 T1071 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14694 T1071 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14694 T1071 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14694 T1071 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14694 T1071 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14702 T1071 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14713 T1071 oass.SolrIndexSearcher.<init> Opening Searcher@76c15b9e main
[junit4:junit4]   2> 14714 T1071 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14714 T1071 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14725 T1072 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@76c15b9e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14727 T1071 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14727 T1071 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2>  C39_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:53342_ei, base_url=http://127.0.0.1:53342/ei}
[junit4:junit4]   2> 15125 T1056 C39 P53342 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53333/ei/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15125 T1056 C39 P53342 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:53342/ei START replicas=[http://127.0.0.1:53333/ei/collection1/] nUpdates=100
[junit4:junit4]   2> 15125 T1056 C39 P53342 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15127 T1056 C39 P53342 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15127 T1056 C39 P53342 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15127 T1056 C39 P53342 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15128 T1056 C39 P53342 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15128 T1056 C39 P53342 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:53333/ei/collection1/. core=collection1
[junit4:junit4]   2> 15128 T1056 C39 P53342 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C40 name=collection1 org.apache.solr.core.SolrCore@c7ca293 url=http://127.0.0.1:53333/ei/collection1 node=127.0.0.1:53333_ei C40_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:53333_ei, base_url=http://127.0.0.1:53333/ei, leader=true}
[junit4:junit4]   2> 15139 T1028 C40 P53333 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
[junit4:junit4]   2> 15142 T1033 C40 P53333 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15149 T1033 C40 P53333 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15149 T1033 C40 P53333 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15155 T1033 C40 P53333 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15155 T1033 C40 P53333 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15158 T1033 C40 P53333 oass.SolrIndexSearcher.<init> Opening Searcher@4429f148 realtime
[junit4:junit4]   2> 15159 T1033 C40 P53333 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15159 T1033 C40 P53333 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 17
[junit4:junit4]   2> 15160 T1056 C39 P53342 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15160 T1056 C39 P53342 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15162 T1031 C40 P53333 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15163 T1031 C40 P53333 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15164 T1056 C39 P53342 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15164 T1056 C39 P53342 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15164 T1056 C39 P53342 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15168 T1032 C40 P53333 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 15168 T1056 C39 P53342 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15170 T1056 C39 P53342 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty2\index.20130316023716026 forceNew: false
[junit4:junit4]   2> 15173 T1056 C39 P53342 oash.SnapPuller.fetchLatestIndex Starting download to org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty2\index.20130316023716026 lockFactory=org.apache.lucene.store.NativeFSLockFactory@30d671c4 fullCopy=false
[junit4:junit4]   2> 15176 T1028 C40 P53333 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15178 T1056 C39 P53342 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15182 T1056 C39 P53342 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15182 T1056 C39 P53342 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15190 T1056 C39 P53342 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty2\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty2\index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15190 T1056 C39 P53342 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15191 T1056 C39 P53342 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15192 T1056 C39 P53342 oass.SolrIndexSearcher.<init> Opening Searcher@357d3a1e main
[junit4:junit4]   2> 15193 T1055 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@357d3a1e main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15194 T1056 C39 P53342 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty2\index.20130316023716026 lockFactory=org.apache.lucene.store.NativeFSLockFactory@30d671c4
[junit4:junit4]   2> 15195 T1056 C39 P53342 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15195 T1056 C39 P53342 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15195 T1056 C39 P53342 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15196 T1056 C39 P53342 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15198 T1056 C39 P53342 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 16028 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16029 T1018 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53352_ei",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53352/ei"}
[junit4:junit4]   2> 16029 T1018 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 16030 T1018 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 16036 T1018 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53342_ei_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53342_ei",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53342/ei"}
[junit4:junit4]   2> 16043 T1053 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> 16043 T1070 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> 16044 T1017 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> 16043 T1037 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> 16044 T1024 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> 16730 T1071 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16730 T1071 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53352/ei collection:collection1 shard:shard1
[junit4:junit4]   2> 16738 T1071 oasc.ZkController.register We are http://127.0.0.1:53352/ei/collection1/ and leader is http://127.0.0.1:53333/ei/collection1/
[junit4:junit4]   2> 16738 T1071 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53352/ei
[junit4:junit4]   2> 16738 T1071 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16739 T1071 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C41 name=collection1 org.apache.solr.core.SolrCore@2793db6d url=http://127.0.0.1:53352/ei/collection1 node=127.0.0.1:53352_ei C41_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:53352_ei, base_url=http://127.0.0.1:53352/ei}
[junit4:junit4]   2> 16740 T1075 C41 P53352 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16741 T1075 C41 P53352 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16741 T1075 C41 P53352 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16741 T1075 C41 P53352 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16741 T1071 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16743 T1075 C41 P53352 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16744 T993 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 16744 T993 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16744 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17126 T993 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 17129 T993 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53365
[junit4:junit4]   2> 17131 T993 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 17131 T993 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 17131 T993 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1363433837610
[junit4:junit4]   2> 17132 T993 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1363433837610\solr.xml
[junit4:junit4]   2> 17132 T993 oasc.CoreContainer.<init> New CoreContainer 1829932208
[junit4:junit4]   2> 17133 T993 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1363433837610\'
[junit4:junit4]   2> 17133 T993 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1363433837610\'
[junit4:junit4]   2> 17183 T993 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 17183 T993 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 17183 T993 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 17184 T993 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 17184 T993 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 17184 T993 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 17185 T993 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 17185 T993 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 17185 T993 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 17186 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 17201 T993 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 17222 T993 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53314/solr
[junit4:junit4]   2> 17222 T993 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 17222 T993 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53314 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4f79ee83
[junit4:junit4]   2> 17224 T993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17225 T1086 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53314. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 17226 T1086 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53314, initiating session
[junit4:junit4]   2> 17226 T995 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53370
[junit4:junit4]   2> 17226 T995 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53370
[junit4:junit4]   2> 17239 T997 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72fd12c9000b with negotiated timeout 20000 for client /127.0.0.1:53370
[junit4:junit4]   2> 17239 T1086 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53314, sessionid = 0x13d72fd12c9000b, negotiated timeout = 20000
[junit4:junit4]   2> 17240 T1087 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f79ee83 name:ZooKeeperConnection Watcher:127.0.0.1:53314 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17240 T993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17242 T998 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d72fd12c9000b
[junit4:junit4]   2> 17243 T995 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53370 which had sessionid 0x13d72fd12c9000b
[junit4:junit4]   2> 17243 T993 oaz.ZooKeeper.close Session: 0x13d72fd12c9000b closed
[junit4:junit4]   2> 17245 T1087 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 17245 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 17251 T993 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53314/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4e09645c
[junit4:junit4]   2> 17253 T993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17254 T1088 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53314. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 17255 T1088 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53314, initiating session
[junit4:junit4]   2> 17255 T995 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53373
[junit4:junit4]   2> 17255 T995 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53373
[junit4:junit4]   2> 17257 T997 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72fd12c9000c with negotiated timeout 20000 for client /127.0.0.1:53373
[junit4:junit4]   2> 17257 T1088 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53314, sessionid = 0x13d72fd12c9000c, negotiated timeout = 20000
[junit4:junit4]   2> 17258 T1089 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e09645c name:ZooKeeperConnection Watcher:127.0.0.1:53314/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17258 T993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17259 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c9000c type:create cxid:0x1 zxid:0x98 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17261 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c9000c type:create cxid:0x2 zxid:0x99 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17264 T993 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17557 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17558 T1018 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53352_ei_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53352_ei",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53352/ei"}
[junit4:junit4]   2> 17568 T1089 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> 17568 T1053 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> 17568 T1037 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> 17569 T1017 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> 17569 T1024 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> 17569 T1070 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> 17754 T1030 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:53352_ei_collection1&state=recovering&nodeName=127.0.0.1:53352_ei&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 18267 T993 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53365_ei
[junit4:junit4]   2> 18269 T998 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72fd12c9000c type:delete cxid:0xd zxid:0x9e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53365_ei Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53365_ei
[junit4:junit4]   2> 18278 T993 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53365_ei
[junit4:junit4]   2> 18282 T1053 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> 18282 T1037 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> 18282 T1017 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> 18283 T1089 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18284 T1089 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> 18284 T1070 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18284 T1070 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> 18285 T1024 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18285 T1024 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> 18290 T1053 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18290 T1037 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18290 T1017 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18299 T1090 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1363433837610\collection1
[junit4:junit4]   2> 18299 T1090 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 18300 T1090 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 18300 T1090 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 18302 T1090 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1363433837610\collection1\'
[junit4:junit4]   2> 18304 T1090 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty4-1363433837610/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 18305 T1090 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty4-1363433837610/collection1/lib/README' to classloader
[junit4:junit4]   2> 18364 T1090 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 18435 T1090 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18437 T1090 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18449 T1090 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19183 T1090 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19195 T1090 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19200 T1090 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19232 T1090 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19241 T1090 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19248 T1090 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19252 T1090 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19252 T1090 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19252 T1090 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19254 T1090 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19254 T1090 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19255 T1090 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 19255 T1090 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1363433837610\collection1\, dataDir=.\org.apache.solr.cloud.SyncSliceTest-1363433820864/jetty4\
[junit4:junit4]   2> 19255 T1090 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@191410e5
[junit4:junit4]   2> 19256 T1090 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 19258 T1090 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty4 forceNew: false
[junit4:junit4]   2> 19259 T1090 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.SyncSliceTest-1363433820864/jetty4\index/
[junit4:junit4]   2> 19260 T1090 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19260 T1090 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty4\index forceNew: false
[junit4:junit4]   2> 19274 T1090 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty4\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19274 T1090 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19280 T1090 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19280 T1090 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19282 T1090 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19283 T1090 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19283 T1090 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19284 T1090 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19284 T1090 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19285 T1090 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19286 T1090 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19299 T1090 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19322 T1090 oass.SolrIndexSearcher.<init> Opening Searcher@55459766 main
[junit4:junit4]   2> 19324 T1090 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19324 T1090 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19335 T1090 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 19335 T1090 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19338 T1091 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@55459766 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2>  C41_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:53352_ei, base_url=http://127.0.0.1:53352/ei}
[junit4:junit4]   2> 19861 T1075 C41 P53352 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53333/ei/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19861 T1075 C41 P53352 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:53352/ei START replicas=[http://127.0.0.1:53333/ei/collection1/] nUpdates=100
[junit4:junit4]   2> 19862 T1075 C41 P53352 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19863 T1075 C41 P53352 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19863 T1075 C41 P53352 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19863 T1075 C41 P53352 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19863 T1075 C41 P53352 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19863 T1075 C41 P53352 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:53333/ei/collection1/. core=collection1
[junit4:junit4]   2> 19863 T1075 C41 P53352 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19865 T1028 C40 P53333 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19878 T1029 C40 P53333 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19887 T1029 C40 P53333 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19888 T1029 C40 P53333 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19889 T1029 C40 P53333 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19890 T1029 C40 P53333 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 19890 T1075 C41 P53352 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19890 T1075 C41 P53352 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19894 T1031 C40 P53333 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19895 T1075 C41 P53352 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 19895 T1075 C41 P53352 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19895 T1075 C41 P53352 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19898 T1032 C40 P53333 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=1 
[junit4:junit4]   2> 19899 T1075 C41 P53352 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19902 T1075 C41 P53352 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty3\index.20130316023720757 forceNew: false
[junit4:junit4]   2> 19905 T1075 C41 P53352 oash.SnapPuller.fetchLatestIndex Starting download to org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty3\index.20130316023720757 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e776368 fullCopy=false
[junit4:junit4]   2> 19908 T1030 C40 P53333 REQ /replication {file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 19914 T1075 C41 P53352 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19919 T1075 C41 P53352 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19919 T1075 C41 P53352 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19925 T1075 C41 P53352 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty3\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty3\index,segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19925 T1075 C41 P53352 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19925 T1075 C41 P53352 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19927 T1075 C41 P53352 oass.SolrIndexSearcher.<init> Opening Searcher@111326f1 main
[junit4:junit4]   2> 19927 T1072 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@111326f1 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 19930 T1075 C41 P53352 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty3\index.20130316023720757 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e776368
[junit4:junit4]   2> 19932 T1075 C41 P53352 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19932 T1075 C41 P53352 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19932 T1075 C41 P53352 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19932 T1075 C41 P53352 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19934 T1075 C41 P53352 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20764 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20764 T1018 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53365_ei",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53365/ei"}
[junit4:junit4]   2> 20765 T1018 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 20765 T1018 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20776 T1018 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53352_ei_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53352_ei",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53352/ei"}
[junit4:junit4]   2> 20786 T1089 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> 20786 T1070 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> 20786 T1053 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> 20787 T1037 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> 20788 T1017 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> 20787 T1024 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> 21541 T1090 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 21542 T1090 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53365/ei collection:collection1 shard:shard1
[junit4:junit4]   2> 21549 T1090 oasc.ZkController.register We are http://127.0.0.1:53365/ei/collection1/ and leader is http://127.0.0.1:53333/ei/collection1/
[junit4:junit4]   2> 21549 T1090 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53365/ei
[junit4:junit4]   2> 21549 T1090 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 21549 T1090 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C42 name=collection1 org.apache.solr.core.SolrCore@2653d039 url=http://127.0.0.1:53365/ei/collection1 node=127.0.0.1:53365_ei C42_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:53365_ei, base_url=http://127.0.0.1:53365/ei}
[junit4:junit4]   2> 21550 T1094 C42 P53365 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 21552 T1094 C42 P53365 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 21552 T1094 C42 P53365 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 21552 T1094 C42 P53365 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 21552 T1090 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21559 T1094 C42 P53365 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21561 T993 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 21561 T993 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 21562 T993 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21577 T993 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21579 T993 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 21579 T993 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 21581 T993 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22452 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22453 T1018 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53365_ei_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53365_ei",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53365/ei"}
[junit4:junit4]   2> 22461 T1070 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> 22462 T1089 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> 22464 T1053 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> 22464 T1037 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> 22462 T1024 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> 22464 T1017 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> 22677 T1031 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:53365_ei_collection1&state=recovering&nodeName=127.0.0.1:53365_ei&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1100 
[junit4:junit4]   2> 22682 T993 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23783 T993 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C42_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:53365_ei, base_url=http://127.0.0.1:53365/ei}
[junit4:junit4]   2> 24878 T1094 C42 P53365 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53333/ei/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 24878 T1094 C42 P53365 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:53365/ei START replicas=[http://127.0.0.1:53333/ei/collection1/] nUpdates=100
[junit4:junit4]   2> 24879 T1094 C42 P53365 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 24879 T1094 C42 P53365 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 24879 T1094 C42 P53365 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 24879 T1094 C42 P53365 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 24879 T1094 C42 P53365 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 24880 T1094 C42 P53365 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:53333/ei/collection1/. core=collection1
[junit4:junit4]   2> 24880 T1094 C42 P53365 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24882 T1028 C40 P53333 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 24886 T993 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24890 T1033 C40 P53333 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24905 T1033 C40 P53333 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=3
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 24905 T1033 C40 P53333 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 24906 T1033 C40 P53333 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24906 T1033 C40 P53333 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 16
[junit4:junit4]   2> 24908 T1094 C42 P53365 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 24908 T1094 C42 P53365 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 24912 T1032 C40 P53333 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 24913 T1094 C42 P53365 oash.SnapPuller.fetchLatestIndex Master's generation: 4
[junit4:junit4]   2> 24913 T1094 C42 P53365 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 24914 T1094 C42 P53365 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 24919 T1030 C40 P53333 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=4&version=2} status=0 QTime=3 
[junit4:junit4]   2> 24920 T1094 C42 P53365 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 24921 T1094 C42 P53365 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty4\index.20130316023725778 forceNew: false
[junit4:junit4]   2> 24926 T1094 C42 P53365 oash.SnapPuller.fetchLatestIndex Starting download to org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty4\index.20130316023725778 lockFactory=org.apache.lucene.store.NativeFSLockFactory@914594a fullCopy=false
[junit4:junit4]   2> 24930 T1031 C40 P53333 REQ /replication {file=segments_4&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
[junit4:junit4]   2> 24931 T1094 C42 P53365 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 24935 T1094 C42 P53365 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 24935 T1094 C42 P53365 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 24942 T1094 C42 P53365 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty4\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty4\index,segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 24942 T1094 C42 P53365 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 24943 T1094 C42 P53365 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 24944 T1094 C42 P53365 oass.SolrIndexSearcher.<init> Opening Searcher@52f05870 main
[junit4:junit4]   2> 24945 T1091 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@52f05870 main{StandardDirectoryReader(segments_4:1:nrt)}
[junit4:junit4]   2> 24946 T1094 C42 P53365 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty4\index.20130316023725778 lockFactory=org.apache.lucene.store.NativeFSLockFactory@914594a
[junit4:junit4]   2> 24947 T1094 C42 P53365 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 24947 T1094 C42 P53365 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 24947 T1094 C42 P53365 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 24947 T1094 C42 P53365 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 24950 T1094 C42 P53365 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 25779 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25780 T1018 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53365_ei_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53365_ei",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53365/ei"}
[junit4:junit4]   2> 25790 T1070 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> 25790 T1089 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> 25791 T1053 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> 25791 T1037 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> 25791 T1017 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> 25791 T1024 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> 25987 T993 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25988 T993 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C43 name=collection1 org.apache.solr.core.SolrCore@796e624f url=http://127.0.0.1:53321/ei/collection1 node=127.0.0.1:53321_ei C43_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:53321_ei, base_url=http://127.0.0.1:53321/ei, leader=true}
[junit4:junit4]   2> 26006 T1008 C43 P53321 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26015 T1008 C43 P53321 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\control\data\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 26015 T1008 C43 P53321 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 26022 T1008 C43 P53321 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\control\data\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\control\data\index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 26022 T1008 C43 P53321 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 26028 T1008 C43 P53321 oass.SolrIndexSearcher.<init> Opening Searcher@71475e19 main
[junit4:junit4]   2> 26029 T1008 C43 P53321 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26029 T1021 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71475e19 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 26030 T1008 C43 P53321 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 25
[junit4:junit4]   2> 26037 T1029 C40 P53333 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26045 T1029 C40 P53333 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=4
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 26045 T1029 C40 P53333 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[segments_5]
[junit4:junit4]   2> 26049 T1029 C40 P53333 oass.SolrIndexSearcher.<init> Opening Searcher@6da49168 main
[junit4:junit4]   2> 26049 T1029 C40 P53333 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26050 T1039 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6da49168 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 26051 T1029 C40 P53333 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:53342/ei/collection1/, StdNode: http://127.0.0.1:53352/ei/collection1/, StdNode: http://127.0.0.1:53365/ei/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2>  C39_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:53342_ei, base_url=http://127.0.0.1:53342/ei}
[junit4:junit4]   2> 26075 T1046 C39 P53342 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2>  C42_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:53365_ei, base_url=http://127.0.0.1:53365/ei}
[junit4:junit4]   2> 26077 T1082 C42 P53365 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2>  C41_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:53352_ei, base_url=http://127.0.0.1:53352/ei}
[junit4:junit4]   2> 26084 T1066 C41 P53352 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26089 T1046 C39 P53342 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty2\index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty2\index,segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 26090 T1046 C39 P53342 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 26100 T1082 C42 P53365 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty4\index,segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty4\index,segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 26100 T1046 C39 P53342 oass.SolrIndexSearcher.<init> Opening Searcher@775a0c2b main
[junit4:junit4]   2> 26100 T1082 C42 P53365 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[segments_5]
[junit4:junit4]   2> 26101 T1066 C41 P53352 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty3\index,segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty3\index,segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 26101 T1046 C39 P53342 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26101 T1066 C41 P53352 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 26102 T1055 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@775a0c2b main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 26102 T1046 C39 P53342 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 28
[junit4:junit4]   2> 26106 T1066 C41 P53352 oass.SolrIndexSearcher.<init> Opening Searcher@5c7ca13e main
[junit4:junit4]   2> 26107 T1066 C41 P53352 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26108 T1072 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c7ca13e main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 26108 T1082 C42 P53365 oass.SolrIndexSearcher.<init> Opening Searcher@3da367a main
[junit4:junit4]   2> 26109 T1066 C41 P53352 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 25
[junit4:junit4]   2> 26109 T1082 C42 P53365 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26112 T1091 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3da367a main{StandardDirectoryReader(segments_4:1:nrt)}
[junit4:junit4]   2> 26112 T1082 C42 P53365 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 35
[junit4:junit4]   2> 26113 T1029 C40 P53333 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 76
[junit4:junit4]   2> 26114 T993 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 26117 T1032 C40 P53333 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 26120 T1045 C39 P53342 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 26122 T1061 C41 P53352 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 26124 T1081 C42 P53365 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 28334 T1006 C43 P53321 oass.SolrIndexSearcher.<init> Opening Searcher@3fd969ef realtime
[junit4:junit4]   2> 28334 T1006 C43 P53321 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1429664011845107712)} 0 5
[junit4:junit4]   2> 28348 T1081 C42 P53365 /update {update.distrib=FROMLEADER&_version_=-1429664011854544896&update.from=http://127.0.0.1:53333/ei/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1429664011854544896)} 0 2
[junit4:junit4]   2> 28349 T1045 C39 P53342 /update {update.distrib=FROMLEADER&_version_=-1429664011854544896&update.from=http://127.0.0.1:53333/ei/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1429664011854544896)} 0 3
[junit4:junit4]   2> 28353 T1061 C41 P53352 /update {update.distrib=FROMLEADER&_version_=-1429664011854544896&update.from=http://127.0.0.1:53333/ei/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1429664011854544896)} 0 3
[junit4:junit4]   2> 28354 T1032 C40 P53333 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1429664011854544896)} 0 16
[junit4:junit4]   2> 28361 T1008 C43 P53321 /update {wt=javabin&version=2} {add=[0 (1429664011874467840)]} 0 4
[junit4:junit4]   2> 28372 T1048 C39 P53342 /update {distrib.from=http://127.0.0.1:53333/ei/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1429664011880759296)]} 0 4
[junit4:junit4]   2> 28373 T1084 C42 P53365 /update {distrib.from=http://127.0.0.1:53333/ei/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1429664011880759296)]} 0 2
[junit4:junit4]   2> 28375 T1063 C41 P53352 /update {distrib.from=http://127.0.0.1:53333/ei/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1429664011880759296)]} 0 2
[junit4:junit4]   2> 28376 T1030 C40 P53333 /update {wt=javabin&version=2} {add=[0 (1429664011880759296)]} 0 13
[junit4:junit4]   2> 28378 T1010 C43 P53321 /update {wt=javabin&version=2} {add=[1 (1429664011896487936)]} 0 0
[junit4:junit4]   2> 28386 T1083 C42 P53365 /update {distrib.from=http://127.0.0.1:53333/ei/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1429664011900682240)]} 0 0
[junit4:junit4]   2> 28386 T1065 C41 P53352 /update {distrib.from=http://127.0.0.1:53333/ei/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1429664011900682240)]} 0 0
[junit4:junit4]   2> 28388 T1047 C39 P53342 /update {distrib.from=http://127.0.0.1:53333/ei/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1429664011900682240)]} 0 0
[junit4:junit4]   2> 28389 T1031 C40 P53333 /update {wt=javabin&version=2} {add=[1 (1429664011900682240)]} 0 7
[junit4:junit4]   2> 28392 T1012 C43 P53321 /update {wt=javabin&version=2} {add=[2 (1429664011910119424)]} 0 1
[junit4:junit4]   2> 28398 T1062 C41 P53352 /update {distrib.from=http://127.0.0.1:53333/ei/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1429664011914313728)]} 0 0
[junit4:junit4]   2> 28398 T1085 C42 P53365 /update {distrib.from=http://127.0.0.1:53333/ei/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1429664011914313728)]} 0 0
[junit4:junit4]   2> 28400 T1028 C40 P53333 /update {test.distrib.skip.servers=http://127.0.0.1:53342/ei/collection1/&wt=javabin&version=2} {add=[2 (1429664011914313728)]} 0 5
[junit4:junit4]   2> 28404 T1013 C43 P53321 /update {wt=javabin&version=2} {add=[3 (1429664011922702336)]} 0 1
[junit4:junit4]   2> 28410 T1080 C42 P53365 /update {distrib.from=http://127.0.0.1:53333/ei/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1429664011926896640)]} 0 0
[junit4:junit4]   2> 28412 T1033 C40 P53333 /update {test.distrib.skip.servers=http://127.0.0.1:53342/ei/collection1/&test.distrib.skip.servers=http://127.0.0.1:53352/ei/collection1/&wt=javabin&version=2} {add=[3 (1429664011926896640)]} 0 5
[junit4:junit4]   2> 28415 T1004 C43 P53321 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 28465 T1004 C43 P53321 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\control\data\index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\control\data\index,segFN=segments_3,generation=3,filenames=[_0_Asserting_0.tim, _0.fnm, _0_Asserting_0.tip, _0_Memory_0.ram, _0_Pulsing41_1.tip, _0.nvm, _0_Pulsing41_1.tim, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0.nvd, _0_Pulsing41_1.doc, _0.fdx, _0.si, _0_Pulsing41_1.pos, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt, segments_3]
[junit4:junit4]   2> 28466 T1004 C43 P53321 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Asserting_0.tim, _0.fnm, _0_Asserting_0.tip, _0_Memory_0.ram, _0_Pulsing41_1.tip, _0.nvm, _0_Pulsing41_1.tim, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0.nvd, _0_Pulsing41_1.doc, _0.fdx, _0.si, _0_Pulsing41_1.pos, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt, segments_3]
[junit4:junit4]   2> 28476 T1004 C43 P53321 oass.SolrIndexSearcher.<init> Opening Searcher@7da8ca25 main
[junit4:junit4]   2> 28476 T1004 C43 P53321 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 28477 T1021 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7da8ca25 main{StandardDirectoryReader(segments_3:3:nrt _0(4.3):C4)}
[junit4:junit4]   2> 28477 T1004 C43 P53321 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 62
[junit4:junit4]   2> 28480 T1029 C40 P53333 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 28527 T1029 C40 P53333 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=4
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty1\index,segFN=segments_6,generation=6,filenames=[_0_Asserting_0.tim, _0.fnm, _0_Asserting_0.tip, _0_Memory_0.ram, _0_Pulsing41_1.tip, _0.nvm, _0_Pulsing41_1.tim, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0.nvd, _0_Pulsing41_1.doc, _0.fdx, _0.si, _0_Pulsing41_1.pos, _0_Asserting_0.pos, segments_6, _0_Asserting_0.doc, _0.fdt]
[junit4:junit4]   2> 28528 T1029 C40 P53333 oasc.SolrDeletionPolicy.updateCommits newest commit = 6[_0_Asserting_0.tim, _0.fnm, _0_Asserting_0.tip, _0_Memory_0.ram, _0_Pulsing41_1.tip, _0.nvm, _0_Pulsing41_1.tim, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0.nvd, _0_Pulsing41_1.doc, _0.fdx, _0.si, _0_Pulsing41_1.pos, _0_Asserting_0.pos, segments_6, _0_Asserting_0.doc, _0.fdt]
[junit4:junit4]   2> 28542 T1029 C40 P53333 oass.SolrIndexSearcher.<init> Opening Searcher@3af50e78 main
[junit4:junit4]   2> 28544 T1029 C40 P53333 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 28544 T1039 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3af50e78 main{StandardDirectoryReader(segments_6:3:nrt _0(4.3):C4)}
[junit4:junit4]   2> 28546 T1029 C40 P53333 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:53342/ei/collection1/, StdNode: http://127.0.0.1:53352/ei/collection1/, StdNode: http://127.0.0.1:53365/ei/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 28548 T1082 C42 P53365 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 28548 T1049 C39 P53342 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 28549 T1064 C41 P53352 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 28614 T1064 C41 P53352 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty3\index,segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1363433820864\jetty3\index,segFN=segments_5,generation=5,filenames=[_0_Asserting_0.tim, _0.fnm, _0_Asserting_0.tip, _0_Memory_0.ram, _0_Pulsing41_1.tip, _0.nvm, _0_Pulsing41_1.tim, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0.nvd, _0_Pul

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

choParamsTest, DocValuesMultiTest, TestOmitPositions, SolrCmdDistributorTest, AliasIntegrationTest, SliceStateUpdateTest, PolyFieldTest, TestReplicationHandler, TestFiltering, ReturnFieldsTest, TestFastOutputStream, TestElisionMultitermQuery, UpdateParamsTest, CachingDirectoryFactoryTest, SimplePostToolTest, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, QueryParsingTest, PluginInfoTest, TestZkChroot, QueryEqualityTest, TestRangeQuery, TestRealTimeGet, MinimalSchemaTest, TestPhraseSuggestions, TestQuerySenderNoQuery, DistributedSpellCheckComponentTest, NoCacheHeaderTest, StatelessScriptUpdateProcessorFactoryTest, CurrencyFieldXmlFileTest, ZkSolrClientTest, FieldAnalysisRequestHandlerTest, TermsComponentTest, TestConfig, SolrIndexSplitterTest, BasicDistributedZk2Test, HardAutoCommitTest, TestStressRecovery, TestQueryUtils, TestRandomFaceting, DOMUtilTest, TestExtendedDismaxParser, TermVectorComponentDistributedTest, CacheHeaderTest, ClusterStateUpdateTest, SuggesterTSTTest, TestIndexingPerformance, TestCSVResponseWriter, SOLR749Test, BinaryUpdateRequestHandlerTest, ResourceLoaderTest, TestBadConfig, FieldMutatingUpdateProcessorTest, TestShardHandlerFactory, SuggesterTest, TestCopyFieldCollectionResource, PathHierarchyTokenizerFactoryTest, TestSweetSpotSimilarityFactory, CopyFieldTest, TestFastWriter, SolrRequestParserTest, ChaosMonkeyNothingIsSafeTest, TestUtils, PrimitiveFieldTypeTest, SolrPluginUtilsTest, TestSolr4Spatial, CurrencyFieldOpenExchangeTest, NotRequiredUniqueKeyTest, TestSolrCoreProperties, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=65F5954D128E6C5E -Dtests.slow=true -Dtests.locale=sl_SI -Dtests.timezone=Asia/Yakutsk -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   0.00s | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=5084, name=coreLoadExecutor-3214-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1479)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@3167ca20 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c031aa)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=5086, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1479)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@3d92b6ab lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f8c1974)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4] Completed in 38.86s, 1 test, 2 errors <<< FAILURES!

[...truncated 410 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:381: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:361: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:183: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1213: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:877: There were test failures: 273 suites, 1147 tests, 2 suite-level errors, 1 failure, 18 ignored (12 assumptions)

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