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

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

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

2 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=904, name=coreLoadExecutor-500-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=904, name=coreLoadExecutor-500-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	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:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@2fea0797 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f90cd6e)
	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=906, 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=906, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	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@4442d869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@68b61f16)
	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:722)




Build Log:
[...truncated 8961 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T845 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /hb_qum/pp
[junit4:junit4]   2> 5 T845 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-RecoveryZkTest-1363257053253
[junit4:junit4]   2> 6 T845 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 6 T846 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 9 T846 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 10 T846 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 10 T846 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 10 T846 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 11 T846 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1363257053253/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T845 oasc.ZkTestServer.run start zk server on port:48498
[junit4:junit4]   2> 108 T845 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48498 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@462c21c4
[junit4:junit4]   2> 109 T845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 109 T851 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48498. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 110 T851 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48498, initiating session
[junit4:junit4]   2> 110 T847 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:15011
[junit4:junit4]   2> 110 T847 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:15011
[junit4:junit4]   2> 110 T849 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 113 T849 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6873d04d0000 with negotiated timeout 10000 for client /140.211.11.196:15011
[junit4:junit4]   2> 113 T851 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48498, sessionid = 0x13d6873d04d0000, negotiated timeout = 10000
[junit4:junit4]   2> 113 T852 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@462c21c4 name:ZooKeeperConnection Watcher:127.0.0.1:48498 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 114 T845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 114 T845 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 117 T850 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6873d04d0000
[junit4:junit4]   2> 125 T852 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 125 T845 oaz.ZooKeeper.close Session: 0x13d6873d04d0000 closed
[junit4:junit4]   2> 126 T845 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48498/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1afb4c92
[junit4:junit4]   2> 127 T847 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:15011 which had sessionid 0x13d6873d04d0000
[junit4:junit4]   2> 127 T853 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48498. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 127 T845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 127 T853 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48498, initiating session
[junit4:junit4]   2> 127 T847 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:21983
[junit4:junit4]   2> 128 T847 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:21983
[junit4:junit4]   2> 129 T849 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6873d04d0001 with negotiated timeout 10000 for client /140.211.11.196:21983
[junit4:junit4]   2> 129 T853 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48498, sessionid = 0x13d6873d04d0001, negotiated timeout = 10000
[junit4:junit4]   2> 129 T854 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1afb4c92 name:ZooKeeperConnection Watcher:127.0.0.1:48498/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 130 T845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 130 T845 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 140 T845 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 142 T845 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 144 T845 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 153 T845 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 154 T845 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 167 T845 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 168 T845 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 272 T845 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 274 T845 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 277 T845 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 277 T845 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 287 T845 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 287 T845 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 290 T845 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 291 T845 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 294 T845 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 295 T845 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 297 T845 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 298 T845 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 301 T845 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 302 T845 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 304 T850 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6873d04d0001
[junit4:junit4]   2> 312 T854 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 312 T845 oaz.ZooKeeper.close Session: 0x13d6873d04d0001 closed
[junit4:junit4]   2> 312 T847 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:21983 which had sessionid 0x13d6873d04d0001
[junit4:junit4]   2> 506 T845 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 511 T845 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:62140
[junit4:junit4]   2> 512 T845 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 513 T845 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 513 T845 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363257053561
[junit4:junit4]   2> 514 T845 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363257053561/solr.xml
[junit4:junit4]   2> 515 T845 oasc.CoreContainer.<init> New CoreContainer 1651649860
[junit4:junit4]   2> 515 T845 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363257053561/'
[junit4:junit4]   2> 516 T845 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363257053561/'
[junit4:junit4]   2> 592 T845 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 593 T845 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 593 T845 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 594 T845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 595 T845 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 595 T845 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 596 T845 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 596 T845 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 597 T845 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 597 T845 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 619 T845 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 640 T845 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48498/solr
[junit4:junit4]   2> 640 T845 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 641 T845 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48498 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c7d048
[junit4:junit4]   2> 642 T845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 643 T864 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48498. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 643 T864 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48498, initiating session
[junit4:junit4]   2> 644 T847 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:56934
[junit4:junit4]   2> 644 T847 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:56934
[junit4:junit4]   2> 646 T849 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6873d04d0002 with negotiated timeout 20000 for client /140.211.11.196:56934
[junit4:junit4]   2> 646 T864 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48498, sessionid = 0x13d6873d04d0002, negotiated timeout = 20000
[junit4:junit4]   2> 646 T865 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c7d048 name:ZooKeeperConnection Watcher:127.0.0.1:48498 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 647 T845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 648 T850 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6873d04d0002
[junit4:junit4]   2> 658 T865 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 658 T847 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:56934 which had sessionid 0x13d6873d04d0002
[junit4:junit4]   2> 658 T845 oaz.ZooKeeper.close Session: 0x13d6873d04d0002 closed
[junit4:junit4]   2> 658 T845 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 670 T845 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48498/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@53c2a0b0
[junit4:junit4]   2> 672 T866 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48498. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 671 T845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 672 T866 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48498, initiating session
[junit4:junit4]   2> 672 T847 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59549
[junit4:junit4]   2> 673 T847 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59549
[junit4:junit4]   2> 674 T849 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6873d04d0003 with negotiated timeout 20000 for client /140.211.11.196:59549
[junit4:junit4]   2> 674 T866 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48498, sessionid = 0x13d6873d04d0003, negotiated timeout = 20000
[junit4:junit4]   2> 674 T867 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53c2a0b0 name:ZooKeeperConnection Watcher:127.0.0.1:48498/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 675 T845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 677 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 684 T845 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 686 T845 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62140_hb_qum%2Fpp
[junit4:junit4]   2> 687 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:62140_hb_qum%2Fpp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:62140_hb_qum%2Fpp
[junit4:junit4]   2> 689 T845 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62140_hb_qum%2Fpp
[junit4:junit4]   2> 698 T845 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 711 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0003 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> 712 T845 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 715 T845 oasc.Overseer.start Overseer (id=89342414242512899-127.0.0.1:62140_hb_qum%2Fpp-n_0000000000) starting
[junit4:junit4]   2> 716 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 717 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 726 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 727 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 734 T869 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 735 T845 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 745 T845 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 748 T845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 750 T868 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 755 T870 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363257053561/collection1
[junit4:junit4]   2> 755 T870 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 755 T870 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 756 T870 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 757 T870 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363257053561/collection1/'
[junit4:junit4]   2> 758 T870 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363257053561/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 758 T870 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363257053561/collection1/lib/README' to classloader
[junit4:junit4]   2> 793 T870 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 834 T870 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 934 T870 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 939 T870 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1357 T870 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1365 T870 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1368 T870 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1380 T870 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1384 T870 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1388 T870 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1389 T870 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1389 T870 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1390 T870 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1391 T870 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1391 T870 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1391 T870 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1391 T870 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363257053561/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363257053253/control/data/
[junit4:junit4]   2> 1392 T870 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@509c79d4
[junit4:junit4]   2> 1392 T870 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1393 T870 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363257053253/control/data forceNew: false
[junit4:junit4]   2> 1393 T870 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363257053253/control/data/index/
[junit4:junit4]   2> 1393 T870 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363257053253/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1394 T870 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363257053253/control/data/index forceNew: false
[junit4:junit4]   2> 1396 T870 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@796dcbb9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d23a81b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1396 T870 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1398 T870 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1399 T870 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1399 T870 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1400 T870 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1400 T870 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1400 T870 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1401 T870 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1401 T870 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1402 T870 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1410 T870 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1414 T870 oass.SolrIndexSearcher.<init> Opening Searcher@71a8a8ae main
[junit4:junit4]   2> 1414 T870 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363257053253/control/data/tlog
[junit4:junit4]   2> 1415 T870 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1415 T870 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1418 T871 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71a8a8ae main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1420 T870 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1420 T870 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1421 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0003 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> 2254 T868 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2255 T868 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62140_hb_qum%2Fpp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62140/hb_qum/pp"}
[junit4:junit4]   2> 2256 T868 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2256 T868 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2257 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0003 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> 2300 T867 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> 2443 T870 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2443 T870 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62140/hb_qum/pp collection:control_collection shard:shard1
[junit4:junit4]   2> 2444 T870 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2459 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0003 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> 2460 T870 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2461 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2471 T870 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2471 T870 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2471 T870 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62140/hb_qum/pp/collection1/
[junit4:junit4]   2> 2471 T870 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2472 T870 oasc.SyncStrategy.syncToMe http://127.0.0.1:62140/hb_qum/pp/collection1/ has no replicas
[junit4:junit4]   2> 2472 T870 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62140/hb_qum/pp/collection1/
[junit4:junit4]   2> 2472 T870 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2476 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3810 T868 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3830 T867 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> 3855 T870 oasc.ZkController.register We are http://127.0.0.1:62140/hb_qum/pp/collection1/ and leader is http://127.0.0.1:62140/hb_qum/pp/collection1/
[junit4:junit4]   2> 3855 T870 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62140/hb_qum/pp
[junit4:junit4]   2> 3855 T870 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3856 T870 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3856 T870 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3857 T870 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3859 T845 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3859 T845 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3860 T845 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3874 T845 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3875 T845 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48498/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@35c0cbdb
[junit4:junit4]   2> 3876 T845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3877 T873 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48498. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3877 T873 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48498, initiating session
[junit4:junit4]   2> 3877 T847 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:46200
[junit4:junit4]   2> 3878 T847 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:46200
[junit4:junit4]   2> 3879 T849 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6873d04d0004 with negotiated timeout 10000 for client /140.211.11.196:46200
[junit4:junit4]   2> 3879 T873 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48498, sessionid = 0x13d6873d04d0004, negotiated timeout = 10000
[junit4:junit4]   2> 3879 T874 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35c0cbdb name:ZooKeeperConnection Watcher:127.0.0.1:48498/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3880 T845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3881 T845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3883 T845 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4074 T845 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4077 T845 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:27776
[junit4:junit4]   2> 4078 T845 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4078 T845 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4079 T845 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363257057132
[junit4:junit4]   2> 4079 T845 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363257057132/solr.xml
[junit4:junit4]   2> 4080 T845 oasc.CoreContainer.<init> New CoreContainer 1808208416
[junit4:junit4]   2> 4081 T845 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363257057132/'
[junit4:junit4]   2> 4081 T845 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363257057132/'
[junit4:junit4]   2> 4155 T845 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4156 T845 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4157 T845 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4157 T845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4158 T845 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4158 T845 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4159 T845 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4159 T845 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4160 T845 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4160 T845 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4180 T845 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4200 T845 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48498/solr
[junit4:junit4]   2> 4201 T845 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4202 T845 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48498 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2ba320f0
[junit4:junit4]   2> 4203 T845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4203 T884 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48498. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4204 T884 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48498, initiating session
[junit4:junit4]   2> 4204 T847 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:32710
[junit4:junit4]   2> 4205 T847 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:32710
[junit4:junit4]   2> 4207 T849 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6873d04d0005 with negotiated timeout 20000 for client /140.211.11.196:32710
[junit4:junit4]   2> 4207 T884 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48498, sessionid = 0x13d6873d04d0005, negotiated timeout = 20000
[junit4:junit4]   2> 4208 T885 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ba320f0 name:ZooKeeperConnection Watcher:127.0.0.1:48498 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4208 T845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4209 T850 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6873d04d0005
[junit4:junit4]   2> 4223 T885 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4223 T847 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:32710 which had sessionid 0x13d6873d04d0005
[junit4:junit4]   2> 4223 T845 oaz.ZooKeeper.close Session: 0x13d6873d04d0005 closed
[junit4:junit4]   2> 4224 T845 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4234 T845 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48498/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@39f29981
[junit4:junit4]   2> 4235 T886 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48498. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4235 T845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4236 T886 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48498, initiating session
[junit4:junit4]   2> 4236 T847 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:35672
[junit4:junit4]   2> 4236 T847 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:35672
[junit4:junit4]   2> 4238 T849 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6873d04d0006 with negotiated timeout 20000 for client /140.211.11.196:35672
[junit4:junit4]   2> 4238 T886 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48498, sessionid = 0x13d6873d04d0006, negotiated timeout = 20000
[junit4:junit4]   2> 4238 T887 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39f29981 name:ZooKeeperConnection Watcher:127.0.0.1:48498/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4238 T845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4240 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4241 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4243 T845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5246 T845 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:27776_hb_qum%2Fpp
[junit4:junit4]   2> 5248 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:27776_hb_qum%2Fpp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:27776_hb_qum%2Fpp
[junit4:junit4]   2> 5249 T845 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:27776_hb_qum%2Fpp
[junit4:junit4]   2> 5252 T867 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5252 T874 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5252 T887 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5253 T867 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> 5268 T888 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363257057132/collection1
[junit4:junit4]   2> 5269 T888 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5269 T888 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5269 T888 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5270 T888 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363257057132/collection1/'
[junit4:junit4]   2> 5271 T888 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363257057132/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5272 T888 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363257057132/collection1/lib/README' to classloader
[junit4:junit4]   2> 5306 T888 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 5336 T868 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5336 T868 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:62140_hb_qum%2Fpp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:62140/hb_qum/pp"}
[junit4:junit4]   2> 5348 T888 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5349 T867 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> 5349 T887 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> 5349 T874 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> 5350 T888 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5354 T888 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5766 T888 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5774 T888 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5777 T888 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5788 T888 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5792 T888 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5796 T888 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5797 T888 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5797 T888 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5798 T888 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5799 T888 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5799 T888 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5799 T888 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5799 T888 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363257057132/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty1/
[junit4:junit4]   2> 5800 T888 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@509c79d4
[junit4:junit4]   2> 5800 T888 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5801 T888 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty1 forceNew: false
[junit4:junit4]   2> 5801 T888 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty1/index/
[junit4:junit4]   2> 5801 T888 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5802 T888 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty1/index forceNew: false
[junit4:junit4]   2> 5804 T888 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@31ac1bbe lockFactory=org.apache.lucene.store.NativeFSLockFactory@58abcff3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5804 T888 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5806 T888 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5807 T888 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5807 T888 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5808 T888 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5808 T888 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5808 T888 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5809 T888 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5809 T888 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5810 T888 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5818 T888 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5822 T888 oass.SolrIndexSearcher.<init> Opening Searcher@1777c0e2 main
[junit4:junit4]   2> 5822 T888 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty1/tlog
[junit4:junit4]   2> 5823 T888 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5823 T888 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5827 T889 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1777c0e2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5829 T888 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5830 T888 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6853 T868 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6854 T868 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[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:27776_hb_qum%2Fpp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:27776/hb_qum/pp"}
[junit4:junit4]   2> 6854 T868 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6855 T868 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6879 T887 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> 6879 T874 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> 6879 T867 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> 7833 T888 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7833 T888 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:27776/hb_qum/pp collection:collection1 shard:shard1
[junit4:junit4]   2> 7834 T888 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7852 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7853 T888 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7853 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7864 T888 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7864 T888 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7864 T888 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:27776/hb_qum/pp/collection1/
[junit4:junit4]   2> 7864 T888 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7865 T888 oasc.SyncStrategy.syncToMe http://127.0.0.1:27776/hb_qum/pp/collection1/ has no replicas
[junit4:junit4]   2> 7865 T888 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:27776/hb_qum/pp/collection1/
[junit4:junit4]   2> 7865 T888 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7869 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8383 T868 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8420 T887 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> 8420 T874 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> 8420 T867 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> 8438 T888 oasc.ZkController.register We are http://127.0.0.1:27776/hb_qum/pp/collection1/ and leader is http://127.0.0.1:27776/hb_qum/pp/collection1/
[junit4:junit4]   2> 8438 T888 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:27776/hb_qum/pp
[junit4:junit4]   2> 8438 T888 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8439 T888 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8439 T888 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8441 T888 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8442 T845 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8442 T845 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8443 T845 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8660 T845 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8663 T845 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:33903
[junit4:junit4]   2> 8664 T845 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8665 T845 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8665 T845 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363257061705
[junit4:junit4]   2> 8666 T845 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363257061705/solr.xml
[junit4:junit4]   2> 8666 T845 oasc.CoreContainer.<init> New CoreContainer 1221581747
[junit4:junit4]   2> 8667 T845 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363257061705/'
[junit4:junit4]   2> 8668 T845 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363257061705/'
[junit4:junit4]   2> 8730 T845 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8731 T845 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8732 T845 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8732 T845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8733 T845 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8733 T845 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8734 T845 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8734 T845 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8735 T845 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8735 T845 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8755 T845 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8775 T845 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48498/solr
[junit4:junit4]   2> 8776 T845 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8777 T845 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48498 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@59e0afcd
[junit4:junit4]   2> 8778 T845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8778 T900 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48498. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8779 T900 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48498, initiating session
[junit4:junit4]   2> 8779 T847 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:27718
[junit4:junit4]   2> 8780 T847 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:27718
[junit4:junit4]   2> 8781 T849 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6873d04d0007 with negotiated timeout 20000 for client /140.211.11.196:27718
[junit4:junit4]   2> 8781 T900 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48498, sessionid = 0x13d6873d04d0007, negotiated timeout = 20000
[junit4:junit4]   2> 8782 T901 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59e0afcd name:ZooKeeperConnection Watcher:127.0.0.1:48498 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8782 T845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8783 T850 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6873d04d0007
[junit4:junit4]   2> 8785 T901 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8785 T847 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:27718 which had sessionid 0x13d6873d04d0007
[junit4:junit4]   2> 8785 T845 oaz.ZooKeeper.close Session: 0x13d6873d04d0007 closed
[junit4:junit4]   2> 8786 T845 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8796 T845 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48498/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@70570771
[junit4:junit4]   2> 8797 T902 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48498. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8797 T845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8798 T847 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:12168
[junit4:junit4]   2> 8797 T902 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48498, initiating session
[junit4:junit4]   2> 8798 T847 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:12168
[junit4:junit4]   2> 8799 T849 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6873d04d0008 with negotiated timeout 20000 for client /140.211.11.196:12168
[junit4:junit4]   2> 8799 T902 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48498, sessionid = 0x13d6873d04d0008, negotiated timeout = 20000
[junit4:junit4]   2> 8800 T903 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70570771 name:ZooKeeperConnection Watcher:127.0.0.1:48498/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8800 T845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8801 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8802 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8811 T845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9814 T845 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33903_hb_qum%2Fpp
[junit4:junit4]   2> 9815 T850 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6873d04d0008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:33903_hb_qum%2Fpp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:33903_hb_qum%2Fpp
[junit4:junit4]   2> 9817 T845 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33903_hb_qum%2Fpp
[junit4:junit4]   2> 9819 T874 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> 9819 T887 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> 9820 T867 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9820 T903 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9820 T867 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> 9821 T874 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9830 T887 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9835 T904 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363257061705/collection1
[junit4:junit4]   2> 9835 T904 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9836 T904 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9836 T904 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9837 T904 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363257061705/collection1/'
[junit4:junit4]   2> 9838 T904 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363257061705/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9839 T904 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363257061705/collection1/lib/README' to classloader
[junit4:junit4]   2> 9873 T904 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 9914 T904 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9925 T868 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9926 T868 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[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:27776_hb_qum%2Fpp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:27776/hb_qum/pp"}
[junit4:junit4]   2> 9939 T867 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> 9939 T874 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> 9939 T887 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> 10015 T904 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10015 T903 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> 10020 T904 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10435 T904 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10443 T904 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10445 T904 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10458 T904 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10462 T904 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10465 T904 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10466 T904 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10467 T904 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10467 T904 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10468 T904 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10468 T904 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10468 T904 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10469 T904 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363257061705/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty2/
[junit4:junit4]   2> 10469 T904 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@509c79d4
[junit4:junit4]   2> 10470 T904 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10470 T904 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty2 forceNew: false
[junit4:junit4]   2> 10470 T904 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty2/index/
[junit4:junit4]   2> 10471 T904 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10471 T904 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty2/index forceNew: false
[junit4:junit4]   2> 10473 T904 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7e7d23b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7554467e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10474 T904 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10476 T904 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10476 T904 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10477 T904 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10477 T904 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10478 T904 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10478 T904 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10478 T904 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10479 T904 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10479 T904 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10488 T904 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10492 T904 oass.SolrIndexSearcher.<init> Opening Searcher@55333736 main
[junit4:junit4]   2> 10492 T904 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty2/tlog
[junit4:junit4]   2> 10493 T904 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10493 T904 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10497 T905 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@55333736 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10499 T904 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10499 T904 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11443 T868 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11456 T868 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[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:33903_hb_qum%2Fpp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33903/hb_qum/pp"}
[junit4:junit4]   2> 11456 T868 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11457 T868 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11540 T867 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> 11540 T903 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> 11540 T874 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> 11540 T887 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> 12529 T904 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12529 T904 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33903/hb_qum/pp collection:collection1 shard:shard1
[junit4:junit4]   2> 12557 T904 oasc.ZkController.register We are http://127.0.0.1:33903/hb_qum/pp/collection1/ and leader is http://127.0.0.1:27776/hb_qum/pp/collection1/
[junit4:junit4]   2> 12558 T904 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33903/hb_qum/pp
[junit4:junit4]   2> 12558 T904 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12558 T904 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C43 name=collection1 org.apache.solr.core.SolrCore@4d874cf url=http://127.0.0.1:33903/hb_qum/pp/collection1 node=127.0.0.1:33903_hb_qum%2Fpp C43_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:33903_hb_qum%2Fpp, base_url=http://127.0.0.1:33903/hb_qum/pp}
[junit4:junit4]   2> 12559 T906 C43 P33903 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12559 T904 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12560 T906 C43 P33903 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12560 T906 C43 P33903 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12561 T906 C43 P33903 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12561 T845 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12562 T845 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12562 T906 C43 P33903 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12562 T845 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12579 T845 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C44 name=collection1 org.apache.solr.core.SolrCore@687ef0b8 url=http://127.0.0.1:62140/hb_qum/pp/collection1 node=127.0.0.1:62140_hb_qum%2Fpp C44_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:62140_hb_qum%2Fpp, base_url=http://127.0.0.1:62140/hb_qum/pp, leader=true}
[junit4:junit4]   2> 12591 T857 C44 P62140 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@796dcbb9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d23a81b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12592 T857 C44 P62140 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12595 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10001 (1429478641067098112)]} 0 6
[junit4:junit4]   2> 12595 T858 C44 P62140 /update {wt=javabin&version=2} {add=[1 (1429478641067098113)]} 0 6
[junit4:junit4]   2> ASYNC  NEW_CORE C45 name=collection1 org.apache.solr.core.SolrCore@1d30670f url=http://127.0.0.1:27776/hb_qum/pp/collection1 node=127.0.0.1:27776_hb_qum%2Fpp C45_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:27776_hb_qum%2Fpp, base_url=http://127.0.0.1:27776/hb_qum/pp, leader=true}
[junit4:junit4]   2> 12615 T879 C45 P27776 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@31ac1bbe lockFactory=org.apache.lucene.store.NativeFSLockFactory@58abcff3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12616 T879 C45 P27776 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12618 T878 C45 P27776 /update {wt=javabin&version=2} {add=[1 (1429478641092263937)]} 0 5
[junit4:junit4]   2> 12619 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10001 (1429478641092263936)]} 0 6
[junit4:junit4]   2> 12691 T857 C44 P62140 /update {wt=javabin&version=2} {add=[2 (1429478641171955712)]} 0 1
[junit4:junit4]   2> 12691 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10002 (1429478641174052864)]} 0 1
[junit4:junit4]   2> 12694 T879 C45 P27776 /update {wt=javabin&version=2} {add=[2 (1429478641176150016)]} 0 1
[junit4:junit4]   2> 12695 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10002 (1429478641177198592)]} 0 1
[junit4:junit4]   2> 12769 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10003 (1429478641254793216)]} 0 1
[junit4:junit4]   2> 12769 T857 C44 P62140 /update {wt=javabin&version=2} {add=[3 (1429478641255841792)]} 0 1
[junit4:junit4]   2> 12773 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10003 (1429478641258987520)]} 0 1
[junit4:junit4]   2> 12774 T879 C45 P27776 /update {wt=javabin&version=2} {add=[3 (1429478641260036096)]} 0 2
[junit4:junit4]   2> 12833 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10004 (1429478641321902080)]} 0 1
[junit4:junit4]   2> 12834 T858 C44 P62140 /update {wt=javabin&version=2} {add=[4 (1429478641322950656)]} 0 1
[junit4:junit4]   2> 12837 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10004 (1429478641326096384)]} 0 1
[junit4:junit4]   2> 12838 T878 C45 P27776 /update {wt=javabin&version=2} {add=[4 (1429478641327144960)]} 0 1
[junit4:junit4]   2> 12939 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10004 (-1429478641434099712)]} 0 0
[junit4:junit4]   2> 12941 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[4 (-1429478641435148288)]} 0 1
[junit4:junit4]   2> 12943 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10004 (-1429478641438294016)]} 0 0
[junit4:junit4]   2> 12945 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[4 (-1429478641439342592)]} 0 1
[junit4:junit4]   2> 12948 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10005 (1429478641442488320)]} 0 1
[junit4:junit4]   2> 12949 T858 C44 P62140 /update {wt=javabin&version=2} {add=[5 (1429478641443536896)]} 0 1
[junit4:junit4]   2> 12952 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10005 (1429478641446682624)]} 0 1
[junit4:junit4]   2> 12953 T878 C45 P27776 /update {wt=javabin&version=2} {add=[5 (1429478641447731200)]} 0 1
[junit4:junit4]   2> 13037 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10006 (1429478641535811584)]} 0 2
[junit4:junit4]   2> 13037 T857 C44 P62140 /update {wt=javabin&version=2} {add=[6 (1429478641535811585)]} 0 1
[junit4:junit4]   2> 13041 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10006 (1429478641540005888)]} 0 1
[junit4:junit4]   2> 13042 T879 C45 P27776 /update {wt=javabin&version=2} {add=[6 (1429478641540005889)]} 0 2
[junit4:junit4]   2> 13044 T868 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13045 T868 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[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:33903_hb_qum%2Fpp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33903/hb_qum/pp"}
[junit4:junit4]   2> 13056 T857 C44 P62140 /update {wt=javabin&version=2} {add=[7 (1429478641555734528)]} 0 1
[junit4:junit4]   2> 13056 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10007 (1429478641555734529)]} 0 1
[junit4:junit4]   2> 13060 T879 C45 P27776 /update {wt=javabin&version=2} {add=[7 (1429478641560977408)]} 0 1
[junit4:junit4]   2> 13061 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10007 (1429478641560977409)]} 0 2
[junit4:junit4]   2> 13062 T874 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> 13062 T903 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> 13062 T867 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> 13062 T887 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> 13155 T858 C44 P62140 /update {wt=javabin&version=2} {add=[8 (1429478641659543552)]} 0 1
[junit4:junit4]   2> 13156 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10008 (1429478641660592128)]} 0 1
[junit4:junit4]   2>  C43_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:33903_hb_qum%2Fpp, base_url=http://127.0.0.1:33903/hb_qum/pp}
[junit4:junit4]   2> 13168 T893 C43 P33903 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7e7d23b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7554467e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13169 T893 C43 P33903 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13171 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1429478641663737856)]} 0 5
[junit4:junit4]   2> 13172 T878 C45 P27776 /update {wt=javabin&version=2} {add=[8 (1429478641663737856)]} 0 14
[junit4:junit4]   2> 13175 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10008 (1429478641665835008)]} 0 2
[junit4:junit4]   2> 13177 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10008 (1429478641665835008)]} 0 18
[junit4:junit4]   2> 13229 T857 C44 P62140 /update {wt=javabin&version=2} {add=[9 (1429478641738186752)]} 0 1
[junit4:junit4]   2> 13234 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10009 (1429478641742381056)]} 0 1
[junit4:junit4]   2> 13236 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1429478641741332480)]} 0 1
[junit4:junit4]   2> 13237 T879 C45 P27776 /update {wt=javabin&version=2} {add=[9 (1429478641741332480)]} 0 5
[junit4:junit4]   2> 13241 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10009 (1429478641746575360)]} 0 1
[junit4:junit4]   2> 13242 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10009 (1429478641746575360)]} 0 5
[junit4:junit4]   2> 13339 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[6 (-1429478641853530112)]} 0 0
[junit4:junit4]   2> 13344 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10006 (-1429478641858772992)]} 0 0
[junit4:junit4]   2> 13346 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[6 (-1429478641856675840)]} 0 1
[junit4:junit4]   2> 13346 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[6 (-1429478641856675840)]} 0 4
[junit4:junit4]   2> 13350 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10 (1429478641864015872)]} 0 1
[junit4:junit4]   2> 13350 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10006 (-1429478641861918720)]} 0 0
[junit4:junit4]   2> 13351 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10006 (-1429478641861918720)]} 0 4
[junit4:junit4]   2> 13355 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10010 (1429478641869258752)]} 0 1
[junit4:junit4]   2> 13357 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1429478641868210176)]} 0 1
[junit4:junit4]   2> 13358 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10 (1429478641868210176)]} 0 5
[junit4:junit4]   2> 13362 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10010 (1429478641873453056)]} 0 1
[junit4:junit4]   2> 13363 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10010 (1429478641873453056)]} 0 5
[junit4:junit4]   2> 13420 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[7 (-1429478641938464768)]} 0 0
[junit4:junit4]   2> 13426 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10007 (-1429478641944756224)]} 0 0
[junit4:junit4]   2> 13427 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[7 (-1429478641941610496)]} 0 1
[junit4:junit4]   2> 13428 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[7 (-1429478641941610496)]} 0 5
[junit4:junit4]   2> 13432 T857 C44 P62140 /update {wt=javabin&version=2} {add=[11 (1429478641949999104)]} 0 1
[junit4:junit4]   2> 13433 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10007 (-1429478641948950528)]} 0 0
[junit4:junit4]   2> 13434 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10007 (-1429478641948950528)]} 0 4
[junit4:junit4]   2> 13438 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10011 (1429478641956290560)]} 0 1
[junit4:junit4]   2> 13439 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1429478641954193408)]} 0 1
[junit4:junit4]   2> 13440 T879 C45 P27776 /update {wt=javabin&version=2} {add=[11 (1429478641954193408)]} 0 5
[junit4:junit4]   2> 13445 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10011 (1429478641960484864)]} 0 1
[junit4:junit4]   2> 13445 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10011 (1429478641960484864)]} 0 4
[junit4:junit4]   2> 13458 T857 C44 P62140 /update {wt=javabin&version=2} {add=[12 (1429478641977262080)]} 0 1
[junit4:junit4]   2> 13463 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10012 (1429478641982504960)]} 0 1
[junit4:junit4]   2> 13465 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1429478641981456384)]} 0 1
[junit4:junit4]   2> 13466 T878 C45 P27776 /update {wt=javabin&version=2} {add=[12 (1429478641981456384)]} 0 5
[junit4:junit4]   2> 13470 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10012 (1429478641986699264)]} 0 1
[junit4:junit4]   2> 13471 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10012 (1429478641986699264)]} 0 5
[junit4:junit4]   2> 13479 T857 C44 P62140 /update {wt=javabin&version=2} {add=[13 (1429478641999282176)]} 0 1
[junit4:junit4]   2> 13484 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10013 (1429478642004525056)]} 0 1
[junit4:junit4]   2> 13486 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1429478642003476480)]} 0 1
[junit4:junit4]   2> 13487 T879 C45 P27776 /update {wt=javabin&version=2} {add=[13 (1429478642003476480)]} 0 5
[junit4:junit4]   2> 13491 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10013 (1429478642008719360)]} 0 1
[junit4:junit4]   2> 13492 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10013 (1429478642008719360)]} 0 5
[junit4:junit4]   2> 13548 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[8 (-1429478642071633920)]} 0 1
[junit4:junit4]   2> 13551 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10008 (-1429478642075828224)]} 0 0
[junit4:junit4]   2> 13555 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[8 (-1429478642075828224)]} 0 1
[junit4:junit4]   2> 13555 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[8 (-1429478642075828224)]} 0 4
[junit4:junit4]   2> 13558 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10008 (-1429478642080022528)]} 0 1
[junit4:junit4]   2> 13559 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10008 (-1429478642080022528)]} 0 5
[junit4:junit4]   2> 13559 T857 C44 P62140 /update {wt=javabin&version=2} {add=[14 (1429478642083168256)]} 0 1
[junit4:junit4]   2> 13563 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10014 (1429478642087362560)]} 0 1
[junit4:junit4]   2> 13566 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1429478642087362560)]} 0 1
[junit4:junit4]   2> 13567 T879 C45 P27776 /update {wt=javabin&version=2} {add=[14 (1429478642087362560)]} 0 5
[junit4:junit4]   2> 13570 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1429478642091556864)]} 0 1
[junit4:junit4]   2> 13571 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10014 (1429478642091556864)]} 0 5
[junit4:junit4]   2> 13581 T877 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=3&state=recovering&nodeName=127.0.0.1:33903_hb_qum%252Fpp&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
[junit4:junit4]   2> 13651 T858 C44 P62140 /update {wt=javabin&version=2} {add=[15 (1429478642180685824)]} 0 1
[junit4:junit4]   2> 13654 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10015 (1429478642182782976)]} 0 1
[junit4:junit4]   2> 13659 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429478642183831552)]} 0 1
[junit4:junit4]   2> 13660 T878 C45 P27776 /update {wt=javabin&version=2} {add=[15 (1429478642183831552)]} 0 6
[junit4:junit4]   2> 13661 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1429478642186977280)]} 0 1
[junit4:junit4]   2> 13662 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10015 (1429478642186977280)]} 0 5
[junit4:junit4]   2> 13741 T857 C44 P62140 /update {wt=javabin&version=2} {add=[16 (1429478642274009088)]} 0 1
[junit4:junit4]   2> 13743 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10016 (1429478642276106240)]} 0 1
[junit4:junit4]   2> 13748 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429478642278203392)]} 0 1
[junit4:junit4]   2> 13749 T879 C45 P27776 /update {wt=javabin&version=2} {add=[16 (1429478642278203392)]} 0 5
[junit4:junit4]   2> 13750 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1429478642280300544)]} 0 1
[junit4:junit4]   2> 13751 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10016 (1429478642280300544)]} 0 5
[junit4:junit4]   2> 13822 T858 C44 P62140 /update {wt=javabin&version=2} {add=[17 (1429478642358943744)]} 0 1
[junit4:junit4]   2> 13824 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10017 (1429478642361040896)]} 0 1
[junit4:junit4]   2> 13829 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429478642363138048)]} 0 1
[junit4:junit4]   2> 13830 T878 C45 P27776 /update {wt=javabin&version=2} {add=[17 (1429478642363138048)]} 0 5
[junit4:junit4]   2> 13831 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429478642365235200)]} 0 1
[junit4:junit4]   2> 13832 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10017 (1429478642365235200)]} 0 5
[junit4:junit4]   2> 13931 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[16 (-1429478642474287104)]} 0 1
[junit4:junit4]   2> 13933 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10016 (-1429478642475335680)]} 0 1
[junit4:junit4]   2> 13938 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[16 (-1429478642477432832)]} 0 1
[junit4:junit4]   2> 13938 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[16 (-1429478642477432832)]} 0 4
[junit4:junit4]   2> 13939 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10016 (-1429478642479529984)]} 0 0
[junit4:junit4]   2> 13940 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10016 (-1429478642479529984)]} 0 4
[junit4:junit4]   2> 13942 T858 C44 P62140 /update {wt=javabin&version=2} {add=[18 (1429478642484772864)]} 0 1
[junit4:junit4]   2> 13944 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10018 (1429478642486870016)]} 0 1
[junit4:junit4]   2> 13949 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429478642488967168)]} 0 1
[junit4:junit4]   2> 13950 T878 C45 P27776 /update {wt=javabin&version=2} {add=[18 (1429478642488967168)]} 0 5
[junit4:junit4]   2> 13951 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429478642491064320)]} 0 1
[junit4:junit4]   2> 13952 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10018 (1429478642491064320)]} 0 5
[junit4:junit4]   2> 14039 T857 C44 P62140 /update {wt=javabin&version=2} {add=[19 (1429478642586484736)]} 0 1
[junit4:junit4]   2> 14041 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10019 (1429478642588581888)]} 0 1
[junit4:junit4]   2> 14046 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429478642590679040)]} 0 1
[junit4:junit4]   2> 14047 T879 C45 P27776 /update {wt=javabin&version=2} {add=[19 (1429478642590679040)]} 0 5
[junit4:junit4]   2> 14048 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429478642592776192)]} 0 1
[junit4:junit4]   2> 14049 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10019 (1429478642592776192)]} 0 5
[junit4:junit4]   2> 14106 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[17 (-1429478642657787904)]} 0 1
[junit4:junit4]   2> 14107 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10017 (-1429478642658836480)]} 0 0
[junit4:junit4]   2> 14113 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[17 (-1429478642660933632)]} 0 0
[junit4:junit4]   2> 14113 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[17 (-1429478642660933632)]} 0 4
[junit4:junit4]   2> 14114 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10017 (-1429478642661982208)]} 0 1
[junit4:junit4]   2> 14115 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10017 (-1429478642661982208)]} 0 5
[junit4:junit4]   2> 14117 T857 C44 P62140 /update {wt=javabin&version=2} {add=[20 (1429478642668273664)]} 0 1
[junit4:junit4]   2> 14119 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10020 (1429478642670370816)]} 0 1
[junit4:junit4]   2> 14124 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429478642672467968)]} 0 1
[junit4:junit4]   2> 14124 T879 C45 P27776 /update {wt=javabin&version=2} {add=[20 (1429478642672467968)]} 0 4
[junit4:junit4]   2> 14126 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429478642674565120)]} 0 1
[junit4:junit4]   2> 14127 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10020 (1429478642674565120)]} 0 5
[junit4:junit4]   2> 14187 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[19 (-1429478642742722560)]} 0 0
[junit4:junit4]   2> 14189 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10019 (-1429478642744819712)]} 0 0
[junit4:junit4]   2> 14194 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[19 (-1429478642745868288)]} 0 1
[junit4:junit4]   2> 14194 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[19 (-1429478642745868288)]} 0 4
[junit4:junit4]   2> 14196 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10019 (-1429478642749014016)]} 0 0
[junit4:junit4]   2> 14197 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10019 (-1429478642749014016)]} 0 4
[junit4:junit4]   2> 14198 T857 C44 P62140 /update {wt=javabin&version=2} {add=[21 (1429478642753208320)]} 0 1
[junit4:junit4]   2> 14201 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10021 (1429478642756354048)]} 0 1
[junit4:junit4]   2> 14206 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429478642757402624)]} 0 1
[junit4:junit4]   2> 14207 T879 C45 P27776 /update {wt=javabin&version=2} {add=[21 (1429478642757402624)]} 0 6
[junit4:junit4]   2> 14208 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429478642760548352)]} 0 1
[junit4:junit4]   2> 14209 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10021 (1429478642760548352)]} 0 5
[junit4:junit4]   2> 14242 T858 C44 P62140 /update {wt=javabin&version=2} {add=[22 (1429478642799345664)]} 0 1
[junit4:junit4]   2> 14245 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10022 (1429478642802491392)]} 0 1
[junit4:junit4]   2> 14249 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429478642803539968)]} 0 1
[junit4:junit4]   2> 14250 T878 C45 P27776 /update {wt=javabin&version=2} {add=[22 (1429478642803539968)]} 0 5
[junit4:junit4]   2> 14252 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429478642806685696)]} 0 1
[junit4:junit4]   2> 14253 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10022 (1429478642806685696)]} 0 5
[junit4:junit4]   2> 14326 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[20 (-1429478642888474624)]} 0 0
[junit4:junit4]   2> 14331 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10020 (-1429478642892668928)]} 0 0
[junit4:junit4]   2> 14332 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[20 (-1429478642891620352)]} 0 0
[junit4:junit4]   2> 14334 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[20 (-1429478642891620352)]} 0 5
[junit4:junit4]   2> 14336 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10020 (-1429478642895814656)]} 0 0
[junit4:junit4]   2> 14337 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10020 (-1429478642895814656)]} 0 4
[junit4:junit4]   2> 14338 T857 C44 P62140 /update {wt=javabin&version=2} {add=[23 (1429478642900008960)]} 0 1
[junit4:junit4]   2> 14341 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10023 (1429478642903154688)]} 0 1
[junit4:junit4]   2> 14345 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429478642904203264)]} 0 1
[junit4:junit4]   2> 14346 T878 C45 P27776 /update {wt=javabin&version=2} {add=[23 (1429478642904203264)]} 0 5
[junit4:junit4]   2> 14348 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429478642907348992)]} 0 1
[junit4:junit4]   2> 14348 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10023 (1429478642907348992)]} 0 4
[junit4:junit4]   2> 14363 T858 C44 P62140 /update {wt=javabin&version=2} {add=[24 (1429478642926223360)]} 0 1
[junit4:junit4]   2> 14366 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10024 (1429478642929369088)]} 0 1
[junit4:junit4]   2> 14370 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1429478642930417664)]} 0 1
[junit4:junit4]   2> 14371 T879 C45 P27776 /update {wt=javabin&version=2} {add=[24 (1429478642930417664)]} 0 5
[junit4:junit4]   2> 14373 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1429478642933563392)]} 0 1
[junit4:junit4]   2> 14373 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10024 (1429478642933563392)]} 0 4
[junit4:junit4]   2> 14383 T857 C44 P62140 /update {wt=javabin&version=2} {add=[25 (1429478642947194880)]} 0 1
[junit4:junit4]   2> 14386 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10025 (1429478642950340608)]} 0 1
[junit4:junit4]   2> 14390 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1429478642951389184)]} 0 1
[junit4:junit4]   2> 14391 T878 C45 P27776 /update {wt=javabin&version=2} {add=[25 (1429478642951389184)]} 0 5
[junit4:junit4]   2> 14393 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1429478642954534912)]} 0 1
[junit4:junit4]   2> 14394 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10025 (1429478642954534912)]} 0 5
[junit4:junit4]   2> 14460 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[21 (-1429478643028983808)]} 0 0
[junit4:junit4]   2> 14462 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10021 (-1429478643031080960)]} 0 0
[junit4:junit4]   2> 14466 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[21 (-1429478643032129536)]} 0 0
[junit4:junit4]   2> 14467 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[21 (-1429478643032129536)]} 0 4
[junit4:junit4]   2> 14468 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10021 (-1429478643034226688)]} 0 0
[junit4:junit4]   2> 14469 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10021 (-1429478643034226688)]} 0 4
[junit4:junit4]   2> 14471 T857 C44 P62140 /update {wt=javabin&version=2} {add=[26 (1429478643039469568)]} 0 1
[junit4:junit4]   2> 14473 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10026 (1429478643041566720)]} 0 1
[junit4:junit4]   2> 14478 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1429478643043663872)]} 0 1
[junit4:junit4]   2> 14479 T878 C45 P27776 /update {wt=javabin&version=2} {add=[26 (1429478643043663872)]} 0 5
[junit4:junit4]   2> 14480 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1429478643045761024)]} 0 1
[junit4:junit4]   2> 14481 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10026 (1429478643045761024)]} 0 5
[junit4:junit4]   2> 14486 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[24 (-1429478643056246784)]} 0 0
[junit4:junit4]   2> 14488 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10024 (-1429478643058343936)]} 0 0
[junit4:junit4]   2> 14492 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[24 (-1429478643059392512)]} 0 0
[junit4:junit4]   2> 14493 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[24 (-1429478643059392512)]} 0 4
[junit4:junit4]   2> 14494 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10024 (-1429478643061489664)]} 0 0
[junit4:junit4]   2> 14495 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10024 (-1429478643061489664)]} 0 4
[junit4:junit4]   2> 14497 T857 C44 P62140 /update {wt=javabin&version=2} {add=[27 (1429478643066732544)]} 0 1
[junit4:junit4]   2> 14499 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10027 (1429478643068829696)]} 0 1
[junit4:junit4]   2> 14504 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1429478643070926848)]} 0 1
[junit4:junit4]   2> 14504 T878 C45 P27776 /update {wt=javabin&version=2} {add=[27 (1429478643070926848)]} 0 4
[junit4:junit4]   2> 14506 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1429478643073024000)]} 0 1
[junit4:junit4]   2> 14507 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10027 (1429478643073024000)]} 0 5
[junit4:junit4]   2> 14582 T845 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 33903
[junit4:junit4]   2> 14582 T845 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1221581747
[junit4:junit4]   2> 14597 T858 C44 P62140 /update {wt=javabin&version=2} {add=[28 (1429478643171590144)]} 0 1
[junit4:junit4]   2> 14600 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10028 (1429478643174735872)]} 0 1
[junit4:junit4]   2> 14604 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1429478643175784448)]} 0 1
[junit4:junit4]   2> 14605 T879 C45 P27776 /update {wt=javabin&version=2} {add=[28 (1429478643175784448)]} 0 5
[junit4:junit4]   2> 14607 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1429478643178930176)]} 0 1
[junit4:junit4]   2> 14608 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10028 (1429478643178930176)]} 0 5
[junit4:junit4]   2> 14669 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[26 (-1429478643248136192)]} 0 0
[junit4:junit4]   2> 14673 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10026 (-1429478643251281920)]} 0 0
[junit4:junit4]   2> 14675 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[26 (-1429478643251281920)]} 0 0
[junit4:junit4]   2> 14676 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[26 (-1429478643251281920)]} 0 4
[junit4:junit4]   2> 14678 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10026 (-1429478643254427648)]} 0 0
[junit4:junit4]   2> 14679 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10026 (-1429478643254427648)]} 0 4
[junit4:junit4]   2> 14680 T858 C44 P62140 /update {wt=javabin&version=2} {add=[29 (1429478643258621952)]} 0 1
[junit4:junit4]   2> 14683 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10029 (1429478643261767680)]} 0 1
[junit4:junit4]   2> 14687 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1429478643262816256)]} 0 1
[junit4:junit4]   2> 14688 T879 C45 P27776 /update {wt=javabin&version=2} {add=[29 (1429478643262816256)]} 0 5
[junit4:junit4]   2> 14690 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1429478643265961984)]} 0 1
[junit4:junit4]   2> 14690 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10029 (1429478643265961984)]} 0 4
[junit4:junit4]   2> 14768 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[27 (-1429478643351945216)]} 0 0
[junit4:junit4]   2> 14772 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10027 (-1429478643355090944)]} 0 1
[junit4:junit4]   2> 14775 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[27 (-1429478643355090944)]} 0 1
[junit4:junit4]   2> 14775 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[27 (-1429478643355090944)]} 0 4
[junit4:junit4]   2> 14777 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10027 (-1429478643358236672)]} 0 0
[junit4:junit4]   2> 14778 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10027 (-1429478643358236672)]} 0 4
[junit4:junit4]   2> 14779 T858 C44 P62140 /update {wt=javabin&version=2} {add=[30 (1429478643362430976)]} 0 1
[junit4:junit4]   2> 14782 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10030 (1429478643365576704)]} 0 1
[junit4:junit4]   2> 14786 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1429478643366625280)]} 0 1
[junit4:junit4]   2> 14787 T879 C45 P27776 /update {wt=javabin&version=2} {add=[30 (1429478643366625280)]} 0 5
[junit4:junit4]   2> 14789 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1429478643369771008)]} 0 1
[junit4:junit4]   2> 14790 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10030 (1429478643369771008)]} 0 5
[junit4:junit4]   2> 14863 T857 C44 P62140 /update {wt=javabin&version=2} {add=[31 (1429478643450511360)]} 0 1
[junit4:junit4]   2> 14866 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10031 (1429478643453657088)]} 0 1
[junit4:junit4]   2> 14871 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1429478643454705664)]} 0 1
[junit4:junit4]   2> 14871 T878 C45 P27776 /update {wt=javabin&version=2} {add=[31 (1429478643454705664)]} 0 5
[junit4:junit4]   2> 14873 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1429478643457851392)]} 0 1
[junit4:junit4]   2> 14874 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10031 (1429478643457851392)]} 0 5
[junit4:junit4]   2> 14967 T858 C44 P62140 /update {wt=javabin&version=2} {add=[32 (1429478643559563264)]} 0 1
[junit4:junit4]   2> 14970 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10032 (1429478643562708992)]} 0 1
[junit4:junit4]   2> 14974 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1429478643563757568)]} 0 1
[junit4:junit4]   2> 14975 T879 C45 P27776 /update {wt=javabin&version=2} {add=[32 (1429478643563757568)]} 0 5
[junit4:junit4]   2> 14977 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1429478643566903296)]} 0 1
[junit4:junit4]   2> 14977 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10032 (1429478643566903296)]} 0 4
[junit4:junit4]   2> 15064 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[32 (-1429478643662323712)]} 0 1
[junit4:junit4]   2> 15066 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10032 (-1429478643663372288)]} 0 1
[junit4:junit4]   2> 15070 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[32 (-1429478643665469440)]} 0 0
[junit4:junit4]   2> 15071 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[32 (-1429478643665469440)]} 0 4
[junit4:junit4]   2> 15072 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10032 (-1429478643667566592)]} 0 0
[junit4:junit4]   2> 15073 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10032 (-1429478643667566592)]} 0 4
[junit4:junit4]   2> 15075 T858 C44 P62140 /update {wt=javabin&version=2} {add=[33 (1429478643672809472)]} 0 1
[junit4:junit4]   2> 15077 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10033 (1429478643674906624)]} 0 1
[junit4:junit4]   2> 15082 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1429478643677003776)]} 0 1
[junit4:junit4]   2> 15082 T879 C45 P27776 /update {wt=javabin&version=2} {add=[33 (1429478643677003776)]} 0 4
[junit4:junit4]   2> 15084 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1429478643679100928)]} 0 1
[junit4:junit4]   2> 15087 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10033 (1429478643679100928)]} 0 7
[junit4:junit4]   2> 15163 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[33 (-1429478643765084160)]} 0 1
[junit4:junit4]   2> 15167 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10033 (-1429478643769278464)]} 0 1
[junit4:junit4]   2> 15168 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[33 (-1429478643768229888)]} 0 0
[junit4:junit4]   2> 15169 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[33 (-1429478643768229888)]} 0 4
[junit4:junit4]   2> 15172 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10033 (-1429478643772424192)]} 0 0
[junit4:junit4]   2> 15173 T857 C44 P62140 /update {wt=javabin&version=2} {add=[34 (1429478643775569920)]} 0 1
[junit4:junit4]   2> 15173 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10033 (-1429478643772424192)]} 0 4
[junit4:junit4]   2> 15177 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10034 (1429478643779764224)]} 0 1
[junit4:junit4]   2> 15180 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1429478643779764224)]} 0 1
[junit4:junit4]   2> 15181 T878 C45 P27776 /update {wt=javabin&version=2} {add=[34 (1429478643779764224)]} 0 5
[junit4:junit4]   2> 15184 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10034 (1429478643783958528)]} 0 1
[junit4:junit4]   2> 15185 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10034 (1429478643783958528)]} 0 5
[junit4:junit4]   2> 15269 T857 C44 P62140 /update {wt=javabin&version=2} {add=[35 (1429478643876233216)]} 0 1
[junit4:junit4]   2> 15273 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10035 (1429478643880427520)]} 0 1
[junit4:junit4]   2> 15277 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1429478643881476096)]} 0 1
[junit4:junit4]   2> 15278 T879 C45 P27776 /update {wt=javabin&version=2} {add=[35 (1429478643881476096)]} 0 6
[junit4:junit4]   2> 15280 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10035 (1429478643884621824)]} 0 1
[junit4:junit4]   2> 15280 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10035 (1429478643884621824)]} 0 4
[junit4:junit4]   2> 15375 T857 C44 P62140 /update {wt=javabin&version=2} {add=[36 (1429478643987382272)]} 0 1
[junit4:junit4]   2> 15377 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10036 (1429478643989479424)]} 0 1
[junit4:junit4]   2> 15382 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1429478643991576576)]} 0 1
[junit4:junit4]   2> 15383 T878 C45 P27776 /update {wt=javabin&version=2} {add=[36 (1429478643991576576)]} 0 5
[junit4:junit4]   2> 15384 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10036 (1429478643993673728)]} 0 1
[junit4:junit4]   2> 15384 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10036 (1429478643993673728)]} 0 4
[junit4:junit4]   2> 15391 T858 C44 P62140 /update {wt=javabin&version=2} {add=[37 (1429478644004159488)]} 0 1
[junit4:junit4]   2> 15392 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10037 (1429478644005208064)]} 0 1
[junit4:junit4]   2> 15398 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1429478644008353792)]} 0 1
[junit4:junit4]   2> 15399 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10037 (1429478644009402368)]} 0 1
[junit4:junit4]   2> 15399 T879 C45 P27776 /update {wt=javabin&version=2} {add=[37 (1429478644008353792)]} 0 5
[junit4:junit4]   2> 15400 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10037 (1429478644009402368)]} 0 5
[junit4:junit4]   2> 15498 T857 C44 P62140 /update {wt=javabin&version=2} {add=[38 (1429478644116357120)]} 0 1
[junit4:junit4]   2> 15499 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10038 (1429478644117405696)]} 0 1
[junit4:junit4]   2> 15505 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1429478644120551424)]} 0 1
[junit4:junit4]   2> 15506 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10038 (1429478644121600000)]} 0 1
[junit4:junit4]   2> 15506 T878 C45 P27776 /update {wt=javabin&version=2} {add=[38 (1429478644120551424)]} 0 5
[junit4:junit4]   2> 15507 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10038 (1429478644121600000)]} 0 5
[junit4:junit4]   2> 15582 T906 C43 P33903 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:27776/hb_qum/pp/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15582 T906 C43 P33903 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:33903/hb_qum/pp START replicas=[http://127.0.0.1:27776/hb_qum/pp/collection1/] nUpdates=100
[junit4:junit4]   2> 15583 T906 C43 P33903 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15584 T906 C43 P33903 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15584 T906 C43 P33903 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15584 T906 C43 P33903 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15585 T906 C43 P33903 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 15585 T906 C43 P33903 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:27776/hb_qum/pp/collection1/. core=collection1
[junit4:junit4]   2> 15585 T880 C45 P27776 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15585 T906 C43 P33903 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15589 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[38 (-1429478644211777536)]} 0 1
[junit4:junit4]   2> 15589 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10038 (-1429478644211777537)]} 0 1
[junit4:junit4]   2> 15595 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10038 (-1429478644215971840)]} 0 0
[junit4:junit4]   2> 15596 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[38 (-1429478644215971841)]} 0 0
[junit4:junit4]   2> 15596 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10038 (-1429478644215971840)]} 0 4
[junit4:junit4]   2> 15597 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[38 (-1429478644215971841)]} 0 5
[junit4:junit4]   2> 15597 T881 C45 P27776 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15600 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10039 (1429478644223311872)]} 0 1
[junit4:junit4]   2> 15601 T857 C44 P62140 /update {wt=javabin&version=2} {add=[39 (1429478644224360448)]} 0 1
[junit4:junit4]   2> 15608 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10039 (1429478644227506176)]} 0 0
[junit4:junit4]   2> 15608 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1429478644228554752)]} 0 0
[junit4:junit4]   2> 15609 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10039 (1429478644227506176)]} 0 6
[junit4:junit4]   2> 15609 T878 C45 P27776 /update {wt=javabin&version=2} {add=[39 (1429478644228554752)]} 0 5
[junit4:junit4]   2> 15611 T881 C45 P27776 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@31ac1bbe lockFactory=org.apache.lucene.store.NativeFSLockFactory@58abcff3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@31ac1bbe lockFactory=org.apache.lucene.store.NativeFSLockFactory@58abcff3),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0_1.del, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, _0_Lucene40_0.tip]
[junit4:junit4]   2> 15612 T881 C45 P27776 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0_1.del, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, _0_Lucene40_0.tip]
[junit4:junit4]   2> 15619 T881 C45 P27776 oass.SolrIndexSearcher.<init> Opening Searcher@7a59e054 realtime
[junit4:junit4]   2> 15620 T881 C45 P27776 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15620 T881 C45 P27776 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 23
[junit4:junit4]   2> 15621 T906 C43 P33903 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15621 T906 C43 P33903 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15624 T882 C45 P27776 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15624 T882 C45 P27776 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15625 T906 C43 P33903 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15625 T906 C43 P33903 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15625 T906 C43 P33903 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15628 T882 C45 P27776 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 15629 T906 C43 P33903 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 12
[junit4:junit4]   2> 15630 T906 C43 P33903 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty2/index.20130314053108878 forceNew: false
[junit4:junit4]   2> 15631 T906 C43 P33903 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@4442d869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@68b61f16) fullCopy=true
[junit4:junit4]   2> 15633 T882 C45 P27776 REQ /replication {file=_0_Lucene40_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15637 T882 C45 P27776 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15641 T882 C45 P27776 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15644 T882 C45 P27776 REQ /replication {file=_0_nrm.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15648 T882 C45 P27776 REQ /replication {file=_0_Lucene40_0.prx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15652 T882 C45 P27776 REQ /replication {file=_0_Lucene40_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15655 T882 C45 P27776 REQ /replication {file=_0_Lucene40_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15659 T882 C45 P27776 REQ /replication {file=_0_nrm.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15663 T882 C45 P27776 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15667 T882 C45 P27776 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15671 T882 C45 P27776 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15672 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10039 (-1429478644298809344)]} 0 1
[junit4:junit4]   2> 15672 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[39 (-1429478644298809345)]} 0 1
[junit4:junit4]   2> 15676 T882 C45 P27776 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 15677 T906 C43 P33903 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15677 T906 C43 P33903 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130314053108878
[junit4:junit4]   2> 15678 T906 C43 P33903 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15678 T906 C43 P33903 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15678 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[39 (-1429478644304052224)]} 0 0
[junit4:junit4]   2> 15678 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10039 (-1429478644303003648)]} 0 0
[junit4:junit4]   2> 15679 T906 C43 P33903 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15680 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10039 (-1429478644303003648)]} 0 5
[junit4:junit4]   2> 15680 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[39 (-1429478644304052224)]} 0 5
[junit4:junit4]   2> 15681 T906 C43 P33903 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty2/index.20130314053108878
[junit4:junit4]   2> 15684 T906 C43 P33903 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4442d869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@68b61f16),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0_1.del, segments_2, _0.fdx, _0_nrm.cfs, _0_Lucene40_0.prx, _0.si, _0.fdt, _0_Lucene40_0.tip]
[junit4:junit4]   2> 15684 T906 C43 P33903 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0_1.del, segments_2, _0.fdx, _0_nrm.cfs, _0_Lucene40_0.prx, _0.si, _0.fdt, _0_Lucene40_0.tip]
[junit4:junit4]   2> 15684 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10040 (1429478644311392256)]} 0 1
[junit4:junit4]   2> 15684 T857 C44 P62140 /update {wt=javabin&version=2} {add=[40 (1429478644312440832)]} 0 1
[junit4:junit4]   2> 15685 T906 C43 P33903 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15686 T906 C43 P33903 oass.SolrIndexSearcher.<init> Opening Searcher@48334e6c main
[junit4:junit4]   2> 15688 T905 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@48334e6c main{StandardDirectoryReader(segments_2:4:nrt _0(4.3):C76/30)}
[junit4:junit4]   2> 15689 T906 C43 P33903 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@7e7d23b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7554467e)
[junit4:junit4]   2> 15689 T906 C43 P33903 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty2/index
[junit4:junit4]   2> 15690 T906 C43 P33903 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@7e7d23b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7554467e)
[junit4:junit4]   2> 15690 T906 C43 P33903 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 15690 T914 C43 P33903 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363257053253/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=6954
[junit4:junit4]   2> 15690 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[40 (1429478644315586560)]} 0 0
[junit4:junit4]   2> 15692 T879 C45 P27776 /update {wt=javabin&version=2} {add=[40 (1429478644315586560)]} 0 5
[junit4:junit4]   2> 15692 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10040 (1429478644315586561)]} 0 0
[junit4:junit4]   2> 15693 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10040 (1429478644315586561)]} 0 6
[junit4:junit4]   2> 15695 T914 C43 P33903 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15703 T914 C43 P33903 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4442d869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@68b61f16),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0_1.del, segments_2, _0.fdx, _0_nrm.cfs, _0_Lucene40_0.prx, _0.si, _0.fdt, _0_Lucene40_0.tip]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4442d869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@68b61f16),segFN=segments_3,generation=3,filenames=[_2.si, _0_Lucene40_0.tim, _0.fnm, _2.fdt, _0_1.del, _0_nrm.cfs, _0_Lucene40_0.prx, _2.fdx, _2.fnm, _0_Lucene40_0.tip, _2_Lucene40_0.tip, _2_nrm.cfe, _0_Lucene40_0.frq, _2_Lucene40_0.frq, _2_Lucene40_0.prx, _0_nrm.cfe, _0.fdx, _2_Lucene40_0.tim, _2_nrm.cfs, _0.si, _2_1.del, segments_3, _0.fdt]
[junit4:junit4]   2> 15703 T914 C43 P33903 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_2.si, _0_Lucene40_0.tim, _0.fnm, _2.fdt, _0_1.del, _0_nrm.cfs, _0_Lucene40_0.prx, _2.fdx, _2.fnm, _0_Lucene40_0.tip, _2_Lucene40_0.tip, _2_nrm.cfe, _0_Lucene40_0.frq, _2_Lucene40_0.frq, _2_Lucene40_0.prx, _0_nrm.cfe, _0.fdx, _2_Lucene40_0.tim, _2_nrm.cfs, _0.si, _2_1.del, segments_3, _0.fdt]
[junit4:junit4]   2> 15705 T914 C43 P33903 oass.SolrIndexSearcher.<init> Opening Searcher@19382aab main
[junit4:junit4]   2> 15705 T914 C43 P33903 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15707 T905 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19382aab main{StandardDirectoryReader(segments_3:6:nrt _0(4.3):C76/30 _2(4.3):C4/2)}
[junit4:junit4]   2> 15708 T914 C43 P33903 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=4 deletes=4 deleteByQuery=0 errors=0 positionOfStart=6954}
[junit4:junit4]   2> 15708 T906 C43 P33903 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15709 T906 C43 P33903 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15709 T906 C43 P33903 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15710 T906 C43 P33903 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15753 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[40 (-1429478644384792576)]} 0 1
[junit4:junit4]   2> 15755 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10040 (-1429478644385841152)]} 0 1
[junit4:junit4]   2> 15761 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[40 (-1429478644387938304)]} 0 2
[junit4:junit4]   2> 15761 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10040 (-1429478644388986880)]} 0 1
[junit4:junit4]   2> 15762 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[40 (-1429478644387938304)]} 0 6
[junit4:junit4]   2> 15762 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10040 (-1429478644388986880)]} 0 5
[junit4:junit4]   2> 15766 T858 C44 P62140 /update {wt=javabin&version=2} {add=[41 (1429478644397375488)]} 0 1
[junit4:junit4]   2> 15766 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10041 (1429478644397375489)]} 0 1
[junit4:junit4]   2> 15773 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[41 (1429478644401569792)]} 0 1
[junit4:junit4]   2> 15774 T879 C45 P27776 /update {wt=javabin&version=2} {add=[41 (1429478644401569792)]} 0 5
[junit4:junit4]   2> 15775 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10041 (1429478644401569793)]} 0 2
[junit4:junit4]   2> 15775 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10041 (1429478644401569793)]} 0 6
[junit4:junit4]   2> 15828 T857 C44 P62140 /update {wt=javabin&version=2} {add=[42 (1429478644462387200)]} 0 1
[junit4:junit4]   2> 15830 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10042 (1429478644464484352)]} 0 1
[junit4:junit4]   2> 15835 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[42 (1429478644466581504)]} 0 1
[junit4:junit4]   2> 15836 T878 C45 P27776 /update {wt=javabin&version=2} {add=[42 (1429478644466581504)]} 0 5
[junit4:junit4]   2> 15837 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10042 (1429478644468678656)]} 0 1
[junit4:junit4]   2> 15838 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10042 (1429478644468678656)]} 0 5
[junit4:junit4]   2> 15917 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[42 (-1429478644556759040)]} 0 1
[junit4:junit4]   2> 15918 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10042 (-1429478644556759041)]} 0 1
[junit4:junit4]   2> 15923 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[42 (-1429478644559904768)]} 0 0
[junit4:junit4]   2> 15924 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[42 (-1429478644559904768)]} 0 4
[junit4:junit4]   2> 15925 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10042 (-1429478644560953344)]} 0 1
[junit4:junit4]   2> 15925 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10042 (-1429478644560953344)]} 0 4
[junit4:junit4]   2> 15928 T857 C44 P62140 /update {wt=javabin&version=2} {add=[43 (1429478644567244800)]} 0 1
[junit4:junit4]   2> 15929 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10043 (1429478644568293376)]} 0 1
[junit4:junit4]   2> 15935 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[43 (1429478644571439104)]} 0 1
[junit4:junit4]   2> 15936 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10043 (1429478644572487680)]} 0 1
[junit4:junit4]   2> 15936 T878 C45 P27776 /update {wt=javabin&version=2} {add=[43 (1429478644571439104)]} 0 5
[junit4:junit4]   2> 15937 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10043 (1429478644572487680)]} 0 5
[junit4:junit4]   2> 15944 T858 C44 P62140 /update {wt=javabin&version=2} {add=[44 (1429478644585070592)]} 0 1
[junit4:junit4]   2> 15944 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10044 (1429478644584022016)]} 0 1
[junit4:junit4]   2> 15951 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[44 (1429478644588216320)]} 0 1
[junit4:junit4]   2> 15951 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10044 (1429478644588216321)]} 0 1
[junit4:junit4]   2> 15952 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10044 (1429478644588216321)]} 0 5
[junit4:junit4]   2> 15952 T879 C45 P27776 /update {wt=javabin&version=2} {add=[44 (1429478644588216320)]} 0 5
[junit4:junit4]   2> 15969 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10045 (1429478644610236416)]} 0 1
[junit4:junit4]   2> 15970 T857 C44 P62140 /update {wt=javabin&version=2} {add=[45 (1429478644611284992)]} 0 2
[junit4:junit4]   2> 15976 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10045 (1429478644614430720)]} 0 1
[junit4:junit4]   2> 15976 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[45 (1429478644614430721)]} 0 1
[junit4:junit4]   2> 15977 T879 C45 P27776 /update {wt=javabin&version=2} {add=[45 (1429478644614430721)]} 0 5
[junit4:junit4]   2> 15977 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10045 (1429478644614430720)]} 0 5
[junit4:junit4]   2> 16053 T857 C44 P62140 /update {wt=javabin&version=2} {add=[46 (1429478644698316800)]} 0 2
[junit4:junit4]   2> 16053 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10046 (1429478644698316801)]} 0 1
[junit4:junit4]   2> 16060 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10046 (1429478644702511104)]} 0 1
[junit4:junit4]   2> 16061 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[46 (1429478644702511105)]} 0 1
[junit4:junit4]   2> 16061 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10046 (1429478644702511104)]} 0 5
[junit4:junit4]   2> 16062 T878 C45 P27776 /update {wt=javabin&version=2} {add=[46 (1429478644702511105)]} 0 6
[junit4:junit4]   2> 16068 T868 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16069 T868 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:33903_hb_qum%2Fpp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33903/hb_qum/pp"}
[junit4:junit4]   2> 16073 T868 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[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:33903_hb_qum%2Fpp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33903/hb_qum/pp"}
[junit4:junit4]   2> 16088 T867 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> 16088 T887 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> 16088 T874 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> 16088 T903 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> 16123 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10047 (1429478644771717120)]} 0 2
[junit4:junit4]   2> 16123 T857 C44 P62140 /update {wt=javabin&version=2} {add=[47 (1429478644771717121)]} 0 2
[junit4:junit4]   2>  C43_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:33903_hb_qum%2Fpp, base_url=http://127.0.0.1:33903/hb_qum/pp}
[junit4:junit4]   2> 16130 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[47 (1429478644775911424)]} 0 1
[junit4:junit4]   2> 16131 T879 C45 P27776 /update {wt=javabin&version=2} {add=[47 (1429478644775911424)]} 0 5
[junit4:junit4]   2> 16131 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10047 (1429478644775911425)]} 0 1
[junit4:junit4]   2> 16132 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10047 (1429478644775911425)]} 0 6
[junit4:junit4]   2> 16214 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[44 (-1429478644868186112)]} 0 1
[junit4:junit4]   2> 16216 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10044 (-1429478644869234688)]} 0 1
[junit4:junit4]   2> 16221 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[44 (-1429478644871331840)]} 0 0
[junit4:junit4]   2> 16221 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[44 (-1429478644871331840)]} 0 4
[junit4:junit4]   2> 16222 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10044 (-1429478644873428992)]} 0 0
[junit4:junit4]   2> 16223 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10044 (-1429478644873428992)]} 0 4
[junit4:junit4]   2> 16225 T858 C44 P62140 /update {wt=javabin&version=2} {add=[48 (1429478644878671872)]} 0 1
[junit4:junit4]   2> 16227 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10048 (1429478644880769024)]} 0 1
[junit4:junit4]   2> 16232 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[48 (1429478644882866176)]} 0 1
[junit4:junit4]   2> 16233 T879 C45 P27776 /update {wt=javabin&version=2} {add=[48 (1429478644882866176)]} 0 5
[junit4:junit4]   2> 16234 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10048 (1429478644884963328)]} 0 1
[junit4:junit4]   2> 16235 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10048 (1429478644884963328)]} 0 5
[junit4:junit4]   2> 16257 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[45 (-1429478644912226304)]} 0 0
[junit4:junit4]   2> 16260 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10045 (-1429478644915372032)]} 0 1
[junit4:junit4]   2> 16263 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[45 (-1429478644915372032)]} 0 0
[junit4:junit4]   2> 16263 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[45 (-1429478644915372032)]} 0 4
[junit4:junit4]   2> 16266 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10045 (-1429478644919566336)]} 0 0
[junit4:junit4]   2> 16267 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10045 (-1429478644919566336)]} 0 4
[junit4:junit4]   2> 16267 T858 C44 P62140 /update {wt=javabin&version=2} {add=[49 (1429478644922712064)]} 0 1
[junit4:junit4]   2> 16271 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10049 (1429478644926906368)]} 0 1
[junit4:junit4]   2> 16274 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[49 (1429478644926906368)]} 0 1
[junit4:junit4]   2> 16275 T879 C45 P27776 /update {wt=javabin&version=2} {add=[49 (1429478644926906368)]} 0 5
[junit4:junit4]   2> 16278 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10049 (1429478644931100672)]} 0 1
[junit4:junit4]   2> 16279 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10049 (1429478644931100672)]} 0 5
[junit4:junit4]   2> 16303 T857 C44 P62140 /update {wt=javabin&version=2} {add=[50 (1429478644960460800)]} 0 1
[junit4:junit4]   2> 16307 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10050 (1429478644965703680)]} 0 1
[junit4:junit4]   2> 16310 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[50 (1429478644964655104)]} 0 1
[junit4:junit4]   2> 16311 T878 C45 P27776 /update {wt=javabin&version=2} {add=[50 (1429478644964655104)]} 0 5
[junit4:junit4]   2> 16315 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10050 (1429478644969897984)]} 0 1
[junit4:junit4]   2> 16316 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10050 (1429478644969897984)]} 0 6
[junit4:junit4]   2> 16360 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[46 (-1429478645020229632)]} 0 1
[junit4:junit4]   2> 16364 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10046 (-1429478645025472512)]} 0 0
[junit4:junit4]   2> 16367 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[46 (-1429478645024423936)]} 0 1
[junit4:junit4]   2> 16367 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[46 (-1429478645024423936)]} 0 4
[junit4:junit4]   2> 16371 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10046 (-1429478645028618240)]} 0 1
[junit4:junit4]   2> 16371 T858 C44 P62140 /update {wt=javabin&version=2} {add=[51 (1429478645031763968)]} 0 1
[junit4:junit4]   2> 16371 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10046 (-1429478645028618240)]} 0 4
[junit4:junit4]   2> 16375 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10051 (1429478645035958272)]} 0 1
[junit4:junit4]   2> 16378 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[51 (1429478645035958272)]} 0 1
[junit4:junit4]   2> 16379 T879 C45 P27776 /update {wt=javabin&version=2} {add=[51 (1429478645035958272)]} 0 5
[junit4:junit4]   2> 16382 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10051 (1429478645040152576)]} 0 1
[junit4:junit4]   2> 16383 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10051 (1429478645040152576)]} 0 5
[junit4:junit4]   2> 16471 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[48 (-1429478645137670144)]} 0 0
[junit4:junit4]   2> 16475 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10048 (-1429478645141864448)]} 0 0
[junit4:junit4]   2> 16477 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[48 (-1429478645140815872)]} 0 0
[junit4:junit4]   2> 16479 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[48 (-1429478645140815872)]} 0 5
[junit4:junit4]   2> 16481 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10048 (-1429478645145010176)]} 0 0
[junit4:junit4]   2> 16482 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10048 (-1429478645145010176)]} 0 4
[junit4:junit4]   2> 16483 T858 C44 P62140 /update {wt=javabin&version=2} {add=[52 (1429478645149204480)]} 0 1
[junit4:junit4]   2> 16486 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10052 (1429478645152350208)]} 0 1
[junit4:junit4]   2> 16490 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1429478645153398784)]} 0 1
[junit4:junit4]   2> 16491 T879 C45 P27776 /update {wt=javabin&version=2} {add=[52 (1429478645153398784)]} 0 5
[junit4:junit4]   2> 16493 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10052 (1429478645156544512)]} 0 1
[junit4:junit4]   2> 16493 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10052 (1429478645156544512)]} 0 4
[junit4:junit4]   2> 16575 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[50 (-1429478645245673472)]} 0 1
[junit4:junit4]   2> 16577 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10050 (-1429478645248819200)]} 0 0
[junit4:junit4]   2> 16581 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[50 (-1429478645249867776)]} 0 0
[junit4:junit4]   2> 16582 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[50 (-1429478645249867776)]} 0 4
[junit4:junit4]   2> 16583 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10050 (-1429478645251964928)]} 0 0
[junit4:junit4]   2> 16584 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10050 (-1429478645251964928)]} 0 4
[junit4:junit4]   2> 16586 T858 C44 P62140 /update {wt=javabin&version=2} {add=[53 (1429478645257207808)]} 0 1
[junit4:junit4]   2> 16588 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10053 (1429478645259304960)]} 0 1
[junit4:junit4]   2> 16593 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1429478645261402112)]} 0 1
[junit4:junit4]   2> 16594 T879 C45 P27776 /update {wt=javabin&version=2} {add=[53 (1429478645261402112)]} 0 5
[junit4:junit4]   2> 16595 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10053 (1429478645263499264)]} 0 1
[junit4:junit4]   2> 16596 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10053 (1429478645263499264)]} 0 5
[junit4:junit4]   2> 16692 T857 C44 P62140 /update {wt=javabin&version=2} {add=[54 (1429478645368356864)]} 0 1
[junit4:junit4]   2> 16695 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10054 (1429478645371502592)]} 0 1
[junit4:junit4]   2> 16699 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[54 (1429478645372551168)]} 0 1
[junit4:junit4]   2> 16700 T878 C45 P27776 /update {wt=javabin&version=2} {add=[54 (1429478645372551168)]} 0 5
[junit4:junit4]   2> 16702 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10054 (1429478645375696896)]} 0 1
[junit4:junit4]   2> 16703 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10054 (1429478645375696896)]} 0 5
[junit4:junit4]   2> 16772 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[51 (-1429478645452242944)]} 0 0
[junit4:junit4]   2> 16773 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10051 (-1429478645454340096)]} 0 0
[junit4:junit4]   2> 16777 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[51 (-1429478645455388672)]} 0 0
[junit4:junit4]   2> 16778 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[51 (-1429478645455388672)]} 0 4
[junit4:junit4]   2> 16779 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10051 (-1429478645457485824)]} 0 0
[junit4:junit4]   2> 16780 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10051 (-1429478645457485824)]} 0 4
[junit4:junit4]   2> 16782 T857 C44 P62140 /update {wt=javabin&version=2} {add=[55 (1429478645462728704)]} 0 1
[junit4:junit4]   2> 16784 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10055 (1429478645464825856)]} 0 1
[junit4:junit4]   2> 16789 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[55 (1429478645466923008)]} 0 1
[junit4:junit4]   2> 16790 T878 C45 P27776 /update {wt=javabin&version=2} {add=[55 (1429478645466923008)]} 0 5
[junit4:junit4]   2> 16791 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10055 (1429478645469020160)]} 0 1
[junit4:junit4]   2> 16792 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10055 (1429478645469020160)]} 0 5
[junit4:junit4]   2> 16886 T858 C44 P62140 /update {wt=javabin&version=2} {add=[56 (1429478645571780608)]} 0 1
[junit4:junit4]   2> 16888 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10056 (1429478645573877760)]} 0 1
[junit4:junit4]   2> 16893 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[56 (1429478645575974912)]} 0 1
[junit4:junit4]   2> 16894 T879 C45 P27776 /update {wt=javabin&version=2} {add=[56 (1429478645575974912)]} 0 5
[junit4:junit4]   2> 16895 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10056 (1429478645578072064)]} 0 1
[junit4:junit4]   2> 16896 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10056 (1429478645578072064)]} 0 5
[junit4:junit4]   2> 16954 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[52 (-1429478645644132352)]} 0 0
[junit4:junit4]   2> 16956 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10052 (-1429478645646229504)]} 0 0
[junit4:junit4]   2> 16960 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[52 (-1429478645647278080)]} 0 0
[junit4:junit4]   2> 16961 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[52 (-1429478645647278080)]} 0 4
[junit4:junit4]   2> 16962 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10052 (-1429478645649375232)]} 0 0
[junit4:junit4]   2> 16963 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10052 (-1429478645649375232)]} 0 4
[junit4:junit4]   2> 16965 T858 C44 P62140 /update {wt=javabin&version=2} {add=[57 (1429478645654618112)]} 0 1
[junit4:junit4]   2> 16967 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10057 (1429478645656715264)]} 0 1
[junit4:junit4]   2> 16972 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[57 (1429478645658812416)]} 0 1
[junit4:junit4]   2> 16973 T879 C45 P27776 /update {wt=javabin&version=2} {add=[57 (1429478645658812416)]} 0 5
[junit4:junit4]   2> 16974 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10057 (1429478645660909568)]} 0 1
[junit4:junit4]   2> 16975 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10057 (1429478645660909568)]} 0 5
[junit4:junit4]   2> 17003 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[54 (-1429478645694464000)]} 0 1
[junit4:junit4]   2> 17005 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10054 (-1429478645696561152)]} 0 0
[junit4:junit4]   2> 17010 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[54 (-1429478645698658304)]} 0 1
[junit4:junit4]   2> 17010 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[54 (-1429478645698658304)]} 0 4
[junit4:junit4]   2> 17011 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10054 (-1429478645699706880)]} 0 1
[junit4:junit4]   2> 17012 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10054 (-1429478645699706880)]} 0 5
[junit4:junit4]   2> 17014 T858 C44 P62140 /update {wt=javabin&version=2} {add=[58 (1429478645705998336)]} 0 1
[junit4:junit4]   2> 17016 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10058 (1429478645708095488)]} 0 1
[junit4:junit4]   2> 17021 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[58 (1429478645710192640)]} 0 1
[junit4:junit4]   2> 17022 T879 C45 P27776 /update {wt=javabin&version=2} {add=[58 (1429478645710192640)]} 0 5
[junit4:junit4]   2> 17023 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10058 (1429478645712289792)]} 0 1
[junit4:junit4]   2> 17024 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10058 (1429478645712289792)]} 0 5
[junit4:junit4]   2> 17062 T857 C44 P62140 /update {wt=javabin&version=2} {add=[59 (1429478645756329984)]} 0 1
[junit4:junit4]   2> 17064 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10059 (1429478645758427136)]} 0 1
[junit4:junit4]   2> 17069 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[59 (1429478645760524288)]} 0 1
[junit4:junit4]   2> 17070 T878 C45 P27776 /update {wt=javabin&version=2} {add=[59 (1429478645760524288)]} 0 5
[junit4:junit4]   2> 17071 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10059 (1429478645762621440)]} 0 1
[junit4:junit4]   2> 17072 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10059 (1429478645762621440)]} 0 5
[junit4:junit4]   2> 17083 T858 C44 P62140 /update {wt=javabin&version=2} {add=[60 (1429478645778350080)]} 0 1
[junit4:junit4]   2> 17085 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10060 (1429478645780447232)]} 0 1
[junit4:junit4]   2> 17090 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[60 (1429478645782544384)]} 0 1
[junit4:junit4]   2> 17091 T879 C45 P27776 /update {wt=javabin&version=2} {add=[60 (1429478645782544384)]} 0 5
[junit4:junit4]   2> 17092 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10060 (1429478645784641536)]} 0 1
[junit4:junit4]   2> 17092 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10060 (1429478645784641536)]} 0 4
[junit4:junit4]   2> 17181 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[55 (-1429478645882159104)]} 0 0
[junit4:junit4]   2> 17183 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10055 (-1429478645883207680)]} 0 1
[junit4:junit4]   2> 17187 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[55 (-1429478645885304832)]} 0 0
[junit4:junit4]   2> 17188 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[55 (-1429478645885304832)]} 0 4
[junit4:junit4]   2> 17190 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10055 (-1429478645887401984)]} 0 1
[junit4:junit4]   2> 17190 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10055 (-1429478645887401984)]} 0 4
[junit4:junit4]   2> 17192 T858 C44 P62140 /update {wt=javabin&version=2} {add=[61 (1429478645892644864)]} 0 1
[junit4:junit4]   2> 17194 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10061 (1429478645894742016)]} 0 1
[junit4:junit4]   2> 17198 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[61 (1429478645895790592)]} 0 1
[junit4:junit4]   2> 17199 T879 C45 P27776 /update {wt=javabin&version=2} {add=[61 (1429478645895790592)]} 0 5
[junit4:junit4]   2> 17201 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10061 (1429478645898936320)]} 0 1
[junit4:junit4]   2> 17202 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10061 (1429478645898936320)]} 0 5
[junit4:junit4]   2> 17274 T857 C44 P62140 /update {wt=javabin&version=2} {add=[62 (1429478645978628096)]} 0 1
[junit4:junit4]   2> 17277 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10062 (1429478645981773824)]} 0 1
[junit4:junit4]   2> 17281 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[62 (1429478645982822400)]} 0 1
[junit4:junit4]   2> 17282 T878 C45 P27776 /update {wt=javabin&version=2} {add=[62 (1429478645982822400)]} 0 5
[junit4:junit4]   2> 17284 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10062 (1429478645985968128)]} 0 1
[junit4:junit4]   2> 17285 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10062 (1429478645985968128)]} 0 5
[junit4:junit4]   2> 17323 T858 C44 P62140 /update {wt=javabin&version=2} {add=[63 (1429478646030008320)]} 0 1
[junit4:junit4]   2> 17325 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10063 (1429478646032105472)]} 0 1
[junit4:junit4]   2> 17330 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[63 (1429478646034202624)]} 0 1
[junit4:junit4]   2> 17331 T879 C45 P27776 /update {wt=javabin&version=2} {add=[63 (1429478646034202624)]} 0 5
[junit4:junit4]   2> 17332 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10063 (1429478646036299776)]} 0 1
[junit4:junit4]   2> 17333 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10063 (1429478646036299776)]} 0 5
[junit4:junit4]   2> 17409 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[56 (-1429478646121234432)]} 0 0
[junit4:junit4]   2> 17410 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10056 (-1429478646122283008)]} 0 0
[junit4:junit4]   2> 17416 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10056 (-1429478646125428736)]} 0 0
[junit4:junit4]   2> 17417 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[56 (-1429478646126477312)]} 0 1
[junit4:junit4]   2> 17417 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10056 (-1429478646125428736)]} 0 4
[junit4:junit4]   2> 17418 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[56 (-1429478646126477312)]} 0 5
[junit4:junit4]   2> 17421 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10064 (1429478646132768768)]} 0 1
[junit4:junit4]   2> 17422 T858 C44 P62140 /update {wt=javabin&version=2} {add=[64 (1429478646133817344)]} 0 1
[junit4:junit4]   2> 17428 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10064 (1429478646136963072)]} 0 1
[junit4:junit4]   2> 17429 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1429478646138011648)]} 0 1
[junit4:junit4]   2> 17429 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10064 (1429478646136963072)]} 0 5
[junit4:junit4]   2> 17429 T878 C45 P27776 /update {wt=javabin&version=2} {add=[64 (1429478646138011648)]} 0 4
[junit4:junit4]   2> 17472 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10058 (-1429478646187294720)]} 0 0
[junit4:junit4]   2> 17473 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[58 (-1429478646187294721)]} 0 1
[junit4:junit4]   2> 17478 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10058 (-1429478646190440448)]} 0 0
[junit4:junit4]   2> 17479 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10058 (-1429478646190440448)]} 0 4
[junit4:junit4]   2> 17479 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[58 (-1429478646191489024)]} 0 0
[junit4:junit4]   2> 17480 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[58 (-1429478646191489024)]} 0 4
[junit4:junit4]   2> 17483 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10065 (1429478646197780480)]} 0 1
[junit4:junit4]   2> 17484 T857 C44 P62140 /update {wt=javabin&version=2} {add=[65 (1429478646198829056)]} 0 1
[junit4:junit4]   2> 17490 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10065 (1429478646201974784)]} 0 1
[junit4:junit4]   2> 17491 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10065 (1429478646201974784)]} 0 5
[junit4:junit4]   2> 17491 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[65 (1429478646203023360)]} 0 1
[junit4:junit4]   2> 17492 T878 C45 P27776 /update {wt=javabin&version=2} {add=[65 (1429478646203023360)]} 0 5
[junit4:junit4]   2> 17499 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10060 (-1429478646214557696)]} 0 1
[junit4:junit4]   2> 17499 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[60 (-1429478646215606272)]} 0 0
[junit4:junit4]   2> 17504 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10060 (-1429478646218752000)]} 0 0
[junit4:junit4]   2> 17505 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10060 (-1429478646218752000)]} 0 3
[junit4:junit4]   2> 17505 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[60 (-1429478646218752001)]} 0 0
[junit4:junit4]   2> 17506 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[60 (-1429478646218752001)]} 0 4
[junit4:junit4]   2> 17509 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10066 (1429478646225043456)]} 0 1
[junit4:junit4]   2> 17510 T857 C44 P62140 /update {wt=javabin&version=2} {add=[66 (1429478646226092032)]} 0 1
[junit4:junit4]   2> 17515 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10066 (1429478646228189184)]} 0 1
[junit4:junit4]   2> 17516 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10066 (1429478646228189184)]} 0 5
[junit4:junit4]   2> 17517 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[66 (1429478646230286336)]} 0 1
[junit4:junit4]   2> 17518 T878 C45 P27776 /update {wt=javabin&version=2} {add=[66 (1429478646230286336)]} 0 5
[junit4:junit4]   2> 17583 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10067 (1429478646302638080)]} 0 1
[junit4:junit4]   2> 17584 T858 C44 P62140 /update {wt=javabin&version=2} {add=[67 (1429478646303686656)]} 0 1
[junit4:junit4]   2> 17590 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10067 (1429478646306832384)]} 0 1
[junit4:junit4]   2> 17591 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10067 (1429478646306832384)]} 0 5
[junit4:junit4]   2> 17591 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[67 (1429478646307880960)]} 0 1
[junit4:junit4]   2> 17592 T879 C45 P27776 /update {wt=javabin&version=2} {add=[67 (1429478646307880960)]} 0 5
[junit4:junit4]   2> 17680 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10068 (1429478646404349952)]} 0 1
[junit4:junit4]   2> 17682 T857 C44 P62140 /update {wt=javabin&version=2} {add=[68 (1429478646406447104)]} 0 1
[junit4:junit4]   2> 17687 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10068 (1429478646408544256)]} 0 1
[junit4:junit4]   2> 17688 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10068 (1429478646408544256)]} 0 5
[junit4:junit4]   2> 17689 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[68 (1429478646410641408)]} 0 1
[junit4:junit4]   2> 17690 T878 C45 P27776 /update {wt=javabin&version=2} {add=[68 (1429478646410641408)]} 0 5
[junit4:junit4]   2> 17771 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10063 (-1429478646500818944)]} 0 0
[junit4:junit4]   2> 17773 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[63 (-1429478646501867520)]} 0 0
[junit4:junit4]   2> 17777 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10063 (-1429478646503964672)]} 0 0
[junit4:junit4]   2> 17778 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[10063 (-1429478646503964672)]} 0 4
[junit4:junit4]   2> 17779 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[63 (-1429478646505013248)]} 0 1
[junit4:junit4]   2> 17779 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[63 (-1429478646505013248)]} 0 4
[junit4:junit4]   2> 17782 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10069 (1429478646511304704)]} 0 1
[junit4:junit4]   2> 17783 T857 C44 P62140 /update {wt=javabin&version=2} {add=[69 (1429478646512353280)]} 0 1
[junit4:junit4]   2> 17789 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10069 (1429478646515499008)]} 0 1
[junit4:junit4]   2> 17790 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[69 (1429478646516547584)]} 0 1
[junit4:junit4]   2> 17790 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10069 (1429478646515499008)]} 0 5
[junit4:junit4]   2> 17791 T878 C45 P27776 /update {wt=javabin&version=2} {add=[69 (1429478646516547584)]} 0 5
[junit4:junit4]   2> 17856 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10070 (1429478646589947904)]} 0 1
[junit4:junit4]   2> 17857 T858 C44 P62140 /update {wt=javabin&version=2} {add=[70 (1429478646589947905)]} 0 1
[junit4:junit4]   2> 17863 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10070 (1429478646593093632)]} 0 1
[junit4:junit4]   2> 17864 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10070 (1429478646593093632)]} 0 5
[junit4:junit4]   2> 17864 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[70 (1429478646594142208)]} 0 1
[junit4:junit4]   2> 17865 T879 C45 P27776 /update {wt=javabin&version=2} {add=[70 (1429478646594142208)]} 0 5
[junit4:junit4]   2> 17952 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[10065 (-1429478646689562624)]} 0 1
[junit4:junit4]   2> 17953 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[65 (-1429478646691659776)]} 0 0
[junit4:junit4]   2> 17957 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10065 (-1429478646692708352)]} 0 0
[junit4:junit4]   2> 17958 T879 C45 P27776 /update {wt=javabin&version=2} {delete=[10065 (-1429478646692708352)]} 0 4
[junit4:junit4]   2> 17959 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[65 (-1429478646694805504)]} 0 0
[junit4:junit4]   2> 17960 T878 C45 P27776 /update {wt=javabin&version=2} {delete=[65 (-1429478646694805504)]} 0 4
[junit4:junit4]   2> 17962 T857 C44 P62140 /update {wt=javabin&version=2} {add=[10071 (1429478646700048384)]} 0 1
[junit4:junit4]   2> 17964 T858 C44 P62140 /update {wt=javabin&version=2} {add=[71 (1429478646702145536)]} 0 1
[junit4:junit4]   2> 17969 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10071 (1429478646704242688)]} 0 1
[junit4:junit4]   2> 17970 T878 C45 P27776 /update {wt=javabin&version=2} {add=[10071 (1429478646704242688)]} 0 5
[junit4:junit4]   2> 17971 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[71 (1429478646706339840)]} 0 1
[junit4:junit4]   2> 17972 T879 C45 P27776 /update {wt=javabin&version=2} {add=[71 (1429478646706339840)]} 0 5
[junit4:junit4]   2> 18048 T858 C44 P62140 /update {wt=javabin&version=2} {add=[10072 (1429478646790225920)]} 0 1
[junit4:junit4]   2> 18050 T857 C44 P62140 /update {wt=javabin&version=2} {add=[72 (1429478646792323072)]} 0 1
[junit4:junit4]   2> 18055 T894 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10072 (1429478646794420224)]} 0 1
[junit4:junit4]   2> 18056 T879 C45 P27776 /update {wt=javabin&version=2} {add=[10072 (1429478646794420224)]} 0 5
[junit4:junit4]   2> 18056 T893 C43 P33903 /update {distrib.from=http://127.0.0.1:27776/hb_qum/pp/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[72 (1429478646795468800)]} 0 1
[junit4:junit4]   2> 18057 T878 C45 P27776 /update {wt=javabin&version=2} {add=[72 (1429478646795468800)]} 0 5
[junit4:junit4]   2> 18072 T857 C44 P62140 /update {wt=javabin&version=2} {delete=[10069 (-1429478646816440320)]} 0 0
[junit4:junit4]   2> 18073 T858 C44 P62140 /update {wt=javabin&version=2} {delete=[69 (-1429478646817488896)]} 0 0
[junit4:junit4]   2> 18079 T893 C43 P33903 

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

gered, but Solr cannot talk to ZK
[junit4:junit4]   2> 64573 T845 oazs.ZooKeeperServer.shutdown shutting down
[junit4:junit4]   2> 64573 T928 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 64573 T845 oazs.SessionTrackerImpl.shutdown Shutting down
[junit4:junit4]   2> 64574 T845 oazs.PrepRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 64574 T845 oazs.SyncRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 64574 T845 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> safe stop:
[junit4:junit4]   1> safe stop:
[junit4:junit4]   1> safe stop:
[junit4:junit4]   1> safe stop:
[junit4:junit4]   2> 64576 T845 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ru_RU, timezone=CST
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=1,free=283065608,total=401604608
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFieldResource, ShowFileRequestHandlerTest, TestLuceneMatchVersion, TestQueryTypes, TestDefaultSimilarityFactory, TestSystemIdResolver, PeerSyncTest, TestSort, CollectionsAPIDistributedZkTest, URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, TestJmxMonitoredMap, NotRequiredUniqueKeyTest, TestQueryUtils, IndexBasedSpellCheckerTest, SolrIndexSplitterTest, SuggesterTSTTest, TestBadConfig, LukeRequestHandlerTest, CopyFieldTest, SolrCmdDistributorTest, CoreAdminHandlerTest, ChaosMonkeySafeLeaderTest, TestArbitraryIndexDir, TestSolrIndexConfig, TestLMDirichletSimilarityFactory, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=D46DE28E17777955 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ru_RU -Dtests.timezone=CST -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J1 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=904, name=coreLoadExecutor-500-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[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:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@2fea0797 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f90cd6e)
[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=906, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[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@4442d869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@68b61f16)
[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:722)
[junit4:junit4] Completed on J1 in 64.64s, 1 test, 2 errors <<< FAILURES!

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

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



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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/1068/

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

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

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


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

Error Message:


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




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

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

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

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

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