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

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_15) - Build # 4774 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4774/
Java: 32bit/jdk1.7.0_15 -client -XX:+UseG1GC

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=2558, name=coreLoadExecutor-1843-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=2558, name=coreLoadExecutor-1843-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:980)
	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:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:327)
	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:746)
	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: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2fb9ca lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d926fd)
	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=2560, 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=2560, 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:980)
	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:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:327)
	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: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1178929 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bbcdf)
	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 9529 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T2499 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_/f
[junit4:junit4]   2> 3 T2499 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-RecoveryZkTest-1363922621433
[junit4:junit4]   2> 4 T2499 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T2500 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T2500 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T2500 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T2500 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 5 T2500 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T2500 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1363922621433/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T2499 oasc.ZkTestServer.run start zk server on port:53849
[junit4:junit4]   2> 105 T2499 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53849 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@81b748
[junit4:junit4]   2> 106 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T2505 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:53849. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 106 T2505 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:53849, initiating session
[junit4:junit4]   2> 106 T2501 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34717
[junit4:junit4]   2> 107 T2501 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34717
[junit4:junit4]   2> 107 T2503 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 632 T2503 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d901f93fd0000 with negotiated timeout 10000 for client /127.0.0.1:34717
[junit4:junit4]   2> 632 T2505 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:53849, sessionid = 0x13d901f93fd0000, negotiated timeout = 10000
[junit4:junit4]   2> 632 T2506 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@81b748 name:ZooKeeperConnection Watcher:127.0.0.1:53849 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 633 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 633 T2499 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 635 T2504 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d901f93fd0000
[junit4:junit4]   2> 636 T2501 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34717 which had sessionid 0x13d901f93fd0000
[junit4:junit4]   2> 636 T2499 oaz.ZooKeeper.close Session: 0x13d901f93fd0000 closed
[junit4:junit4]   2> 636 T2506 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 637 T2499 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53849/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@183d653
[junit4:junit4]   2> 637 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 638 T2507 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:53849. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 638 T2507 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:53849, initiating session
[junit4:junit4]   2> 638 T2501 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34718
[junit4:junit4]   2> 638 T2501 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34718
[junit4:junit4]   2> 639 T2503 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d901f93fd0001 with negotiated timeout 10000 for client /127.0.0.1:34718
[junit4:junit4]   2> 639 T2507 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:53849, sessionid = 0x13d901f93fd0001, negotiated timeout = 10000
[junit4:junit4]   2> 639 T2508 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@183d653 name:ZooKeeperConnection Watcher:127.0.0.1:53849/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 640 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 640 T2499 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 642 T2499 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 644 T2499 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 646 T2499 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 647 T2499 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 648 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 651 T2499 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 652 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 655 T2499 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 655 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 657 T2499 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 657 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 659 T2499 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 660 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 662 T2499 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 662 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 664 T2499 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 665 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 667 T2499 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 667 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 669 T2499 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 669 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 672 T2504 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d901f93fd0001
[junit4:junit4]   2> 672 T2508 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 672 T2501 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34718 which had sessionid 0x13d901f93fd0001
[junit4:junit4]   2> 672 T2499 oaz.ZooKeeper.close Session: 0x13d901f93fd0001 closed
[junit4:junit4]   2> 731 T2499 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 735 T2499 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35744
[junit4:junit4]   2> 736 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 736 T2499 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 736 T2499 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363922622103
[junit4:junit4]   2> 737 T2499 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363922622103/solr.xml
[junit4:junit4]   2> 737 T2499 oasc.CoreContainer.<init> New CoreContainer 21358593
[junit4:junit4]   2> 738 T2499 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363922622103/'
[junit4:junit4]   2> 738 T2499 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363922622103/'
[junit4:junit4]   2> 759 T2499 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 760 T2499 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 760 T2499 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 760 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 761 T2499 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 761 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 761 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 762 T2499 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 762 T2499 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 763 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 770 T2499 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 784 T2499 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53849/solr
[junit4:junit4]   2> 785 T2499 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 785 T2499 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53849 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@15880d9
[junit4:junit4]   2> 786 T2518 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:53849. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 786 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 786 T2518 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:53849, initiating session
[junit4:junit4]   2> 787 T2501 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34719
[junit4:junit4]   2> 787 T2501 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34719
[junit4:junit4]   2> 787 T2503 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d901f93fd0002 with negotiated timeout 20000 for client /127.0.0.1:34719
[junit4:junit4]   2> 788 T2518 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:53849, sessionid = 0x13d901f93fd0002, negotiated timeout = 20000
[junit4:junit4]   2> 788 T2519 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15880d9 name:ZooKeeperConnection Watcher:127.0.0.1:53849 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 788 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 789 T2504 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d901f93fd0002
[junit4:junit4]   2> 790 T2519 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 790 T2501 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34719 which had sessionid 0x13d901f93fd0002
[junit4:junit4]   2> 790 T2499 oaz.ZooKeeper.close Session: 0x13d901f93fd0002 closed
[junit4:junit4]   2> 790 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 793 T2499 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53849/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@823ab3
[junit4:junit4]   2> 794 T2520 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:53849. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 794 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 794 T2520 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:53849, initiating session
[junit4:junit4]   2> 794 T2501 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34720
[junit4:junit4]   2> 795 T2501 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34720
[junit4:junit4]   2> 795 T2503 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d901f93fd0003 with negotiated timeout 20000 for client /127.0.0.1:34720
[junit4:junit4]   2> 795 T2520 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:53849, sessionid = 0x13d901f93fd0003, negotiated timeout = 20000
[junit4:junit4]   2> 796 T2521 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@823ab3 name:ZooKeeperConnection Watcher:127.0.0.1:53849/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 796 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 797 T2499 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 799 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 800 T2499 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 802 T2499 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 803 T2499 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35744__%2Ff
[junit4:junit4]   2> 804 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:35744__%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:35744__%2Ff
[junit4:junit4]   2> 804 T2499 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35744__%2Ff
[junit4:junit4]   2> 806 T2499 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 810 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 810 T2499 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 811 T2499 oasc.Overseer.start Overseer (id=89386032918495235-127.0.0.1:35744__%2Ff-n_0000000000) starting
[junit4:junit4]   2> 812 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 813 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 813 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 814 T2499 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 815 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 816 T2523 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 817 T2499 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 819 T2499 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 820 T2499 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 822 T2522 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 824 T2524 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363922622103/collection1
[junit4:junit4]   2> 824 T2524 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 825 T2524 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 825 T2524 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 826 T2524 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363922622103/collection1/'
[junit4:junit4]   2> 826 T2524 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363922622103/collection1/lib/README' to classloader
[junit4:junit4]   2> 827 T2524 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363922622103/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 873 T2524 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 912 T2524 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 913 T2524 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 917 T2524 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1338 T2524 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1344 T2524 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1347 T2524 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1356 T2524 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1359 T2524 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1362 T2524 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1362 T2524 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1363 T2524 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1363 T2524 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1364 T2524 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1364 T2524 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1364 T2524 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1364 T2524 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363922622103/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363922621433/control/data/
[junit4:junit4]   2> 1365 T2524 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d51ad5
[junit4:junit4]   2> 1365 T2524 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1365 T2524 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363922621433/control/data
[junit4:junit4]   2> 1366 T2524 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363922621433/control/data/index/
[junit4:junit4]   2> 1366 T2524 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363922621433/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1366 T2524 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363922621433/control/data/index
[junit4:junit4]   2> 1367 T2524 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@62041c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c0632),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1368 T2524 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1369 T2524 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1369 T2524 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1370 T2524 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1370 T2524 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1371 T2524 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1371 T2524 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1371 T2524 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1371 T2524 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1372 T2524 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1374 T2524 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1376 T2524 oass.SolrIndexSearcher.<init> Opening Searcher@5f0960 main
[junit4:junit4]   2> 1377 T2524 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363922621433/control/data/tlog
[junit4:junit4]   2> 1377 T2524 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1377 T2524 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1381 T2525 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f0960 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1382 T2524 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1383 T2524 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2324 T2522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2325 T2522 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:35744__%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35744/_/f"}
[junit4:junit4]   2> 2325 T2522 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2325 T2522 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2328 T2521 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> 2384 T2524 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2384 T2524 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:35744/_/f collection:control_collection shard:shard1
[junit4:junit4]   2> 2385 T2524 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2389 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0003 type:delete cxid:0x82 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2389 T2524 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2390 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2391 T2524 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2392 T2524 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2392 T2524 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35744/_/f/collection1/
[junit4:junit4]   2> 2392 T2524 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2393 T2524 oasc.SyncStrategy.syncToMe http://127.0.0.1:35744/_/f/collection1/ has no replicas
[junit4:junit4]   2> 2393 T2524 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35744/_/f/collection1/
[junit4:junit4]   2> 2393 T2524 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2396 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3831 T2522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3839 T2521 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> 3850 T2524 oasc.ZkController.register We are http://127.0.0.1:35744/_/f/collection1/ and leader is http://127.0.0.1:35744/_/f/collection1/
[junit4:junit4]   2> 3851 T2524 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35744/_/f
[junit4:junit4]   2> 3851 T2524 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3851 T2524 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3852 T2524 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3853 T2524 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3854 T2499 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3854 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3855 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3858 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3859 T2499 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53849/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ff9548
[junit4:junit4]   2> 3860 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3860 T2527 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:53849. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3860 T2527 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:53849, initiating session
[junit4:junit4]   2> 3860 T2501 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34727
[junit4:junit4]   2> 3861 T2501 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34727
[junit4:junit4]   2> 3861 T2503 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d901f93fd0004 with negotiated timeout 10000 for client /127.0.0.1:34727
[junit4:junit4]   2> 3861 T2527 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:53849, sessionid = 0x13d901f93fd0004, negotiated timeout = 10000
[junit4:junit4]   2> 3862 T2528 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ff9548 name:ZooKeeperConnection Watcher:127.0.0.1:53849/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3862 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3864 T2499 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3865 T2499 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3925 T2499 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3927 T2499 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33953
[junit4:junit4]   2> 3927 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3928 T2499 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3928 T2499 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363922625295
[junit4:junit4]   2> 3929 T2499 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363922625295/solr.xml
[junit4:junit4]   2> 3929 T2499 oasc.CoreContainer.<init> New CoreContainer 139297
[junit4:junit4]   2> 3929 T2499 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363922625295/'
[junit4:junit4]   2> 3930 T2499 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363922625295/'
[junit4:junit4]   2> 3951 T2499 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3951 T2499 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3952 T2499 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3952 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3953 T2499 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3953 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3953 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3954 T2499 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3954 T2499 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3954 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3961 T2499 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3974 T2499 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53849/solr
[junit4:junit4]   2> 3974 T2499 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3975 T2499 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53849 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@c5505c
[junit4:junit4]   2> 3976 T2538 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:53849. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3975 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3976 T2501 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34728
[junit4:junit4]   2> 3976 T2538 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:53849, initiating session
[junit4:junit4]   2> 3977 T2501 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34728
[junit4:junit4]   2> 3979 T2503 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d901f93fd0005 with negotiated timeout 20000 for client /127.0.0.1:34728
[junit4:junit4]   2> 3979 T2538 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:53849, sessionid = 0x13d901f93fd0005, negotiated timeout = 20000
[junit4:junit4]   2> 3979 T2539 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c5505c name:ZooKeeperConnection Watcher:127.0.0.1:53849 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3980 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3981 T2504 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d901f93fd0005
[junit4:junit4]   2> 3981 T2539 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3981 T2499 oaz.ZooKeeper.close Session: 0x13d901f93fd0005 closed
[junit4:junit4]   2> 3981 T2501 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34728 which had sessionid 0x13d901f93fd0005
[junit4:junit4]   2> 3982 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3985 T2499 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53849/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@131ffc9
[junit4:junit4]   2> 3986 T2540 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:53849. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3985 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3986 T2540 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:53849, initiating session
[junit4:junit4]   2> 3986 T2501 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34729
[junit4:junit4]   2> 3986 T2501 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34729
[junit4:junit4]   2> 3987 T2503 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d901f93fd0006 with negotiated timeout 20000 for client /127.0.0.1:34729
[junit4:junit4]   2> 3987 T2540 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:53849, sessionid = 0x13d901f93fd0006, negotiated timeout = 20000
[junit4:junit4]   2> 3987 T2541 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@131ffc9 name:ZooKeeperConnection Watcher:127.0.0.1:53849/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3988 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3988 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3989 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3991 T2499 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4993 T2499 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33953__%2Ff
[junit4:junit4]   2> 4994 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:33953__%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:33953__%2Ff
[junit4:junit4]   2> 4995 T2499 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33953__%2Ff
[junit4:junit4]   2> 4997 T2521 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> 4998 T2528 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4998 T2541 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4999 T2521 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5006 T2542 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363922625295/collection1
[junit4:junit4]   2> 5007 T2542 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5007 T2542 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5007 T2542 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5009 T2542 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363922625295/collection1/'
[junit4:junit4]   2> 5009 T2542 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363922625295/collection1/lib/README' to classloader
[junit4:junit4]   2> 5009 T2542 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363922625295/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5045 T2542 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 5081 T2542 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5082 T2542 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5087 T2542 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5343 T2522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5343 T2522 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:35744__%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35744/_/f"}
[junit4:junit4]   2> 5346 T2521 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> 5346 T2528 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> 5347 T2541 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> 5478 T2542 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5484 T2542 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5487 T2542 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5497 T2542 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5500 T2542 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5503 T2542 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5504 T2542 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5505 T2542 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5505 T2542 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5506 T2542 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5506 T2542 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5506 T2542 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5507 T2542 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363922625295/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty1/
[junit4:junit4]   2> 5507 T2542 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d51ad5
[junit4:junit4]   2> 5507 T2542 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5508 T2542 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty1
[junit4:junit4]   2> 5508 T2542 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty1/index/
[junit4:junit4]   2> 5508 T2542 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5508 T2542 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty1/index
[junit4:junit4]   2> 5509 T2542 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a116fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@1444572),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5510 T2542 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5511 T2542 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5512 T2542 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5512 T2542 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5513 T2542 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5513 T2542 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5513 T2542 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5514 T2542 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5514 T2542 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5514 T2542 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5517 T2542 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5519 T2542 oass.SolrIndexSearcher.<init> Opening Searcher@356d43 main
[junit4:junit4]   2> 5520 T2542 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty1/tlog
[junit4:junit4]   2> 5520 T2542 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5520 T2542 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5552 T2543 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@356d43 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5555 T2542 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5555 T2542 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6849 T2522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6850 T2522 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:33953__%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33953/_/f"}
[junit4:junit4]   2> 6850 T2522 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6850 T2522 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6854 T2521 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> 6854 T2541 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> 6854 T2528 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> 7557 T2542 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7557 T2542 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33953/_/f collection:collection1 shard:shard1
[junit4:junit4]   2> 7559 T2542 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7567 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7568 T2542 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7568 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7571 T2542 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7572 T2542 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7572 T2542 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33953/_/f/collection1/
[junit4:junit4]   2> 7573 T2542 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7573 T2542 oasc.SyncStrategy.syncToMe http://127.0.0.1:33953/_/f/collection1/ has no replicas
[junit4:junit4]   2> 7574 T2542 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33953/_/f/collection1/
[junit4:junit4]   2> 7574 T2542 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7580 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8357 T2522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8362 T2521 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> 8362 T2541 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> 8362 T2528 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> 8385 T2542 oasc.ZkController.register We are http://127.0.0.1:33953/_/f/collection1/ and leader is http://127.0.0.1:33953/_/f/collection1/
[junit4:junit4]   2> 8385 T2542 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33953/_/f
[junit4:junit4]   2> 8385 T2542 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8385 T2542 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8385 T2542 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8387 T2542 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8388 T2499 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8388 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8389 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8450 T2499 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8452 T2499 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33589
[junit4:junit4]   2> 8453 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8453 T2499 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8454 T2499 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363922629822
[junit4:junit4]   2> 8454 T2499 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363922629822/solr.xml
[junit4:junit4]   2> 8454 T2499 oasc.CoreContainer.<init> New CoreContainer 30019000
[junit4:junit4]   2> 8455 T2499 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363922629822/'
[junit4:junit4]   2> 8455 T2499 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363922629822/'
[junit4:junit4]   2> 8476 T2499 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8476 T2499 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8477 T2499 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8477 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8477 T2499 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8478 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8478 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8478 T2499 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8479 T2499 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8479 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8486 T2499 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8498 T2499 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53849/solr
[junit4:junit4]   2> 8499 T2499 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8499 T2499 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53849 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@b804dc
[junit4:junit4]   2> 8500 T2554 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:53849. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8500 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8501 T2554 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:53849, initiating session
[junit4:junit4]   2> 8501 T2501 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34738
[junit4:junit4]   2> 8501 T2501 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34738
[junit4:junit4]   2> 8502 T2503 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d901f93fd0007 with negotiated timeout 20000 for client /127.0.0.1:34738
[junit4:junit4]   2> 8502 T2554 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:53849, sessionid = 0x13d901f93fd0007, negotiated timeout = 20000
[junit4:junit4]   2> 8502 T2555 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b804dc name:ZooKeeperConnection Watcher:127.0.0.1:53849 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8502 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8504 T2504 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d901f93fd0007
[junit4:junit4]   2> 8504 T2555 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8504 T2501 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34738 which had sessionid 0x13d901f93fd0007
[junit4:junit4]   2> 8504 T2499 oaz.ZooKeeper.close Session: 0x13d901f93fd0007 closed
[junit4:junit4]   2> 8505 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8508 T2499 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53849/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@474419
[junit4:junit4]   2> 8509 T2556 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:53849. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8509 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8509 T2556 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:53849, initiating session
[junit4:junit4]   2> 8509 T2501 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34739
[junit4:junit4]   2> 8510 T2501 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34739
[junit4:junit4]   2> 8510 T2503 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d901f93fd0008 with negotiated timeout 20000 for client /127.0.0.1:34739
[junit4:junit4]   2> 8510 T2556 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:53849, sessionid = 0x13d901f93fd0008, negotiated timeout = 20000
[junit4:junit4]   2> 8511 T2557 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@474419 name:ZooKeeperConnection Watcher:127.0.0.1:53849/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8511 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8512 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8513 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8515 T2499 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9517 T2499 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33589__%2Ff
[junit4:junit4]   2> 9517 T2504 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d901f93fd0008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:33589__%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:33589__%2Ff
[junit4:junit4]   2> 9518 T2499 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33589__%2Ff
[junit4:junit4]   2> 9519 T2521 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> 9520 T2541 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> 9521 T2528 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9521 T2557 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9521 T2528 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> 9522 T2521 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9522 T2541 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9525 T2558 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363922629822/collection1
[junit4:junit4]   2> 9526 T2558 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9526 T2558 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9526 T2558 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9527 T2558 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363922629822/collection1/'
[junit4:junit4]   2> 9528 T2558 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363922629822/collection1/lib/README' to classloader
[junit4:junit4]   2> 9528 T2558 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363922629822/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9568 T2558 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 9605 T2558 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9606 T2558 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9610 T2558 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9866 T2522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9867 T2522 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:33953__%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33953/_/f"}
[junit4:junit4]   2> 9870 T2557 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> 9870 T2541 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> 9870 T2528 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> 9870 T2521 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> 10001 T2558 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10007 T2558 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10010 T2558 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10019 T2558 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10022 T2558 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10025 T2558 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10026 T2558 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10027 T2558 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10027 T2558 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10028 T2558 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10028 T2558 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10029 T2558 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10029 T2558 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363922629822/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty2/
[junit4:junit4]   2> 10029 T2558 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d51ad5
[junit4:junit4]   2> 10030 T2558 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10030 T2558 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty2
[junit4:junit4]   2> 10030 T2558 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty2/index/
[junit4:junit4]   2> 10030 T2558 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10031 T2558 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty2/index
[junit4:junit4]   2> 10032 T2558 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1e3ae94 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8509fc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10032 T2558 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10034 T2558 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10034 T2558 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10035 T2558 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10035 T2558 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10036 T2558 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10036 T2558 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10036 T2558 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10037 T2558 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10037 T2558 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10039 T2558 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10042 T2558 oass.SolrIndexSearcher.<init> Opening Searcher@1b9dcb3 main
[junit4:junit4]   2> 10042 T2558 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty2/tlog
[junit4:junit4]   2> 10042 T2558 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10043 T2558 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10047 T2559 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b9dcb3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10049 T2558 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10049 T2558 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11373 T2522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11374 T2522 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:33589__%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33589/_/f"}
[junit4:junit4]   2> 11374 T2522 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11374 T2522 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11378 T2521 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> 11378 T2528 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> 11378 T2541 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> 11378 T2557 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> 12050 T2558 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12051 T2558 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33589/_/f collection:collection1 shard:shard1
[junit4:junit4]   2> 12054 T2558 oasc.ZkController.register We are http://127.0.0.1:33589/_/f/collection1/ and leader is http://127.0.0.1:33953/_/f/collection1/
[junit4:junit4]   2> 12054 T2558 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33589/_/f
[junit4:junit4]   2> 12054 T2558 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12054 T2558 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C390 name=collection1 org.apache.solr.core.SolrCore@12b7582 url=http://127.0.0.1:33589/_/f/collection1 node=127.0.0.1:33589__%2Ff C390_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:33589__%2Ff, base_url=http://127.0.0.1:33589/_/f}
[junit4:junit4]   2> 12055 T2560 C390 P33589 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12055 T2558 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12056 T2560 C390 P33589 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12056 T2560 C390 P33589 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12056 T2560 C390 P33589 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12056 T2499 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12057 T2560 C390 P33589 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12057 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12057 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12060 T2499 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C391 name=collection1 org.apache.solr.core.SolrCore@1448055 url=http://127.0.0.1:35744/_/f/collection1 node=127.0.0.1:35744__%2Ff C391_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:35744__%2Ff, base_url=http://127.0.0.1:35744/_/f, leader=true}
[junit4:junit4]   2> 12069 T2517 C391 P35744 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@62041c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c0632),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12069 T2517 C391 P35744 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12071 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10001 (1430176539342798848)]} 0 3
[junit4:junit4]   2> 12071 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[1 (1430176539343847424)]} 0 2
[junit4:junit4]   2> ASYNC  NEW_CORE C392 name=collection1 org.apache.solr.core.SolrCore@f04797 url=http://127.0.0.1:33953/_/f/collection1 node=127.0.0.1:33953__%2Ff C392_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:33953__%2Ff, base_url=http://127.0.0.1:33953/_/f, leader=true}
[junit4:junit4]   2> 12080 T2537 C392 P33953 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a116fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@1444572),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12081 T2537 C392 P33953 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12082 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[1 (1430176539354333184)]} 0 3
[junit4:junit4]   2> 12082 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10001 (1430176539354333185)]} 0 3
[junit4:junit4]   2> 12126 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10002 (1430176539403616256)]} 0 0
[junit4:junit4]   2> 12127 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[2 (1430176539403616257)]} 0 1
[junit4:junit4]   2> 12129 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[2 (1430176539406761984)]} 0 0
[junit4:junit4]   2> 12129 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10002 (1430176539405713408)]} 0 1
[junit4:junit4]   2> 12166 T2515 C391 P35744 /update {wt=javabin&version=2} {delete=[10002 (-1430176539445559297)]} 0 0
[junit4:junit4]   2> 12166 T2517 C391 P35744 /update {wt=javabin&version=2} {delete=[2 (-1430176539445559296)]} 0 0
[junit4:junit4]   2> 12169 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[2 (-1430176539448705024)]} 0 0
[junit4:junit4]   2> 12169 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[10002 (-1430176539448705025)]} 0 0
[junit4:junit4]   2> 12172 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[3 (1430176539450802176)]} 0 1
[junit4:junit4]   2> 12172 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10003 (1430176539450802177)]} 0 1
[junit4:junit4]   2> 12175 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[3 (1430176539453947904)]} 0 1
[junit4:junit4]   2> 12176 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10003 (1430176539454996480)]} 0 1
[junit4:junit4]   2> 12188 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[4 (1430176539468627968)]} 0 1
[junit4:junit4]   2> 12190 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10004 (1430176539469676544)]} 0 2
[junit4:junit4]   2> 12192 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[4 (1430176539471773696)]} 0 1
[junit4:junit4]   2> 12193 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10004 (1430176539472822272)]} 0 1
[junit4:junit4]   2> 12279 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[5 (1430176539562999808)]} 0 1
[junit4:junit4]   2> 12281 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10005 (1430176539565096960)]} 0 1
[junit4:junit4]   2> 12282 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[5 (1430176539567194112)]} 0 0
[junit4:junit4]   2> 12284 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10005 (1430176539568242688)]} 0 1
[junit4:junit4]   2> 12372 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[6 (1430176539660517376)]} 0 1
[junit4:junit4]   2> 12372 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10006 (1430176539661565952)]} 0 0
[junit4:junit4]   2> 12374 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[6 (1430176539663663104)]} 0 0
[junit4:junit4]   2> 12375 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10006 (1430176539664711680)]} 0 1
[junit4:junit4]   2> 12415 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[4 (-1430176539706654720)]} 0 0
[junit4:junit4]   2> 12415 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[10004 (-1430176539706654721)]} 0 0
[junit4:junit4]   2> 12417 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[10004 (-1430176539708751872)]} 0 0
[junit4:junit4]   2> 12417 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[4 (-1430176539708751873)]} 0 0
[junit4:junit4]   2> 12419 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10007 (1430176539710849024)]} 0 0
[junit4:junit4]   2> 12420 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[7 (1430176539710849025)]} 0 1
[junit4:junit4]   2> 12421 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10007 (1430176539712946176)]} 0 0
[junit4:junit4]   2> 12422 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[7 (1430176539713994752)]} 0 0
[junit4:junit4]   2> 12457 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[10005 (-1430176539750694912)]} 0 0
[junit4:junit4]   2> 12457 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[5 (-1430176539750694913)]} 0 0
[junit4:junit4]   2> 12459 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[10005 (-1430176539752792064)]} 0 0
[junit4:junit4]   2> 12459 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[5 (-1430176539752792065)]} 0 0
[junit4:junit4]   2> 12461 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10008 (1430176539754889216)]} 0 0
[junit4:junit4]   2> 12462 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[8 (1430176539754889217)]} 0 1
[junit4:junit4]   2> 12464 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10008 (1430176539756986368)]} 0 1
[junit4:junit4]   2> 12464 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[8 (1430176539758034944)]} 0 0
[junit4:junit4]   2> 12486 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[10006 (-1430176539781103616)]} 0 0
[junit4:junit4]   2> 12486 T2517 C391 P35744 /update {wt=javabin&version=2} {delete=[6 (-1430176539781103617)]} 0 0
[junit4:junit4]   2> 12488 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[10006 (-1430176539783200768)]} 0 0
[junit4:junit4]   2> 12488 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[6 (-1430176539783200769)]} 0 0
[junit4:junit4]   2> 12491 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10009 (1430176539785297920)]} 0 1
[junit4:junit4]   2> 12491 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[9 (1430176539785297921)]} 0 1
[junit4:junit4]   2> 12493 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10009 (1430176539788443648)]} 0 0
[junit4:junit4]   2> 12493 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[9 (1430176539788443649)]} 0 0
[junit4:junit4]   2> 12540 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10 (1430176539836678144)]} 0 1
[junit4:junit4]   2> 12540 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10010 (1430176539836678145)]} 0 1
[junit4:junit4]   2> 12542 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10 (1430176539839823872)]} 0 0
[junit4:junit4]   2> 12543 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10010 (1430176539839823873)]} 0 1
[junit4:junit4]   2> 12567 T2515 C391 P35744 /update {wt=javabin&version=2} {delete=[7 (-1430176539866038272)]} 0 1
[junit4:junit4]   2> 12567 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[10007 (-1430176539866038273)]} 0 0
[junit4:junit4]   2> 12569 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[10007 (-1430176539868135425)]} 0 0
[junit4:junit4]   2> 12569 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[7 (-1430176539868135424)]} 0 0
[junit4:junit4]   2> 12572 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[11 (1430176539870232577)]} 0 1
[junit4:junit4]   2> 12572 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10011 (1430176539870232576)]} 0 1
[junit4:junit4]   2> 12574 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[11 (1430176539873378304)]} 0 0
[junit4:junit4]   2> 12575 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10011 (1430176539873378305)]} 0 1
[junit4:junit4]   2> 12641 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[10011 (-1430176539943632897)]} 0 1
[junit4:junit4]   2> 12641 T2515 C391 P35744 /update {wt=javabin&version=2} {delete=[11 (-1430176539943632896)]} 0 1
[junit4:junit4]   2> 12643 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[10011 (-1430176539945730048)]} 0 0
[junit4:junit4]   2> 12643 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[11 (-1430176539945730049)]} 0 0
[junit4:junit4]   2> 12646 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10012 (1430176539947827200)]} 0 1
[junit4:junit4]   2> 12646 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[12 (1430176539947827201)]} 0 1
[junit4:junit4]   2> 12648 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10012 (1430176539950972928)]} 0 0
[junit4:junit4]   2> 12648 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[12 (1430176539950972929)]} 0 0
[junit4:junit4]   2> 12650 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10013 (1430176539953070080)]} 0 0
[junit4:junit4]   2> 12651 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[13 (1430176539953070081)]} 0 1
[junit4:junit4]   2> 12653 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10013 (1430176539955167232)]} 0 1
[junit4:junit4]   2> 12654 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[13 (1430176539956215808)]} 0 1
[junit4:junit4]   2> 12711 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10014 (1430176540015984640)]} 0 1
[junit4:junit4]   2> 12711 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[14 (1430176540017033216)]} 0 0
[junit4:junit4]   2> 12713 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10014 (1430176540019130368)]} 0 0
[junit4:junit4]   2> 12713 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[14 (1430176540019130369)]} 0 0
[junit4:junit4]   2> 12805 T2515 C391 P35744 /update {wt=javabin&version=2} {delete=[10013 (-1430176540115599360)]} 0 0
[junit4:junit4]   2> 12805 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[13 (-1430176540115599361)]} 0 0
[junit4:junit4]   2> 12807 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[13 (-1430176540117696513)]} 0 0
[junit4:junit4]   2> 12807 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[10013 (-1430176540117696512)]} 0 0
[junit4:junit4]   2> 12810 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10015 (1430176540120842241)]} 0 0
[junit4:junit4]   2> 12811 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[15 (1430176540120842240)]} 0 2
[junit4:junit4]   2> 12813 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10015 (1430176540122939392)]} 0 1
[junit4:junit4]   2> 12814 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[15 (1430176540123987968)]} 0 1
[junit4:junit4]   2> 12876 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[10015 (-1430176540190048256)]} 0 0
[junit4:junit4]   2> 12876 T2515 C391 P35744 /update {wt=javabin&version=2} {delete=[15 (-1430176540190048257)]} 0 0
[junit4:junit4]   2> 12878 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[10015 (-1430176540192145408)]} 0 0
[junit4:junit4]   2> 12879 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[15 (-1430176540193193984)]} 0 0
[junit4:junit4]   2> 12881 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10016 (1430176540194242560)]} 0 1
[junit4:junit4]   2> 12881 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[16 (1430176540195291136)]} 0 1
[junit4:junit4]   2> 12881 T2522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12882 T2522 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:33589__%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33589/_/f"}
[junit4:junit4]   2> 12883 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10016 (1430176540197388288)]} 0 0
[junit4:junit4]   2> 12884 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[16 (1430176540197388289)]} 0 1
[junit4:junit4]   2> 12885 T2521 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> 12885 T2557 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> 12885 T2541 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> 12885 T2528 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> 12898 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10017 (1430176540213116928)]} 0 0
[junit4:junit4]   2> 12899 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[17 (1430176540214165504)]} 0 0
[junit4:junit4]   2>  C390_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:33589__%2Ff, base_url=http://127.0.0.1:33589/_/f}
[junit4:junit4]   2> 12907 T2551 C390 P33589 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1e3ae94 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8509fc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12908 T2551 C390 P33589 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12909 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1430176540217311232)]} 0 2
[junit4:junit4]   2> 12910 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1430176540215214080)]} 0 2
[junit4:junit4]   2> 12910 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[17 (1430176540217311232)]} 0 8
[junit4:junit4]   2> 12910 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10017 (1430176540215214080)]} 0 10
[junit4:junit4]   2> 13010 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[18 (1430176540329508864)]} 0 1
[junit4:junit4]   2> 13010 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10018 (1430176540329508865)]} 0 1
[junit4:junit4]   2> 13014 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1430176540332654592)]} 0 0
[junit4:junit4]   2> 13015 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1430176540332654593)]} 0 1
[junit4:junit4]   2> 13015 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[18 (1430176540332654592)]} 0 3
[junit4:junit4]   2> 13015 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10018 (1430176540332654593)]} 0 3
[junit4:junit4]   2> 13061 T2536 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=3&state=recovering&nodeName=127.0.0.1:33589__%252Ff&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 13112 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[19 (1430176540437512192)]} 0 0
[junit4:junit4]   2> 13113 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10019 (1430176540437512193)]} 0 1
[junit4:junit4]   2> 13117 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1430176540439609344)]} 0 1
[junit4:junit4]   2> 13117 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1430176540440657920)]} 0 0
[junit4:junit4]   2> 13117 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[19 (1430176540439609344)]} 0 3
[junit4:junit4]   2> 13118 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10019 (1430176540440657920)]} 0 3
[junit4:junit4]   2> 13146 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[20 (1430176540473163776)]} 0 0
[junit4:junit4]   2> 13147 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10020 (1430176540473163777)]} 0 1
[junit4:junit4]   2> 13151 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1430176540475260929)]} 0 1
[junit4:junit4]   2> 13151 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1430176540475260928)]} 0 1
[junit4:junit4]   2> 13151 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10020 (1430176540475260929)]} 0 3
[junit4:junit4]   2> 13152 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[20 (1430176540475260928)]} 0 4
[junit4:junit4]   2> 13155 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10021 (1430176540482600960)]} 0 0
[junit4:junit4]   2> 13156 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[21 (1430176540482600961)]} 0 1
[junit4:junit4]   2> 13160 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1430176540484698112)]} 0 1
[junit4:junit4]   2> 13160 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1430176540485746688)]} 0 1
[junit4:junit4]   2> 13161 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10021 (1430176540484698112)]} 0 4
[junit4:junit4]   2> 13161 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[21 (1430176540485746688)]} 0 4
[junit4:junit4]   2> 13180 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10022 (1430176540508815360)]} 0 0
[junit4:junit4]   2> 13181 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[22 (1430176540508815361)]} 0 1
[junit4:junit4]   2> 13185 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1430176540510912512)]} 0 1
[junit4:junit4]   2> 13185 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1430176540511961088)]} 0 1
[junit4:junit4]   2> 13185 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10022 (1430176540510912512)]} 0 3
[junit4:junit4]   2> 13186 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[22 (1430176540511961088)]} 0 3
[junit4:junit4]   2> 13282 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[10018 (-1430176540615770112)]} 0 0
[junit4:junit4]   2> 13282 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[18 (-1430176540615770113)]} 0 0
[junit4:junit4]   2> 13285 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10018 (-1430176540617867265)]} 0 0
[junit4:junit4]   2> 13285 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[18 (-1430176540617867264)]} 0 0
[junit4:junit4]   2> 13286 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[10018 (-1430176540617867265)]} 0 2
[junit4:junit4]   2> 13286 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[18 (-1430176540617867264)]} 0 2
[junit4:junit4]   2> 13288 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10023 (1430176540622061568)]} 0 0
[junit4:junit4]   2> 13288 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[23 (1430176540622061569)]} 0 0
[junit4:junit4]   2> 13292 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1430176540624158720)]} 0 0
[junit4:junit4]   2> 13293 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1430176540624158721)]} 0 1
[junit4:junit4]   2> 13293 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10023 (1430176540624158720)]} 0 3
[junit4:junit4]   2> 13293 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[23 (1430176540624158721)]} 0 3
[junit4:junit4]   2> 13390 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[24 (1430176540729016320)]} 0 0
[junit4:junit4]   2> 13391 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10024 (1430176540729016321)]} 0 1
[junit4:junit4]   2> 13395 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1430176540731113472)]} 0 1
[junit4:junit4]   2> 13395 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1430176540732162048)]} 0 0
[junit4:junit4]   2> 13395 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[24 (1430176540731113472)]} 0 3
[junit4:junit4]   2> 13396 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10024 (1430176540732162048)]} 0 3
[junit4:junit4]   2> 13483 T2517 C391 P35744 /update {wt=javabin&version=2} {delete=[10019 (-1430176540826533889)]} 0 0
[junit4:junit4]   2> 13483 T2515 C391 P35744 /update {wt=javabin&version=2} {delete=[19 (-1430176540826533888)]} 0 0
[junit4:junit4]   2> 13487 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[19 (-1430176540829679616)]} 0 0
[junit4:junit4]   2> 13487 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10019 (-1430176540829679617)]} 0 0
[junit4:junit4]   2> 13488 T2536 C392 P33953 /update {wt=javabin&version=2} {delete=[10019 (-1430176540829679617)]} 0 2
[junit4:junit4]   2> 13488 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[19 (-1430176540829679616)]} 0 2
[junit4:junit4]   2> 13490 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10025 (1430176540833873920)]} 0 0
[junit4:junit4]   2> 13491 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[25 (1430176540833873921)]} 0 1
[junit4:junit4]   2> 13495 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1430176540835971072)]} 0 1
[junit4:junit4]   2> 13495 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1430176540837019648)]} 0 0
[junit4:junit4]   2> 13496 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10025 (1430176540835971072)]} 0 4
[junit4:junit4]   2> 13496 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[25 (1430176540837019648)]} 0 3
[junit4:junit4]   2> 13502 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10026 (1430176540845408257)]} 0 1
[junit4:junit4]   2> 13502 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[26 (1430176540845408256)]} 0 1
[junit4:junit4]   2> 13506 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1430176540848553984)]} 0 1
[junit4:junit4]   2> 13506 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1430176540848553985)]} 0 1
[junit4:junit4]   2> 13506 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[10026 (1430176540848553984)]} 0 2
[junit4:junit4]   2> 13507 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[26 (1430176540848553985)]} 0 3
[junit4:junit4]   2> 13544 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[21 (-1430176540890497025)]} 0 0
[junit4:junit4]   2> 13544 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[10021 (-1430176540890497024)]} 0 0
[junit4:junit4]   2> 13548 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10021 (-1430176540892594177)]} 0 0
[junit4:junit4]   2> 13548 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[21 (-1430176540892594176)]} 0 0
[junit4:junit4]   2> 13548 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[10021 (-1430176540892594177)]} 0 2
[junit4:junit4]   2> 13549 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[21 (-1430176540892594176)]} 0 3
[junit4:junit4]   2> 13551 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10027 (1430176540896788480)]} 0 1
[junit4:junit4]   2> 13551 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[27 (1430176540896788481)]} 0 1
[junit4:junit4]   2> 13555 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1430176540899934208)]} 0 0
[junit4:junit4]   2> 13555 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1430176540899934209)]} 0 0
[junit4:junit4]   2> 13555 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[10027 (1430176540899934208)]} 0 2
[junit4:junit4]   2> 13556 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[27 (1430176540899934209)]} 0 3
[junit4:junit4]   2> 13631 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[23 (-1430176540981723137)]} 0 0
[junit4:junit4]   2> 13631 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[10023 (-1430176540981723136)]} 0 0
[junit4:junit4]   2> 13635 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10023 (-1430176540983820288)]} 0 0
[junit4:junit4]   2> 13635 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[23 (-1430176540983820289)]} 0 0
[junit4:junit4]   2> 13635 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[23 (-1430176540983820289)]} 0 2
[junit4:junit4]   2> 13635 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[10023 (-1430176540983820288)]} 0 2
[junit4:junit4]   2> 13638 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[28 (1430176540988014592)]} 0 1
[junit4:junit4]   2> 13638 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10028 (1430176540989063168)]} 0 1
[junit4:junit4]   2> 13642 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1430176540991160320)]} 0 0
[junit4:junit4]   2> 13642 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1430176540991160321)]} 0 0
[junit4:junit4]   2> 13643 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[28 (1430176540991160320)]} 0 3
[junit4:junit4]   2> 13643 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10028 (1430176540991160321)]} 0 3
[junit4:junit4]   2> 13709 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[24 (-1430176541063512064)]} 0 0
[junit4:junit4]   2> 13709 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[10024 (-1430176541063512065)]} 0 0
[junit4:junit4]   2> 13712 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10024 (-1430176541065609217)]} 0 0
[junit4:junit4]   2> 13712 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[24 (-1430176541065609216)]} 0 0
[junit4:junit4]   2> 13713 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[10024 (-1430176541065609217)]} 0 2
[junit4:junit4]   2> 13713 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[24 (-1430176541065609216)]} 0 2
[junit4:junit4]   2> 13716 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10029 (1430176541069803520)]} 0 1
[junit4:junit4]   2> 13716 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[29 (1430176541069803521)]} 0 1
[junit4:junit4]   2> 13720 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1430176541072949249)]} 0 1
[junit4:junit4]   2> 13720 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1430176541072949248)]} 0 1
[junit4:junit4]   2> 13720 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[29 (1430176541072949249)]} 0 2
[junit4:junit4]   2> 13721 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[10029 (1430176541072949248)]} 0 4
[junit4:junit4]   2> 13823 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10030 (1430176541182001152)]} 0 0
[junit4:junit4]   2> 13823 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[30 (1430176541182001153)]} 0 1
[junit4:junit4]   2> 13827 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1430176541185146880)]} 0 0
[junit4:junit4]   2> 13827 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1430176541185146881)]} 0 0
[junit4:junit4]   2> 13828 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10030 (1430176541185146880)]} 0 3
[junit4:junit4]   2> 13828 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[30 (1430176541185146881)]} 0 3
[junit4:junit4]   2> 13905 T2517 C391 P35744 /update {wt=javabin&version=2} {delete=[10027 (-1430176541269032960)]} 0 0
[junit4:junit4]   2> 13905 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[27 (-1430176541269032961)]} 0 0
[junit4:junit4]   2> 13910 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[27 (-1430176541272178688)]} 0 0
[junit4:junit4]   2> 13910 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10027 (-1430176541272178689)]} 0 0
[junit4:junit4]   2> 13911 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[27 (-1430176541272178688)]} 0 3
[junit4:junit4]   2> 13911 T2536 C392 P33953 /update {wt=javabin&version=2} {delete=[10027 (-1430176541272178689)]} 0 3
[junit4:junit4]   2> 13913 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[31 (1430176541277421568)]} 0 0
[junit4:junit4]   2> 13913 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10031 (1430176541277421569)]} 0 0
[junit4:junit4]   2> 13918 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1430176541279518720)]} 0 1
[junit4:junit4]   2> 13918 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1430176541280567296)]} 0 0
[junit4:junit4]   2> 13918 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[31 (1430176541279518720)]} 0 3
[junit4:junit4]   2> 13919 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10031 (1430176541280567296)]} 0 3
[junit4:junit4]   2> 13980 T2517 C391 P35744 /update {wt=javabin&version=2} {delete=[10029 (-1430176541347676161)]} 0 0
[junit4:junit4]   2> 13980 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[29 (-1430176541347676160)]} 0 0
[junit4:junit4]   2> 13984 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[29 (-1430176541349773312)]} 0 0
[junit4:junit4]   2> 13984 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10029 (-1430176541349773313)]} 0 0
[junit4:junit4]   2> 13984 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[29 (-1430176541349773312)]} 0 2
[junit4:junit4]   2> 13984 T2536 C392 P33953 /update {wt=javabin&version=2} {delete=[10029 (-1430176541349773313)]} 0 2
[junit4:junit4]   2> 13987 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10032 (1430176541353967616)]} 0 1
[junit4:junit4]   2> 13987 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[32 (1430176541353967617)]} 0 1
[junit4:junit4]   2> 13991 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1430176541357113344)]} 0 1
[junit4:junit4]   2> 13991 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1430176541357113345)]} 0 0
[junit4:junit4]   2> 13991 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10032 (1430176541357113344)]} 0 2
[junit4:junit4]   2> 13992 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[32 (1430176541357113345)]} 0 3
[junit4:junit4]   2> 14009 T2517 C391 P35744 /update {wt=javabin&version=2} {delete=[31 (-1430176541378084865)]} 0 1
[junit4:junit4]   2> 14009 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[10031 (-1430176541378084864)]} 0 1
[junit4:junit4]   2> 14013 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[31 (-1430176541380182017)]} 0 0
[junit4:junit4]   2> 14013 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10031 (-1430176541380182016)]} 0 0
[junit4:junit4]   2> 14014 T2536 C392 P33953 /update {wt=javabin&version=2} {delete=[31 (-1430176541380182017)]} 0 3
[junit4:junit4]   2> 14014 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[10031 (-1430176541380182016)]} 0 3
[junit4:junit4]   2> 14017 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[33 (1430176541385424896)]} 0 0
[junit4:junit4]   2> 14017 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10033 (1430176541385424897)]} 0 1
[junit4:junit4]   2> 14021 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1430176541388570624)]} 0 0
[junit4:junit4]   2> 14022 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[33 (1430176541388570624)]} 0 3
[junit4:junit4]   2> 14022 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1430176541388570625)]} 0 1
[junit4:junit4]   2> 14023 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10033 (1430176541388570625)]} 0 4
[junit4:junit4]   2> 14063 T2499 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 33589
[junit4:junit4]   2> 14064 T2499 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=30019000
[junit4:junit4]   2> 14112 T2517 C391 P35744 /update {wt=javabin&version=2} {delete=[32 (-1430176541486088192)]} 0 0
[junit4:junit4]   2> 14113 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[10032 (-1430176541487136768)]} 0 0
[junit4:junit4]   2> 14117 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[32 (-1430176541489233920)]} 0 0
[junit4:junit4]   2> 14117 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10032 (-1430176541489233921)]} 0 0
[junit4:junit4]   2> 14118 T2536 C392 P33953 /update {wt=javabin&version=2} {delete=[32 (-1430176541489233920)]} 0 3
[junit4:junit4]   2> 14118 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[10032 (-1430176541489233921)]} 0 3
[junit4:junit4]   2> 14120 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[34 (1430176541494476800)]} 0 1
[junit4:junit4]   2> 14120 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10034 (1430176541494476801)]} 0 0
[junit4:junit4]   2> 14124 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1430176541496573952)]} 0 0
[junit4:junit4]   2> 14125 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10034 (1430176541496573953)]} 0 1
[junit4:junit4]   2> 14125 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[34 (1430176541496573952)]} 0 3
[junit4:junit4]   2> 14125 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10034 (1430176541496573953)]} 0 3
[junit4:junit4]   2> 14200 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[35 (1430176541577314304)]} 0 1
[junit4:junit4]   2> 14200 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10035 (1430176541577314305)]} 0 1
[junit4:junit4]   2> 14204 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1430176541580460032)]} 0 0
[junit4:junit4]   2> 14205 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[35 (1430176541580460032)]} 0 3
[junit4:junit4]   2> 14205 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10035 (1430176541580460033)]} 0 1
[junit4:junit4]   2> 14206 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10035 (1430176541580460033)]} 0 4
[junit4:junit4]   2> 14249 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[36 (1430176541628694528)]} 0 1
[junit4:junit4]   2> 14249 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10036 (1430176541629743104)]} 0 0
[junit4:junit4]   2> 14253 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1430176541631840256)]} 0 0
[junit4:junit4]   2> 14254 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10036 (1430176541631840257)]} 0 1
[junit4:junit4]   2> 14254 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[36 (1430176541631840256)]} 0 3
[junit4:junit4]   2> 14254 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10036 (1430176541631840257)]} 0 3
[junit4:junit4]   2> 14257 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10037 (1430176541638131713)]} 0 0
[junit4:junit4]   2> 14258 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[37 (1430176541638131712)]} 0 1
[junit4:junit4]   2> 14262 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10037 (1430176541640228864)]} 0 1
[junit4:junit4]   2> 14262 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1430176541641277440)]} 0 0
[junit4:junit4]   2> 14262 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[10037 (1430176541640228864)]} 0 3
[junit4:junit4]   2> 14263 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[37 (1430176541641277440)]} 0 3
[junit4:junit4]   2> 14337 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[35 (-1430176541722017793)]} 0 0
[junit4:junit4]   2> 14337 T2515 C391 P35744 /update {wt=javabin&version=2} {delete=[10035 (-1430176541722017792)]} 0 0
[junit4:junit4]   2> 14341 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10035 (-1430176541724114944)]} 0 1
[junit4:junit4]   2> 14341 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[35 (-1430176541724114945)]} 0 1
[junit4:junit4]   2> 14341 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[10035 (-1430176541724114944)]} 0 2
[junit4:junit4]   2> 14341 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[35 (-1430176541724114945)]} 0 2
[junit4:junit4]   2> 14343 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10038 (1430176541728309248)]} 0 0
[junit4:junit4]   2> 14344 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[38 (1430176541728309249)]} 0 1
[junit4:junit4]   2> 14348 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10038 (1430176541730406400)]} 0 1
[junit4:junit4]   2> 14348 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[10038 (1430176541730406400)]} 0 3
[junit4:junit4]   2> 14348 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1430176541731454976)]} 0 1
[junit4:junit4]   2> 14349 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[38 (1430176541731454976)]} 0 4
[junit4:junit4]   2> 14389 T2522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14389 T2522 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:33589__%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33589/_/f"}
[junit4:junit4]   2> 14425 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10039 (1430176541813243904)]} 0 1
[junit4:junit4]   2> 14425 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[39 (1430176541814292480)]} 0 1
[junit4:junit4]   2> 14429 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1430176541816389633)]} 0 0
[junit4:junit4]   2> 14430 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10039 (1430176541816389632)]} 0 1
[junit4:junit4]   2> 14430 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[39 (1430176541816389633)]} 0 3
[junit4:junit4]   2> 14431 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10039 (1430176541816389632)]} 0 4
[junit4:junit4]   2> 14457 T2521 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> 14457 T2528 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> 14457 T2557 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> 14457 T2541 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> 14485 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[40 (1430176541876158464)]} 0 1
[junit4:junit4]   2> 14485 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10040 (1430176541876158465)]} 0 1
[junit4:junit4]   2> 14487 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[40 (1430176541879304192)]} 0 0
[junit4:junit4]   2> 14488 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10040 (1430176541879304193)]} 0 1
[junit4:junit4]   2> 14505 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[41 (1430176541898178561)]} 0 0
[junit4:junit4]   2> 14505 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10041 (1430176541898178560)]} 0 0
[junit4:junit4]   2> 14508 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[41 (1430176541900275712)]} 0 1
[junit4:junit4]   2> 14508 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10041 (1430176541900275713)]} 0 1
[junit4:junit4]   2> 14570 T2517 C391 P35744 /update {wt=javabin&version=2} {delete=[38 (-1430176541966336000)]} 0 0
[junit4:junit4]   2> 14570 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[10038 (-1430176541966336001)]} 0 0
[junit4:junit4]   2> 14572 T2536 C392 P33953 /update {wt=javabin&version=2} {delete=[10038 (-1430176541968433152)]} 0 0
[junit4:junit4]   2> 14572 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[38 (-1430176541968433153)]} 0 0
[junit4:junit4]   2> 14575 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10042 (1430176541970530304)]} 0 1
[junit4:junit4]   2> 14575 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[42 (1430176541971578880)]} 0 1
[junit4:junit4]   2> 14577 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[42 (1430176541973676033)]} 0 0
[junit4:junit4]   2> 14577 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10042 (1430176541973676032)]} 0 0
[junit4:junit4]   2> 14624 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[43 (1430176542022959104)]} 0 0
[junit4:junit4]   2> 14624 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10043 (1430176542022959105)]} 0 0
[junit4:junit4]   2> 14627 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[43 (1430176542025056256)]} 0 1
[junit4:junit4]   2> 14627 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10043 (1430176542025056257)]} 0 1
[junit4:junit4]   2> 14703 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[39 (-1430176542105796608)]} 0 0
[junit4:junit4]   2> 14703 T2517 C391 P35744 /update {wt=javabin&version=2} {delete=[10039 (-1430176542105796609)]} 0 0
[junit4:junit4]   2> 14705 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[39 (-1430176542107893760)]} 0 0
[junit4:junit4]   2> 14705 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[10039 (-1430176542107893761)]} 0 0
[junit4:junit4]   2> 14708 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10044 (1430176542111039488)]} 0 0
[junit4:junit4]   2> 14708 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[44 (1430176542111039489)]} 0 0
[junit4:junit4]   2> 14711 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[10044 (1430176542113136640)]} 0 1
[junit4:junit4]   2> 14711 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[44 (1430176542113136641)]} 0 1
[junit4:junit4]   2> 14747 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10045 (1430176542151933952)]} 0 0
[junit4:junit4]   2> 14748 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[45 (1430176542151933953)]} 0 1
[junit4:junit4]   2> 14750 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10045 (1430176542154031104)]} 0 1
[junit4:junit4]   2> 14750 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[45 (1430176542154031105)]} 0 1
[junit4:junit4]   2> 14819 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[46 (1430176542226382849)]} 0 1
[junit4:junit4]   2> 14819 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10046 (1430176542226382848)]} 0 1
[junit4:junit4]   2> 14822 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[46 (1430176542229528576)]} 0 1
[junit4:junit4]   2> 14823 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10046 (1430176542230577152)]} 0 1
[junit4:junit4]   2> 14900 T2517 C391 P35744 /update {wt=javabin&version=2} {delete=[44 (-1430176542312366080)]} 0 0
[junit4:junit4]   2> 14901 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[10044 (-1430176542313414656)]} 0 0
[junit4:junit4]   2> 14903 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[44 (-1430176542315511808)]} 0 0
[junit4:junit4]   2> 14903 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[10044 (-1430176542315511809)]} 0 0
[junit4:junit4]   2> 14906 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[47 (1430176542317608960)]} 0 1
[junit4:junit4]   2> 14906 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10047 (1430176542318657536)]} 0 1
[junit4:junit4]   2> 14909 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[47 (1430176542320754688)]} 0 1
[junit4:junit4]   2> 14909 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10047 (1430176542320754689)]} 0 1
[junit4:junit4]   2> 14962 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[48 (1430176542376329216)]} 0 1
[junit4:junit4]   2> 14962 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10048 (1430176542376329217)]} 0 1
[junit4:junit4]   2> 14964 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10048 (1430176542379474945)]} 0 0
[junit4:junit4]   2> 14965 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[48 (1430176542379474944)]} 0 1
[junit4:junit4]   2> 15003 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[46 (-1430176542420369408)]} 0 0
[junit4:junit4]   2> 15003 T2515 C391 P35744 /update {wt=javabin&version=2} {delete=[10046 (-1430176542420369409)]} 0 0
[junit4:junit4]   2> 15047 T2536 C392 P33953 /update {wt=javabin&version=2} {delete=[46 (-1430176542466506752)]} 0 0
[junit4:junit4]   2> 15047 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[10046 (-1430176542466506753)]} 0 0
[junit4:junit4]   2> 15049 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[49 (1430176542468603905)]} 0 0
[junit4:junit4]   2> 15050 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10049 (1430176542468603904)]} 0 1
[junit4:junit4]   2> 15052 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[49 (1430176542470701056)]} 0 1
[junit4:junit4]   2> 15052 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10049 (1430176542471749632)]} 0 0
[junit4:junit4]   2>  C390_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:33589__%2Ff, base_url=http://127.0.0.1:33589/_/f}
[junit4:junit4]   2> 15062 T2560 C390 P33589 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:33953/_/f/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15062 T2560 C390 P33589 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:33589/_/f START replicas=[http://127.0.0.1:33953/_/f/collection1/] nUpdates=100
[junit4:junit4]   2> 15064 T2560 C390 P33589 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15064 T2560 C390 P33589 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15064 T2536 C392 P33953 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15064 T2560 C390 P33589 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15065 T2560 C390 P33589 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15065 T2560 C390 P33589 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 15065 T2560 C390 P33589 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:33953/_/f/collection1/. core=collection1
[junit4:junit4]   2> 15065 T2560 C390 P33589 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15069 T2535 C392 P33953 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15079 T2535 C392 P33953 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a116fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@1444572),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a116fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@1444572),segFN=segments_2,generation=2,filenames=[_1_Direct_0.pos, _1_Lucene41WithOrds_0.doc, _0_MockVariableIntBlock_0.skp, _1.fnm, _1_MockRandom_0.pos, _1_Direct_0.tim, _1_Direct_0.tip, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_MockRandom_0.sd, _1_MockRandom_0.tim, _0_MockRandom_0.skp, _1_MockVariableIntBlock_0.tib, _1.fdx, _0_Direct_0.doc, _0_MockRandom_0.frq, _1.fdt, _0_MockRandom_0.doc, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _0_Lucene41WithOrds_0.tib, _1_MockVariableIntBlock_0.skp, _1_Direct_0.doc, _0_MockVariableIntBlock_0.doc, _0_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.pos, _1_MockVariableIntBlock_0.pyl, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0_Lucene41WithOrds_0.doc, _1_MockVariableIntBlock_0.pos, _1_1.del, _0.nvm, _1_MockVariableIntBlock_0.frq, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1.si, segments_2, _0_Direct_0.pos, _0_Direct_0.tip, _0.fdx, _0_MockRandom_0.pyl, _0_MockRandom_0.tim, _0_Direct_0.tim, _0.fdt]
[junit4:junit4]   2> 15080 T2535 C392 P33953 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_Direct_0.pos, _1_Lucene41WithOrds_0.doc, _0_MockVariableIntBlock_0.skp, _1.fnm, _1_MockRandom_0.pos, _1_Direct_0.tim, _1_Direct_0.tip, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_MockRandom_0.sd, _1_MockRandom_0.tim, _0_MockRandom_0.skp, _1_MockVariableIntBlock_0.tib, _1.fdx, _0_Direct_0.doc, _0_MockRandom_0.frq, _1.fdt, _0_MockRandom_0.doc, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _0_Lucene41WithOrds_0.tib, _1_MockVariableIntBlock_0.skp, _1_Direct_0.doc, _0_MockVariableIntBlock_0.doc, _0_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.pos, _1_MockVariableIntBlock_0.pyl, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0_Lucene41WithOrds_0.doc, _1_MockVariableIntBlock_0.pos, _1_1.del, _0.nvm, _1_MockVariableIntBlock_0.frq, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1.si, segments_2, _0_Direct_0.pos, _0_Direct_0.tip, _0.fdx, _0_MockRandom_0.pyl, _0_MockRandom_0.tim, _0_Direct_0.tim, _0.fdt]
[junit4:junit4]   2> 15083 T2535 C392 P33953 oass.SolrIndexSearcher.<init> Opening Searcher@18e33cc realtime
[junit4:junit4]   2> 15083 T2535 C392 P33953 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15083 T2535 C392 P33953 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 14
[junit4:junit4]   2> 15084 T2560 C390 P33589 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15084 T2560 C390 P33589 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15086 T2537 C392 P33953 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15086 T2537 C392 P33953 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15087 T2560 C390 P33589 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15087 T2560 C390 P33589 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15087 T2560 C390 P33589 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15089 T2536 C392 P33953 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 15089 T2560 C390 P33589 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 58
[junit4:junit4]   2> 15090 T2560 C390 P33589 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty2/index.20130321202356519
[junit4:junit4]   2> 15090 T2560 C390 P33589 oash.SnapPuller.fetchLatestIndex Starting download to BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1178929 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bbcdf) fullCopy=true
[junit4:junit4]   2> 15092 T2535 C392 P33953 REQ /replication {file=_1_Direct_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15095 T2534 C392 P33953 REQ /replication {file=_1_Lucene41WithOrds_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15097 T2537 C392 P33953 REQ /replication {file=_0_MockVariableIntBlock_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15100 T2536 C392 P33953 REQ /replication {file=_1_MockRandom_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15102 T2535 C392 P33953 REQ /replication {file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15105 T2534 C392 P33953 REQ /replication {file=_1_Direct_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15108 T2537 C392 P33953 REQ /replication {file=_1_Direct_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15110 T2536 C392 P33953 REQ /replication {file=_1.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15114 T2535 C392 P33953 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15117 T2534 C392 P33953 REQ /replication {file=_1_MockVariableIntBlock_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15120 T2537 C392 P33953 REQ /replication {file=_1_MockRandom_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15124 T2536 C392 P33953 REQ /replication {file=_1.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15127 T2535 C392 P33953 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15131 T2534 C392 P33953 REQ /replication {file=_1_MockRandom_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15134 T2537 C392 P33953 REQ /replication {file=_1_MockRandom_0.sd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15137 T2536 C392 P33953 REQ /replication {file=_0_MockRandom_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15139 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[48 (-1430176542562975744)]} 0 0
[junit4:junit4]   2> 15139 T2515 C391 P35744 /update {wt=javabin&version=2} {delete=[10048 (-1430176542562975745)]} 0 0
[junit4:junit4]   2> 15140 T2535 C392 P33953 REQ /replication {file=_1_MockVariableIntBlock_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15141 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[10048 (-1430176542565072897)]} 0 0
[junit4:junit4]   2> 15141 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[48 (-1430176542565072896)]} 0 0
[junit4:junit4]   2> 15142 T2536 C392 P33953 REQ /replication {file=_0_Direct_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15144 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10050 (1430176542567170048)]} 0 1
[junit4:junit4]   2> 15144 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[50 (1430176542567170049)]} 0 1
[junit4:junit4]   2> 15144 T2535 C392 P33953 REQ /replication {file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15146 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10050 (1430176542569267200)]} 0 1
[junit4:junit4]   2> 15146 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[50 (1430176542570315776)]} 0 0
[junit4:junit4]   2> 15147 T2536 C392 P33953 REQ /replication {file=_0_MockRandom_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15149 T2535 C392 P33953 REQ /replication {file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15152 T2537 C392 P33953 REQ /replication {file=_0_MockRandom_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15154 T2534 C392 P33953 REQ /replication {file=_1_Lucene41WithOrds_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15157 T2536 C392 P33953 REQ /replication {file=_0_MockRandom_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15159 T2535 C392 P33953 REQ /replication {file=_0_MockVariableIntBlock_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15162 T2537 C392 P33953 REQ /replication {file=_1_Lucene41WithOrds_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15165 T2534 C392 P33953 REQ /replication {file=_1_MockRandom_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15168 T2536 C392 P33953 REQ /replication {file=_1_MockVariableIntBlock_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15171 T2535 C392 P33953 REQ /replication {file=_0_Lucene41WithOrds_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15173 T2537 C392 P33953 REQ /replication {file=_1_Direct_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15176 T2534 C392 P33953 REQ /replication {file=_0_MockVariableIntBlock_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15178 T2536 C392 P33953 REQ /replication {file=_1_MockVariableIntBlock_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15209 T2560 C390 P33589 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_1_MockVariableIntBlock_0.pyl, size=0}
[junit4:junit4]   2> 15211 T2535 C392 P33953 REQ /replication {file=_1_Lucene41WithOrds_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15214 T2537 C392 P33953 REQ /replication {file=_0_Lucene41WithOrds_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15216 T2534 C392 P33953 REQ /replication {file=_0_Lucene41WithOrds_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15219 T2536 C392 P33953 REQ /replication {file=_0_MockVariableIntBlock_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15220 T2560 C390 P33589 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockVariableIntBlock_0.pyl, size=0}
[junit4:junit4]   2> 15223 T2535 C392 P33953 REQ /replication {file=_0_MockVariableIntBlock_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 15225 T2537 C392 P33953 REQ /replication {file=_1_MockVariableIntBlock_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15228 T2534 C392 P33953 REQ /replication {file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15231 T2536 C392 P33953 REQ /replication {file=_0_MockVariableIntBlock_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15235 T2535 C392 P33953 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 15237 T2537 C392 P33953 REQ /replication {file=_0_MockVariableIntBlock_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15240 T2534 C392 P33953 REQ /replication {file=_0_Lucene41WithOrds_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15243 T2536 C392 P33953 REQ /replication {file=_1_MockVariableIntBlock_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15246 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10051 (1430176542674124800)]} 0 1
[junit4:junit4]   2> 15246 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[51 (1430176542674124801)]} 0 1
[junit4:junit4]   2> 15246 T2535 C392 P33953 REQ /replication {file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15248 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[51 (1430176542677270529)]} 0 0
[junit4:junit4]   2> 15249 T2536 C392 P33953 REQ /replication {file=_1_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15248 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10051 (1430176542677270528)]} 0 0
[junit4:junit4]   2> 15252 T2535 C392 P33953 REQ /replication {file=_1_MockVariableIntBlock_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15255 T2534 C392 P33953 REQ /replication {file=_0_MockRandom_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15258 T2537 C392 P33953 REQ /replication {file=_0_MockRandom_0.sd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15260 T2536 C392 P33953 REQ /replication {file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15263 T2535 C392 P33953 REQ /replication {file=_0_Direct_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15265 T2534 C392 P33953 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15268 T2537 C392 P33953 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15271 T2536 C392 P33953 REQ /replication {file=_0_Direct_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15274 T2535 C392 P33953 REQ /replication {file=_0_MockRandom_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15275 T2560 C390 P33589 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockRandom_0.pyl, size=0}
[junit4:junit4]   2> 15277 T2534 C392 P33953 REQ /replication {file=_0_Direct_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15279 T2537 C392 P33953 REQ /replication {file=_0_MockRandom_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15282 T2536 C392 P33953 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15283 T2560 C390 P33589 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15283 T2560 C390 P33589 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130321202356519
[junit4:junit4]   2> 15285 T2560 C390 P33589 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15285 T2560 C390 P33589 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15285 T2560 C390 P33589 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15286 T2560 C390 P33589 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty2/index.20130321202356519
[junit4:junit4]   2> 15287 T2560 C390 P33589 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1178929 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bbcdf),segFN=segments_2,generation=2,filenames=[_1_Direct_0.pos, _1_Lucene41WithOrds_0.doc, _0_MockVariableIntBlock_0.skp, _1.fnm, _1_MockRandom_0.pos, _1_Direct_0.tim, _1_Direct_0.tip, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_MockRandom_0.tim, _1_MockRandom_0.sd, _0_MockRandom_0.skp, _1_MockVariableIntBlock_0.tib, _1.fdx, _0_Direct_0.doc, _0_MockRandom_0.frq, _1.fdt, _0_MockRandom_0.doc, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _0_Lucene41WithOrds_0.tib, _1_MockVariableIntBlock_0.skp, _1_Direct_0.doc, _0_MockVariableIntBlock_0.doc, _0_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.pos, _1_MockVariableIntBlock_0.pyl, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0_Lucene41WithOrds_0.doc, _1_MockVariableIntBlock_0.pos, _1_1.del, _0.nvm, _1_MockVariableIntBlock_0.frq, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1.si, segments_2, _0_Direct_0.pos, _0.fdx, _0_Direct_0.tip, _0_MockRandom_0.pyl, _0_Direct_0.tim, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 15287 T2560 C390 P33589 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_Direct_0.pos, _1_Lucene41WithOrds_0.doc, _0_MockVariableIntBlock_0.skp, _1.fnm, _1_MockRandom_0.pos, _1_Direct_0.tim, _1_Direct_0.tip, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_MockRandom_0.tim, _1_MockRandom_0.sd, _0_MockRandom_0.skp, _1_MockVariableIntBlock_0.tib, _1.fdx, _0_Direct_0.doc, _0_MockRandom_0.frq, _1.fdt, _0_MockRandom_0.doc, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _0_Lucene41WithOrds_0.tib, _1_MockVariableIntBlock_0.skp, _1_Direct_0.doc, _0_MockVariableIntBlock_0.doc, _0_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.pos, _1_MockVariableIntBlock_0.pyl, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0_Lucene41WithOrds_0.doc, _1_MockVariableIntBlock_0.pos, _1_1.del, _0.nvm, _1_MockVariableIntBlock_0.frq, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1.si, segments_2, _0_Direct_0.pos, _0.fdx, _0_Direct_0.tip, _0_MockRandom_0.pyl, _0_Direct_0.tim, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 15288 T2560 C390 P33589 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15289 T2560 C390 P33589 oass.SolrIndexSearcher.<init> Opening Searcher@10e60a0 main
[junit4:junit4]   2> 15290 T2559 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10e60a0 main{StandardDirectoryReader(segments_2:5:nrt _0(4.3):C73/36 _1(4.3):C25/8)}
[junit4:junit4]   2> 15291 T2560 C390 P33589 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@1e3ae94 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8509fc)
[junit4:junit4]   2> 15292 T2560 C390 P33589 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty2/index
[junit4:junit4]   2> 15292 T2560 C390 P33589 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@1e3ae94 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8509fc)
[junit4:junit4]   2> 15314 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[52 (1430176542745427969)]} 0 1
[junit4:junit4]   2> 15314 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[10052 (1430176542745427968)]} 0 1
[junit4:junit4]   2> 15315 T2560 C390 P33589 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 15315 T2568 C390 P33589 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363922621433/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=5194
[junit4:junit4]   2> 15317 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10052 (1430176542748573697)]} 0 1
[junit4:junit4]   2> 15317 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[52 (1430176542748573696)]} 0 1
[junit4:junit4]   2> 15317 T2568 C390 P33589 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15318 T2568 C390 P33589 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1178929 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bbcdf),segFN=segments_2,generation=2,filenames=[_1_Direct_0.pos, _1_Lucene41WithOrds_0.doc, _0_MockVariableIntBlock_0.skp, _1.fnm, _1_MockRandom_0.pos, _1_Direct_0.tim, _1_Direct_0.tip, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_MockRandom_0.tim, _1_MockRandom_0.sd, _0_MockRandom_0.skp, _1_MockVariableIntBlock_0.tib, _1.fdx, _0_Direct_0.doc, _0_MockRandom_0.frq, _1.fdt, _0_MockRandom_0.doc, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _0_Lucene41WithOrds_0.tib, _1_MockVariableIntBlock_0.skp, _1_Direct_0.doc, _0_MockVariableIntBlock_0.doc, _0_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.pos, _1_MockVariableIntBlock_0.pyl, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0_Lucene41WithOrds_0.doc, _1_MockVariableIntBlock_0.pos, _1_1.del, _0.nvm, _1_MockVariableIntBlock_0.frq, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1.si, segments_2, _0_Direct_0.pos, _0.fdx, _0_Direct_0.tip, _0_MockRandom_0.pyl, _0_Direct_0.tim, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1178929 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bbcdf),segFN=segments_3,generation=3,filenames=[_1_Direct_0.pos, _1_Lucene41WithOrds_0.doc, _0_MockVariableIntBlock_0.skp, _1.fnm, _1_MockRandom_0.pos, _1_Direct_0.tim, _1_Direct_0.tip, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_MockRandom_0.tim, _1_MockRandom_0.sd, _0_MockRandom_0.skp, _1_MockVariableIntBlock_0.tib, _1.fdx, _0_Direct_0.doc, _0_MockRandom_0.frq, _1.fdt, _0_MockRandom_0.doc, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _0_Lucene41WithOrds_0.tib, _1_MockVariableIntBlock_0.skp, _1_Direct_0.doc, _0_MockVariableIntBlock_0.doc, _0_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.pos, _1_MockVariableIntBlock_0.pyl, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0_Lucene41WithOrds_0.doc, _1_MockVariableIntBlock_0.pos, _1_1.del, _0.nvm, _1_MockVariableIntBlock_0.frq, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1.si, _0_Direct_0.pos, _0.fdx, _0_Direct_0.tip, _0_MockRandom_0.pyl, _0_Direct_0.tim, _0_MockRandom_0.tim, segments_3, _0.fdt]
[junit4:junit4]   2> 15318 T2568 C390 P33589 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_1_Direct_0.pos, _1_Lucene41WithOrds_0.doc, _0_MockVariableIntBlock_0.skp, _1.fnm, _1_MockRandom_0.pos, _1_Direct_0.tim, _1_Direct_0.tip, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_MockRandom_0.tim, _1_MockRandom_0.sd, _0_MockRandom_0.skp, _1_MockVariableIntBlock_0.tib, _1.fdx, _0_Direct_0.doc, _0_MockRandom_0.frq, _1.fdt, _0_MockRandom_0.doc, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _0_Lucene41WithOrds_0.tib, _1_MockVariableIntBlock_0.skp, _1_Direct_0.doc, _0_MockVariableIntBlock_0.doc, _0_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.pos, _1_MockVariableIntBlock_0.pyl, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0_Lucene41WithOrds_0.doc, _1_MockVariableIntBlock_0.pos, _1_1.del, _0.nvm, _1_MockVariableIntBlock_0.frq, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1.si, _0_Direct_0.pos, _0.fdx, _0_Direct_0.tip, _0_MockRandom_0.pyl, _0_Direct_0.tim, _0_MockRandom_0.tim, segments_3, _0.fdt]
[junit4:junit4]   2> 15319 T2568 C390 P33589 oass.SolrIndexSearcher.<init> Opening Searcher@1e47d61 main
[junit4:junit4]   2> 15320 T2568 C390 P33589 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15321 T2559 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e47d61 main{StandardDirectoryReader(segments_2:5:nrt _0(4.3):C73/36 _1(4.3):C25/8)}
[junit4:junit4]   2> 15321 T2568 C390 P33589 [collection1] {} 0 6
[junit4:junit4]   2> 15321 T2568 C390 P33589 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=5194}
[junit4:junit4]   2> 15322 T2560 C390 P33589 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15322 T2560 C390 P33589 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15322 T2560 C390 P33589 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15323 T2560 C390 P33589 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15388 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[53 (1430176542823022592)]} 0 1
[junit4:junit4]   2> 15388 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10053 (1430176542823022593)]} 0 1
[junit4:junit4]   2> 15390 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[10053 (1430176542826168321)]} 0 0
[junit4:junit4]   2> 15391 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[53 (1430176542826168320)]} 0 1
[junit4:junit4]   2> 15468 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[49 (-1430176542907957249)]} 0 0
[junit4:junit4]   2> 15468 T2517 C391 P35744 /update {wt=javabin&version=2} {delete=[10049 (-1430176542907957248)]} 0 0
[junit4:junit4]   2> 15470 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[49 (-1430176542910054401)]} 0 0
[junit4:junit4]   2> 15470 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[10049 (-1430176542910054400)]} 0 0
[junit4:junit4]   2> 15473 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10054 (1430176542912151552)]} 0 1
[junit4:junit4]   2> 15473 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[54 (1430176542912151553)]} 0 1
[junit4:junit4]   2> 15475 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[10054 (1430176542915297280)]} 0 0
[junit4:junit4]   2> 15476 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[54 (1430176542915297281)]} 0 1
[junit4:junit4]   2> 15489 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10055 (1430176542929977344)]} 0 0
[junit4:junit4]   2> 15490 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[55 (1430176542929977345)]} 0 1
[junit4:junit4]   2> 15492 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10055 (1430176542932074496)]} 0 1
[junit4:junit4]   2> 15492 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[55 (1430176542933123072)]} 0 0
[junit4:junit4]   2> 15498 T2515 C391 P35744 /update {wt=javabin&version=2} {delete=[10054 (-1430176542939414528)]} 0 0
[junit4:junit4]   2> 15498 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[54 (-1430176542939414529)]} 0 0
[junit4:junit4]   2> 15500 T2536 C392 P33953 /update {wt=javabin&version=2} {delete=[10054 (-1430176542941511680)]} 0 0
[junit4:junit4]   2> 15500 T2537 C392 P33953 /update {wt=javabin&version=2} {delete=[54 (-1430176542941511681)]} 0 0
[junit4:junit4]   2> 15502 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10056 (1430176542943608832)]} 0 0
[junit4:junit4]   2> 15503 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[56 (1430176542943608833)]} 0 1
[junit4:junit4]   2> 15505 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10056 (1430176542946754560)]} 0 1
[junit4:junit4]   2> 15505 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[56 (1430176542946754561)]} 0 0
[junit4:junit4]   2> 15589 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[57 (1430176543033786369)]} 0 1
[junit4:junit4]   2> 15589 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10057 (1430176543033786368)]} 0 1
[junit4:junit4]   2> 15591 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[57 (1430176543036932096)]} 0 0
[junit4:junit4]   2> 15592 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10057 (1430176543036932097)]} 0 1
[junit4:junit4]   2> 15684 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[55 (-1430176543134449664)]} 0 0
[junit4:junit4]   2> 15684 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[10055 (-1430176543134449665)]} 0 0
[junit4:junit4]   2> 15686 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[10055 (-1430176543136546816)]} 0 0
[junit4:junit4]   2> 15686 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[55 (-1430176543136546817)]} 0 0
[junit4:junit4]   2> 15689 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[58 (1430176543138643969)]} 0 1
[junit4:junit4]   2> 15689 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10058 (1430176543138643968)]} 0 1
[junit4:junit4]   2> 15691 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[58 (1430176543141789696)]} 0 0
[junit4:junit4]   2> 15692 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[10058 (1430176543142838272)]} 0 0
[junit4:junit4]   2> 15703 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[58 (-1430176543154372608)]} 0 1
[junit4:junit4]   2> 15703 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[10058 (-1430176543154372609)]} 0 0
[junit4:junit4]   2> 15705 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[10058 (-1430176543156469760)]} 0 0
[junit4:junit4]   2> 15705 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[58 (-1430176543156469761)]} 0 0
[junit4:junit4]   2> 15708 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10059 (1430176543158566912)]} 0 1
[junit4:junit4]   2> 15709 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[59 (1430176543159615488)]} 0 2
[junit4:junit4]   2> 15711 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[10059 (1430176543162761216)]} 0 0
[junit4:junit4]   2> 15712 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[59 (1430176543163809792)]} 0 0
[junit4:junit4]   2> 15777 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[10059 (-1430176543231967232)]} 0 1
[junit4:junit4]   2> 15777 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[59 (-1430176543231967233)]} 0 0
[junit4:junit4]   2> 15779 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[10059 (-1430176543234064384)]} 0 0
[junit4:junit4]   2> 15779 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[59 (-1430176543234064385)]} 0 0
[junit4:junit4]   2> 15782 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[10060 (1430176543236161536)]} 0 1
[junit4:junit4]   2> 15782 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[60 (1430176543236161537)]} 0 1
[junit4:junit4]   2> 15785 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[10060 (1430176543239307264)]} 0 1
[junit4:junit4]   2> 15785 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[60 (1430176543240355840)]} 0 0
[junit4:junit4]   2> 15880 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10061 (1430176543338921984)]} 0 1
[junit4:junit4]   2> 15880 T2515 C391 P35744 /update {wt=javabin&version=2} {add=[61 (1430176543338921985)]} 0 1
[junit4:junit4]   2> 15883 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[10061 (1430176543342067712)]} 0 1
[junit4:junit4]   2> 15883 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[61 (1430176543342067713)]} 0 1
[junit4:junit4]   2> 15894 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10062 (1430176543353602048)]} 0 1
[junit4:junit4]   2> 15894 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[62 (1430176543353602049)]} 0 1
[junit4:junit4]   2> 15897 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[10062 (1430176543356747776)]} 0 1
[junit4:junit4]   2> 15898 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[62 (1430176543356747777)]} 0 2
[junit4:junit4]   2> 15918 T2514 C391 P35744 /update {wt=javabin&version=2} {delete=[10061 (-1430176543379816448)]} 0 0
[junit4:junit4]   2> 15918 T2515 C391 P35744 /update {wt=javabin&version=2} {delete=[61 (-1430176543379816449)]} 0 0
[junit4:junit4]   2> 15921 T2535 C392 P33953 /update {wt=javabin&version=2} {delete=[10061 (-1430176543382962177)]} 0 0
[junit4:junit4]   2> 15921 T2534 C392 P33953 /update {wt=javabin&version=2} {delete=[61 (-1430176543382962176)]} 0 0
[junit4:junit4]   2> 15925 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[10063 (1430176543386107904)]} 0 1
[junit4:junit4]   2> 15925 T2516 C391 P35744 /update {wt=javabin&version=2} {add=[63 (1430176543386107905)]} 0 1
[junit4:junit4]   2> 15928 T2536 C392 P33953 /update {wt=javabin&version=2} {add=[10063 (1430176543389253632)]} 0 1
[junit4:junit4]   2> 15929 T2537 C392 P33953 /update {wt=javabin&version=2} {add=[63 (1430176543390302208)]} 0 1
[junit4:junit4]   2> 15961 T2522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15962 T2522 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:33589__%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33589/_/f"}
[junit4:junit4]   2> 15965 T2521 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> 15965 T2541 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> 15965 T2528 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> 15965 T2557 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> 15996 T2514 C391 P35744 /update {wt=javabin&version=2} {add=[10064 (1430176543460556800)]} 0 1
[junit4:junit4]   2> 15997 T2517 C391 P35744 /update {wt=javabin&version=2} {add=[64 (1430176543461605376)]} 0 1
[junit4:junit4]   2>  C390_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:33589__%2Ff, base_url=http://127.0.0.1:33589/_/f}
[junit4:junit4]   2> 16000 T2552 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10064 (1430176543463702528)]} 0 1
[junit4:junit4]   2> 16001 T2553 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1430176543463702529)]} 0 1
[junit4:junit4]   2> 16001 T2535 C392 P33953 /update {wt=javabin&version=2} {add=[10064 (1430176543463702528)]} 0 3
[junit4:junit4]   2> 16001 T2534 C392 P33953 /update {wt=javabin&version=2} {add=[64 (1430176543463702529)]} 0 3
[junit4:junit4]   2> 16078 T2499 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 16079 T2499 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16084 T2499 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@12b7582
[junit4:junit4]   2> 16098 T2499 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=48,cumulative_deletesById=20,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 16098 T2515 C391 P35744 /update {wt=javabin&version=2} {delete=[64 (-1430176543568560129)]} 0 0
[junit4:junit4]   2> 16098 T2516 C391 P35744 /update {wt=javabin&version=2} {delete=[10064 (-1430176543568560128)]} 0 0
[junit4:junit4]   2> 16099 T2499 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 16100 T2499 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 16100 T2499 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 16103 T2551 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 0
[junit4:junit4]   2> 16103 T2550 C390 P33589 /update {distrib.from=http://127.0.0.1:33953/_/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 0
[junit4:junit4]   2> 16104 T2499 C390 P33589 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1178929 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bbcdf),segFN=segments_3,generation=3,filenames=[_1_Direct_0.pos, _1_Lucene41WithOrds_0.doc, _0_MockVariableIntBlock_0.skp, _1.fnm, _1_MockRandom_0.pos, _1_Direct_0.tim, _1_Direct_0.tip, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_MockRandom_0.tim, _1_MockRandom_0.sd, _0_MockRandom_0.skp, _1_MockVariableIntBlock_0.tib, _1.fdx, _0_Direct_0.doc, _0_MockRandom_0.frq, _1.fdt, _0_MockRandom_0.doc, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _0_Lucene41WithOrds_0.tib, _1_MockVariableIntBlock_0.skp, _1_Direct_0.doc, _0_MockVariableIntBlock_0.doc, _0_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.pos, _1_MockVariableIntBlock_0.pyl, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _0_Lucene41WithOrds_0.doc, _1_MockVariableIntBlock_0.pos, _1_1.del, _0.nvm, _1_MockVariableIntBlock_0.frq, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1.si, _0_Direct_0.pos, _0.fdx, _0_Direct_0.tip, _0_MockRandom_0.pyl, _0_Direct_0.tim, _0_MockRandom_0.tim, segments_3, _0.fdt]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1178929 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bbcdf),segFN=segments_4,generation=4,filenames=[_2_Lucene41WithOrds_0.doc, _2_Direct_0.tip, _1_Direct_0.pos, _2_Direct_0.tim, _1_Lucene41WithOrds_0.doc, _0_MockVariableIntBlock_0.skp, _1.fnm, _1_MockRandom_0.pos, _1_Direct_0.tim, _1_Direct_0.tip, _2_MockVariableIntBlock_0.pos, _2_Direct_0.doc, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _2.fdt, _0_1.del, _1_MockRandom_0.tim, _1_MockRandom_0.sd, _2.fdx, _0_MockRandom_0.skp, _1_MockVariableIntBlock_0.tib, _1.fdx, _0_Direct_0.doc, _0_MockRandom_0.frq, _2.nvm, _1.fdt, _0_MockRandom_0.doc, _2_Lucene41WithOrds_0.pos, _1_Lucene41WithOrds_0.tii, _2.nvd, _1_Lucene41WithOrds_0.tib, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _2_MockVariableIntBlock_0.skp, _2.si, _0_Lucene41WithOrds_0.tib, _1_MockVariableIntBlock_0.skp, _1_Direct_0.doc, _2_MockRandom_0.tip, _2_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.doc, _2_MockRandom_0.tim, _2_MockVariableIntBlock_0.frq, _0_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.pos, _1_MockVariableIntBlock_0.pyl, _2_Direct_0.pos, _0_Lucene41WithOrds_0.pos, _2_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _2_MockRandom_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _2_MockVariableIntBlock_0.tii, _2_Lucene41WithOrds_0.tii, _0_Lucene41WithOrds_0.doc, _2_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.pos, _2_Lucene41WithOrds_0.tib, _1_1.del, _0.nvm, _2.fnm, _2_MockRandom_0.sd, _1_MockVariableIntBlock_0.frq, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1.si, _0_Direct_0.pos, _0.fdx, _0_Direct_0.tip, _0_MockRandom_0.pyl, _2_MockRandom_0.doc, _0_Direct_0.tim, _0_MockRandom_0.tim, _0.fdt, segments_4]
[junit4:junit4]   2> 16104 T2550 C390 P33589 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:86)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:283)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:77)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:456)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1031)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:717)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:121)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:346)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:277)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1813)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16104 T2551 C390 P33589 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:86)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:283)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:77)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:456)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1031)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:717)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:121)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:346)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:277)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1813)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doSco

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

t_si=PostingsFormat(name=Lucene41WithOrds), other_tl1=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=Lucene41WithOrds), a_si=PostingsFormat(name=Lucene41WithOrds)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ar_QA, timezone=America/Tijuana
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=3,free=300368952,total=482344960
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestArbitraryIndexDir, OpenExchangeRatesOrgProviderTest, TestHashPartitioner, SignatureUpdateProcessorFactoryTest, TestBinaryField, TestWordDelimiterFilterFactory, SuggesterTSTTest, TestStressLucene, EchoParamsTest, TestUtils, TestDynamicFieldResource, CopyFieldTest, TestLazyCores, TestSolrJ, TestSystemIdResolver, TestShardHandlerFactory, BasicZkTest, DirectSolrSpellCheckerTest, TestSolr4Spatial, SolrTestCaseJ4Test, NoCacheHeaderTest, TestUpdate, DisMaxRequestHandlerTest, TestCollationField, CurrencyFieldOpenExchangeTest, SolrCmdDistributorTest, UpdateParamsTest, TestCSVResponseWriter, SimplePostToolTest, RequiredFieldsTest, TestOmitPositions, RequestHandlersTest, TestPropInject, HardAutoCommitTest, TestLuceneMatchVersion, TestRTGBase, NotRequiredUniqueKeyTest, TestFastOutputStream, TestAnalyzedSuggestions, TestRandomFaceting, SpellCheckComponentTest, StandardRequestHandlerTest, TestCSVLoader, TestDistributedSearch, LeaderElectionIntegrationTest, TestJmxMonitoredMap, TimeZoneUtilsTest, JSONWriterTest, TestNumberUtils, TestAtomicUpdateErrorCases, TestIndexingPerformance, DateMathParserTest, TestZkChroot, XmlUpdateRequestHandlerTest, ZkNodePropsTest, SampleTest, TestMultiCoreConfBootstrap, TestFieldResource, SuggesterWFSTTest, SolrCoreCheckLockOnStartupTest, PathHierarchyTokenizerFactoryTest, TestStressReorder, ShardRoutingCustomTest, DocValuesMultiTest, URLClassifyProcessorTest, DirectUpdateHandlerTest, BasicDistributedZkTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=D40873F9E953CD59 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_QA -Dtests.timezone=America/Tijuana -Dtests.file.encoding=ISO-8859-1
[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=2558, name=coreLoadExecutor-1843-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:980)
[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:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:327)
[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:746)
[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: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2fb9ca lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d926fd)
[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=2560, 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:980)
[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:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:327)
[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: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1178929 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bbcdf)
[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 36.32s, 1 test, 2 errors <<< FAILURES!

[...truncated 397 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:877: There were test failures: 273 suites, 1148 tests, 2 suite-level errors, 13 ignored (7 assumptions)

Total time: 38 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.7.0_15 -client -XX:+UseG1GC
Email was triggered for: Failure
Sending email for trigger: Failure