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/03 12:02:21 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4550/
Java: 32bit/jdk1.7.0_15 -server -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=1730, name=coreLoadExecutor-996-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=1730, name=coreLoadExecutor-996-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
	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:733)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@2dd0e0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@258722)
	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=1732, 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=1732, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@8758a7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c086c)
	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 9201 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T1671 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T1671 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1362308159879
[junit4:junit4]   2> 4 T1671 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T1672 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T1672 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T1672 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T1672 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T1672 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 8 T1672 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T1671 oasc.ZkTestServer.run start zk server on port:52550
[junit4:junit4]   2> 106 T1671 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52550 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7dea4f
[junit4:junit4]   2> 106 T1671 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T1677 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52550. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 107 T1677 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52550, initiating session
[junit4:junit4]   2> 107 T1673 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34772
[junit4:junit4]   2> 107 T1673 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34772
[junit4:junit4]   2> 107 T1675 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 187 T1675 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fe4d98b0000 with negotiated timeout 10000 for client /127.0.0.1:34772
[junit4:junit4]   2> 187 T1677 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52550, sessionid = 0x13d2fe4d98b0000, negotiated timeout = 10000
[junit4:junit4]   2> 187 T1678 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7dea4f name:ZooKeeperConnection Watcher:127.0.0.1:52550 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 188 T1671 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 188 T1671 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 191 T1676 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2fe4d98b0000
[junit4:junit4]   2> 192 T1678 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 192 T1671 oaz.ZooKeeper.close Session: 0x13d2fe4d98b0000 closed
[junit4:junit4]   2> 192 T1673 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34772 which had sessionid 0x13d2fe4d98b0000
[junit4:junit4]   2> 193 T1671 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52550/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@edad56
[junit4:junit4]   2> 194 T1671 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 194 T1679 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52550. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 194 T1679 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52550, initiating session
[junit4:junit4]   2> 194 T1673 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34773
[junit4:junit4]   2> 195 T1673 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34773
[junit4:junit4]   2> 195 T1675 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fe4d98b0001 with negotiated timeout 10000 for client /127.0.0.1:34773
[junit4:junit4]   2> 195 T1679 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52550, sessionid = 0x13d2fe4d98b0001, negotiated timeout = 10000
[junit4:junit4]   2> 195 T1680 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@edad56 name:ZooKeeperConnection Watcher:127.0.0.1:52550/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 196 T1671 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 196 T1671 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 199 T1671 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 201 T1671 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 202 T1671 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 204 T1671 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 205 T1671 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 208 T1671 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 208 T1671 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 211 T1671 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 212 T1671 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 214 T1671 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 215 T1671 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 218 T1671 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 218 T1671 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 221 T1671 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 222 T1671 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 224 T1671 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 224 T1671 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 227 T1671 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 228 T1671 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 230 T1671 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 231 T1671 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 233 T1676 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2fe4d98b0001
[junit4:junit4]   2> 233 T1680 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 233 T1673 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34773 which had sessionid 0x13d2fe4d98b0001
[junit4:junit4]   2> 233 T1671 oaz.ZooKeeper.close Session: 0x13d2fe4d98b0001 closed
[junit4:junit4]   2> 287 T1671 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 290 T1671 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33600
[junit4:junit4]   2> 291 T1671 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 291 T1671 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 291 T1671 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362308160109
[junit4:junit4]   2> 292 T1671 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362308160109/solr.xml
[junit4:junit4]   2> 292 T1671 oasc.CoreContainer.<init> New CoreContainer 12544551
[junit4:junit4]   2> 293 T1671 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362308160109/'
[junit4:junit4]   2> 293 T1671 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362308160109/'
[junit4:junit4]   2> 309 T1671 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 310 T1671 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 310 T1671 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 311 T1671 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 311 T1671 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 311 T1671 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 312 T1671 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 312 T1671 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 312 T1671 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 313 T1671 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 319 T1671 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 328 T1671 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52550/solr
[junit4:junit4]   2> 329 T1671 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 329 T1671 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52550 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7e4a1b
[junit4:junit4]   2> 330 T1671 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 330 T1690 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52550. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 331 T1690 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52550, initiating session
[junit4:junit4]   2> 332 T1673 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34775
[junit4:junit4]   2> 332 T1673 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34775
[junit4:junit4]   2> 333 T1675 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fe4d98b0002 with negotiated timeout 20000 for client /127.0.0.1:34775
[junit4:junit4]   2> 333 T1690 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52550, sessionid = 0x13d2fe4d98b0002, negotiated timeout = 20000
[junit4:junit4]   2> 333 T1691 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e4a1b name:ZooKeeperConnection Watcher:127.0.0.1:52550 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 333 T1671 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 334 T1676 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2fe4d98b0002
[junit4:junit4]   2> 335 T1673 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34775 which had sessionid 0x13d2fe4d98b0002
[junit4:junit4]   2> 335 T1671 oaz.ZooKeeper.close Session: 0x13d2fe4d98b0002 closed
[junit4:junit4]   2> 335 T1691 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 335 T1671 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 339 T1671 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52550/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@127d01e
[junit4:junit4]   2> 340 T1671 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 340 T1692 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52550. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 341 T1673 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34776
[junit4:junit4]   2> 341 T1692 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52550, initiating session
[junit4:junit4]   2> 341 T1673 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34776
[junit4:junit4]   2> 342 T1675 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fe4d98b0003 with negotiated timeout 20000 for client /127.0.0.1:34776
[junit4:junit4]   2> 342 T1692 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52550, sessionid = 0x13d2fe4d98b0003, negotiated timeout = 20000
[junit4:junit4]   2> 343 T1693 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@127d01e name:ZooKeeperConnection Watcher:127.0.0.1:52550/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 343 T1671 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 344 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 346 T1671 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 347 T1671 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33600_
[junit4:junit4]   2> 348 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:33600_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:33600_
[junit4:junit4]   2> 348 T1671 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33600_
[junit4:junit4]   2> 352 T1671 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 362 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 362 T1671 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 364 T1671 oasc.Overseer.start Overseer (id=89280227566092291-127.0.0.1:33600_-n_0000000000) starting
[junit4:junit4]   2> 365 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 366 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 367 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 367 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 368 T1695 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 369 T1671 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 371 T1671 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 373 T1694 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 376 T1696 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362308160109/collection1
[junit4:junit4]   2> 376 T1696 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 377 T1696 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 377 T1696 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 378 T1696 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362308160109/collection1/'
[junit4:junit4]   2> 379 T1696 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362308160109/collection1/lib/README' to classloader
[junit4:junit4]   2> 379 T1696 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362308160109/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 404 T1696 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 433 T1696 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 434 T1696 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 440 T1696 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 763 T1696 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 768 T1696 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 771 T1696 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 782 T1696 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 785 T1696 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 788 T1696 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 789 T1696 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 789 T1696 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 790 T1696 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 791 T1696 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 791 T1696 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 791 T1696 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362308160109/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362308159879/control/data/
[junit4:junit4]   2> 791 T1696 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17aa0d
[junit4:junit4]   2> 792 T1696 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 792 T1696 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/control/data forceNew:false
[junit4:junit4]   2> 792 T1696 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/control/data
[junit4:junit4]   2> 793 T1696 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362308159879/control/data/index/
[junit4:junit4]   2> 793 T1696 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362308159879/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 793 T1696 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/control/data/index forceNew:false
[junit4:junit4]   2> 794 T1696 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1a3cbe9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1de87b6; maxCacheMB=0.134765625 maxMergeSizeMB=0.673828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 795 T1696 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 795 T1696 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/control/data/index
[junit4:junit4]   2> 796 T1696 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 796 T1696 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 797 T1696 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 797 T1696 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 797 T1696 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 797 T1696 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 798 T1696 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 798 T1696 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 798 T1696 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 800 T1696 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 802 T1696 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/control/data
[junit4:junit4]   2> 803 T1696 oass.SolrIndexSearcher.<init> Opening Searcher@3f737b main
[junit4:junit4]   2> 803 T1696 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362308159879/control/data/tlog
[junit4:junit4]   2> 803 T1696 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 803 T1696 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 807 T1697 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f737b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 808 T1696 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 808 T1696 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 808 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1876 T1694 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1877 T1694 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:33600_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33600"}
[junit4:junit4]   2> 1877 T1694 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1877 T1694 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1878 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1882 T1693 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> 2811 T1696 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2811 T1696 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33600 collection:control_collection shard:shard1
[junit4:junit4]   2> 2812 T1696 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2817 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2817 T1696 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2818 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2819 T1696 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2819 T1696 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2819 T1696 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33600/collection1/
[junit4:junit4]   2> 2819 T1696 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2819 T1696 oasc.SyncStrategy.syncToMe http://127.0.0.1:33600/collection1/ has no replicas
[junit4:junit4]   2> 2820 T1696 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33600/collection1/
[junit4:junit4]   2> 2820 T1696 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2822 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3386 T1694 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3391 T1693 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> 3425 T1696 oasc.ZkController.register We are http://127.0.0.1:33600/collection1/ and leader is http://127.0.0.1:33600/collection1/
[junit4:junit4]   2> 3426 T1696 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33600
[junit4:junit4]   2> 3426 T1696 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3426 T1696 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3426 T1696 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3427 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3428 T1671 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3429 T1671 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3429 T1671 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3434 T1671 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3435 T1671 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52550/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2c0f7f
[junit4:junit4]   2> 3436 T1699 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52550. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3436 T1671 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3437 T1699 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52550, initiating session
[junit4:junit4]   2> 3437 T1673 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34783
[junit4:junit4]   2> 3437 T1673 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34783
[junit4:junit4]   2> 3438 T1675 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fe4d98b0004 with negotiated timeout 10000 for client /127.0.0.1:34783
[junit4:junit4]   2> 3438 T1699 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52550, sessionid = 0x13d2fe4d98b0004, negotiated timeout = 10000
[junit4:junit4]   2> 3438 T1700 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c0f7f name:ZooKeeperConnection Watcher:127.0.0.1:52550/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3438 T1671 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3440 T1671 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3441 T1671 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3518 T1671 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3520 T1671 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52075
[junit4:junit4]   2> 3521 T1671 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3521 T1671 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3522 T1671 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362308163317
[junit4:junit4]   2> 3522 T1671 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362308163317/solr.xml
[junit4:junit4]   2> 3523 T1671 oasc.CoreContainer.<init> New CoreContainer 16435598
[junit4:junit4]   2> 3523 T1671 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362308163317/'
[junit4:junit4]   2> 3524 T1671 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362308163317/'
[junit4:junit4]   2> 3543 T1671 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3543 T1671 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3544 T1671 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3544 T1671 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3545 T1671 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3545 T1671 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3546 T1671 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3546 T1671 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3546 T1671 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3547 T1671 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3555 T1671 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3567 T1671 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52550/solr
[junit4:junit4]   2> 3567 T1671 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3568 T1671 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52550 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@b77c7a
[junit4:junit4]   2> 3569 T1710 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52550. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3569 T1671 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3570 T1710 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52550, initiating session
[junit4:junit4]   2> 3570 T1673 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34785
[junit4:junit4]   2> 3571 T1673 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34785
[junit4:junit4]   2> 3571 T1675 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fe4d98b0005 with negotiated timeout 20000 for client /127.0.0.1:34785
[junit4:junit4]   2> 3571 T1710 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52550, sessionid = 0x13d2fe4d98b0005, negotiated timeout = 20000
[junit4:junit4]   2> 3572 T1711 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b77c7a name:ZooKeeperConnection Watcher:127.0.0.1:52550 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3572 T1671 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3573 T1676 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2fe4d98b0005
[junit4:junit4]   2> 3573 T1711 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3574 T1673 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34785 which had sessionid 0x13d2fe4d98b0005
[junit4:junit4]   2> 3573 T1671 oaz.ZooKeeper.close Session: 0x13d2fe4d98b0005 closed
[junit4:junit4]   2> 3574 T1671 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3577 T1671 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52550/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@14f1ad1
[junit4:junit4]   2> 3578 T1712 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52550. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3578 T1671 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3579 T1712 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52550, initiating session
[junit4:junit4]   2> 3579 T1673 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34786
[junit4:junit4]   2> 3579 T1673 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34786
[junit4:junit4]   2> 3580 T1675 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fe4d98b0006 with negotiated timeout 20000 for client /127.0.0.1:34786
[junit4:junit4]   2> 3580 T1712 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52550, sessionid = 0x13d2fe4d98b0006, negotiated timeout = 20000
[junit4:junit4]   2> 3580 T1713 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14f1ad1 name:ZooKeeperConnection Watcher:127.0.0.1:52550/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3581 T1671 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3582 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3583 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3584 T1671 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4586 T1671 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52075_
[junit4:junit4]   2> 4587 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52075_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52075_
[junit4:junit4]   2> 4588 T1671 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52075_
[junit4:junit4]   2> 4590 T1693 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> 4590 T1700 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4590 T1713 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4591 T1693 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4595 T1714 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362308163317/collection1
[junit4:junit4]   2> 4595 T1714 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4596 T1714 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4596 T1714 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4597 T1714 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362308163317/collection1/'
[junit4:junit4]   2> 4598 T1714 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362308163317/collection1/lib/README' to classloader
[junit4:junit4]   2> 4598 T1714 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362308163317/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4620 T1714 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4648 T1714 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4649 T1714 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4653 T1714 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4894 T1694 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4895 T1694 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":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:33600_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33600"}
[junit4:junit4]   2> 4898 T1693 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> 4898 T1700 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> 4898 T1713 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> 4968 T1714 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4972 T1714 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4975 T1714 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4986 T1714 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4989 T1714 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4991 T1714 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4992 T1714 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4992 T1714 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4993 T1714 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4993 T1714 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4994 T1714 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4994 T1714 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362308163317/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty1/
[junit4:junit4]   2> 4994 T1714 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17aa0d
[junit4:junit4]   2> 4994 T1714 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4995 T1714 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty1 forceNew:false
[junit4:junit4]   2> 4995 T1714 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty1
[junit4:junit4]   2> 4995 T1714 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty1/index/
[junit4:junit4]   2> 4996 T1714 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4996 T1714 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty1/index forceNew:false
[junit4:junit4]   2> 4997 T1714 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@125469e lockFactory=org.apache.lucene.store.NativeFSLockFactory@84fff6; maxCacheMB=0.134765625 maxMergeSizeMB=0.673828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4997 T1714 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4998 T1714 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty1/index
[junit4:junit4]   2> 4999 T1714 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4999 T1714 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4999 T1714 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5000 T1714 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5000 T1714 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5000 T1714 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5001 T1714 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5001 T1714 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5001 T1714 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5003 T1714 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5005 T1714 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty1
[junit4:junit4]   2> 5006 T1714 oass.SolrIndexSearcher.<init> Opening Searcher@1dd66b3 main
[junit4:junit4]   2> 5006 T1714 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty1/tlog
[junit4:junit4]   2> 5006 T1714 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5006 T1714 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5009 T1715 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1dd66b3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5010 T1714 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5010 T1714 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6402 T1694 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6402 T1694 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52075_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52075"}
[junit4:junit4]   2> 6402 T1694 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6403 T1694 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6405 T1693 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> 6405 T1713 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> 6405 T1700 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> 7013 T1714 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7013 T1714 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52075 collection:collection1 shard:shard1
[junit4:junit4]   2> 7014 T1714 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7018 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0006 type:delete cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7018 T1714 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7019 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0006 type:create cxid:0x47 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7020 T1714 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7020 T1714 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7020 T1714 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52075/collection1/
[junit4:junit4]   2> 7020 T1714 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7021 T1714 oasc.SyncStrategy.syncToMe http://127.0.0.1:52075/collection1/ has no replicas
[junit4:junit4]   2> 7021 T1714 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52075/collection1/
[junit4:junit4]   2> 7021 T1714 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7023 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0006 type:create cxid:0x51 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7908 T1694 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7914 T1693 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> 7914 T1700 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> 7914 T1713 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> 7927 T1714 oasc.ZkController.register We are http://127.0.0.1:52075/collection1/ and leader is http://127.0.0.1:52075/collection1/
[junit4:junit4]   2> 7927 T1714 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52075
[junit4:junit4]   2> 7927 T1714 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7928 T1714 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7928 T1714 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7929 T1714 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7930 T1671 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7931 T1671 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7931 T1671 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7990 T1671 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7993 T1671 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49467
[junit4:junit4]   2> 7993 T1671 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7994 T1671 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7994 T1671 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362308167809
[junit4:junit4]   2> 7994 T1671 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362308167809/solr.xml
[junit4:junit4]   2> 7995 T1671 oasc.CoreContainer.<init> New CoreContainer 26793527
[junit4:junit4]   2> 7995 T1671 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362308167809/'
[junit4:junit4]   2> 7995 T1671 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362308167809/'
[junit4:junit4]   2> 8013 T1671 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8014 T1671 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8014 T1671 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8014 T1671 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8015 T1671 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8015 T1671 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8015 T1671 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8016 T1671 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8016 T1671 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8016 T1671 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8023 T1671 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8034 T1671 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52550/solr
[junit4:junit4]   2> 8035 T1671 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8036 T1671 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52550 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e7909d
[junit4:junit4]   2> 8037 T1726 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52550. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8036 T1671 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8037 T1726 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52550, initiating session
[junit4:junit4]   2> 8037 T1673 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34796
[junit4:junit4]   2> 8037 T1673 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34796
[junit4:junit4]   2> 8038 T1675 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fe4d98b0007 with negotiated timeout 20000 for client /127.0.0.1:34796
[junit4:junit4]   2> 8038 T1726 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52550, sessionid = 0x13d2fe4d98b0007, negotiated timeout = 20000
[junit4:junit4]   2> 8038 T1727 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e7909d name:ZooKeeperConnection Watcher:127.0.0.1:52550 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8039 T1671 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8040 T1676 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2fe4d98b0007
[junit4:junit4]   2> 8040 T1673 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34796 which had sessionid 0x13d2fe4d98b0007
[junit4:junit4]   2> 8040 T1727 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8040 T1671 oaz.ZooKeeper.close Session: 0x13d2fe4d98b0007 closed
[junit4:junit4]   2> 8041 T1671 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8044 T1671 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52550/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1828836
[junit4:junit4]   2> 8045 T1728 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52550. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8045 T1671 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8045 T1728 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52550, initiating session
[junit4:junit4]   2> 8045 T1673 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34797
[junit4:junit4]   2> 8045 T1673 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34797
[junit4:junit4]   2> 8046 T1675 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fe4d98b0008 with negotiated timeout 20000 for client /127.0.0.1:34797
[junit4:junit4]   2> 8046 T1728 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52550, sessionid = 0x13d2fe4d98b0008, negotiated timeout = 20000
[junit4:junit4]   2> 8046 T1729 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1828836 name:ZooKeeperConnection Watcher:127.0.0.1:52550/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8046 T1671 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8047 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8048 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8049 T1671 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9051 T1671 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49467_
[junit4:junit4]   2> 9052 T1676 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fe4d98b0008 type:delete cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49467_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49467_
[junit4:junit4]   2> 9053 T1671 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49467_
[junit4:junit4]   2> 9055 T1700 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> 9055 T1693 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> 9056 T1713 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9056 T1729 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9056 T1713 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> 9058 T1693 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9058 T1700 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9065 T1730 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362308167809/collection1
[junit4:junit4]   2> 9065 T1730 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9066 T1730 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9067 T1730 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9068 T1730 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362308167809/collection1/'
[junit4:junit4]   2> 9069 T1730 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362308167809/collection1/lib/README' to classloader
[junit4:junit4]   2> 9070 T1730 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362308167809/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9096 T1730 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9126 T1730 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9127 T1730 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9131 T1730 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9419 T1694 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9419 T1694 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":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:52075_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52075"}
[junit4:junit4]   2> 9422 T1713 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> 9422 T1700 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> 9422 T1693 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> 9422 T1729 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> 9452 T1730 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9457 T1730 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9459 T1730 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9469 T1730 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9472 T1730 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9474 T1730 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9475 T1730 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9476 T1730 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9476 T1730 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9477 T1730 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9477 T1730 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9477 T1730 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362308167809/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty2/
[junit4:junit4]   2> 9478 T1730 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17aa0d
[junit4:junit4]   2> 9478 T1730 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9479 T1730 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty2 forceNew:false
[junit4:junit4]   2> 9479 T1730 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty2
[junit4:junit4]   2> 9479 T1730 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty2/index/
[junit4:junit4]   2> 9479 T1730 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9479 T1730 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty2/index forceNew:false
[junit4:junit4]   2> 9481 T1730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@11e4e48 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bebd91; maxCacheMB=0.134765625 maxMergeSizeMB=0.673828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9481 T1730 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9481 T1730 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty2/index
[junit4:junit4]   2> 9482 T1730 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9482 T1730 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9483 T1730 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9483 T1730 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9484 T1730 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9484 T1730 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9484 T1730 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9484 T1730 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9485 T1730 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9487 T1730 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9489 T1730 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty2
[junit4:junit4]   2> 9489 T1730 oass.SolrIndexSearcher.<init> Opening Searcher@1f9eac2 main
[junit4:junit4]   2> 9489 T1730 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty2/tlog
[junit4:junit4]   2> 9490 T1730 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9490 T1730 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9494 T1731 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f9eac2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9495 T1730 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9495 T1730 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10926 T1694 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10927 T1694 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49467_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49467"}
[junit4:junit4]   2> 10927 T1694 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 10927 T1694 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10931 T1700 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> 10931 T1713 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> 10931 T1729 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> 10931 T1693 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11497 T1730 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11497 T1730 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49467 collection:collection1 shard:shard1
[junit4:junit4]   2> 11500 T1730 oasc.ZkController.register We are http://127.0.0.1:49467/collection1/ and leader is http://127.0.0.1:52075/collection1/
[junit4:junit4]   2> 11500 T1730 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49467
[junit4:junit4]   2> 11500 T1730 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11501 T1730 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C97 name=collection1 org.apache.solr.core.SolrCore@1a2d048 url=http://127.0.0.1:49467/collection1 node=127.0.0.1:49467_ C97_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49467_, base_url=http://127.0.0.1:49467}
[junit4:junit4]   2> 11501 T1732 C97 P49467 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11502 T1732 C97 P49467 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11502 T1730 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11502 T1732 C97 P49467 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11502 T1732 C97 P49467 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11503 T1732 C97 P49467 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11503 T1671 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11503 T1671 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11503 T1671 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11507 T1671 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C98 name=collection1 org.apache.solr.core.SolrCore@13057f5 url=http://127.0.0.1:33600/collection1 node=127.0.0.1:33600_ C98_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:33600_, base_url=http://127.0.0.1:33600, leader=true}
[junit4:junit4]   2> 11513 T1689 C98 P33600 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/control/data
[junit4:junit4]   2> 11515 T1689 C98 P33600 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1a3cbe9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1de87b6; maxCacheMB=0.134765625 maxMergeSizeMB=0.673828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11515 T1689 C98 P33600 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11517 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10001 (1428483653120294912)]} 0 5
[junit4:junit4]   2> 11517 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[1 (1428483653122392064)]} 0 3
[junit4:junit4]   2> ASYNC  NEW_CORE C99 name=collection1 org.apache.solr.core.SolrCore@1ee41c0 url=http://127.0.0.1:52075/collection1 node=127.0.0.1:52075_ C99_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:52075_, base_url=http://127.0.0.1:52075, leader=true}
[junit4:junit4]   2> 11525 T1706 C99 P52075 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty1
[junit4:junit4]   2> 11526 T1706 C99 P52075 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@125469e lockFactory=org.apache.lucene.store.NativeFSLockFactory@84fff6; maxCacheMB=0.134765625 maxMergeSizeMB=0.673828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11526 T1706 C99 P52075 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11528 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[1 (1428483653132877824)]} 0 4
[junit4:junit4]   2> 11528 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10001 (1428483653134974976)]} 0 2
[junit4:junit4]   2> 11531 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[1 (-1428483653140217857)]} 0 0
[junit4:junit4]   2> 11531 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[10001 (-1428483653140217856)]} 0 0
[junit4:junit4]   2> 11534 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[1 (-1428483653142315008)]} 0 1
[junit4:junit4]   2> 11534 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10001 (-1428483653143363584)]} 0 1
[junit4:junit4]   2> 11537 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[2 (1428483653145460736)]} 0 1
[junit4:junit4]   2> 11537 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10002 (1428483653145460737)]} 0 1
[junit4:junit4]   2> 11540 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[2 (1428483653148606464)]} 0 1
[junit4:junit4]   2> 11540 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10002 (1428483653148606465)]} 0 1
[junit4:junit4]   2> 11543 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[2 (-1428483653151752193)]} 0 1
[junit4:junit4]   2> 11543 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[10002 (-1428483653151752192)]} 0 1
[junit4:junit4]   2> 11545 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10002 (-1428483653154897920)]} 0 0
[junit4:junit4]   2> 11546 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[2 (-1428483653155946496)]} 0 0
[junit4:junit4]   2> 11548 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10003 (1428483653158043648)]} 0 0
[junit4:junit4]   2> 11549 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[3 (1428483653158043649)]} 0 1
[junit4:junit4]   2> 11551 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10003 (1428483653160140800)]} 0 1
[junit4:junit4]   2> 11552 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[3 (1428483653161189376)]} 0 1
[junit4:junit4]   2> 11553 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10003 (-1428483653163286528)]} 0 0
[junit4:junit4]   2> 11554 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[3 (-1428483653164335104)]} 0 0
[junit4:junit4]   2> 11555 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10003 (-1428483653165383680)]} 0 0
[junit4:junit4]   2> 11557 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[3 (-1428483653167480832)]} 0 1
[junit4:junit4]   2> 11559 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10004 (1428483653168529408)]} 0 1
[junit4:junit4]   2> 11560 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[4 (1428483653169577984)]} 0 1
[junit4:junit4]   2> 11562 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10004 (1428483653171675136)]} 0 1
[junit4:junit4]   2> 11563 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[4 (1428483653173772288)]} 0 0
[junit4:junit4]   2> 11564 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10004 (-1428483653174820864)]} 0 0
[junit4:junit4]   2> 11566 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[4 (-1428483653176918016)]} 0 1
[junit4:junit4]   2> 11566 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10004 (-1428483653176918016)]} 0 0
[junit4:junit4]   2> 11568 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[4 (-1428483653179015168)]} 0 0
[junit4:junit4]   2> 11569 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10005 (1428483653179015168)]} 0 1
[junit4:junit4]   2> 11572 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10005 (1428483653182160896)]} 0 1
[junit4:junit4]   2> 11572 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[5 (1428483653181112320)]} 0 2
[junit4:junit4]   2> 11575 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[5 (1428483653186355200)]} 0 1
[junit4:junit4]   2> 11575 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10006 (1428483653186355200)]} 0 1
[junit4:junit4]   2> 11578 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10006 (1428483653189500928)]} 0 0
[junit4:junit4]   2> 11578 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[6 (1428483653189500928)]} 0 0
[junit4:junit4]   2> 11582 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[6 (1428483653192646656)]} 0 1
[junit4:junit4]   2> 11582 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10007 (1428483653192646656)]} 0 1
[junit4:junit4]   2> 11585 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[7 (1428483653196840960)]} 0 1
[junit4:junit4]   2> 11585 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10007 (1428483653196840960)]} 0 1
[junit4:junit4]   2> 11588 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10007 (-1428483653199986688)]} 0 0
[junit4:junit4]   2> 11588 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[7 (1428483653199986688)]} 0 0
[junit4:junit4]   2> 11591 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[7 (-1428483653203132416)]} 0 0
[junit4:junit4]   2> 11591 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10007 (-1428483653203132416)]} 0 0
[junit4:junit4]   2> 11593 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[7 (-1428483653205229568)]} 0 0
[junit4:junit4]   2> 11594 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10008 (1428483653206278144)]} 0 1
[junit4:junit4]   2> 11597 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[8 (1428483653209423872)]} 0 0
[junit4:junit4]   2> 11597 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10008 (1428483653209423872)]} 0 0
[junit4:junit4]   2> 11600 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10008 (-1428483653211521024)]} 0 1
[junit4:junit4]   2> 11600 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[8 (1428483653211521024)]} 0 1
[junit4:junit4]   2> 11602 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10008 (-1428483653214666752)]} 0 0
[junit4:junit4]   2> 11602 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[8 (-1428483653214666752)]} 0 0
[junit4:junit4]   2> 11604 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[8 (-1428483653216763904)]} 0 0
[junit4:junit4]   2> 11605 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10009 (1428483653216763904)]} 0 1
[junit4:junit4]   2> 11607 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[9 (1428483653218861056)]} 0 1
[junit4:junit4]   2> 11608 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10009 (1428483653219909632)]} 0 1
[junit4:junit4]   2> 11609 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[9 (1428483653222006784)]} 0 0
[junit4:junit4]   2> 11610 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10010 (1428483653223055360)]} 0 0
[junit4:junit4]   2> 11612 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[10 (1428483653224103936)]} 0 1
[junit4:junit4]   2> 11613 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10010 (1428483653225152512)]} 0 1
[junit4:junit4]   2> 11614 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10 (1428483653227249664)]} 0 0
[junit4:junit4]   2> 11615 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10011 (1428483653228298240)]} 0 0
[junit4:junit4]   2> 11617 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[11 (1428483653229346816)]} 0 1
[junit4:junit4]   2> 11618 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10011 (1428483653230395392)]} 0 1
[junit4:junit4]   2> 11619 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[11 (1428483653232492544)]} 0 0
[junit4:junit4]   2> 11620 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10012 (1428483653233541120)]} 0 0
[junit4:junit4]   2> 11621 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[12 (1428483653234589696)]} 0 0
[junit4:junit4]   2> 11622 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10012 (1428483653235638272)]} 0 0
[junit4:junit4]   2> 11624 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[12 (1428483653237735424)]} 0 1
[junit4:junit4]   2> 11625 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10013 (1428483653238784000)]} 0 1
[junit4:junit4]   2> 11626 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[13 (1428483653239832576)]} 0 0
[junit4:junit4]   2> 11627 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10013 (1428483653240881152)]} 0 0
[junit4:junit4]   2> 11629 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[13 (1428483653241929728)]} 0 1
[junit4:junit4]   2> 11630 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10014 (1428483653242978304)]} 0 1
[junit4:junit4]   2> 11631 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[14 (1428483653245075456)]} 0 0
[junit4:junit4]   2> 11632 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10014 (1428483653246124032)]} 0 0
[junit4:junit4]   2> 11634 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[14 (1428483653247172608)]} 0 1
[junit4:junit4]   2> 11635 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10015 (1428483653248221184)]} 0 1
[junit4:junit4]   2> 11636 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[15 (1428483653250318336)]} 0 0
[junit4:junit4]   2> 11637 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10015 (1428483653251366912)]} 0 0
[junit4:junit4]   2> 11639 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[15 (1428483653252415488)]} 0 1
[junit4:junit4]   2> 11640 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10016 (1428483653253464064)]} 0 1
[junit4:junit4]   2> 11642 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[16 (1428483653255561216)]} 0 1
[junit4:junit4]   2> 11642 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10016 (1428483653256609792)]} 0 0
[junit4:junit4]   2> 11645 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[16 (1428483653258706944)]} 0 1
[junit4:junit4]   2> 11645 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10017 (1428483653258706944)]} 0 1
[junit4:junit4]   2> 11647 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[17 (1428483653261852672)]} 0 0
[junit4:junit4]   2> 11647 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10017 (1428483653261852672)]} 0 0
[junit4:junit4]   2> 11650 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10009 (-1428483653264998400)]} 0 1
[junit4:junit4]   2> 11650 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[17 (1428483653264998400)]} 0 1
[junit4:junit4]   2> 11652 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10009 (-1428483653267095552)]} 0 0
[junit4:junit4]   2> 11652 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[9 (-1428483653267095552)]} 0 0
[junit4:junit4]   2> 11655 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10018 (1428483653269192704)]} 0 1
[junit4:junit4]   2> 11656 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[9 (-1428483653271289856)]} 0 1
[junit4:junit4]   2> 11658 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10018 (1428483653272338432)]} 0 1
[junit4:junit4]   2> 11658 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[18 (1428483653273387008)]} 0 0
[junit4:junit4]   2> 11660 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10010 (-1428483653275484160)]} 0 0
[junit4:junit4]   2> 11661 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[18 (1428483653276532736)]} 0 0
[junit4:junit4]   2> 11662 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10010 (-1428483653277581312)]} 0 0
[junit4:junit4]   2> 11664 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[10 (-1428483653279678464)]} 0 0
[junit4:junit4]   2> 11665 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10019 (1428483653279678465)]} 0 1
[junit4:junit4]   2> 11667 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10 (-1428483653282824192)]} 0 0
[junit4:junit4]   2> 11668 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10019 (1428483653283872768)]} 0 1
[junit4:junit4]   2> 11670 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[19 (1428483653285969920)]} 0 1
[junit4:junit4]   2> 11671 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10011 (-1428483653287018496)]} 0 1
[junit4:junit4]   2> 11674 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[19 (1428483653289115648)]} 0 1
[junit4:junit4]   2> 11675 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10011 (-1428483653291212800)]} 0 1
[junit4:junit4]   2> 11676 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[11 (-1428483653292261376)]} 0 0
[junit4:junit4]   2> 11678 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10020 (1428483653293309952)]} 0 1
[junit4:junit4]   2> 11679 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[11 (-1428483653295407104)]} 0 0
[junit4:junit4]   2> 11680 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10020 (1428483653296455680)]} 0 0
[junit4:junit4]   2> 11682 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[20 (1428483653298552832)]} 0 1
[junit4:junit4]   2> 11683 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10017 (-1428483653299601408)]} 0 0
[junit4:junit4]   2> 11688 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10017 (-1428483653304844288)]} 0 0
[junit4:junit4]   2> 11689 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[20 (1428483653304844289)]} 0 1
[junit4:junit4]   2> 11691 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[17 (-1428483653307990017)]} 0 0
[junit4:junit4]   2> 11691 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[10021 (1428483653307990016)]} 0 1
[junit4:junit4]   2> 11694 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[17 (-1428483653311135744)]} 0 1
[junit4:junit4]   2> 11694 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10021 (1428483653311135745)]} 0 0
[junit4:junit4]   2> 11697 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[21 (1428483653313232896)]} 0 1
[junit4:junit4]   2> 11697 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10022 (1428483653314281472)]} 0 1
[junit4:junit4]   2> 11700 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[21 (1428483653316378624)]} 0 1
[junit4:junit4]   2> 11700 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10022 (1428483653316378625)]} 0 1
[junit4:junit4]   2> 11703 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10023 (1428483653319524352)]} 0 1
[junit4:junit4]   2> 11703 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[22 (1428483653319524353)]} 0 1
[junit4:junit4]   2> 11705 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10023 (1428483653322670080)]} 0 0
[junit4:junit4]   2> 11706 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[22 (1428483653322670081)]} 0 1
[junit4:junit4]   2> 11708 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[10018 (-1428483653324767232)]} 0 1
[junit4:junit4]   2> 11709 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[23 (1428483653325815808)]} 0 1
[junit4:junit4]   2> 11710 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10018 (-1428483653327912960)]} 0 0
[junit4:junit4]   2> 11712 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[23 (1428483653328961536)]} 0 1
[junit4:junit4]   2> 11713 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10024 (1428483653331058688)]} 0 1
[junit4:junit4]   2> 11714 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[18 (-1428483653332107264)]} 0 0
[junit4:junit4]   2> 11717 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[18 (-1428483653334204416)]} 0 1
[junit4:junit4]   2> 11717 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10024 (1428483653334204417)]} 0 1
[junit4:junit4]   2> 11719 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10021 (-1428483653337350145)]} 0 0
[junit4:junit4]   2> 11720 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[24 (1428483653337350144)]} 0 1
[junit4:junit4]   2> 11722 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10021 (-1428483653340495872)]} 0 0
[junit4:junit4]   2> 11723 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[24 (1428483653341544448)]} 0 0
[junit4:junit4]   2> 11725 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10025 (1428483653342593024)]} 0 1
[junit4:junit4]   2> 11726 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[21 (-1428483653344690176)]} 0 0
[junit4:junit4]   2> 11728 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10025 (1428483653345738752)]} 0 1
[junit4:junit4]   2> 11728 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[21 (-1428483653346787328)]} 0 0
[junit4:junit4]   2> 11730 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10022 (-1428483653348884480)]} 0 0
[junit4:junit4]   2> 11731 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[25 (1428483653348884481)]} 0 1
[junit4:junit4]   2> 11732 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10022 (-1428483653350981632)]} 0 0
[junit4:junit4]   2> 11734 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[25 (1428483653352030208)]} 0 1
[junit4:junit4]   2> 11735 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10026 (1428483653353078784)]} 0 1
[junit4:junit4]   2> 11736 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[22 (-1428483653355175936)]} 0 1
[junit4:junit4]   2> 11738 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10026 (1428483653356224512)]} 0 1
[junit4:junit4]   2> 11738 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[22 (-1428483653357273088)]} 0 0
[junit4:junit4]   2> 11740 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10023 (-1428483653359370240)]} 0 0
[junit4:junit4]   2> 11741 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[26 (1428483653359370241)]} 0 1
[junit4:junit4]   2> 11743 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10023 (-1428483653362515968)]} 0 0
[junit4:junit4]   2> 11744 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[26 (1428483653362515969)]} 0 1
[junit4:junit4]   2> 11746 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[23 (-1428483653365661697)]} 0 0
[junit4:junit4]   2> 11746 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10027 (1428483653365661696)]} 0 1
[junit4:junit4]   2> 11749 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[23 (-1428483653368807424)]} 0 1
[junit4:junit4]   2> 11749 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10027 (1428483653368807425)]} 0 0
[junit4:junit4]   2> 11752 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[27 (1428483653371953152)]} 0 1
[junit4:junit4]   2> 11752 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[10025 (-1428483653371953153)]} 0 1
[junit4:junit4]   2> 11755 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10025 (-1428483653374050304)]} 0 1
[junit4:junit4]   2> 11755 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[27 (1428483653375098880)]} 0 1
[junit4:junit4]   2> 11757 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[10028 (1428483653377196032)]} 0 0
[junit4:junit4]   2> 11757 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[25 (-1428483653377196033)]} 0 0
[junit4:junit4]   2> 11760 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[25 (-1428483653380341761)]} 0 0
[junit4:junit4]   2> 11760 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10028 (1428483653380341760)]} 0 1
[junit4:junit4]   2> 11762 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[28 (1428483653382438912)]} 0 0
[junit4:junit4]   2> 11763 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10029 (1428483653383487488)]} 0 1
[junit4:junit4]   2> 11765 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[28 (1428483653385584640)]} 0 1
[junit4:junit4]   2> 11766 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10029 (1428483653385584641)]} 0 1
[junit4:junit4]   2> 11768 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[10026 (-1428483653388730368)]} 0 0
[junit4:junit4]   2> 11768 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[29 (1428483653387681792)]} 0 1
[junit4:junit4]   2> 11770 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10026 (-1428483653390827520)]} 0 0
[junit4:junit4]   2> 11771 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[29 (1428483653390827521)]} 0 1
[junit4:junit4]   2> 11773 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10030 (1428483653392924672)]} 0 1
[junit4:junit4]   2> 11773 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[26 (-1428483653393973248)]} 0 0
[junit4:junit4]   2> 11775 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[26 (-1428483653396070401)]} 0 0
[junit4:junit4]   2> 11775 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10030 (1428483653396070400)]} 0 1
[junit4:junit4]   2> 11778 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[10027 (-1428483653398167552)]} 0 1
[junit4:junit4]   2> 11778 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[30 (1428483653398167553)]} 0 1
[junit4:junit4]   2> 11780 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10027 (-1428483653401313280)]} 0 0
[junit4:junit4]   2> 11781 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[30 (1428483653401313281)]} 0 1
[junit4:junit4]   2> 11782 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10031 (1428483653403410432)]} 0 0
[junit4:junit4]   2> 11783 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[27 (-1428483653404459008)]} 0 0
[junit4:junit4]   2> 11785 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10031 (1428483653405507584)]} 0 1
[junit4:junit4]   2> 11785 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[27 (-1428483653406556160)]} 0 0
[junit4:junit4]   2> 11787 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10032 (1428483653408653312)]} 0 0
[junit4:junit4]   2> 11788 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[31 (1428483653408653313)]} 0 1
[junit4:junit4]   2> 11790 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10032 (1428483653411799040)]} 0 1
[junit4:junit4]   2> 11790 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[31 (1428483653411799041)]} 0 0
[junit4:junit4]   2> 11793 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10033 (1428483653413896192)]} 0 1
[junit4:junit4]   2> 11793 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[32 (1428483653414944768)]} 0 0
[junit4:junit4]   2> 11796 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10033 (1428483653417041920)]} 0 1
[junit4:junit4]   2> 11796 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[32 (1428483653417041921)]} 0 1
[junit4:junit4]   2> 11798 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[33 (1428483653420187648)]} 0 0
[junit4:junit4]   2> 11800 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[10034 (1428483653421236224)]} 0 1
[junit4:junit4]   2> 11801 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[33 (1428483653423333376)]} 0 1
[junit4:junit4]   2> 11803 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10034 (1428483653424381952)]} 0 1
[junit4:junit4]   2> 11803 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[34 (1428483653425430528)]} 0 0
[junit4:junit4]   2> 11806 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[34 (1428483653427527680)]} 0 1
[junit4:junit4]   2> 11806 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10035 (1428483653427527680)]} 0 1
[junit4:junit4]   2> 11809 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[35 (1428483653430673408)]} 0 1
[junit4:junit4]   2> 11810 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10035 (1428483653432770560)]} 0 1
[junit4:junit4]   2> 11811 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[35 (1428483653433819136)]} 0 0
[junit4:junit4]   2> 11813 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[10036 (1428483653434867712)]} 0 1
[junit4:junit4]   2> 11814 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[36 (1428483653436964864)]} 0 1
[junit4:junit4]   2> 11815 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10036 (1428483653438013440)]} 0 0
[junit4:junit4]   2> 11816 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[36 (1428483653439062016)]} 0 0
[junit4:junit4]   2> 11818 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[10029 (-1428483653441159168)]} 0 0
[junit4:junit4]   2> 11819 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[29 (-1428483653442207744)]} 0 1
[junit4:junit4]   2> 11820 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10029 (-1428483653443256320)]} 0 0
[junit4:junit4]   2> 11821 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[29 (-1428483653444304896)]} 0 0
[junit4:junit4]   2> 11823 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[10037 (1428483653445353472)]} 0 1
[junit4:junit4]   2> 11823 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[37 (1428483653446402048)]} 0 0
[junit4:junit4]   2> 11826 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[37 (1428483653448499200)]} 0 1
[junit4:junit4]   2> 11826 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10037 (1428483653448499201)]} 0 1
[junit4:junit4]   2> 11828 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[30 (-1428483653451644928)]} 0 0
[junit4:junit4]   2> 11828 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[10030 (-1428483653451644929)]} 0 0
[junit4:junit4]   2> 11830 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[30 (-1428483653453742080)]} 0 0
[junit4:junit4]   2> 11831 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10030 (-1428483653454790656)]} 0 0
[junit4:junit4]   2> 11833 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[38 (1428483653455839232)]} 0 1
[junit4:junit4]   2> 11833 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10038 (1428483653456887808)]} 0 0
[junit4:junit4]   2> 11836 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[38 (1428483653458984960)]} 0 1
[junit4:junit4]   2> 11836 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10038 (1428483653458984961)]} 0 1
[junit4:junit4]   2> 11838 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[34 (-1428483653462130688)]} 0 0
[junit4:junit4]   2> 11838 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[10034 (-1428483653462130689)]} 0 0
[junit4:junit4]   2> 11840 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[34 (-1428483653464227840)]} 0 0
[junit4:junit4]   2> 11840 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10034 (-1428483653464227841)]} 0 0
[junit4:junit4]   2> 11843 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[39 (1428483653466324992)]} 0 1
[junit4:junit4]   2> 11843 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10039 (1428483653466324993)]} 0 1
[junit4:junit4]   2> 11846 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[39 (1428483653469470720)]} 0 1
[junit4:junit4]   2> 11846 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10039 (1428483653469470721)]} 0 1
[junit4:junit4]   2> 11848 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[40 (1428483653472616448)]} 0 0
[junit4:junit4]   2> 11849 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10040 (1428483653472616449)]} 0 1
[junit4:junit4]   2> 11851 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[40 (1428483653475762176)]} 0 1
[junit4:junit4]   2> 11851 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10040 (1428483653475762177)]} 0 0
[junit4:junit4]   2> 11854 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[41 (1428483653478907904)]} 0 1
[junit4:junit4]   2> 11855 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10041 (1428483653478907905)]} 0 1
[junit4:junit4]   2> 11857 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10041 (1428483653482053633)]} 0 0
[junit4:junit4]   2> 11857 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[41 (1428483653482053632)]} 0 0
[junit4:junit4]   2> 11860 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[42 (1428483653484150784)]} 0 1
[junit4:junit4]   2> 11861 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10042 (1428483653485199360)]} 0 1
[junit4:junit4]   2> 11863 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[42 (1428483653487296512)]} 0 1
[junit4:junit4]   2> 11863 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10042 (1428483653488345088)]} 0 0
[junit4:junit4]   2> 11865 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10035 (-1428483653490442241)]} 0 0
[junit4:junit4]   2> 11865 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[35 (-1428483653490442240)]} 0 0
[junit4:junit4]   2> 11867 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10035 (-1428483653492539392)]} 0 0
[junit4:junit4]   2> 11867 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[35 (-1428483653492539393)]} 0 0
[junit4:junit4]   2> 11870 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10043 (1428483653494636544)]} 0 1
[junit4:junit4]   2> 11870 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[43 (1428483653495685120)]} 0 1
[junit4:junit4]   2> 11873 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10043 (1428483653497782272)]} 0 1
[junit4:junit4]   2> 11874 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[43 (1428483653498830848)]} 0 1
[junit4:junit4]   2> 11875 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10036 (-1428483653500928000)]} 0 0
[junit4:junit4]   2> 11876 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[36 (-1428483653501976576)]} 0 0
[junit4:junit4]   2> 11877 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10036 (-1428483653503025152)]} 0 0
[junit4:junit4]   2> 11878 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[36 (-1428483653504073728)]} 0 0
[junit4:junit4]   2> 11879 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10044 (1428483653505122304)]} 0 0
[junit4:junit4]   2> 11881 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[44 (1428483653507219456)]} 0 1
[junit4:junit4]   2> 11882 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10044 (1428483653508268032)]} 0 1
[junit4:junit4]   2> 11883 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[44 (1428483653509316608)]} 0 0
[junit4:junit4]   2> 11885 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10045 (1428483653510365184)]} 0 1
[junit4:junit4]   2> 11886 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[45 (1428483653512462336)]} 0 0
[junit4:junit4]   2> 11887 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10045 (1428483653513510912)]} 0 0
[junit4:junit4]   2> 11889 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[45 (1428483653515608064)]} 0 0
[junit4:junit4]   2> 11889 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10046 (1428483653515608064)]} 0 0
[junit4:junit4]   2> 11892 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10046 (1428483653518753792)]} 0 1
[junit4:junit4]   2> 11892 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[46 (1428483653518753792)]} 0 1
[junit4:junit4]   2> 11895 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10039 (-1428483653521899520)]} 0 1
[junit4:junit4]   2> 11895 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[46 (1428483653521899520)]} 0 1
[junit4:junit4]   2> 11897 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10039 (-1428483653523996672)]} 0 0
[junit4:junit4]   2> 11897 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[39 (-1428483653523996672)]} 0 0
[junit4:junit4]   2> 11899 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10047 (1428483653526093824)]} 0 0
[junit4:junit4]   2> 11900 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[39 (-1428483653527142400)]} 0 0
[junit4:junit4]   2> 11902 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[47 (1428483653529239552)]} 0 0
[junit4:junit4]   2> 11902 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10047 (1428483653529239552)]} 0 1
[junit4:junit4]   2> 11905 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[10043 (-1428483653531336704)]} 0 1
[junit4:junit4]   2> 11905 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[47 (1428483653531336704)]} 0 1
[junit4:junit4]   2> 11907 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10043 (-1428483653534482432)]} 0 0
[junit4:junit4]   2> 11907 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[43 (-1428483653534482432)]} 0 0
[junit4:junit4]   2> 11910 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[43 (-1428483653536579584)]} 0 1
[junit4:junit4]   2> 11910 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10048 (1428483653536579584)]} 0 1
[junit4:junit4]   2> 11913 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[48 (1428483653539725312)]} 0 1
[junit4:junit4]   2> 11913 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10048 (1428483653539725312)]} 0 1
[junit4:junit4]   2> 11915 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[48 (1428483653542871040)]} 0 0
[junit4:junit4]   2> 11915 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[10049 (1428483653542871040)]} 0 0
[junit4:junit4]   2> 11918 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[49 (1428483653546016768)]} 0 0
[junit4:junit4]   2> 11918 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10049 (1428483653546016768)]} 0 0
[junit4:junit4]   2> 11921 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[49 (1428483653548113920)]} 0 1
[junit4:junit4]   2> 11921 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10050 (1428483653549162496)]} 0 1
[junit4:junit4]   2> 11924 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[50 (1428483653551259648)]} 0 1
[junit4:junit4]   2> 11924 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10050 (1428483653552308224)]} 0 1
[junit4:junit4]   2> 11927 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10044 (-1428483653554405376)]} 0 1
[junit4:junit4]   2> 11927 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[50 (1428483653555453952)]} 0 1
[junit4:junit4]   2> 11929 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10044 (-1428483653557551104)]} 0 0
[junit4:junit4]   2> 11929 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[44 (-1428483653557551104)]} 0 0
[junit4:junit4]   2> 11932 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[44 (-1428483653560696832)]} 0 1
[junit4:junit4]   2> 11932 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10051 (1428483653559648256)]} 0 1
[junit4:junit4]   2> 11934 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10051 (1428483653562793984)]} 0 0
[junit4:junit4]   2> 11935 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[51 (1428483653562793984)]} 0 1
[junit4:junit4]   2> 11937 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10047 (-1428483653565939712)]} 0 1
[junit4:junit4]   2> 11937 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[51 (1428483653565939712)]} 0 0
[junit4:junit4]   2> 11939 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10047 (-1428483653568036864)]} 0 0
[junit4:junit4]   2> 11940 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[47 (-1428483653569085440)]} 0 1
[junit4:junit4]   2> 11942 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[47 (-1428483653571182592)]} 0 0
[junit4:junit4]   2> 11943 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10052 (1428483653571182592)]} 0 1
[junit4:junit4]   2> 11945 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[52 (1428483653573279744)]} 0 1
[junit4:junit4]   2> 11945 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10052 (1428483653574328320)]} 0 1
[junit4:junit4]   2> 11947 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10052 (-1428483653576425472)]} 0 0
[junit4:junit4]   2> 11948 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[52 (1428483653576425472)]} 0 1
[junit4:junit4]   2> 11950 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[52 (-1428483653579571200)]} 0 0
[junit4:junit4]   2> 11950 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10052 (-1428483653579571200)]} 0 1
[junit4:junit4]   2> 11952 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[52 (-1428483653581668352)]} 0 0
[junit4:junit4]   2> 11953 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10053 (1428483653581668352)]} 0 1
[junit4:junit4]   2> 11955 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[53 (1428483653583765504)]} 0 1
[junit4:junit4]   2> 11955 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10053 (1428483653584814080)]} 0 0
[junit4:junit4]   2> 11957 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[53 (1428483653586911232)]} 0 0
[junit4:junit4]   2> 11957 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10054 (1428483653586911232)]} 0 0
[junit4:junit4]   2> 11960 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[54 (1428483653589008384)]} 0 1
[junit4:junit4]   2> 11960 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10054 (1428483653589008384)]} 0 1
[junit4:junit4]   2> 11962 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[54 (1428483653592154112)]} 0 0
[junit4:junit4]   2> 11963 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10055 (1428483653592154112)]} 0 1
[junit4:junit4]   2> 11965 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[55 (1428483653594251264)]} 0 1
[junit4:junit4]   2> 11965 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10055 (1428483653595299840)]} 0 0
[junit4:junit4]   2> 11967 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10054 (-1428483653597396992)]} 0 0
[junit4:junit4]   2> 11968 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[55 (1428483653597396992)]} 0 1
[junit4:junit4]   2> 11970 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10054 (-1428483653600542720)]} 0 1
[junit4:junit4]   2> 11970 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[54 (-1428483653600542720)]} 0 0
[junit4:junit4]   2> 11972 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10056 (1428483653602639872)]} 0 0
[junit4:junit4]   2> 11972 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[54 (-1428483653602639872)]} 0 0
[junit4:junit4]   2> 11975 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10056 (1428483653604737024)]} 0 1
[junit4:junit4]   2> 11975 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[56 (1428483653605785600)]} 0 1
[junit4:junit4]   2> 11978 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10057 (1428483653607882752)]} 0 1
[junit4:junit4]   2> 11978 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[56 (1428483653607882752)]} 0 1
[junit4:junit4]   2> 11980 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10057 (1428483653611028480)]} 0 1
[junit4:junit4]   2> 11980 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[57 (1428483653611028480)]} 0 0
[junit4:junit4]   2> 11982 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[10055 (-1428483653613125632)]} 0 0
[junit4:junit4]   2> 11983 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[57 (1428483653613125632)]} 0 1
[junit4:junit4]   2> 11985 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10055 (-1428483653616271360)]} 0 1
[junit4:junit4]   2> 11985 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[55 (-1428483653616271360)]} 0 0
[junit4:junit4]   2> 11987 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10058 (1428483653618368512)]} 0 0
[junit4:junit4]   2> 11988 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[55 (-1428483653618368512)]} 0 1
[junit4:junit4]   2> 11990 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10058 (1428483653620465664)]} 0 1
[junit4:junit4]   2> 11990 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[58 (1428483653621514240)]} 0 0
[junit4:junit4]   2> 11992 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10059 (1428483653623611392)]} 0 0
[junit4:junit4]   2> 11992 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[58 (1428483653623611392)]} 0 0
[junit4:junit4]   2> 11995 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10059 (1428483653625708544)]} 0 1
[junit4:junit4]   2> 11995 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[59 (1428483653626757120)]} 0 1
[junit4:junit4]   2> 11997 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10060 (1428483653628854272)]} 0 0
[junit4:junit4]   2> 11998 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[59 (1428483653628854272)]} 0 1
[junit4:junit4]   2> 12000 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10060 (1428483653630951424)]} 0 1
[junit4:junit4]   2> 12000 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[60 (1428483653632000000)]} 0 0
[junit4:junit4]   2> 12002 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10061 (1428483653634097152)]} 0 0
[junit4:junit4]   2> 12003 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[60 (1428483653634097152)]} 0 1
[junit4:junit4]   2> 12005 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10061 (1428483653636194304)]} 0 1
[junit4:junit4]   2> 12005 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[61 (1428483653637242880)]} 0 0
[junit4:junit4]   2> 12008 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10062 (1428483653639340032)]} 0 1
[junit4:junit4]   2> 12008 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[61 (1428483653639340032)]} 0 1
[junit4:junit4]   2> 12010 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10062 (1428483653642485760)]} 0 0
[junit4:junit4]   2> 12010 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[62 (1428483653642485760)]} 0 0
[junit4:junit4]   2> 12012 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[10062 (-1428483653644582912)]} 0 0
[junit4:junit4]   2> 12013 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[62 (1428483653644582912)]} 0 1
[junit4:junit4]   2> 12014 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10062 (-1428483653646680064)]} 0 0
[junit4:junit4]   2> 12015 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[62 (-1428483653647728640)]} 0 0
[junit4:junit4]   2> 12017 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10063 (1428483653648777216)]} 0 1
[junit4:junit4]   2> 12017 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[62 (-1428483653649825792)]} 0 0
[junit4:junit4]   2> 12019 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10063 (1428483653651922944)]} 0 0
[junit4:junit4]   2> 12020 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[63 (1428483653651922944)]} 0 1
[junit4:junit4]   2> 12022 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10064 (1428483653655068672)]} 0 1
[junit4:junit4]   2> 12022 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[63 (1428483653655068672)]} 0 0
[junit4:junit4]   2> 12025 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10064 (1428483653657165824)]} 0 1
[junit4:junit4]   2> 12025 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[64 (1428483653658214400)]} 0 1
[junit4:junit4]   2> 12027 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10063 (-1428483653660311552)]} 0 0
[junit4:junit4]   2> 12028 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[64 (1428483653660311552)]} 0 1
[junit4:junit4]   2> 12029 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10063 (-1428483653662408704)]} 0 0
[junit4:junit4]   2> 12030 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[63 (-1428483653663457280)]} 0 0
[junit4:junit4]   2> 12032 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[63 (-1428483653665554432)]} 0 0
[junit4:junit4]   2> 12033 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10065 (1428483653665554432)]} 0 1
[junit4:junit4]   2> 12035 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10065 (1428483653668700160)]} 0 0
[junit4:junit4]   2> 12035 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[65 (1428483653668700160)]} 0 0
[junit4:junit4]   2> 12038 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10066 (1428483653671845888)]} 0 0
[junit4:junit4]   2> 12038 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[65 (1428483653671845888)]} 0 0
[junit4:junit4]   2> 12041 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[66 (1428483653674991616)]} 0 0
[junit4:junit4]   2> 12041 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10066 (1428483653673943040)]} 0 1
[junit4:junit4]   2> 12044 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10067 (1428483653677088768)]} 0 1
[junit4:junit4]   2> 12044 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[66 (1428483653677088768)]} 0 1
[junit4:junit4]   2> 12046 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[67 (1428483653680234496)]} 0 0
[junit4:junit4]   2> 12046 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10067 (1428483653680234496)]} 0 0
[junit4:junit4]   2> 12049 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10064 (-1428483653683380224)]} 0 1
[junit4:junit4]   2> 12049 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[67 (1428483653682331648)]} 0 1
[junit4:junit4]   2> 12051 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10064 (-1428483653685477376)]} 0 0
[junit4:junit4]   2> 12051 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[64 (-1428483653685477376)]} 0 0
[junit4:junit4]   2> 12053 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[64 (-1428483653687574528)]} 0 0
[junit4:junit4]   2> 12054 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10068 (1428483653687574528)]} 0 1
[junit4:junit4]   2> 12056 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[68 (1428483653690720256)]} 0 1
[junit4:junit4]   2> 12056 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10068 (1428483653690720256)]} 0 0
[junit4:junit4]   2> 12059 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[68 (1428483653692817408)]} 0 1
[junit4:junit4]   2> 12059 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10069 (1428483653693865984)]} 0 1
[junit4:junit4]   2> 12061 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[69 (1428483653695963136)]} 0 0
[junit4:junit4]   2> 12062 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10069 (1428483653695963136)]} 0 1
[junit4:junit4]   2> 12064 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[10065 (-1428483653699108864)]} 0 0
[junit4:junit4]   2> 12064 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[69 (1428483653699108864)]} 0 0
[junit4:junit4]   2> 12066 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10065 (-1428483653701206016)]} 0 0
[junit4:junit4]   2> 12067 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[65 (-1428483653701206016)]} 0 1
[junit4:junit4]   2> 12069 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10070 (1428483653703303168)]} 0 1
[junit4:junit4]   2> 12069 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[65 (-1428483653704351744)]} 0 0
[junit4:junit4]   2> 12072 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[70 (1428483653706448896)]} 0 1
[junit4:junit4]   2> 12072 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10070 (1428483653706448896)]} 0 1
[junit4:junit4]   2> 12074 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10071 (1428483653709594624)]} 0 0
[junit4:junit4]   2> 12074 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[70 (1428483653709594624)]} 0 0
[junit4:junit4]   2> 12077 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[71 (1428483653712740352)]} 0 0
[junit4:junit4]   2> 12078 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10071 (1428483653712740352)]} 0 1
[junit4:junit4]   2> 12081 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10072 (1428483653715886080)]} 0 1
[junit4:junit4]   2> 12081 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[71 (1428483653715886080)]} 0 1
[junit4:junit4]   2> 12083 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10072 (1428483653719031808)]} 0 0
[junit4:junit4]   2> 12083 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[72 (1428483653719031808)]} 0 0
[junit4:junit4]   2> 12086 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10073 (1428483653722177536)]} 0 0
[junit4:junit4]   2> 12086 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[72 (1428483653722177536)]} 0 0
[junit4:junit4]   2> 12089 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10073 (1428483653725323264)]} 0 1
[junit4:junit4]   2> 12089 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[73 (1428483653725323264)]} 0 1
[junit4:junit4]   2> 12092 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10074 (1428483653728468992)]} 0 1
[junit4:junit4]   2> 12092 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[73 (1428483653728468992)]} 0 1
[junit4:junit4]   2> 12095 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[74 (1428483653731614720)]} 0 1
[junit4:junit4]   2> 12095 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10074 (1428483653731614720)]} 0 1
[junit4:junit4]   2> 12098 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[74 (1428483653733711872)]} 0 1
[junit4:junit4]   2> 12098 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10075 (1428483653733711872)]} 0 1
[junit4:junit4]   2> 12101 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[75 (1428483653736857600)]} 0 1
[junit4:junit4]   2> 12101 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10075 (1428483653736857600)]} 0 1
[junit4:junit4]   2> 12103 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10076 (1428483653740003328)]} 0 0
[junit4:junit4]   2> 12103 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[75 (1428483653740003328)]} 0 0
[junit4:junit4]   2> 12106 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10076 (1428483653743149056)]} 0 0
[junit4:junit4]   2> 12106 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[76 (1428483653743149056)]} 0 0
[junit4:junit4]   2> 12109 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10077 (1428483653745246208)]} 0 1
[junit4:junit4]   2> 12109 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[76 (1428483653745246208)]} 0 1
[junit4:junit4]   2> 12111 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[77 (1428483653748391936)]} 0 0
[junit4:junit4]   2> 12111 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10077 (1428483653748391936)]} 0 0
[junit4:junit4]   2> 12113 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10067 (-1428483653750489088)]} 0 0
[junit4:junit4]   2> 12114 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[77 (1428483653750489088)]} 0 1
[junit4:junit4]   2> 12116 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[67 (-1428483653753634816)]} 0 1
[junit4:junit4]   2> 12116 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10067 (-1428483653753634816)]} 0 1
[junit4:junit4]   2> 12118 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[67 (-1428483653755731968)]} 0 0
[junit4:junit4]   2> 12119 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10078 (1428483653755731968)]} 0 1
[junit4:junit4]   2> 12120 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[78 (1428483653757829120)]} 0 0
[junit4:junit4]   2> 12121 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10078 (1428483653758877696)]} 0 0
[junit4:junit4]   2> 12123 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[78 (1428483653759926272)]} 0 1
[junit4:junit4]   2> 12123 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10068 (-1428483653760974848)]} 0 0
[junit4:junit4]   2> 12125 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[68 (-1428483653763072000)]} 0 0
[junit4:junit4]   2> 12125 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10068 (-1428483653763072000)]} 0 0
[junit4:junit4]   2> 12127 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[68 (-1428483653765169152)]} 0 0
[junit4:junit4]   2> 12128 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10079 (1428483653765169152)]} 0 1
[junit4:junit4]   2> 12129 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[79 (1428483653767266304)]} 0 0
[junit4:junit4]   2> 12130 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10079 (1428483653768314880)]} 0 1
[junit4:junit4]   2> 12132 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[79 (1428483653770412032)]} 0 1
[junit4:junit4]   2> 12132 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10069 (-1428483653770412032)]} 0 0
[junit4:junit4]   2> 12134 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[69 (-1428483653772509184)]} 0 0
[junit4:junit4]   2> 12134 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10069 (-1428483653772509184)]} 0 0
[junit4:junit4]   2> 12137 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[69 (-1428483653774606336)]} 0 1
[junit4:junit4]   2> 12137 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10080 (1428483653774606336)]} 0 1
[junit4:junit4]   2> 12139 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10080 (1428483653777752064)]} 0 0
[junit4:junit4]   2> 12139 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[80 (1428483653777752064)]} 0 0
[junit4:junit4]   2> 12142 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10081 (1428483653779849216)]} 0 1
[junit4:junit4]   2> 12142 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[80 (1428483653779849216)]} 0 1
[junit4:junit4]   2> 12144 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10081 (1428483653782994944)]} 0 0
[junit4:junit4]   2> 12144 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[81 (1428483653782994944)]} 0 0
[junit4:junit4]   2> 12147 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[10071 (-1428483653785092096)]} 0 1
[junit4:junit4]   2> 12147 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[81 (1428483653786140672)]} 0 1
[junit4:junit4]   2> 12149 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10071 (-1428483653788237824)]} 0 1
[junit4:junit4]   2> 12149 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[71 (-1428483653788237824)]} 0 0
[junit4:junit4]   2> 12151 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[71 (-1428483653790334976)]} 0 0
[junit4:junit4]   2> 12151 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10082 (1428483653790334976)]} 0 0
[junit4:junit4]   2> 12154 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[82 (1428483653792432128)]} 0 1
[junit4:junit4]   2> 12154 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10082 (1428483653792432128)]} 0 1
[junit4:junit4]   2> 12156 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[82 (1428483653795577856)]} 0 0
[junit4:junit4]   2> 12156 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10083 (1428483653795577856)]} 0 0
[junit4:junit4]   2> 12159 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[83 (1428483653797675008)]} 0 1
[junit4:junit4]   2> 12159 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10083 (1428483653797675008)]} 0 1
[junit4:junit4]   2> 12161 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10073 (-1428483653800820736)]} 0 0
[junit4:junit4]   2> 12161 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[83 (1428483653800820736)]} 0 0
[junit4:junit4]   2> 12163 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10073 (-1428483653802917888)]} 0 0
[junit4:junit4]   2> 12163 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[73 (-1428483653802917888)]} 0 0
[junit4:junit4]   2> 12165 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[73 (-1428483653805015040)]} 0 0
[junit4:junit4]   2> 12166 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10084 (1428483653805015040)]} 0 1
[junit4:junit4]   2> 12168 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[84 (1428483653808160768)]} 0 1
[junit4:junit4]   2> 12168 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10084 (1428483653808160768)]} 0 0
[junit4:junit4]   2> 12170 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10075 (-1428483653810257920)]} 0 0
[junit4:junit4]   2> 12170 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[84 (1428483653810257920)]} 0 0
[junit4:junit4]   2> 12172 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10075 (-1428483653812355072)]} 0 0
[junit4:junit4]   2> 12173 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[75 (-1428483653812355072)]} 0 1
[junit4:junit4]   2> 12175 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[75 (-1428483653815500800)]} 0 1
[junit4:junit4]   2> 12175 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10085 (1428483653815500800)]} 0 1
[junit4:junit4]   2> 12177 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[85 (1428483653817597952)]} 0 0
[junit4:junit4]   2> 12177 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10085 (1428483653817597952)]} 0 0
[junit4:junit4]   2> 12180 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10086 (1428483653819695104)]} 0 1
[junit4:junit4]   2> 12180 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[85 (1428483653819695104)]} 0 1
[junit4:junit4]   2> 12182 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[86 (1428483653822840832)]} 0 0
[junit4:junit4]   2> 12182 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10086 (1428483653822840832)]} 0 0
[junit4:junit4]   2> 12185 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10087 (1428483653825986560)]} 0 0
[junit4:junit4]   2> 12186 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[86 (1428483653827035136)]} 0 1
[junit4:junit4]   2> 12188 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10087 (1428483653828083712)]} 0 1
[junit4:junit4]   2> 12188 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[87 (1428483653829132288)]} 0 0
[junit4:junit4]   2> 12190 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10088 (1428483653831229440)]} 0 0
[junit4:junit4]   2> 12191 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[87 (1428483653832278016)]} 0 1
[junit4:junit4]   2> 12193 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10088 (1428483653833326592)]} 0 1
[junit4:junit4]   2> 12193 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[88 (1428483653834375168)]} 0 0
[junit4:junit4]   2> 12195 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[10076 (-1428483653836472320)]} 0 0
[junit4:junit4]   2> 12196 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[88 (1428483653836472320)]} 0 1
[junit4:junit4]   2> 12197 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10076 (-1428483653838569472)]} 0 0
[junit4:junit4]   2> 12198 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[76 (-1428483653839618048)]} 0 0
[junit4:junit4]   2> 12199 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10089 (1428483653840666624)]} 0 0
[junit4:junit4]   2> 12200 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[76 (-1428483653841715200)]} 0 0
[junit4:junit4]   2> 12202 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10089 (1428483653842763776)]} 0 1
[junit4:junit4]   2> 12202 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[89 (1428483653843812352)]} 0 0
[junit4:junit4]   2> 12204 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10090 (1428483653845909504)]} 0 0
[junit4:junit4]   2> 12204 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[89 (1428483653845909504)]} 0 0
[junit4:junit4]   2> 12207 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10090 (1428483653848006656)]} 0 1
[junit4:junit4]   2> 12207 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[90 (1428483653848006656)]} 0 1
[junit4:junit4]   2> 12209 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10077 (-1428483653851152384)]} 0 1
[junit4:junit4]   2> 12210 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[90 (1428483653852200960)]} 0 1
[junit4:junit4]   2> 12211 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10077 (-1428483653853249536)]} 0 0
[junit4:junit4]   2> 12212 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[77 (-1428483653854298112)]} 0 0
[junit4:junit4]   2> 12213 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10091 (1428483653855346688)]} 0 0
[junit4:junit4]   2> 12214 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[77 (-1428483653856395264)]} 0 0
[junit4:junit4]   2> 12216 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10091 (1428483653857443840)]} 0 1
[junit4:junit4]   2> 12217 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[91 (1428483653859540992)]} 0 1
[junit4:junit4]   2> 12218 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10079 (-1428483653860589568)]} 0 0
[junit4:junit4]   2> 12219 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[91 (1428483653861638144)]} 0 0
[junit4:junit4]   2> 12220 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10079 (-1428483653862686720)]} 0 0
[junit4:junit4]   2> 12221 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[79 (-1428483653863735296)]} 0 0
[junit4:junit4]   2> 12222 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10092 (1428483653864783872)]} 0 0
[junit4:junit4]   2> 12223 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[79 (-1428483653865832448)]} 0 0
[junit4:junit4]   2> 12225 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10092 (1428483653867929600)]} 0 1
[junit4:junit4]   2> 12226 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[92 (1428483653867929600)]} 0 1
[junit4:junit4]   2> 12227 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10083 (-1428483653870026752)]} 0 0
[junit4:junit4]   2> 12228 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[92 (1428483653871075328)]} 0 0
[junit4:junit4]   2> 12229 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10083 (-1428483653872123904)]} 0 0
[junit4:junit4]   2> 12231 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[83 (-1428483653873172480)]} 0 1
[junit4:junit4]   2> 12231 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10093 (1428483653874221056)]} 0 0
[junit4:junit4]   2> 12233 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[83 (-1428483653876318208)]} 0 0
[junit4:junit4]   2> 12234 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10093 (1428483653877366784)]} 0 1
[junit4:junit4]   2> 12235 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[93 (1428483653878415360)]} 0 0
[junit4:junit4]   2> 12236 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10094 (1428483653879463936)]} 0 0
[junit4:junit4]   2> 12237 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[93 (1428483653880512512)]} 0 0
[junit4:junit4]   2> 12239 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10094 (1428483653881561088)]} 0 1
[junit4:junit4]   2> 12240 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[94 (1428483653882609664)]} 0 1
[junit4:junit4]   2> 12241 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10095 (1428483653884706816)]} 0 0
[junit4:junit4]   2> 12242 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[94 (1428483653885755392)]} 0 0
[junit4:junit4]   2> 12243 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10095 (1428483653886803968)]} 0 0
[junit4:junit4]   2> 12245 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[95 (1428483653887852544)]} 0 1
[junit4:junit4]   2> 12246 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10096 (1428483653889949696)]} 0 1
[junit4:junit4]   2> 12247 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[95 (1428483653890998272)]} 0 0
[junit4:junit4]   2> 12248 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10096 (1428483653892046848)]} 0 0
[junit4:junit4]   2> 12250 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[96 (1428483653893095424)]} 0 1
[junit4:junit4]   2> 12251 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10097 (1428483653894144000)]} 0 1
[junit4:junit4]   2> 12252 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[96 (1428483653896241152)]} 0 0
[junit4:junit4]   2> 12253 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10097 (1428483653897289728)]} 0 0
[junit4:junit4]   2> 12255 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[97 (1428483653898338304)]} 0 1
[junit4:junit4]   2> 12255 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10098 (1428483653899386880)]} 0 0
[junit4:junit4]   2> 12258 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[97 (1428483653901484032)]} 0 1
[junit4:junit4]   2> 12258 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10098 (1428483653902532608)]} 0 1
[junit4:junit4]   2> 12261 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[98 (1428483653904629760)]} 0 1
[junit4:junit4]   2> 12261 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10099 (1428483653904629761)]} 0 1
[junit4:junit4]   2> 12263 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[98 (1428483653907775488)]} 0 0
[junit4:junit4]   2> 12263 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10099 (1428483653907775489)]} 0 0
[junit4:junit4]   2> 12265 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[99 (1428483653909872640)]} 0 0
[junit4:junit4]   2> 12266 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10100 (1428483653909872641)]} 0 1
[junit4:junit4]   2> 12268 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[99 (1428483653913018368)]} 0 1
[junit4:junit4]   2> 12268 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10100 (1428483653913018369)]} 0 0
[junit4:junit4]   2> 12270 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[100 (1428483653915115520)]} 0 0
[junit4:junit4]   2> 12271 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10101 (1428483653915115521)]} 0 1
[junit4:junit4]   2> 12273 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[100 (1428483653918261248)]} 0 1
[junit4:junit4]   2> 12273 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10101 (1428483653918261249)]} 0 0
[junit4:junit4]   2> 12275 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10085 (-1428483653920358401)]} 0 0
[junit4:junit4]   2> 12276 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[101 (1428483653920358400)]} 0 1
[junit4:junit4]   2> 12278 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10085 (-1428483653923504128)]} 0 1
[junit4:junit4]   2> 12278 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[101 (1428483653923504129)]} 0 0
[junit4:junit4]   2> 12280 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[85 (-1428483653925601281)]} 0 0
[junit4:junit4]   2> 12280 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10102 (1428483653925601280)]} 0 0
[junit4:junit4]   2> 12282 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[85 (-1428483653927698432)]} 0 0
[junit4:junit4]   2> 12283 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10102 (1428483653927698433)]} 0 1
[junit4:junit4]   2> 12285 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[10086 (-1428483653930844160)]} 0 0
[junit4:junit4]   2> 12285 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[102 (1428483653929795584)]} 0 1
[junit4:junit4]   2> 12287 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10086 (-1428483653932941312)]} 0 0
[junit4:junit4]   2> 12287 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[102 (1428483653932941313)]} 0 0
[junit4:junit4]   2> 12289 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10103 (1428483653935038464)]} 0 0
[junit4:junit4]   2> 12289 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[86 (-1428483653935038465)]} 0 0
[junit4:junit4]   2> 12292 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[86 (-1428483653938184192)]} 0 1
[junit4:junit4]   2> 12292 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10103 (1428483653938184193)]} 0 1
[junit4:junit4]   2> 12295 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[103 (1428483653940281344)]} 0 1
[junit4:junit4]   2> 12295 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10104 (1428483653940281345)]} 0 1
[junit4:junit4]   2> 12297 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[103 (1428483653943427072)]} 0 0
[junit4:junit4]   2> 12297 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10104 (1428483653943427073)]} 0 0
[junit4:junit4]   2> 12300 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[104 (1428483653945524224)]} 0 1
[junit4:junit4]   2> 12300 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10105 (1428483653945524225)]} 0 1
[junit4:junit4]   2> 12302 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[104 (1428483653948669952)]} 0 0
[junit4:junit4]   2> 12302 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10105 (1428483653948669953)]} 0 0
[junit4:junit4]   2> 12305 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[105 (1428483653950767104)]} 0 1
[junit4:junit4]   2> 12305 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10106 (1428483653950767105)]} 0 1
[junit4:junit4]   2> 12307 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[105 (1428483653953912832)]} 0 0
[junit4:junit4]   2> 12308 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10106 (1428483653953912833)]} 0 1
[junit4:junit4]   2> 12310 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10089 (-1428483653957058561)]} 0 0
[junit4:junit4]   2> 12310 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[106 (1428483653957058560)]} 0 0
[junit4:junit4]   2> 12312 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10089 (-1428483653959155712)]} 0 0
[junit4:junit4]   2> 12313 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[106 (1428483653959155713)]} 0 1
[junit4:junit4]   2> 12315 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[89 (-1428483653962301440)]} 0 1
[junit4:junit4]   2> 12315 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[10107 (1428483653961252864)]} 0 1
[junit4:junit4]   2> 12317 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[89 (-1428483653964398592)]} 0 0
[junit4:junit4]   2> 12317 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10107 (1428483653964398593)]} 0 0
[junit4:junit4]   2> 12319 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[107 (1428483653966495744)]} 0 0
[junit4:junit4]   2> 12320 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10108 (1428483653966495745)]} 0 1
[junit4:junit4]   2> 12322 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[107 (1428483653969641472)]} 0 0
[junit4:junit4]   2> 12322 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10108 (1428483653969641473)]} 0 0
[junit4:junit4]   2> 12325 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[108 (1428483653971738624)]} 0 1
[junit4:junit4]   2> 12325 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10109 (1428483653972787200)]} 0 1
[junit4:junit4]   2> 12328 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[108 (1428483653974884352)]} 0 1
[junit4:junit4]   2> 12328 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10109 (1428483653974884353)]} 0 1
[junit4:junit4]   2> 12330 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[10092 (-1428483653978030081)]} 0 0
[junit4:junit4]   2> 12330 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[109 (1428483653978030080)]} 0 0
[junit4:junit4]   2> 12333 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10092 (-1428483653980127232)]} 0 1
[junit4:junit4]   2> 12333 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[109 (1428483653981175808)]} 0 1
[junit4:junit4]   2> 12335 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[92 (-1428483653983272961)]} 0 0
[junit4:junit4]   2> 12335 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[10110 (1428483653983272960)]} 0 0
[junit4:junit4]   2> 12337 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[92 (-1428483653985370112)]} 0 0
[junit4:junit4]   2> 12338 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10110 (1428483653985370113)]} 0 1
[junit4:junit4]   2> 12340 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[110 (1428483653987467264)]} 0 1
[junit4:junit4]   2> 12340 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10111 (1428483653988515840)]} 0 0
[junit4:junit4]   2> 12343 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[110 (1428483653990612992)]} 0 1
[junit4:junit4]   2> 12343 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10111 (1428483653990612993)]} 0 1
[junit4:junit4]   2> 12345 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[111 (1428483653993758720)]} 0 0
[junit4:junit4]   2> 12345 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[10112 (1428483653993758721)]} 0 0
[junit4:junit4]   2> 12348 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[111 (1428483653995855872)]} 0 1
[junit4:junit4]   2> 12348 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10112 (1428483653995855873)]} 0 1
[junit4:junit4]   2> 12350 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10097 (-1428483653999001600)]} 0 0
[junit4:junit4]   2> 12351 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[112 (1428483653999001601)]} 0 1
[junit4:junit4]   2> 12353 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10097 (-1428483654002147328)]} 0 1
[junit4:junit4]   2> 12375 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[112 (1428483654002147329)]} 0 22
[junit4:junit4]   2> 12378 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[97 (-1428483654027313153)]} 0 1
[junit4:junit4]   2> 12378 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10113 (1428483654027313152)]} 0 1
[junit4:junit4]   2> 12380 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[97 (-1428483654030458881)]} 0 0
[junit4:junit4]   2> 12380 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10113 (1428483654030458880)]} 0 0
[junit4:junit4]   2> 12382 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[10098 (-1428483654032556033)]} 0 0
[junit4:junit4]   2> 12383 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[113 (1428483654032556032)]} 0 1
[junit4:junit4]   2> 12385 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10098 (-1428483654035701760)]} 0 1
[junit4:junit4]   2> 12385 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[113 (1428483654035701761)]} 0 1
[junit4:junit4]   2> 12387 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[10114 (1428483654037798912)]} 0 0
[junit4:junit4]   2> 12387 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[98 (-1428483654037798913)]} 0 0
[junit4:junit4]   2> 12389 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[98 (-1428483654039896065)]} 0 0
[junit4:junit4]   2> 12389 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10114 (1428483654039896064)]} 0 0
[junit4:junit4]   2> 12392 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[114 (1428483654041993216)]} 0 1
[junit4:junit4]   2> 12392 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10115 (1428483654041993217)]} 0 1
[junit4:junit4]   2> 12394 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[114 (1428483654045138944)]} 0 0
[junit4:junit4]   2> 12395 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10115 (1428483654045138945)]} 0 1
[junit4:junit4]   2> 12397 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[115 (1428483654048284672)]} 0 0
[junit4:junit4]   2> 12397 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10116 (1428483654048284673)]} 0 0
[junit4:junit4]   2> 12399 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[115 (1428483654050381824)]} 0 0
[junit4:junit4]   2> 12400 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10116 (1428483654050381825)]} 0 1
[junit4:junit4]   2> 12402 T1687 C98 P33600 /update {wt=javabin&version=2} {delete=[10100 (-1428483654053527552)]} 0 0
[junit4:junit4]   2> 12402 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[116 (1428483654052478976)]} 0 1
[junit4:junit4]   2> 12404 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10100 (-1428483654055624704)]} 0 0
[junit4:junit4]   2> 12404 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[116 (1428483654055624705)]} 0 0
[junit4:junit4]   2> 12406 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[10117 (1428483654057721856)]} 0 0
[junit4:junit4]   2> 12406 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[100 (-1428483654057721857)]} 0 0
[junit4:junit4]   2> 12408 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[100 (-1428483654059819008)]} 0 0
[junit4:junit4]   2> 12409 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10117 (1428483654059819009)]} 0 1
[junit4:junit4]   2> 12411 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[117 (1428483654062964736)]} 0 0
[junit4:junit4]   2> 12411 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10118 (1428483654062964737)]} 0 0
[junit4:junit4]   2> 12414 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[117 (1428483654065061888)]} 0 1
[junit4:junit4]   2> 12414 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10118 (1428483654066110464)]} 0 0
[junit4:junit4]   2> 12416 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[118 (1428483654068207616)]} 0 0
[junit4:junit4]   2> 12417 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10119 (1428483654068207617)]} 0 1
[junit4:junit4]   2> 12419 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[118 (1428483654070304768)]} 0 1
[junit4:junit4]   2> 12419 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10119 (1428483654071353344)]} 0 1
[junit4:junit4]   2> 12422 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[119 (1428483654073450496)]} 0 2
[junit4:junit4]   2> 12422 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[10101 (-1428483654073450497)]} 0 1
[junit4:junit4]   2> 12425 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10101 (-1428483654077644800)]} 0 0
[junit4:junit4]   2> 12425 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[119 (1428483654077644801)]} 0 0
[junit4:junit4]   2> 12427 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[10120 (1428483654079741952)]} 0 0
[junit4:junit4]   2> 12427 T1686 C98 P33600 /update {wt=javabin&version=2} {delete=[101 (-1428483654079741953)]} 0 0
[junit4:junit4]   2> 12430 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[101 (-1428483654081839105)]} 0 1
[junit4:junit4]   2> 12430 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10120 (1428483654081839104)]} 0 1
[junit4:junit4]   2> 12432 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[120 (1428483654084984832)]} 0 1
[junit4:junit4]   2> 12432 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10121 (1428483654084984833)]} 0 0
[junit4:junit4]   2> 12434 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[120 (1428483654087081984)]} 0 0
[junit4:junit4]   2> 12435 T1694 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12435 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10121 (1428483654087081985)]} 0 1
[junit4:junit4]   2> 12435 T1694 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":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:49467_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49467"}
[junit4:junit4]   2> 12437 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[121 (1428483654090227712)]} 0 0
[junit4:junit4]   2> 12437 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10122 (1428483654090227713)]} 0 0
[junit4:junit4]   2> 12438 T1693 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> 12438 T1729 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> 12439 T1700 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> 12439 T1713 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> 12440 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[121 (1428483654093373440)]} 0 1
[junit4:junit4]   2> 12443 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[122 (1428483654096519168)]} 0 1
[junit4:junit4]   2>  C97_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49467_, base_url=http://127.0.0.1:49467}
[junit4:junit4]   2> 12446 T1723 C97 P49467 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362308159879/jetty2
[junit4:junit4]   2> 12447 T1723 C97 P49467 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@11e4e48 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bebd91; maxCacheMB=0.134765625 maxMergeSizeMB=0.673828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12448 T1723 C97 P49467 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12450 T1723 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10122 (1428483654093373441)]} 0 5
[junit4:junit4]   2> 12450 T1724 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[122 (1428483654099664896)]} 0 2
[junit4:junit4]   2> 12451 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[122 (1428483654099664896)]} 0 5
[junit4:junit4]   2> 12451 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10122 (1428483654093373441)]} 0 11
[junit4:junit4]   2> 12453 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[103 (-1428483654107004928)]} 0 0
[junit4:junit4]   2> 12453 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[10103 (-1428483654107004929)]} 0 0
[junit4:junit4]   2> 12458 T1725 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[103 (-1428483654109102081)]} 0 0
[junit4:junit4]   2> 12458 T1722 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10103 (-1428483654109102080)]} 0 0
[junit4:junit4]   2> 12459 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[103 (-1428483654109102081)]} 0 4
[junit4:junit4]   2> 12459 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[10103 (-1428483654109102080)]} 0 4
[junit4:junit4]   2> 12461 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10123 (1428483654115393537)]} 0 0
[junit4:junit4]   2> 12461 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[123 (1428483654115393536)]} 0 0
[junit4:junit4]   2> 12466 T1723 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[123 (1428483654117490689)]} 0 1
[junit4:junit4]   2> 12466 T1724 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10123 (1428483654117490688)]} 0 1
[junit4:junit4]   2> 12466 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[123 (1428483654117490689)]} 0 3
[junit4:junit4]   2> 12466 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10123 (1428483654117490688)]} 0 3
[junit4:junit4]   2> 12468 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[104 (-1428483654122733568)]} 0 0
[junit4:junit4]   2> 12469 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[10104 (-1428483654122733569)]} 0 1
[junit4:junit4]   2> 12472 T1725 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[104 (-1428483654124830720)]} 0 0
[junit4:junit4]   2> 12472 T1722 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10104 (-1428483654125879296)]} 0 0
[junit4:junit4]   2> 12473 T1708 C99 P52075 /update {wt=javabin&version=2} {delete=[104 (-1428483654124830720)]} 0 3
[junit4:junit4]   2> 12473 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10104 (-1428483654125879296)]} 0 2
[junit4:junit4]   2> 12475 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[124 (1428483654129025024)]} 0 1
[junit4:junit4]   2> 12475 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10124 (1428483654130073600)]} 0 0
[junit4:junit4]   2> 12479 T1723 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[124 (1428483654132170752)]} 0 0
[junit4:junit4]   2> 12480 T1724 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10124 (1428483654133219328)]} 0 1
[junit4:junit4]   2> 12480 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[124 (1428483654132170752)]} 0 3
[junit4:junit4]   2> 12480 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10124 (1428483654133219328)]} 0 2
[junit4:junit4]   2> 12482 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[108 (-1428483654137413632)]} 0 0
[junit4:junit4]   2> 12483 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[10108 (-1428483654137413633)]} 0 0
[junit4:junit4]   2> 12486 T1725 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[108 (-1428483654139510784)]} 0 0
[junit4:junit4]   2> 12486 T1722 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10108 (-1428483654139510785)]} 0 0
[junit4:junit4]   2> 12486 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[108 (-1428483654139510784)]} 0 2
[junit4:junit4]   2> 12487 T1707 C99 P52075 /update {wt=javabin&version=2} {delete=[10108 (-1428483654139510785)]} 0 3
[junit4:junit4]   2> 12489 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[125 (1428483654144753664)]} 0 1
[junit4:junit4]   2> 12489 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10125 (1428483654144753665)]} 0 0
[junit4:junit4]   2> 12494 T1723 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10125 (1428483654146850817)]} 0 0
[junit4:junit4]   2> 12494 T1724 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[125 (1428483654146850816)]} 0 0
[junit4:junit4]   2> 12495 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10125 (1428483654146850817)]} 0 4
[junit4:junit4]   2> 12495 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[125 (1428483654146850816)]} 0 4
[junit4:junit4]   2> 12497 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10126 (1428483654153142272)]} 0 0
[junit4:junit4]   2> 12498 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[126 (1428483654153142273)]} 0 1
[junit4:junit4]   2> 12501 T1725 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10126 (1428483654155239424)]} 0 0
[junit4:junit4]   2> 12502 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10126 (1428483654155239424)]} 0 3
[junit4:junit4]   2> 12502 T1722 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[126 (1428483654156288000)]} 0 0
[junit4:junit4]   2> 12503 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[126 (1428483654156288000)]} 0 4
[junit4:junit4]   2> 12504 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10127 (1428483654160482304)]} 0 0
[junit4:junit4]   2> 12505 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[127 (1428483654161530880)]} 0 0
[junit4:junit4]   2> 12510 T1723 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10127 (1428483654163628032)]} 0 1
[junit4:junit4]   2> 12510 T1724 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[127 (1428483654163628033)]} 0 1
[junit4:junit4]   2> 12511 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10127 (1428483654163628032)]} 0 4
[junit4:junit4]   2> 12511 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[127 (1428483654163628033)]} 0 4
[junit4:junit4]   2> 12513 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10128 (1428483654169919488)]} 0 0
[junit4:junit4]   2> 12513 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[128 (1428483654169919489)]} 0 0
[junit4:junit4]   2> 12518 T1725 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10128 (1428483654172016640)]} 0 1
[junit4:junit4]   2> 12518 T1722 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[128 (1428483654172016641)]} 0 0
[junit4:junit4]   2> 12518 T1709 C99 P52075 /update {wt=javabin&version=2} {add=[10128 (1428483654172016640)]} 0 3
[junit4:junit4]   2> 12519 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[128 (1428483654172016641)]} 0 4
[junit4:junit4]   2> 12521 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10129 (1428483654177259520)]} 0 1
[junit4:junit4]   2> 12521 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[129 (1428483654178308096)]} 0 1
[junit4:junit4]   2> 12525 T1723 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10129 (1428483654180405248)]} 0 0
[junit4:junit4]   2> 12526 T1724 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[129 (1428483654180405249)]} 0 1
[junit4:junit4]   2> 12526 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10129 (1428483654180405248)]} 0 3
[junit4:junit4]   2> 12526 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[129 (1428483654180405249)]} 0 3
[junit4:junit4]   2> 12529 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10130 (1428483654186696705)]} 0 1
[junit4:junit4]   2> 12529 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[130 (1428483654186696704)]} 0 1
[junit4:junit4]   2> 12534 T1725 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10130 (1428483654189842432)]} 0 0
[junit4:junit4]   2> 12535 T1722 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[130 (1428483654189842433)]} 0 1
[junit4:junit4]   2> 12535 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[10130 (1428483654189842432)]} 0 4
[junit4:junit4]   2> 12535 T1709 C99 P52075 /update {wt=javabin&version=2} {add=[130 (1428483654189842433)]} 0 4
[junit4:junit4]   2> 12538 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10131 (1428483654195085312)]} 0 1
[junit4:junit4]   2> 12538 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[131 (1428483654195085313)]} 0 1
[junit4:junit4]   2> 12543 T1723 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10131 (1428483654198231040)]} 0 1
[junit4:junit4]   2> 12544 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10131 (1428483654198231040)]} 0 4
[junit4:junit4]   2> 12544 T1724 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[131 (1428483654198231041)]} 0 1
[junit4:junit4]   2> 12545 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[131 (1428483654198231041)]} 0 5
[junit4:junit4]   2> 12546 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[10110 (-1428483654204522496)]} 0 0
[junit4:junit4]   2> 12547 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[110 (-1428483654205571072)]} 0 0
[junit4:junit4]   2> 12550 T1725 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10110 (-1428483654206619648)]} 0 0
[junit4:junit4]   2> 12551 T1722 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[110 (-1428483654207668224)]} 0 1
[junit4:junit4]   2> 12551 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[10110 (-1428483654206619648)]} 0 3
[junit4:junit4]   2> 12551 T1709 C99 P52075 /update {wt=javabin&version=2} {delete=[110 (-1428483654207668224)]} 0 2
[junit4:junit4]   2> 12554 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[132 (1428483654211862528)]} 0 1
[junit4:junit4]   2> 12554 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10132 (1428483654211862529)]} 0 1
[junit4:junit4]   2> 12559 T1723 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[132 (1428483654215008256)]} 0 1
[junit4:junit4]   2> 12559 T1724 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10132 (1428483654215008257)]} 0 1
[junit4:junit4]   2> 12560 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[132 (1428483654215008256)]} 0 4
[junit4:junit4]   2> 12560 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[10132 (1428483654215008257)]} 0 4
[junit4:junit4]   2> 12562 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[111 (-1428483654221299712)]} 0 0
[junit4:junit4]   2> 12562 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[10111 (-1428483654221299713)]} 0 0
[junit4:junit4]   2> 12566 T1725 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10111 (-1428483654223396864)]} 0 0
[junit4:junit4]   2> 12566 T1722 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[111 (-1428483654223396865)]} 0 0
[junit4:junit4]   2> 12567 T1709 C99 P52075 /update {wt=javabin&version=2} {delete=[10111 (-1428483654223396864)]} 0 3
[junit4:junit4]   2> 12567 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[111 (-1428483654223396865)]} 0 3
[junit4:junit4]   2> 12569 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[10133 (1428483654228639744)]} 0 0
[junit4:junit4]   2> 12570 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[133 (1428483654228639745)]} 0 1
[junit4:junit4]   2> 12575 T1723 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10133 (1428483654231785472)]} 0 1
[junit4:junit4]   2> 12575 T1724 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[133 (1428483654231785473)]} 0 1
[junit4:junit4]   2> 12576 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10133 (1428483654231785472)]} 0 4
[junit4:junit4]   2> 12576 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[133 (1428483654231785473)]} 0 4
[junit4:junit4]   2> 12578 T1689 C98 P33600 /update {wt=javabin&version=2} {delete=[10112 (-1428483654238076928)]} 0 0
[junit4:junit4]   2> 12578 T1688 C98 P33600 /update {wt=javabin&version=2} {delete=[112 (-1428483654238076929)]} 0 0
[junit4:junit4]   2> 12582 T1725 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10112 (-1428483654240174080)]} 0 0
[junit4:junit4]   2> 12582 T1722 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[112 (-1428483654240174081)]} 0 0
[junit4:junit4]   2> 12582 T1709 C99 P52075 /update {wt=javabin&version=2} {delete=[10112 (-1428483654240174080)]} 0 2
[junit4:junit4]   2> 12583 T1706 C99 P52075 /update {wt=javabin&version=2} {delete=[112 (-1428483654240174081)]} 0 3
[junit4:junit4]   2> 12585 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10134 (1428483654244368384)]} 0 1
[junit4:junit4]   2> 12585 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[134 (1428483654244368385)]} 0 1
[junit4:junit4]   2> 12589 T1723 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10134 (1428483654247514112)]} 0 0
[junit4:junit4]   2> 12590 T1724 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[134 (1428483654247514113)]} 0 1
[junit4:junit4]   2> 12590 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10134 (1428483654247514112)]} 0 3
[junit4:junit4]   2> 12590 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[134 (1428483654247514113)]} 0 3
[junit4:junit4]   2> 12592 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10135 (1428483654252756992)]} 0 0
[junit4:junit4]   2> 12593 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[135 (1428483654252756993)]} 0 1
[junit4:junit4]   2> 12596 T1725 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10135 (1428483654254854144)]} 0 0
[junit4:junit4]   2> 12597 T1709 C99 P52075 /update {wt=javabin&version=2} {add=[10135 (1428483654254854144)]} 0 3
[junit4:junit4]   2> 12597 T1722 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[135 (1428483654255902720)]} 0 0
[junit4:junit4]   2> 12598 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[135 (1428483654255902720)]} 0 3
[junit4:junit4]   2> 12600 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10136 (1428483654260097024)]} 0 1
[junit4:junit4]   2> 12600 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[136 (1428483654261145600)]} 0 0
[junit4:junit4]   2> 12604 T1723 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10136 (1428483654263242752)]} 0 0
[junit4:junit4]   2> 12605 T1724 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[136 (1428483654263242753)]} 0 1
[junit4:junit4]   2> 12605 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10136 (1428483654263242752)]} 0 3
[junit4:junit4]   2> 12605 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[136 (1428483654263242753)]} 0 3
[junit4:junit4]   2> 12607 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10137 (1428483654268485632)]} 0 0
[junit4:junit4]   2> 12608 T1688 C98 P33600 /update {wt=javabin&version=2} {add=[137 (1428483654268485633)]} 0 1
[junit4:junit4]   2> 12612 T1725 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10137 (1428483654270582784)]} 0 1
[junit4:junit4]   2> 12612 T1722 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[137 (1428483654271631360)]} 0 0
[junit4:junit4]   2> 12612 T1709 C99 P52075 /update {wt=javabin&version=2} {add=[10137 (1428483654270582784)]} 0 3
[junit4:junit4]   2> 12613 T1706 C99 P52075 /update {wt=javabin&version=2} {add=[137 (1428483654271631360)]} 0 3
[junit4:junit4]   2> 12615 T1687 C98 P33600 /update {wt=javabin&version=2} {add=[10138 (1428483654276874241)]} 0 1
[junit4:junit4]   2> 12615 T1686 C98 P33600 /update {wt=javabin&version=2} {add=[138 (1428483654276874240)]} 0 0
[junit4:junit4]   2> 12620 T1723 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10138 (1428483654278971392)]} 0 1
[junit4:junit4]   2> 12620 T1724 C97 P49467 /update {distrib.from=http://127.0.0.1:52075/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[138 (1428483654278971393)]} 0 0
[junit4:junit4]   2> 12621 T1708 C99 P52075 /update {wt=javabin&version=2} {add=[10138 (1428483654278971392)]} 0 4
[junit4:junit4]   2> 12621 T1707 C99 P52075 /update {wt=javabin&version=2} {add=[138 (1428483654278971393)]} 0 4
[junit4:junit4]   2> 12623 T1689 C98 P33600 /update {wt=javabin&version=2} {add=[10139 (1428483654285262848)]} 0 0
[junit4:junit4]   2> 126

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

UMMY, chunkSize=232), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=232)), sim=DefaultSimilarity, locale=es_AR, timezone=Navajo
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=1,free=225995976,total=535822336
[junit4:junit4]   2> NOTE: All tests run in this JVM: [OutputWriterTest, DOMUtilTest, TestStressVersions, TestSolrXMLSerializer, PingRequestHandlerTest, UnloadDistributedZkTest, ClusterStateUpdateTest, SynonymTokenizerTest, TestCoreContainer, TestOmitPositions, SortByFunctionTest, TestFastOutputStream, TestDefaultSimilarityFactory, TestSurroundQueryParser, XmlUpdateRequestHandlerTest, TestBinaryResponseWriter, DisMaxRequestHandlerTest, TestPostingsSolrHighlighter, TestAtomicUpdateErrorCases, TestPhraseSuggestions, SliceStateTest, ReturnFieldsTest, TestElisionMultitermQuery, PrimitiveFieldTypeTest, RegexBoostProcessorTest, SpellingQueryConverterTest, TestWordDelimiterFilterFactory, TestStressRecovery, TestUtils, ZkCLITest, BasicDistributedZkTest, RAMDirectoryFactoryTest, XsltUpdateRequestHandlerTest, TestRandomFaceting, FileUtilsTest, SolrRequestParserTest, NumericFieldsTest, DistributedTermsComponentTest, DocValuesMultiTest, LeaderElectionIntegrationTest, TestRangeQuery, DistributedSpellCheckComponentTest, SpellCheckComponentTest, TestExtendedDismaxParser, TestSearchPerf, TestLMDirichletSimilarityFactory, TestSolrJ, TestFoldingMultitermQuery, ShowFileRequestHandlerTest, CoreAdminHandlerTest, TestBadConfig, TestGroupingSearch, LegacyHTMLStripCharFilterTest, StatelessScriptUpdateProcessorFactoryTest, MinimalSchemaTest, TestSolrDiscoveryProperties, PrimUtilsTest, SolrCoreCheckLockOnStartupTest, TestIndexSearcher, TestFastWriter, UpdateRequestProcessorFactoryTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=DE163851AEB37A67 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_AR -Dtests.timezone=Navajo -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s J0 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1730, name=coreLoadExecutor-996-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
[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:733)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@2dd0e0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@258722)
[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=1732, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@8758a7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c086c)
[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 J0 in 68.86s, 1 test, 2 errors <<< FAILURES!

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

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



Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_41) - Build # 4552 - Still Failing!

Posted by Mark Miller <ma...@gmail.com>.
I've been looking into this…tough one. Don't have more time today, but I'll keep it up. Since some recent work was done I've seen it intermittently locally as well.

- Mark

On Mar 3, 2013, at 9:27 AM, Policeman Jenkins Server <je...@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4552/
> Java: 32bit/jdk1.6.0_41 -client -XX:+UseSerialGC
> 
> 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=1826, name=coreLoadExecutor-1112-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=1826, name=coreLoadExecutor-1112-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
> 	at java.lang.Thread.getStackTrace(Thread.java:1479)
> 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
> 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
> 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
> 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
> 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
> 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
> 	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:733)
> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
> 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
> 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
> 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@b95af9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1231444))
> 	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=1828, 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=1828, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
> 	at java.lang.Thread.getStackTrace(Thread.java:1479)
> 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
> 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
> 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
> 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
> 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
> 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
> 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
> 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
> 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
> 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
> 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
> Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@a709f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@eef34f))
> 	at org.junit.Assert.fail(Assert.java:93)
> 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
> 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> 	at java.lang.Thread.run(Thread.java:662)
> 
> 
> 
> 
> Build Log:
> [...truncated 8433 lines...]
> [junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
> [junit4:junit4]   2> 0 T1767 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /zo/f
> [junit4:junit4]   2> 3 T1767 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-RecoveryZkTest-1362320311426
> [junit4:junit4]   2> 3 T1767 oasc.ZkTestServer.run STARTING ZK TEST SERVER
> [junit4:junit4]   2> 4 T1768 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
> [junit4:junit4]   2> 5 T1768 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
> [junit4:junit4]   2> 5 T1768 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
> [junit4:junit4]   2> 5 T1768 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
> [junit4:junit4]   2> 5 T1768 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
> [junit4:junit4]   2> 6 T1768 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/zookeeper/server1/data/version-2/snapshot.0
> [junit4:junit4]   2> 104 T1767 oasc.ZkTestServer.run start zk server on port:43648
> [junit4:junit4]   2> 104 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@e80eeb
> [junit4:junit4]   2> 105 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 105 T1773 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
> [junit4:junit4]   2> 106 T1773 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
> [junit4:junit4]   2> 106 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53655
> [junit4:junit4]   2> 106 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53655
> [junit4:junit4]   2> 106 T1771 oazsp.FileTxnLog.append Creating new log file: log.1
> [junit4:junit4]   2> 164 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850000 with negotiated timeout 10000 for client /127.0.0.1:53655
> [junit4:junit4]   2> 164 T1773 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850000, negotiated timeout = 10000
> [junit4:junit4]   2> 164 T1774 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e80eeb name:ZooKeeperConnection Watcher:127.0.0.1:43648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 165 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 165 T1767 oascc.SolrZkClient.makePath makePath: /solr
> [junit4:junit4]   2> 167 T1772 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d309e44850000
> [junit4:junit4]   2> 168 T1774 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 168 T1769 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53655 which had sessionid 0x13d309e44850000
> [junit4:junit4]   2> 168 T1767 oaz.ZooKeeper.close Session: 0x13d309e44850000 closed
> [junit4:junit4]   2> 168 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@14eea30
> [junit4:junit4]   2> 169 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 169 T1775 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
> [junit4:junit4]   2> 169 T1775 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
> [junit4:junit4]   2> 170 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53656
> [junit4:junit4]   2> 170 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53656
> [junit4:junit4]   2> 170 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850001 with negotiated timeout 10000 for client /127.0.0.1:53656
> [junit4:junit4]   2> 170 T1775 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850001, negotiated timeout = 10000
> [junit4:junit4]   2> 171 T1776 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14eea30 name:ZooKeeperConnection Watcher:127.0.0.1:43648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 171 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 171 T1767 oascc.SolrZkClient.makePath makePath: /collections/collection1
> [junit4:junit4]   2> 173 T1767 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
> [junit4:junit4]   2> 175 T1767 oascc.SolrZkClient.makePath makePath: /collections/control_collection
> [junit4:junit4]   2> 176 T1767 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
> [junit4:junit4]   2> 178 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
> [junit4:junit4]   2> 178 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
> [junit4:junit4]   2> 181 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
> [junit4:junit4]   2> 182 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
> [junit4:junit4]   2> 184 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
> [junit4:junit4]   2> 184 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
> [junit4:junit4]   2> 186 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
> [junit4:junit4]   2> 187 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
> [junit4:junit4]   2> 188 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
> [junit4:junit4]   2> 188 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
> [junit4:junit4]   2> 190 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
> [junit4:junit4]   2> 191 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
> [junit4:junit4]   2> 194 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
> [junit4:junit4]   2> 194 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
> [junit4:junit4]   2> 196 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
> [junit4:junit4]   2> 196 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
> [junit4:junit4]   2> 198 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
> [junit4:junit4]   2> 198 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
> [junit4:junit4]   2> 200 T1772 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d309e44850001
> [junit4:junit4]   2> 200 T1776 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 200 T1767 oaz.ZooKeeper.close Session: 0x13d309e44850001 closed
> [junit4:junit4]   2> 200 T1769 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53656 which had sessionid 0x13d309e44850001
> [junit4:junit4]   2> 257 T1767 oejs.Server.doStart jetty-8.1.8.v20121106
> [junit4:junit4]   2> 709 T1767 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52969
> [junit4:junit4]   2> 709 T1767 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> [junit4:junit4]   2> 710 T1767 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 710 T1767 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623
> [junit4:junit4]   2> 710 T1767 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/solr.xml
> [junit4:junit4]   2> 711 T1767 oasc.CoreContainer.<init> New CoreContainer 12735384
> [junit4:junit4]   2> 711 T1767 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/'
> [junit4:junit4]   2> 711 T1767 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/'
> [junit4:junit4]   2> 729 T1767 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
> [junit4:junit4]   2> 730 T1767 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 730 T1767 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
> [junit4:junit4]   2> 730 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 731 T1767 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 731 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 731 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 732 T1767 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 732 T1767 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 732 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
> [junit4:junit4]   2> 740 T1767 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 753 T1767 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:43648/solr
> [junit4:junit4]   2> 754 T1767 oasc.ZkController.checkChrootPath zkHost includes chroot
> [junit4:junit4]   2> 754 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@ef1d69
> [junit4:junit4]   2> 755 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 755 T1786 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
> [junit4:junit4]   2> 756 T1786 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
> [junit4:junit4]   2> 756 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53657
> [junit4:junit4]   2> 756 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53657
> [junit4:junit4]   2> 758 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850002 with negotiated timeout 20000 for client /127.0.0.1:53657
> [junit4:junit4]   2> 758 T1786 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850002, negotiated timeout = 20000
> [junit4:junit4]   2> 758 T1787 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ef1d69 name:ZooKeeperConnection Watcher:127.0.0.1:43648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 758 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 759 T1772 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d309e44850002
> [junit4:junit4]   2> 759 T1787 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 759 T1767 oaz.ZooKeeper.close Session: 0x13d309e44850002 closed
> [junit4:junit4]   2> 760 T1769 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53657 which had sessionid 0x13d309e44850002
> [junit4:junit4]   2> 760 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
> [junit4:junit4]   2> 763 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@14c8d77
> [junit4:junit4]   2> 763 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 763 T1788 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
> [junit4:junit4]   2> 764 T1788 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
> [junit4:junit4]   2> 764 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53658
> [junit4:junit4]   2> 764 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53658
> [junit4:junit4]   2> 765 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850003 with negotiated timeout 20000 for client /127.0.0.1:53658
> [junit4:junit4]   2> 765 T1788 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850003, negotiated timeout = 20000
> [junit4:junit4]   2> 765 T1789 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14c8d77 name:ZooKeeperConnection Watcher:127.0.0.1:43648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 766 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 766 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 767 T1767 oascc.SolrZkClient.makePath makePath: /live_nodes
> [junit4:junit4]   2> 769 T1767 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52969_zo%2Ff
> [junit4:junit4]   2> 769 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52969_zo%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52969_zo%2Ff
> [junit4:junit4]   2> 770 T1767 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52969_zo%2Ff
> [junit4:junit4]   2> 772 T1767 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
> [junit4:junit4]   2> 775 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
> [junit4:junit4]   2> 775 T1767 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
> [junit4:junit4]   2> 777 T1767 oasc.Overseer.start Overseer (id=89281023929810947-127.0.0.1:52969_zo%2Ff-n_0000000000) starting
> [junit4:junit4]   2> 778 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 778 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 779 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 780 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 780 T1791 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
> [junit4:junit4]   2> 781 T1767 oascc.SolrZkClient.makePath makePath: /clusterstate.json
> [junit4:junit4]   2> 782 T1767 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
> [junit4:junit4]   2> 783 T1790 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
> [junit4:junit4]   2> 786 T1792 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/collection1
> [junit4:junit4]   2> 786 T1792 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
> [junit4:junit4]   2> 787 T1792 oasc.ZkController.createCollectionZkNode Collection zkNode exists
> [junit4:junit4]   2> 787 T1792 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
> [junit4:junit4]   2> 788 T1792 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/collection1/'
> [junit4:junit4]   2> 788 T1792 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/collection1/lib/README' to classloader
> [junit4:junit4]   2> 789 T1792 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/collection1/lib/classes/' to classloader
> [junit4:junit4]   2> 827 T1792 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 868 T1792 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 869 T1792 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 874 T1792 oass.IndexSchema.readSchema Schema name=test
> [junit4:junit4]   2> 1317 T1792 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
> [junit4:junit4]   2> 1331 T1792 oass.IndexSchema.readSchema default search field in schema is text
> [junit4:junit4]   2> 1336 T1792 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 1347 T1792 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 1352 T1792 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 1357 T1792 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 1357 T1792 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
> [junit4:junit4]   2> 1358 T1792 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
> [junit4:junit4]   2> 1358 T1792 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 1359 T1792 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
> [junit4:junit4]   2> 1359 T1792 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
> [junit4:junit4]   2> 1360 T1792 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data/
> [junit4:junit4]   2> 1360 T1792 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ce784b
> [junit4:junit4]   2> 1361 T1792 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 1361 T1792 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data forceNew:false
> [junit4:junit4]   2> 1362 T1792 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data
> [junit4:junit4]   2> 1362 T1792 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data/index/
> [junit4:junit4]   2> 1362 T1792 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 1363 T1792 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data/index forceNew:false
> [junit4:junit4]   2> 1364 T1792 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a35011 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1183910),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 1365 T1792 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 1365 T1792 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data/index
> [junit4:junit4]   2> 1367 T1792 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
> [junit4:junit4]   2> 1367 T1792 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
> [junit4:junit4]   2> 1368 T1792 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
> [junit4:junit4]   2> 1368 T1792 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 1369 T1792 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 1369 T1792 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 1369 T1792 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 1369 T1792 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 1370 T1792 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 1371 T1792 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 1374 T1792 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data
> [junit4:junit4]   2> 1374 T1792 oass.SolrIndexSearcher.<init> Opening Searcher@8b1bf4 main
> [junit4:junit4]   2> 1375 T1792 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data/tlog
> [junit4:junit4]   2> 1375 T1792 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 1375 T1792 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 1378 T1793 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8b1bf4 main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 1380 T1792 oasc.ZkController.publish publishing core=collection1 state=down
> [junit4:junit4]   2> 1380 T1792 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 1380 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
> [junit4:junit4]   2> 2286 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 2287 T1790 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "core_node_name":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "shard":null,
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "state":"down",
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "collection":"control_collection",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:52969_zo%2Ff",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52969/zo/f"}
> [junit4:junit4]   2> 2287 T1790 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
> [junit4:junit4]   2> 2287 T1790 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
> [junit4:junit4]   2> 2287 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
> [junit4:junit4]   2> 2291 T1789 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> 2382 T1792 oasc.CoreContainer.registerCore registering core: collection1
> [junit4:junit4]   2> 2382 T1792 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52969/zo/f collection:control_collection shard:shard1
> [junit4:junit4]   2> 2383 T1792 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
> [junit4:junit4]   2> 2386 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
> [junit4:junit4]   2> 2387 T1792 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
> [junit4:junit4]   2> 2387 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 2388 T1792 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
> [junit4:junit4]   2> 2388 T1792 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
> [junit4:junit4]   2> 2388 T1792 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52969/zo/f/collection1/
> [junit4:junit4]   2> 2389 T1792 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
> [junit4:junit4]   2> 2389 T1792 oasc.SyncStrategy.syncToMe http://127.0.0.1:52969/zo/f/collection1/ has no replicas
> [junit4:junit4]   2> 2389 T1792 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52969/zo/f/collection1/
> [junit4:junit4]   2> 2389 T1792 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
> [junit4:junit4]   2> 2391 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 3793 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 3800 T1789 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> 3845 T1792 oasc.ZkController.register We are http://127.0.0.1:52969/zo/f/collection1/ and leader is http://127.0.0.1:52969/zo/f/collection1/
> [junit4:junit4]   2> 3846 T1792 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52969/zo/f
> [junit4:junit4]   2> 3846 T1792 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
> [junit4:junit4]   2> 3846 T1792 oasc.ZkController.publish publishing core=collection1 state=active
> [junit4:junit4]   2> 3846 T1792 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 3848 T1792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 3848 T1767 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
> [junit4:junit4]   2> 3849 T1767 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
> [junit4:junit4]   2> 3849 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 3852 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:
> [junit4:junit4]   2> 3853 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1dc9978
> [junit4:junit4]   2> 3853 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 3853 T1795 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
> [junit4:junit4]   2> 3854 T1795 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
> [junit4:junit4]   2> 3854 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53660
> [junit4:junit4]   2> 3854 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53660
> [junit4:junit4]   2> 3856 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850004 with negotiated timeout 10000 for client /127.0.0.1:53660
> [junit4:junit4]   2> 3856 T1795 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850004, negotiated timeout = 10000
> [junit4:junit4]   2> 3856 T1796 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dc9978 name:ZooKeeperConnection Watcher:127.0.0.1:43648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 3856 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 3857 T1767 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
> [junit4:junit4]   2> 3859 T1767 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
> [junit4:junit4]   2> 3919 T1767 oejs.Server.doStart jetty-8.1.8.v20121106
> [junit4:junit4]   2> 3921 T1767 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51722
> [junit4:junit4]   2> 3921 T1767 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> [junit4:junit4]   2> 3922 T1767 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 3922 T1767 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282
> [junit4:junit4]   2> 3923 T1767 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/solr.xml
> [junit4:junit4]   2> 3923 T1767 oasc.CoreContainer.<init> New CoreContainer 8221353
> [junit4:junit4]   2> 3923 T1767 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/'
> [junit4:junit4]   2> 3924 T1767 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/'
> [junit4:junit4]   2> 3942 T1767 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
> [junit4:junit4]   2> 3943 T1767 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 3943 T1767 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
> [junit4:junit4]   2> 3943 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 3943 T1767 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 3944 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 3944 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 3944 T1767 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 3945 T1767 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 3945 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
> [junit4:junit4]   2> 3952 T1767 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 3966 T1767 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:43648/solr
> [junit4:junit4]   2> 3967 T1767 oasc.ZkController.checkChrootPath zkHost includes chroot
> [junit4:junit4]   2> 3967 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c70eac
> [junit4:junit4]   2> 3968 T1806 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
> [junit4:junit4]   2> 3968 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 3969 T1806 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
> [junit4:junit4]   2> 3969 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53661
> [junit4:junit4]   2> 3969 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53661
> [junit4:junit4]   2> 3970 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850005 with negotiated timeout 20000 for client /127.0.0.1:53661
> [junit4:junit4]   2> 3970 T1806 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850005, negotiated timeout = 20000
> [junit4:junit4]   2> 3970 T1807 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c70eac name:ZooKeeperConnection Watcher:127.0.0.1:43648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 3970 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 3971 T1772 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d309e44850005
> [junit4:junit4]   2> 3972 T1807 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 3972 T1769 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53661 which had sessionid 0x13d309e44850005
> [junit4:junit4]   2> 3972 T1767 oaz.ZooKeeper.close Session: 0x13d309e44850005 closed
> [junit4:junit4]   2> 3972 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
> [junit4:junit4]   2> 3975 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@177134d
> [junit4:junit4]   2> 3975 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 3975 T1808 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
> [junit4:junit4]   2> 3976 T1808 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
> [junit4:junit4]   2> 3976 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53662
> [junit4:junit4]   2> 3976 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53662
> [junit4:junit4]   2> 3977 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850006 with negotiated timeout 20000 for client /127.0.0.1:53662
> [junit4:junit4]   2> 3977 T1808 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850006, negotiated timeout = 20000
> [junit4:junit4]   2> 3977 T1809 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@177134d name:ZooKeeperConnection Watcher:127.0.0.1:43648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 3978 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 3978 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 3979 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 3980 T1767 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
> [junit4:junit4]   2> 4982 T1767 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51722_zo%2Ff
> [junit4:junit4]   2> 4983 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51722_zo%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51722_zo%2Ff
> [junit4:junit4]   2> 4983 T1767 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51722_zo%2Ff
> [junit4:junit4]   2> 4985 T1789 oascc.ZkStateReader$3.process Updating live nodes... (2)
> [junit4:junit4]   2> 4986 T1796 oascc.ZkStateReader$3.process Updating live nodes... (2)
> [junit4:junit4]   2> 4986 T1789 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> 4986 T1809 oascc.ZkStateReader$3.process Updating live nodes... (2)
> [junit4:junit4]   2> 4990 T1810 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/collection1
> [junit4:junit4]   2> 4991 T1810 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
> [junit4:junit4]   2> 4991 T1810 oasc.ZkController.createCollectionZkNode Collection zkNode exists
> [junit4:junit4]   2> 4991 T1810 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
> [junit4:junit4]   2> 4992 T1810 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/collection1/'
> [junit4:junit4]   2> 4993 T1810 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/collection1/lib/README' to classloader
> [junit4:junit4]   2> 4993 T1810 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/collection1/lib/classes/' to classloader
> [junit4:junit4]   2> 5030 T1810 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 5083 T1810 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 5083 T1810 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 5090 T1810 oass.IndexSchema.readSchema Schema name=test
> [junit4:junit4]   2> 5303 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 5304 T1790 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "core_node_name":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "shard":"shard1",
> [junit4:junit4]   2> 	  "roles":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:52969_zo%2Ff",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52969/zo/f"}
> [junit4:junit4]   2> 5306 T1809 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> 5306 T1796 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> 5306 T1789 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> 5538 T1810 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
> [junit4:junit4]   2> 5544 T1810 oass.IndexSchema.readSchema default search field in schema is text
> [junit4:junit4]   2> 5547 T1810 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 5556 T1810 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 5559 T1810 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 5562 T1810 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 5563 T1810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
> [junit4:junit4]   2> 5563 T1810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
> [junit4:junit4]   2> 5564 T1810 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 5564 T1810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
> [junit4:junit4]   2> 5564 T1810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
> [junit4:junit4]   2> 5565 T1810 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1/
> [junit4:junit4]   2> 5565 T1810 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ce784b
> [junit4:junit4]   2> 5565 T1810 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 5566 T1810 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1 forceNew:false
> [junit4:junit4]   2> 5566 T1810 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1
> [junit4:junit4]   2> 5566 T1810 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1/index/
> [junit4:junit4]   2> 5566 T1810 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 5567 T1810 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1/index forceNew:false
> [junit4:junit4]   2> 5568 T1810 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@8a22c9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4700ae),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 5568 T1810 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 5568 T1810 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1/index
> [junit4:junit4]   2> 5570 T1810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
> [junit4:junit4]   2> 5570 T1810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
> [junit4:junit4]   2> 5570 T1810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
> [junit4:junit4]   2> 5571 T1810 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 5571 T1810 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 5571 T1810 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 5572 T1810 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 5572 T1810 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 5572 T1810 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 5574 T1810 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 5586 T1810 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1
> [junit4:junit4]   2> 5587 T1810 oass.SolrIndexSearcher.<init> Opening Searcher@78203a main
> [junit4:junit4]   2> 5587 T1810 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1/tlog
> [junit4:junit4]   2> 5588 T1810 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 5588 T1810 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 5593 T1811 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@78203a main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 5595 T1810 oasc.ZkController.publish publishing core=collection1 state=down
> [junit4:junit4]   2> 5595 T1810 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 6809 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 6810 T1790 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "core_node_name":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "shard":null,
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "state":"down",
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "collection":"collection1",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:51722_zo%2Ff",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51722/zo/f"}
> [junit4:junit4]   2> 6810 T1790 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
> [junit4:junit4]   2> 6810 T1790 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
> [junit4:junit4]   2> 6813 T1789 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> 6814 T1796 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> 6814 T1809 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> 7596 T1810 oasc.CoreContainer.registerCore registering core: collection1
> [junit4:junit4]   2> 7597 T1810 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51722/zo/f collection:collection1 shard:shard1
> [junit4:junit4]   2> 7597 T1810 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
> [junit4:junit4]   2> 7601 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850006 type:delete cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
> [junit4:junit4]   2> 7601 T1810 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
> [junit4:junit4]   2> 7601 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850006 type:create cxid:0x47 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 7602 T1810 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
> [junit4:junit4]   2> 7602 T1810 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
> [junit4:junit4]   2> 7603 T1810 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51722/zo/f/collection1/
> [junit4:junit4]   2> 7603 T1810 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
> [junit4:junit4]   2> 7603 T1810 oasc.SyncStrategy.syncToMe http://127.0.0.1:51722/zo/f/collection1/ has no replicas
> [junit4:junit4]   2> 7603 T1810 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51722/zo/f/collection1/
> [junit4:junit4]   2> 7603 T1810 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
> [junit4:junit4]   2> 7605 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850006 type:create cxid:0x51 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 8317 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 8321 T1789 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> 8321 T1796 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> 8321 T1809 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> 8358 T1810 oasc.ZkController.register We are http://127.0.0.1:51722/zo/f/collection1/ and leader is http://127.0.0.1:51722/zo/f/collection1/
> [junit4:junit4]   2> 8358 T1810 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51722/zo/f
> [junit4:junit4]   2> 8358 T1810 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
> [junit4:junit4]   2> 8358 T1810 oasc.ZkController.publish publishing core=collection1 state=active
> [junit4:junit4]   2> 8358 T1810 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 8359 T1810 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 8360 T1767 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
> [junit4:junit4]   2> 8360 T1767 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
> [junit4:junit4]   2> 8361 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 8426 T1767 oejs.Server.doStart jetty-8.1.8.v20121106
> [junit4:junit4]   2> 8429 T1767 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58177
> [junit4:junit4]   2> 8429 T1767 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> [junit4:junit4]   2> 8429 T1767 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 8430 T1767 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787
> [junit4:junit4]   2> 8430 T1767 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/solr.xml
> [junit4:junit4]   2> 8430 T1767 oasc.CoreContainer.<init> New CoreContainer 23764972
> [junit4:junit4]   2> 8431 T1767 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/'
> [junit4:junit4]   2> 8431 T1767 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/'
> [junit4:junit4]   2> 8450 T1767 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
> [junit4:junit4]   2> 8451 T1767 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 8451 T1767 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
> [junit4:junit4]   2> 8452 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 8452 T1767 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 8452 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 8453 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 8453 T1767 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 8454 T1767 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 8454 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
> [junit4:junit4]   2> 8461 T1767 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 8476 T1767 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:43648/solr
> [junit4:junit4]   2> 8476 T1767 oasc.ZkController.checkChrootPath zkHost includes chroot
> [junit4:junit4]   2> 8476 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@a70099
> [junit4:junit4]   2> 8477 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 8477 T1822 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
> [junit4:junit4]   2> 8478 T1822 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
> [junit4:junit4]   2> 8478 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53664
> [junit4:junit4]   2> 8479 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53664
> [junit4:junit4]   2> 8479 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850007 with negotiated timeout 20000 for client /127.0.0.1:53664
> [junit4:junit4]   2> 8479 T1822 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850007, negotiated timeout = 20000
> [junit4:junit4]   2> 8480 T1823 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a70099 name:ZooKeeperConnection Watcher:127.0.0.1:43648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 8480 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 8481 T1772 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d309e44850007
> [junit4:junit4]   2> 8481 T1823 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 8481 T1769 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53664 which had sessionid 0x13d309e44850007
> [junit4:junit4]   2> 8481 T1767 oaz.ZooKeeper.close Session: 0x13d309e44850007 closed
> [junit4:junit4]   2> 8482 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
> [junit4:junit4]   2> 8484 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@a42d42
> [junit4:junit4]   2> 8485 T1824 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
> [junit4:junit4]   2> 8485 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 8485 T1824 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
> [junit4:junit4]   2> 8486 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53665
> [junit4:junit4]   2> 8486 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53665
> [junit4:junit4]   2> 8486 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850008 with negotiated timeout 20000 for client /127.0.0.1:53665
> [junit4:junit4]   2> 8486 T1824 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850008, negotiated timeout = 20000
> [junit4:junit4]   2> 8487 T1825 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a42d42 name:ZooKeeperConnection Watcher:127.0.0.1:43648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 8487 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 8488 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 8488 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 8489 T1767 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
> [junit4:junit4]   2> 9491 T1767 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58177_zo%2Ff
> [junit4:junit4]   2> 9492 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850008 type:delete cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:58177_zo%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:58177_zo%2Ff
> [junit4:junit4]   2> 9492 T1767 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58177_zo%2Ff
> [junit4:junit4]   2> 9494 T1809 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> 9494 T1789 oascc.ZkStateReader$3.process Updating live nodes... (3)
> [junit4:junit4]   2> 9495 T1789 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> 9495 T1796 oascc.ZkStateReader$3.process Updating live nodes... (3)
> [junit4:junit4]   2> 9495 T1796 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> 9495 T1825 oascc.ZkStateReader$3.process Updating live nodes... (3)
> [junit4:junit4]   2> 9496 T1809 oascc.ZkStateReader$3.process Updating live nodes... (3)
> [junit4:junit4]   2> 9502 T1826 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/collection1
> [junit4:junit4]   2> 9502 T1826 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
> [junit4:junit4]   2> 9502 T1826 oasc.ZkController.createCollectionZkNode Collection zkNode exists
> [junit4:junit4]   2> 9503 T1826 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
> [junit4:junit4]   2> 9504 T1826 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/collection1/'
> [junit4:junit4]   2> 9504 T1826 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/collection1/lib/README' to classloader
> [junit4:junit4]   2> 9504 T1826 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/collection1/lib/classes/' to classloader
> [junit4:junit4]   2> 9538 T1826 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 9591 T1826 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 9592 T1826 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 9597 T1826 oass.IndexSchema.readSchema Schema name=test
> [junit4:junit4]   2> 9824 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 9825 T1790 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "core_node_name":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "shard":"shard1",
> [junit4:junit4]   2> 	  "roles":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:51722_zo%2Ff",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51722/zo/f"}
> [junit4:junit4]   2> 9837 T1796 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> 9837 T1809 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> 9837 T1789 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> 9837 T1825 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> 10095 T1826 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
> [junit4:junit4]   2> 10104 T1826 oass.IndexSchema.readSchema default search field in schema is text
> [junit4:junit4]   2> 10109 T1826 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 10118 T1826 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 10124 T1826 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 10128 T1826 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 10129 T1826 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
> [junit4:junit4]   2> 10130 T1826 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
> [junit4:junit4]   2> 10130 T1826 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 10131 T1826 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
> [junit4:junit4]   2> 10131 T1826 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
> [junit4:junit4]   2> 10131 T1826 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2/
> [junit4:junit4]   2> 10132 T1826 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ce784b
> [junit4:junit4]   2> 10132 T1826 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 10133 T1826 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2 forceNew:false
> [junit4:junit4]   2> 10133 T1826 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2
> [junit4:junit4]   2> 10133 T1826 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2/index/
> [junit4:junit4]   2> 10134 T1826 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 10134 T1826 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2/index forceNew:false
> [junit4:junit4]   2> 10136 T1826 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13cd86d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e80d90),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 10136 T1826 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 10136 T1826 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2/index
> [junit4:junit4]   2> 10138 T1826 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
> [junit4:junit4]   2> 10139 T1826 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
> [junit4:junit4]   2> 10139 T1826 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
> [junit4:junit4]   2> 10140 T1826 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 10141 T1826 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 10141 T1826 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 10141 T1826 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 10142 T1826 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 10143 T1826 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 10145 T1826 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 10148 T1826 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2
> [junit4:junit4]   2> 10148 T1826 oass.SolrIndexSearcher.<init> Opening Searcher@fc63b4 main
> [junit4:junit4]   2> 10148 T1826 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2/tlog
> [junit4:junit4]   2> 10149 T1826 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 10149 T1826 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 10153 T1827 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fc63b4 main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 10155 T1826 oasc.ZkController.publish publishing core=collection1 state=down
> [junit4:junit4]   2> 10155 T1826 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 11340 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 11340 T1790 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "core_node_name":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "shard":null,
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "state":"down",
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "collection":"collection1",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:58177_zo%2Ff",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58177/zo/f"}
> [junit4:junit4]   2> 11340 T1790 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
> [junit4:junit4]   2> 11341 T1790 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
> [junit4:junit4]   2> 11343 T1789 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> 11343 T1825 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> 11343 T1809 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> 11343 T1796 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> 12157 T1826 oasc.CoreContainer.registerCore registering core: collection1
> [junit4:junit4]   2> 12158 T1826 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58177/zo/f collection:collection1 shard:shard1
> [junit4:junit4]   2> 12160 T1826 oasc.ZkController.register We are http://127.0.0.1:58177/zo/f/collection1/ and leader is http://127.0.0.1:51722/zo/f/collection1/
> [junit4:junit4]   2> 12160 T1826 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58177/zo/f
> [junit4:junit4]   2> 12160 T1826 oasc.ZkController.checkRecovery Core needs to recover:collection1
> [junit4:junit4]   2> 12160 T1826 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
> [junit4:junit4]   2> ASYNC  NEW_CORE C120 name=collection1 org.apache.solr.core.SolrCore@1a48776 url=http://127.0.0.1:58177/zo/f/collection1 node=127.0.0.1:58177_zo%2Ff C120_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:58177_zo%2Ff, base_url=http://127.0.0.1:58177/zo/f}
> [junit4:junit4]   2> 12161 T1828 C120 P58177 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
> [junit4:junit4]   2> 12161 T1828 C120 P58177 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
> [junit4:junit4]   2> 12161 T1826 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 12161 T1828 C120 P58177 oasc.ZkController.publish publishing core=collection1 state=recovering
> [junit4:junit4]   2> 12161 T1828 C120 P58177 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 12162 T1767 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
> [junit4:junit4]   2> 12162 T1828 C120 P58177 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 12162 T1767 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
> [junit4:junit4]   2> 12163 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 12166 T1767 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> ASYNC  NEW_CORE C121 name=collection1 org.apache.solr.core.SolrCore@57d912 url=http://127.0.0.1:52969/zo/f/collection1 node=127.0.0.1:52969_zo%2Ff C121_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:52969_zo%2Ff, base_url=http://127.0.0.1:52969/zo/f, leader=true}
> [junit4:junit4]   2> 12182 T1782 C121 P52969 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data
> [junit4:junit4]   2> 12183 T1782 C121 P52969 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a35011 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1183910),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 12184 T1782 C121 P52969 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 12185 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10001 (1428496395644436480)]} 0 3
> [junit4:junit4]   2> 12186 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[1 (1428496395646533632)]} 0 2
> [junit4:junit4]   2> ASYNC  NEW_CORE C122 name=collection1 org.apache.solr.core.SolrCore@14c749b url=http://127.0.0.1:51722/zo/f/collection1 node=127.0.0.1:51722_zo%2Ff C122_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51722_zo%2Ff, base_url=http://127.0.0.1:51722/zo/f, leader=true}
> [junit4:junit4]   2> 12193 T1803 C122 P51722 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1
> [junit4:junit4]   2> 12194 T1803 C122 P51722 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@8a22c9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4700ae),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 12194 T1803 C122 P51722 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 12196 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[1 (1428496395655970816)]} 0 4
> [junit4:junit4]   2> 12196 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10001 (1428496395655970817)]} 0 3
> [junit4:junit4]   2> 12198 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10001 (-1428496395661213696)]} 0 0
> [junit4:junit4]   2> 12198 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[1 (-1428496395661213697)]} 0 0
> [junit4:junit4]   2> 12200 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[1 (-1428496395663310848)]} 0 0
> [junit4:junit4]   2> 12200 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10001 (-1428496395663310849)]} 0 0
> [junit4:junit4]   2> 12202 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[2 (1428496395665408000)]} 0 0
> [junit4:junit4]   2> 12203 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10002 (1428496395665408001)]} 0 1
> [junit4:junit4]   2> 12204 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[2 (1428496395667505152)]} 0 0
> [junit4:junit4]   2> 12205 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10002 (1428496395668553728)]} 0 0
> [junit4:junit4]   2> 12207 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[3 (1428496395669602304)]} 0 1
> [junit4:junit4]   2> 12207 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10003 (1428496395670650880)]} 0 0
> [junit4:junit4]   2> 12209 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[3 (1428496395671699456)]} 0 1
> [junit4:junit4]   2> 12209 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10003 (1428496395672748032)]} 0 0
> [junit4:junit4]   2> 12211 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[4 (1428496395673796608)]} 0 1
> [junit4:junit4]   2> 12211 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10004 (1428496395674845184)]} 0 0
> [junit4:junit4]   2> 12213 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[4 (1428496395675893760)]} 0 1
> [junit4:junit4]   2> 12213 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10004 (1428496395676942336)]} 0 0
> [junit4:junit4]   2> 12215 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[5 (1428496395677990912)]} 0 1
> [junit4:junit4]   2> 12215 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10005 (1428496395679039488)]} 0 0
> [junit4:junit4]   2> 12216 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[5 (1428496395680088064)]} 0 0
> [junit4:junit4]   2> 12217 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10005 (1428496395681136640)]} 0 0
> [junit4:junit4]   2> 12218 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[5 (-1428496395682185216)]} 0 0
> [junit4:junit4]   2> 12219 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10005 (-1428496395683233792)]} 0 0
> [junit4:junit4]   2> 12220 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[5 (-1428496395684282368)]} 0 0
> [junit4:junit4]   2> 12221 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10005 (-1428496395685330944)]} 0 1
> [junit4:junit4]   2> 12222 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[6 (1428496395686379520)]} 0 0
> [junit4:junit4]   2> 12222 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10006 (1428496395686379521)]} 0 0
> [junit4:junit4]   2> 12224 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[6 (1428496395688476672)]} 0 0
> [junit4:junit4]   2> 12224 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10006 (1428496395688476673)]} 0 0
> [junit4:junit4]   2> 12226 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[7 (1428496395690573824)]} 0 0
> [junit4:junit4]   2> 12226 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10007 (1428496395690573825)]} 0 0
> [junit4:junit4]   2> 12228 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[7 (1428496395692670976)]} 0 0
> [junit4:junit4]   2> 12229 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10007 (1428496395692670977)]} 0 1
> [junit4:junit4]   2> 12230 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[6 (-1428496395694768128)]} 0 0
> [junit4:junit4]   2> 12230 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[10006 (-1428496395694768129)]} 0 0
> [junit4:junit4]   2> 12231 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[6 (-1428496395695816704)]} 0 0
> [junit4:junit4]   2> 12232 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10006 (-1428496395696865280)]} 0 0
> [junit4:junit4]   2> 12233 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[8 (1428496395697913856)]} 0 0
> [junit4:junit4]   2> 12234 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10008 (1428496395698962432)]} 0 1
> [junit4:junit4]   2> 12235 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[8 (1428496395700011008)]} 0 0
> [junit4:junit4]   2> 12236 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10008 (1428496395701059584)]} 0 0
> [junit4:junit4]   2> 12237 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[9 (1428496395702108160)]} 0 0
> [junit4:junit4]   2> 12238 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10009 (1428496395703156736)]} 0 0
> [junit4:junit4]   2> 12239 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[9 (1428496395704205312)]} 0 0
> [junit4:junit4]   2> 12240 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10009 (1428496395705253888)]} 0 0
> [junit4:junit4]   2> 12241 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[8 (-1428496395706302464)]} 0 0
> [junit4:junit4]   2> 12242 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10008 (-1428496395707351040)]} 0 0
> [junit4:junit4]   2> 12242 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[8 (-1428496395707351040)]} 0 0
> [junit4:junit4]   2> 12243 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10008 (-1428496395708399616)]} 0 0
> [junit4:junit4]   2> 12245 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10 (1428496395709448192)]} 0 1
> [junit4:junit4]   2> 12246 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10010 (1428496395710496768)]} 0 1
> [junit4:junit4]   2> 12247 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10 (1428496395711545344)]} 0 1
> [junit4:junit4]   2> 12248 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10010 (1428496395712593920)]} 0 1
> [junit4:junit4]   2> 12249 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[11 (1428496395713642496)]} 0 1
> [junit4:junit4]   2> 12250 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10011 (1428496395715739648)]} 0 0
> [junit4:junit4]   2> 12251 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[11 (1428496395715739648)]} 0 1
> [junit4:junit4]   2> 12252 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10011 (1428496395717836800)]} 0 0
> [junit4:junit4]   2> 12253 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[12 (1428496395717836800)]} 0 1
> [junit4:junit4]   2> 12254 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10012 (1428496395719933952)]} 0 0
> [junit4:junit4]   2> 12254 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[12 (1428496395719933952)]} 0 0
> [junit4:junit4]   2> 12256 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10012 (1428496395722031104)]} 0 0
> [junit4:junit4]   2> 12256 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[13 (1428496395722031104)]} 0 0
> [junit4:junit4]   2> 12258 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10013 (1428496395724128256)]} 0 0
> [junit4:junit4]   2> 12258 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[13 (1428496395724128256)]} 0 0
> [junit4:junit4]   2> 12260 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10013 (1428496395726225408)]} 0 0
> [junit4:junit4]   2> 12260 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[14 (1428496395726225408)]} 0 0
> [junit4:junit4]   2> 12263 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10014 (1428496395728322560)]} 0 1
> [junit4:junit4]   2> 12263 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[14 (1428496395729371136)]} 0 1
> [junit4:junit4]   2> 12265 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10014 (1428496395731468288)]} 0 0
> [junit4:junit4]   2> 12265 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[9 (-1428496395731468288)]} 0 0
> [junit4:junit4]   2> 12267 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10009 (-1428496395733565440)]} 0 0
> [junit4:junit4]   2> 12267 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[9 (-1428496395733565440)]} 0 0
> [junit4:junit4]   2> 12268 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10009 (-1428496395734614016)]} 0 0
> [junit4:junit4]   2> 12269 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[15 (1428496395735662592)]} 0 1
> [junit4:junit4]   2> 12271 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10015 (1428496395736711168)]} 0 1
> [junit4:junit4]   2> 12271 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[15 (1428496395736711168)]} 0 1
> [junit4:junit4]   2> 12273 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10015 (1428496395738808320)]} 0 1
> [junit4:junit4]   2> 12273 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[16 (1428496395738808320)]} 0 1
> [junit4:junit4]   2> 12275 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10016 (1428496395740905472)]} 0 1
> [junit4:junit4]   2> 12275 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[16 (1428496395741954048)]} 0 0
> [junit4:junit4]   2> 12277 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10016 (1428496395744051200)]} 0 1
> [junit4:junit4]   2> 12277 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[17 (1428496395744051200)]} 0 0
> [junit4:junit4]   2> 12279 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10017 (1428496395746148352)]} 0 0
> [junit4:junit4]   2> 12279 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[17 (1428496395746148352)]} 0 0
> [junit4:junit4]   2> 12281 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[18 (1428496395748245504)]} 0 0
> [junit4:junit4]   2> 12281 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10017 (1428496395748245504)]} 0 0
> [junit4:junit4]   2> 12283 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[18 (1428496395750342656)]} 0 0
> [junit4:junit4]   2> 12283 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10018 (1428496395750342656)]} 0 0
> [junit4:junit4]   2> 12285 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10 (-1428496395752439808)]} 0 0
> [junit4:junit4]   2> 12286 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10018 (1428496395752439808)]} 0 1
> [junit4:junit4]   2> 12287 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10 (-1428496395754536960)]} 0 0
> [junit4:junit4]   2> 12287 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10010 (-1428496395754536960)]} 0 0
> [junit4:junit4]   2> 12289 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[19 (1428496395756634112)]} 0 0
> [junit4:junit4]   2> 12289 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10010 (-1428496395756634112)]} 0 0
> [junit4:junit4]   2> 12291 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[19 (1428496395758731264)]} 0 0
> [junit4:junit4]   2> 12291 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10019 (1428496395758731264)]} 0 0
> [junit4:junit4]   2> 12293 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[20 (1428496395760828416)]} 0 0
> [junit4:junit4]   2> 12293 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10019 (1428496395760828416)]} 0 0
> [junit4:junit4]   2> 12295 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[20 (1428496395762925568)]} 0 0
> [junit4:junit4]   2> 12296 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10020 (1428496395762925568)]} 0 1
> [junit4:junit4]   2> 12297 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[21 (1428496395765022720)]} 0 0
> [junit4:junit4]   2> 12298 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10020 (1428496395765022720)]} 0 1
> [junit4:junit4]   2> 12299 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[21 (1428496395767119872)]} 0 0
> [junit4:junit4]   2> 12300 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10021 (1428496395767119872)]} 0 1
> [junit4:junit4]   2> 12301 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[11 (-1428496395769217024)]} 0 0
> [junit4:junit4]   2> 12302 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10021 (1428496395770265600)]} 0 0
> [junit4:junit4]   2> 12303 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[11 (-1428496395771314176)]} 0 0
> [junit4:junit4]   2> 12304 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10011 (-1428496395772362752)]} 0 1
> [junit4:junit4]   2> 12305 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[22 (1428496395772362753)]} 0 1
> [junit4:junit4]   2> 12305 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10011 (-1428496395773411328)]} 0 0
> [junit4:junit4]   2> 12307 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[22 (1428496395775508480)]} 0 0
> [junit4:junit4]   2> 12308 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10022 (1428496395775508480)]} 0 1
> [junit4:junit4]   2> 12309 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[12 (-1428496395777605632)]} 0 0
> [junit4:junit4]   2> 12310 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10022 (1428496395777605632)]} 0 1
> [junit4:junit4]   2> 12310 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[12 (-1428496395778654208)]} 0 0
> [junit4:junit4]   2> 12311 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10012 (-1428496395779702784)]} 0 0
> [junit4:junit4]   2> 12313 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[23 (1428496395780751360)]} 0 1
> [junit4:junit4]   2> 12313 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10012 (-1428496395781799936)]} 0 0
> [junit4:junit4]   2> 12315 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[23 (1428496395782848512)]} 0 1
> [junit4:junit4]   2> 12315 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10023 (1428496395783897088)]} 0 0
> [junit4:junit4]   2> 12317 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[13 (-1428496395784945664)]} 0 1
> [junit4:junit4]   2> 12317 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10023 (1428496395785994240)]} 0 0
> [junit4:junit4]   2> 12318 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[13 (-1428496395787042816)]} 0 0
> [junit4:junit4]   2> 12319 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10013 (-1428496395788091392)]} 0 0
> [junit4:junit4]   2> 12320 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[24 (1428496395789139968)]} 0 0
> [junit4:junit4]   2> 12321 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10013 (-1428496395790188544)]} 0 0
> [junit4:junit4]   2> 12323 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10024 (1428496395791237120)]} 0 1
> [junit4:junit4]   2> 12323 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[24 (1428496395791237120)]} 0 1
> [junit4:junit4]   2> 12325 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10024 (1428496395793334272)]} 0 1
> [junit4:junit4]   2> 12325 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[14 (-1428496395794382848)]} 0 0
> [junit4:junit4]   2> 12326 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10014 (-1428496395795431424)]} 0 0
> [junit4:junit4]   2> 12326 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[14 (-1428496395795431424)]} 0 0
> [junit4:junit4]   2> 12328 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10014 (-1428496395797528576)]} 0 0
> [junit4:junit4]   2> 12329 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[25 (1428496395797528576)]} 0 1
> [junit4:junit4]   2> 12330 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10025 (1428496395799625728)]} 0 0
> [junit4:junit4]   2> 12330 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[25 (1428496395799625728)]} 0 0
> [junit4:junit4]   2> 12332 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[15 (-1428496395801722880)]} 0 0
> [junit4:junit4]   2> 12332 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10025 (1428496395801722880)]} 0 0
> [junit4:junit4]   2> 12334 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[15 (-1428496395803820032)]} 0 0
> [junit4:junit4]   2> 12334 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10015 (-1428496395803820032)]} 0 0
> [junit4:junit4]   2> 12336 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10015 (-1428496395805917184)]} 0 0
> [junit4:junit4]   2> 12336 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[26 (1428496395805917184)]} 0 0
> [junit4:junit4]   2> 12338 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10026 (1428496395808014336)]} 0 0
> [junit4:junit4]   2> 12338 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[26 (1428496395808014336)]} 0 0
> [junit4:junit4]   2> 12340 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[27 (1428496395810111488)]} 0 0
> [junit4:junit4]   2> 12340 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10026 (1428496395810111488)]} 0 0
> [junit4:junit4]   2> 12342 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[27 (1428496395812208640)]} 0 0
> [junit4:junit4]   2> 12342 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10027 (1428496395812208640)]} 0 0
> [junit4:junit4]   2> 12344 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[17 (-1428496395814305792)]} 0 0
> [junit4:junit4]   2> 12344 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10027 (1428496395814305792)]} 0 0
> [junit4:junit4]   2> 12346 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[17 (-1428496395816402944)]} 0 0
> [junit4:junit4]   2> 12346 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10017 (-1428496395816402944)]} 0 0
> [junit4:junit4]   2> 12348 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[28 (1428496395817451520)]} 0 1
> [junit4:junit4]   2> 12348 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10017 (-1428496395818500096)]} 0 0
> [junit4:junit4]   2> 12350 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[28 (1428496395820597248)]} 0 0
> [junit4:junit4]   2> 12350 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10028 (1428496395820597248)]} 0 0
> [junit4:junit4]   2> 12352 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[18 (-1428496395822694400)]} 0 0
> [junit4:junit4]   2> 12353 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10028 (1428496395822694400)]} 0 1
> [junit4:junit4]   2> 12354 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[18 (-1428496395824791552)]} 0 0
> [junit4:junit4]   2> 12355 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10018 (-1428496395825840128)]} 0 0
> [junit4:junit4]   2> 12357 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10018 (-1428496395827937280)]} 0 0
> [junit4:junit4]   2> 12357 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[29 (1428496395826888704)]} 0 1
> [junit4:junit4]   2> 12359 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10029 (1428496395830034432)]} 0 0
> [junit4:junit4]   2> 12360 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[29 (1428496395830034432)]} 0 1
> [junit4:junit4]   2> 12362 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10029 (1428496395832131584)]} 0 1
> [junit4:junit4]   2> 12362 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[25 (-1428496395833180160)]} 0 0
> [junit4:junit4]   2> 12364 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10025 (-1428496395835277312)]} 0 0
> [junit4:junit4]   2> 12364 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[25 (-1428496395835277312)]} 0 0
> [junit4:junit4]   2> 12366 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10025 (-1428496395837374464)]} 0 0
> [junit4:junit4]   2> 12367 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[30 (1428496395837374464)]} 0 1
> [junit4:junit4]   2> 12368 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10030 (1428496395839471616)]} 0 0
> [junit4:junit4]   2> 12369 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[30 (1428496395839471616)]} 0 1
> [junit4:junit4]   2> 12370 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10030 (1428496395841568768)]} 0 0
> [junit4:junit4]   2> 12370 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[27 (-1428496395841568768)]} 0 0
> [junit4:junit4]   2> 12372 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10027 (-1428496395843665920)]} 0 0
> [junit4:junit4]   2> 12372 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[27 (-1428496395843665920)]} 0 0
> [junit4:junit4]   2> 12373 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10027 (-1428496395844714496)]} 0 0
> [junit4:junit4]   2> 12374 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[31 (1428496395845763072)]} 0 0
> [junit4:junit4]   2> 12376 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10031 (1428496395846811648)]} 0 1
> [junit4:junit4]   2> 12376 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[31 (1428496395847860224)]} 0 0
> [junit4:junit4]   2> 12378 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10031 (1428496395848908800)]} 0 1
> [junit4:junit4]   2> 12378 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[28 (-1428496395849957376)]} 0 0
> [junit4:junit4]   2> 12380 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10028 (-1428496395852054528)]} 0 0
> [junit4:junit4]   2> 12380 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[28 (-1428496395852054528)]} 0 0
> [junit4:junit4]   2> 12381 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10028 (-1428496395853103104)]} 0 0
> [junit4:junit4]   2> 12382 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[32 (1428496395854151680)]} 0 0
> [junit4:junit4]   2> 12383 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10032 (1428496395855200256)]} 0 0
> [junit4:junit4]   2> 12384 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[32 (1428496395856248832)]} 0 0
> [junit4:junit4]   2> 12385 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10032 (1428496395857297408)]} 0 0
> [junit4:junit4]   2> 12386 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[31 (-1428496395858345984)]} 0 0
> [junit4:junit4]   2> 12387 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10031 (-1428496395859394560)]} 0 0
> [junit4:junit4]   2> 12388 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[31 (-1428496395860443136)]} 0 0
> [junit4:junit4]   2> 12389 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10031 (-1428496395861491712)]} 0 0
> [junit4:junit4]   2> 12390 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[33 (1428496395862540288)]} 0 0
> [junit4:junit4]   2> 12391 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10033 (1428496395863588864)]} 0 0
> [junit4:junit4]   2> 12392 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[33 (1428496395864637440)]} 0 1
> [junit4:junit4]   2> 12393 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10033 (1428496395865686016)]} 0 0
> [junit4:junit4]   2> 12394 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[34 (1428496395866734592)]} 0 0
> [junit4:junit4]   2> 12395 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10034 (1428496395867783168)]} 0 0
> [junit4:junit4]   2> 12396 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[34 (1428496395868831744)]} 0 0
> [junit4:junit4]   2> 12397 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10034 (1428496395869880320)]} 0 0
> [junit4:junit4]   2> 12398 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[33 (-1428496395870928896)]} 0 0
> [junit4:junit4]   2> 12399 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10033 (-1428496395871977472)]} 0 0
> [junit4:junit4]   2> 12400 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[33 (-1428496395873026048)]} 0 0
> [junit4:junit4]   2> 12401 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10033 (-1428496395874074624)]} 0 0
> [junit4:junit4]   2> 12402 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[35 (1428496395874074624)]} 0 1
> [junit4:junit4]   2> 12403 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10035 (1428496395875123200)]} 0 1
> [junit4:junit4]   2> 12404 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[35 (1428496395876171776)]} 0 1
> [junit4:junit4]   2> 12405 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10035 (1428496395877220352)]} 0 1
> [junit4:junit4]   2> 12405 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[35 (-1428496395878268928)]} 0 0
> [junit4:junit4]   2> 12406 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10035 (-1428496395879317504)]} 0 0
> [junit4:junit4]   2> 12407 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[35 (-1428496395880366080)]} 0 0
> [junit4:junit4]   2> 12408 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10035 (-1428496395881414656)]} 0 0
> [junit4:junit4]   2> 12409 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[36 (1428496395882463232)]} 0 0
> [junit4:junit4]   2> 12410 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10036 (1428496395883511808)]} 0 0
> [junit4:junit4]   2> 12411 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[36 (1428496395884560384)]} 0 0
> [junit4:junit4]   2> 12412 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10036 (1428496395885608960)]} 0 0
> [junit4:junit4]   2> 12413 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[37 (1428496395886657536)]} 0 0
> [junit4:junit4]   2> 12414 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10037 (1428496395887706112)]} 0 0
> [junit4:junit4]   2> 12415 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[37 (1428496395888754688)]} 0 0
> [junit4:junit4]   2> 12416 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10037 (1428496395889803264)]} 0 0
> [junit4:junit4]   2> 12417 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[38 (1428496395890851840)]} 0 0
> [junit4:junit4]   2> 12418 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10038 (1428496395891900416)]} 0 0
> [junit4:junit4]   2> 12419 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[38 (1428496395892948992)]} 0 0
> [junit4:junit4]   2> 12420 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10038 (1428496395893997568)]} 0 0
> [junit4:junit4]   2> 12421 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[39 (1428496395895046144)]} 0 0
> [junit4:junit4]   2> 12422 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10039 (1428496395896094720)]} 0 0
> [junit4:junit4]   2> 12423 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[39 (1428496395897143296)]} 0 0
> [junit4:junit4]   2> 12424 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10039 (1428496395898191872)]} 0 0
> [junit4:junit4]   2> 12425 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[39 (-1428496395899240448)]} 0 0
> [junit4:junit4]   2> 12426 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10039 (-1428496395900289024)]} 0 0
> [junit4:junit4]   2> 12427 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[39 (-1428496395901337600)]} 0 0
> [junit4:junit4]   2> 12428 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10039 (-1428496395902386176)]} 0 0
> [junit4:junit4]   2> 12429 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[40 (1428496395902386176)]} 0 1
> [junit4:junit4]   2> 12430 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10040 (1428496395904483328)]} 0 0
> [junit4:junit4]   2> 12431 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[40 (1428496395904483328)]} 0 1
> [junit4:junit4]   2> 12432 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10040 (1428496395906580480)]} 0 0
> [junit4:junit4]   2> 12433 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[41 (1428496395906580480)]} 0 1
> [junit4:junit4]   2> 12434 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10041 (1428496395908677632)]} 0 0
> [junit4:junit4]   2> 12435 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[41 (1428496395908677632)]} 0 1
> [junit4:junit4]   2> 12436 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10041 (1428496395910774784)]} 0 0
> [junit4:junit4]   2> 12437 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[42 (1428496395911823360)]} 0 0
> [junit4:junit4]   2> 12438 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10042 (1428496395912871936)]} 0 0
> [junit4:junit4]   2> 12439 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[42 (1428496395913920512)]} 0 0
> [junit4:junit4]   2> 12440 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10042 (1428496395914969088)]} 0 0
> [junit4:junit4]   2> 12441 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[42 (-1428496395916017664)]} 0 0
> [junit4:junit4]   2> 12442 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10042 (-1428496395917066240)]} 0 0
> [junit4:junit4]   2> 12442 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[42 (-1428496395917066240)]} 0 0
> [junit4:junit4]   2> 12444 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10042 (-1428496395919163392)]} 0 1
> [junit4:junit4]   2> 12445 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[43 (1428496395919163392)]} 0 1
> [junit4:junit4]   2> 12446 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10043 (1428496395920211968)]} 0 1
> [junit4:junit4]   2> 12447 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[43 (1428496395922309120)]} 0 0
> [junit4:junit4]   2> 12448 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10043 (1428496395923357696)]} 0 1
> [junit4:junit4]   2> 12449 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[44 (1428496395924406272)]} 0 0
> [junit4:junit4]   2> 12450 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10044 (1428496395925454848)]} 0 0
> [junit4:junit4]   2> 12451 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[44 (1428496395926503424)]} 0 0
> [junit4:junit4]   2> 12452 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10044 (1428496395927552000)]} 0 0
> [junit4:junit4]   2> 12453 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[45 (1428496395928600576)]} 0 0
> [junit4:junit4]   2> 12454 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10045 (1428496395929649152)]} 0 0
> [junit4:junit4]   2> 12456 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[45 (1428496395930697728)]} 0 1
> [junit4:junit4]   2> 12456 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10045 (1428496395931746304)]} 0 0
> [junit4:junit4]   2> 12458 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[46 (1428496395932794880)]} 0 1
> [junit4:junit4]   2> 12458 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10046 (1428496395933843456)]} 0 0
> [junit4:junit4]   2> 12460 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[46 (1428496395934892032)]} 0 1
> [junit4:junit4]   2> 12460 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10046 (1428496395935940608)]} 0 0
> [junit4:junit4]   2> 12461 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[44 (-1428496395936989184)]} 0 0
> [junit4:junit4]   2> 12462 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10044 (-1428496395938037760)]} 0 0
> [junit4:junit4]   2> 12463 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[44 (-1428496395939086336)]} 0 0
> [junit4:junit4]   2> 12464 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10044 (-1428496395940134912)]} 0 0
> [junit4:junit4]   2> 12465 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[47 (1428496395941183488)]} 0 0
> [junit4:junit4]   2> 12466 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10047 (1428496395942232064)]} 0 0
> [junit4:junit4]   2> 12467 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[47 (1428496395943280640)]} 0 0
> [junit4:junit4]   2> 12468 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10047 (1428496395944329216)]} 0 0
> [junit4:junit4]   2> 12469 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[48 (1428496395945377792)]} 0 0
> [junit4:junit4]   2> 12470 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10048 (1428496395946426368)]} 0 0
> [junit4:junit4]   2> 12471 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[48 (1428496395947474944)]} 0 0
> [junit4:junit4]   2> 12472 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10048 (1428496395948523520)]} 0 0
> [junit4:junit4]   2> 12473 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[49 (1428496395949572096)]} 0 0
> [junit4:junit4]   2> 12474 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10049 (1428496395950620672)]} 0 0
> [junit4:junit4]   2> 12475 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[49 (1428496395951669248)]} 0 0
> [junit4:junit4]   2> 12476 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10049 (1428496395952717824)]} 0 0
> [junit4:junit4]   2> 12477 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[50 (1428496395953766400)]} 0 0
> [junit4:junit4]   2> 12478 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10050 (1428496395954814976)]} 0 0
> [junit4:junit4]   2> 12480 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[50 (1428496395955863552)]} 0 1
> [junit4:junit4]   2> 12480 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10050 (1428496395956912128)]} 0 0
> [junit4:junit4]   2> 12482 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[51 (1428496395957960704)]} 0 1
> [junit4:junit4]   2> 12482 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10051 (1428496395959009280)]} 0 0
> [junit4:junit4]   2> 12484 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[51 (1428496395960057856)]} 0 1
> [junit4:junit4]   2> 12484 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10051 (1428496395961106432)]} 0 0
> [junit4:junit4]   2> 12485 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[45 (-1428496395962155008)]} 0 0
> [junit4:junit4]   2> 12486 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10045 (-1428496395963203584)]} 0 0
> [junit4:junit4]   2> 12487 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[45 (-1428496395964252160)]} 0 0
> [junit4:junit4]   2> 12488 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10045 (-1428496395965300736)]} 0 0
> [junit4:junit4]   2> 12489 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[52 (1428496395966349312)]} 0 0
> [junit4:junit4]   2> 12490 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10052 (1428496395967397888)]} 0 1
> [junit4:junit4]   2> 12491 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[52 (1428496395968446464)]} 0 0
> [junit4:junit4]   2> 12492 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10052 (1428496395969495040)]} 0 0
> [junit4:junit4]   2> 12494 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[53 (1428496395970543616)]} 0 1
> [junit4:junit4]   2> 12495 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10053 (1428496395971592192)]} 0 1
> [junit4:junit4]   2> 12496 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[53 (1428496395972640768)]} 0 1
> [junit4:junit4]   2> 12497 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10053 (1428496395974737920)]} 0 0
> [junit4:junit4]   2> 12497 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[48 (-1428496395974737920)]} 0 0
> [junit4:junit4]   2> 12499 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10048 (-1428496395976835072)]} 0 0
> [junit4:junit4]   2> 12499 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[48 (-1428496395976835072)]} 0 0
> [junit4:junit4]   2> 12501 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10048 (-1428496395978932224)]} 0 0
> [junit4:junit4]   2> 12503 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[54 (1428496395981029376)]} 0 0
> [junit4:junit4]   2> 12503 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10054 (1428496395981029377)]} 0 0
> [junit4:junit4]   2> 12505 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[54 (1428496395983126528)]} 0 0
> [junit4:junit4]   2> 12506 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10054 (1428496395983126529)]} 0 1
> [junit4:junit4]   2> 12508 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[55 (1428496395985223680)]} 0 1
> [junit4:junit4]   2> 12508 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10055 (1428496395985223681)]} 0 1
> [junit4:junit4]   2> 12510 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[55 (1428496395987320832)]} 0 1
> [junit4:junit4]   2> 12510 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10055 (1428496395988369408)]} 0 0
> [junit4:junit4]   2> 12511 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[49 (-1428496395989417984)]} 0 0
> [junit4:junit4]   2> 12512 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10049 (-1428496395990466560)]} 0 0
> [junit4:junit4]   2> 12513 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[49 (-1428496395991515136)]} 0 0
> [junit4:junit4]   2> 12514 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10049 (-1428496395992563712)]} 0 0
> [junit4:junit4]   2> 12515 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[56 (1428496395993612288)]} 0 0
> [junit4:junit4]   2> 12516 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10056 (1428496395993612289)]} 0 1
> [junit4:junit4]   2> 12517 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[56 (1428496395995709440)]} 0 0
> [junit4:junit4]   2> 12518 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10056 (1428496395995709441)]} 0 1
> [junit4:junit4]   2> 12519 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[50 (-1428496395997806592)]} 0 0
> [junit4:junit4]   2> 12519 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10050 (-1428496395997806593)]} 0 0
> [junit4:junit4]   2> 12521 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[50 (-1428496395999903744)]} 0 0
> [junit4:junit4]   2> 12521 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10050 (-1428496395999903745)]} 0 0
> [junit4:junit4]   2> 12523 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[57 (1428496396002000896)]} 0 0
> [junit4:junit4]   2> 12523 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10057 (1428496396002000897)]} 0 0
> [junit4:junit4]   2> 12525 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[57 (1428496396004098048)]} 0 0
> [junit4:junit4]   2> 12526 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10057 (1428496396004098049)]} 0 1
> [junit4:junit4]   2> 12527 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[51 (-1428496396006195200)]} 0 0
> [junit4:junit4]   2> 12527 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10051 (-1428496396006195201)]} 0 0
> [junit4:junit4]   2> 12529 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[51 (-1428496396008292352)]} 0 0
> [junit4:junit4]   2> 12529 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10051 (-1428496396008292353)]} 0 0
> [junit4:junit4]   2> 12531 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[58 (1428496396010389504)]} 0 0
> [junit4:junit4]   2> 12531 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10058 (1428496396010389505)]} 0 0
> [junit4:junit4]   2> 12533 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[58 (1428496396012486656)]} 0 0
> [junit4:junit4]   2> 12534 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10058 (1428496396012486657)]} 0 1
> [junit4:junit4]   2> 12535 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[52 (-1428496396014583808)]} 0 0
> [junit4:junit4]   2> 12535 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10052 (-1428496396014583809)]} 0 0
> [junit4:junit4]   2> 12536 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[52 (-1428496396015632384)]} 0 0
> [junit4:junit4]   2> 12537 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10052 (-1428496396016680960)]} 0 0
> [junit4:junit4]   2> 12538 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[59 (1428496396017729536)]} 0 0
> [junit4:junit4]   2> 12539 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10059 (1428496396018778112)]} 0 0
> [junit4:junit4]   2> 12541 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[59 (1428496396019826688)]} 0 1
> [junit4:junit4]   2> 12542 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10059 (1428496396020875264)]} 0 1
> [junit4:junit4]   2> 12544 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[53 (-1428496396024020992)]} 0 0
> [junit4:junit4]   2> 12544 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10053 (-1428496396024020993)]} 0 0
> [junit4:junit4]   2> 12546 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[53 (-1428496396026118144)]} 0 0
> [junit4:junit4]   2> 12546 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10053 (-1428496396026118145)]} 0 0
> [junit4:junit4]   2> 12548 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[60 (1428496396028215296)]} 0 0
> [junit4:junit4]   2> 12549 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10060 (1428496396028215297)]} 0 1
> [junit4:junit4]   2> 12551 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[60 (1428496396030312448)]} 0 1
> [junit4:junit4]   2> 12551 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10060 (1428496396030312449)]} 0 1
> [junit4:junit4]   2> 12553 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[61 (1428496396033458176)]} 0 0
> [junit4:junit4]   2> 12553 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10061 (1428496396033458177)]} 0 0
> [junit4:junit4]   2> 12555 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[61 (1428496396035555328)]} 0 0
> [junit4:junit4]   2> 12556 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10061 (1428496396035555329)]} 0 1
> [junit4:junit4]   2> 12557 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[55 (-1428496396037652480)]} 0 0
> [junit4:junit4]   2> 12557 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10055 (-1428496396037652481)]} 0 0
> [junit4:junit4]   2> 12559 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[55 (-1428496396039749632)]} 0 0
> [junit4:junit4]   2> 12559 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10055 (-1428496396039749633)]} 0 0
> [junit4:junit4]   2> 12561 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[62 (1428496396041846784)]} 0 0
> [junit4:junit4]   2> 12561 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10062 (1428496396041846785)]} 0 0
> [junit4:junit4]   2> 12563 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[62 (1428496396043943936)]} 0 0
> [junit4:junit4]   2> 12563 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10062 (1428496396043943937)]} 0 0
> [junit4:junit4]   2> 12565 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[63 (1428496396046041088)]} 0 0
> [junit4:junit4]   2> 12565 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10063 (1428496396046041089)]} 0 0
> [junit4:junit4]   2> 12567 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[63 (1428496396048138240)]} 0 0
> [junit4:junit4]   2> 12567 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10063 (1428496396048138241)]} 0 0
> [junit4:junit4]   2> 12569 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[56 (-1428496396050235392)]} 0 0
> [junit4:junit4]   2> 12569 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10056 (-1428496396050235393)]} 0 0
> [junit4:junit4]   2> 12570 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[56 (-1428496396051283968)]} 0 0
> [junit4:junit4]   2> 12571 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10056 (-1428496396052332544)]} 0 0
> [junit4:junit4]   2> 12572 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[64 (1428496396053381120)]} 0 0
> [junit4:junit4]   2> 12573 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10064 (1428496396054429696)]} 0 0
> [junit4:junit4]   2> 12574 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[64 (1428496396055478272)]} 0 0
> [junit4:junit4]   2> 12575 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10064 (1428496396056526848)]} 0 0
> [junit4:junit4]   2> 12576 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[58 (-1428496396057575424)]} 0 0
> [junit4:junit4]   2> 12577 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10058 (-1428496396058624000)]} 0 0
> [junit4:junit4]   2> 12578 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[58 (-1428496396059672576)]} 0 0
> [junit4:junit4]   2> 12579 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10058 (-1428496396060721152)]} 0 0
> [junit4:junit4]   2> 12580 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[65 (1428496396060721152)]} 0 1
> [junit4:junit4]   2> 12581 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10065 (1428496396061769728)]} 0 1
> [junit4:junit4]   2> 12582 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[65 (1428496396062818304)]} 0 1
> [junit4:junit4]   2> 12583 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10065 (1428496396063866880)]} 0 1
> [junit4:junit4]   2> 12584 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[66 (1428496396065964032)]} 0 0
> [junit4:junit4]   2> 12585 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10066 (1428496396067012608)]} 0 0
> [junit4:junit4]   2> 12586 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[66 (1428496396068061184)]} 0 0
> [junit4:junit4]   2> 12587 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10066 (1428496396069109760)]} 0 1
> [junit4:junit4]   2> 12588 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[67 (1428496396070158336)]} 0 0
> [junit4:junit4]   2> 12590 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10067 (1428496396071206912)]} 0 1
> [junit4:junit4]   2> 12590 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[67 (1428496396072255488)]} 0 0
> [junit4:junit4]   2> 12592 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10067 (1428496396073304064)]} 0 1
> [junit4:junit4]   2> 12592 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[68 (1428496396074352640)]} 0 0
> [junit4:junit4]   2> 12594 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10068 (1428496396075401216)]} 0 1
> [junit4:junit4]   2> 12594 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[68 (1428496396076449792)]} 0 0
> [junit4:junit4]   2> 12596 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10068 (1428496396078546944)]} 0 1
> [junit4:junit4]   2> 12596 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[69 (1428496396078546944)]} 0 0
> [junit4:junit4]   2> 12598 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10069 (1428496396080644096)]} 0 0
> [junit4:junit4]   2> 12598 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[69 (1428496396080644096)]} 0 0
> [junit4:junit4]   2> 12600 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10069 (1428496396082741248)]} 0 0
> [junit4:junit4]   2> 12601 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[70 (1428496396082741248)]} 0 1
> [junit4:junit4]   2> 12603 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10070 (1428496396084838400)]} 0 0
> [junit4:junit4]   2> 12603 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[70 (1428496396085886976)]} 0 0
> [junit4:junit4]   2> 12604 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10070 (1428496396086935552)]} 0 0
> [junit4:junit4]   2> 12605 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[71 (1428496396087984128)]} 0 0
> [junit4:junit4]   2> 12607 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10071 (1428496396089032704)]} 0 1
> [junit4:junit4]   2> 12608 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[71 (1428496396090081280)]} 0 1
> [junit4:junit4]   2> 12609 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10071 (1428496396092178432)]} 0 1
> [junit4:junit4]   2> 12610 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[72 (1428496396092178432)]} 0 1
> [junit4:junit4]   2> 12611 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10072 (1428496396094275584)]} 0 0
> [junit4:junit4]   2> 12612 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[72 (1428496396095324160)]} 0 0
> [junit4:junit4]   2> 12613 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10072 (1428496396096372736)]} 0 0
> [junit4:junit4]   2> 12614 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[73 (1428496396097421312)]} 0 0
> [junit4:junit4]   2> 12615 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10073 (1428496396098469888)]} 0 0
> [junit4:junit4]   2> 12616 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[73 (1428496396099518464)]} 0 0
> [junit4:junit4]   2> 12617 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10073 (1428496396100567040)]} 0 0
> [junit4:junit4]   2> 12618 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[59 (-1428496396101615616)]} 0 0
> [junit4:junit4]   2> 12619 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10059 (-1428496396102664192)]} 0 0
> [junit4:junit4]   2> 12620 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[59 (-1428496396103712768)]} 0 0
> [junit4:junit4]   2> 12621 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10059 (-1428496396104761344)]} 0 0
> [junit4:junit4]   2> 12622 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[74 (1428496396105809920)]} 0 0
> [junit4:junit4]   2> 12623 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10074 (1428496396106858496)]} 0 0
> [junit4:junit4]   2> 12624 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[74 (1428496396107907072)]} 0 0
> [junit4:junit4]   2> 12625 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10074 (1428496396108955648)]} 0 0
> [junit4:junit4]   2> 12626 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[61 (-1428496396110004224)]} 0 0
> [junit4:junit4]   2> 12627 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10061 (-1428496396111052800)]} 0 0
> [junit4:junit4]   2> 12628 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[61 (-1428496396112101376)]} 0 0
> [junit4:junit4]   2> 12629 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10061 (-1428496396113149952)]} 0 0
> [junit4:junit4]   2> 12631 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[75 (1428496396114198528)]} 0 1
> [junit4:junit4]   2> 12631 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10075 (1428496396114198529)]} 0 1
> [junit4:junit4]   2> 12633 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[75 (1428496396116295680)]} 0 1
> [junit4:junit4]   2> 12633 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10075 (1428496396117344256)]} 0 0
> [junit4:junit4]   2> 12635 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[62 (-1428496396119441408)]} 0 0
> [junit4:junit4]   2> 12635 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10062 (-1428496396119441409)]} 0 0
> [junit4:junit4]   2> 12637 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[62 (-1428496396120489984)]} 0 1
> [junit4:junit4]   2> 12637 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10062 (-1428496396121538560)]} 0 0
> [junit4:junit4]   2> 12639 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[76 (1428496396122587136)]} 0 1
> [junit4:junit4]   2> 12639 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10076 (1428496396122587137)]} 0 1
> [junit4:junit4]   2> 12641 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10076 (1428496396125732865)]} 0 0
> [junit4:junit4]   2> 12641 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[76 (1428496396125732864)]} 0 0
> [junit4:junit4]   2> 12643 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10077 (1428496396127830016)]} 0 0
> [junit4:junit4]   2> 12644 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[77 (1428496396127830017)]} 0 1
> [junit4:junit4]   2> 12646 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10077 (1428496396129927168)]} 0 1
> [junit4:junit4]   2> 12646 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[77 (1428496396129927169)]} 0 1
> [junit4:junit4]   2> 12647 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[10063 (-1428496396132024320)]} 0 0
> [junit4:junit4]   2> 12648 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[63 (-1428496396133072896)]} 0 0
> [junit4:junit4]   2> 12649 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10063 (-1428496396134121472)]} 0 0
> [junit4:junit4]   2> 12649 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[63 (-1428496396134121473)]} 0 0
> [junit4:junit4]   2> 12651 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10078 (1428496396136218624)]} 0 0
> [junit4:junit4]   2> 12652 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[78 (1428496396136218625)]} 0 1
> [junit4:junit4]   2> 12654 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10078 (1428496396138315776)]} 0 1
> [junit4:junit4]   2> 12654 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[78 (1428496396138315777)]} 0 1
> [junit4:junit4]   2> 12655 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[10064 (-1428496396140412928)]} 0 0
> [junit4:junit4]   2> 12656 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[64 (-1428496396141461504)]} 0 0
> [junit4:junit4]   2> 12657 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10064 (-1428496396142510080)]} 0 0
> [junit4:junit4]   2> 12658 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[64 (-1428496396142510081)]} 0 1
> [junit4:junit4]   2> 12659 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10079 (1428496396144607232)]} 0 0
> [junit4:junit4]   2> 12660 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[79 (1428496396144607233)]} 0 1
> [junit4:junit4]   2> 12662 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10079 (1428496396146704384)]} 0 1
> [junit4:junit4]   2> 12662 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[79 (1428496396146704385)]} 0 1
> [junit4:junit4]   2> 12664 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10080 (1428496396148801536)]} 0 1
> [junit4:junit4]   2> 12664 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[80 (1428496396149850112)]} 0 1
> [junit4:junit4]   2> 12666 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10080 (1428496396151947264)]} 0 0
> [junit4:junit4]   2> 12666 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[80 (1428496396151947265)]} 0 0
> [junit4:junit4]   2> 12669 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10081 (1428496396154044416)]} 0 0
> [junit4:junit4]   2> 12669 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[81 (1428496396154044417)]} 0 1
> [junit4:junit4]   2> 12671 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10081 (1428496396156141568)]} 0 1
> [junit4:junit4]   2> 12671 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[81 (1428496396157190144)]} 0 0
> [junit4:junit4]   2> 12673 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10082 (1428496396158238720)]} 0 1
> [junit4:junit4]   2> 12673 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[82 (1428496396159287296)]} 0 0
> [junit4:junit4]   2> 12675 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[82 (1428496396161384449)]} 0 0
> [junit4:junit4]   2> 12675 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10082 (1428496396161384448)]} 0 0
> [junit4:junit4]   2> 12678 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[83 (1428496396163481600)]} 0 1
> [junit4:junit4]   2> 12678 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10083 (1428496396163481601)]} 0 1
> [junit4:junit4]   2> 12680 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[83 (1428496396165578752)]} 0 1
> [junit4:junit4]   2> 12680 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10083 (1428496396166627328)]} 0 1
> [junit4:junit4]   2> 12682 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[84 (1428496396168724480)]} 0 0
> [junit4:junit4]   2> 12682 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10084 (1428496396168724481)]} 0 0
> [junit4:junit4]   2> 12684 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[84 (1428496396170821632)]} 0 0
> [junit4:junit4]   2> 12684 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10084 (1428496396170821633)]} 0 0
> [junit4:junit4]   2> 12686 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[85 (1428496396172918784)]} 0 0
> [junit4:junit4]   2> 12687 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10085 (1428496396172918785)]} 0 1
> [junit4:junit4]   2> 12689 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[85 (1428496396175015936)]} 0 1
> [junit4:junit4]   2> 12689 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10085 (1428496396175015937)]} 0 1
> [junit4:junit4]   2> 12691 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[86 (1428496396177113088)]} 0 1
> [junit4:junit4]   2> 12691 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10086 (1428496396178161664)]} 0 0
> [junit4:junit4]   2> 12693 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[86 (1428496396179210240)]} 0 1
> [junit4:junit4]   2> 12693 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10086 (1428496396180258816)]} 0 0
> [junit4:junit4]   2> 12694 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[66 (-1428496396181307392)]} 0 0
> [junit4:junit4]   2> 12695 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10066 (-1428496396182355968)]} 0 0
> [junit4:junit4]   2> 12696 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[66 (-1428496396183404544)]} 0 0
> [junit4:junit4]   2> 12697 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10066 (-1428496396184453120)]} 0 0
> [junit4:junit4]   2> 12698 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[87 (1428496396185501696)]} 0 0
> [junit4:junit4]   2> 12699 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10087 (1428496396185501697)]} 0 1
> [junit4:junit4]   2> 12700 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[87 (1428496396187598848)]} 0 0
> [junit4:junit4]   2> 12701 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10087 (1428496396188647424)]} 0 0
> [junit4:junit4]   2> 12702 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[67 (-1428496396189696000)]} 0 0
> [junit4:junit4]   2> 12703 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10067 (-1428496396190744576)]} 0 0
> [junit4:junit4]   2> 12704 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[67 (-1428496396191793152)]} 0 0
> [junit4:junit4]   2> 12705 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10067 (-1428496396192841728)]} 0 1
> [junit4:junit4]   2> 12706 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[88 (1428496396192841728)]} 0 1
> [junit4:junit4]   2> 12706 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10088 (1428496396193890304)]} 0 0
> [junit4:junit4]   2> 12708 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[88 (1428496396194938880)]} 0 1
> [junit4:junit4]   2> 12708 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10088 (1428496396195987456)]} 0 0
> [junit4:junit4]   2> 12710 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[89 (1428496396198084608)]} 0 0
> [junit4:junit4]   2> 12711 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10089 (1428496396198084609)]} 0 1
> [junit4:junit4]   2> 12712 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[89 (1428496396200181760)]} 0 0
> [junit4:junit4]   2> 12713 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10089 (1428496396200181761)]} 0 1
> [junit4:junit4]   2> 12714 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[71 (-1428496396202278912)]} 0 0
> [junit4:junit4]   2> 12715 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10071 (-1428496396202278913)]} 0 1
> [junit4:junit4]   2> 12715 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[71 (-1428496396203327488)]} 0 0
> [junit4:junit4]   2> 12716 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10071 (-1428496396204376064)]} 0 0
> [junit4:junit4]   2> 12717 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[90 (1428496396205424640)]} 0 0
> [junit4:junit4]   2> 12718 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10090 (1428496396206473216)]} 0 0
> [junit4:junit4]   2> 12720 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[90 (1428496396207521792)]} 0 1
> [junit4:junit4]   2> 12720 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10090 (1428496396208570368)]} 0 0
> [junit4:junit4]   2> 12721 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[73 (-1428496396209618944)]} 0 0
> [junit4:junit4]   2> 12722 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10073 (-1428496396210667520)]} 0 0
> [junit4:junit4]   2> 12723 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[73 (-1428496396211716096)]} 0 0
> [junit4:junit4]   2> 12724 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10073 (-1428496396212764672)]} 0 0
> [junit4:junit4]   2> 12725 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[91 (1428496396213813248)]} 0 0
> [junit4:junit4]   2> 12726 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10091 (1428496396213813249)]} 0 1
> [junit4:junit4]   2> 12727 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[91 (1428496396215910400)]} 0 0
> [junit4:junit4]   2> 12728 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10091 (1428496396215910401)]} 0 1
> [junit4:junit4]   2> 12729 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[76 (-1428496396218007552)]} 0 0
> [junit4:junit4]   2> 12730 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10076 (-1428496396219056128)]} 0 0
> [junit4:junit4]   2> 12731 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[76 (-1428496396220104704)]} 0 0
> [junit4:junit4]   2> 12731 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10076 (-1428496396220104705)]} 0 0
> [junit4:junit4]   2> 12733 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[92 (1428496396222201856)]} 0 0
> [junit4:junit4]   2> 12734 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10092 (1428496396222201857)]} 0 1
> [junit4:junit4]   2> 12735 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[92 (1428496396224299008)]} 0 0
> [junit4:junit4]   2> 12736 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10092 (1428496396224299009)]} 0 1
> [junit4:junit4]   2> 12737 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[93 (1428496396226396160)]} 0 0
> [junit4:junit4]   2> 12738 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10093 (1428496396227444736)]} 0 0
> [junit4:junit4]   2> 12739 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[93 (1428496396228493312)]} 0 0
> [junit4:junit4]   2> 12740 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10093 (1428496396229541888)]} 0 0
> [junit4:junit4]   2> 12741 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[77 (-1428496396230590464)]} 0 0
> [junit4:junit4]   2> 12742 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10077 (-1428496396231639040)]} 0 0
> [junit4:junit4]   2> 12743 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[77 (-1428496396232687616)]} 0 0
> [junit4:junit4]   2> 12744 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10077 (-1428496396233736192)]} 0 1
> [junit4:junit4]   2> 12745 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[94 (1428496396234784768)]} 0 0
> [junit4:junit4]   2> 12746 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10094 (1428496396234784769)]} 0 1
> [junit4:junit4]   2> 12747 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[94 (1428496396236881920)]} 0 0
> [junit4:junit4]   2> 12748 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10094 (1428496396237930496)]} 0 0
> [junit4:junit4]   2> 12749 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[95 (1428496396238979072)]} 0 0
> [junit4:junit4]   2> 12750 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10095 (1428496396240027648)]} 0 0
> [junit4:junit4]   2> 12751 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[95 (1428496396241076224)]} 0 0
> [junit4:junit4]   2> 12752 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10095 (1428496396242124800)]} 0 0
> [junit4:junit4]   2> 12753 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[96 (1428496396243173376)]} 0 0
> [junit4:junit4]   2> 12755 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10096 (1428496396244221952)]} 0 1
> [junit4:junit4]   2> 12756 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[96 (1428496396245270528)]} 0 1
> [junit4:junit4]   2> 12757 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10096 (1428496396246319104)]} 0 1
> [junit4:junit4]   2> 12758 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[97 (1428496396248416256)]} 0 0
> [junit4:junit4]   2> 12759 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10097 (1428496396249464832)]} 0 0
> [junit4:junit4]   2> 12760 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[97 (1428496396250513408)]} 0 0
> [junit4:junit4]   2> 12762 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10097 (1428496396251561984)]} 0 1
> [junit4:junit4]   2> 12762 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[81 (-1428496396252610560)]} 0 0
> [junit4:junit4]   2> 12763 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10081 (-1428496396253659136)]} 0 0
> [junit4:junit4]   2> 12764 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[81 (-1428496396254707712)]} 0 0
> [junit4:junit4]   2> 12765 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10081 (-1428496396255756288)]} 0 0
> [junit4:junit4]   2> 12766 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[98 (1428496396256804864)]} 0 1
> [junit4:junit4]   2> 12767 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10098 (1428496396257853440)]} 0 0
> [junit4:junit4]   2> 12768 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[98 (1428496396258902016)]} 0 0
> [junit4:junit4]   2> 12769 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10098 (1428496396259950592)]} 0 0
> [junit4:junit4]   2> 12771 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[99 (1428496396260999168)]} 0 1
> [junit4:junit4]   2> 12771 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10099 (1428496396262047744)]} 0 0
> [junit4:junit4]   2> 12773 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[99 (1428496396263096320)]} 0 1
> [junit4:junit4]   2> 12773 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10099 (1428496396264144896)]} 0 0
> [junit4:junit4]   2> 12774 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[82 (-1428496396265193472)]} 0 0
> [junit4:junit4]   2> 12775 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10082 (-1428496396266242048)]} 0 0
> [junit4:junit4]   2> 12776 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[82 (-1428496396267290624)]} 0 0
> [junit4:junit4]   2> 12777 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10082 (-1428496396268339200)]} 0 0
> [junit4:junit4]   2> 12778 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[100 (1428496396269387776)]} 0 0
> [junit4:junit4]   2> 12779 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10100 (1428496396269387777)]} 0 1
> [junit4:junit4]   2> 12780 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[100 (1428496396271484928)]} 0 0
> [junit4:junit4]   2> 12781 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10100 (1428496396271484929)]} 0 1
> [junit4:junit4]   2> 12782 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[101 (1428496396273582080)]} 0 0
> [junit4:junit4]   2> 12783 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10101 (1428496396273582081)]} 0 1
> [junit4:junit4]   2> 12784 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[101 (1428496396275679232)]} 0 0
> [junit4:junit4]   2> 12785 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10101 (1428496396275679233)]} 0 1
> [junit4:junit4]   2> 12786 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[83 (-1428496396277776384)]} 0 0
> [junit4:junit4]   2> 12787 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10083 (-1428496396278824960)]} 0 0
> [junit4:junit4]   2> 12788 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[83 (-1428496396279873536)]} 0 0
> [junit4:junit4]   2> 12788 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10083 (-1428496396279873537)]} 0 0
> [junit4:junit4]   2> 12790 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[102 (1428496396281970688)]} 0 0
> [junit4:junit4]   2> 12790 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10102 (1428496396281970689)]} 0 0
> [junit4:junit4]   2> 12792 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[102 (1428496396284067840)]} 0 0
> [junit4:junit4]   2> 12793 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10102 (1428496396284067841)]} 0 1
> [junit4:junit4]   2> 12794 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[85 (-1428496396286164992)]} 0 0
> [junit4:junit4]   2> 12795 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10085 (-1428496396287213568)]} 0 1
> [junit4:junit4]   2> 12795 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[85 (-1428496396287213568)]} 0 0
> [junit4:junit4]   2> 12796 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10085 (-1428496396288262144)]} 0 0
> [junit4:junit4]   2> 12798 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[103 (1428496396289310720)]} 0 1
> [junit4:junit4]   2> 12798 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10103 (1428496396290359296)]} 0 0
> [junit4:junit4]   2> 12800 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[103 (1428496396291407872)]} 0 1
> [junit4:junit4]   2> 12800 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10103 (1428496396292456448)]} 0 0
> [junit4:junit4]   2> 12802 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[104 (1428496396293505024)]} 0 1
> [junit4:junit4]   2> 12802 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10104 (1428496396294553600)]} 0 0
> [junit4:junit4]   2> 12804 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[104 (1428496396295602176)]} 0 1
> [junit4:junit4]   2> 12804 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10104 (1428496396296650752)]} 0 0
> [junit4:junit4]   2> 12805 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[86 (-1428496396297699328)]} 0 0
> [junit4:junit4]   2> 12806 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10086 (-1428496396298747904)]} 0 0
> [junit4:junit4]   2> 12807 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[86 (-1428496396299796480)]} 0 0
> [junit4:junit4]   2> 12808 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10086 (-1428496396300845056)]} 0 0
> [junit4:junit4]   2> 12809 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[105 (1428496396301893632)]} 0 0
> [junit4:junit4]   2> 12810 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10105 (1428496396301893633)]} 0 1
> [junit4:junit4]   2> 12811 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[105 (1428496396303990784)]} 0 0
> [junit4:junit4]   2> 12812 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10105 (1428496396303990785)]} 0 1
> [junit4:junit4]   2> 12813 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[106 (1428496396306087936)]} 0 0
> [junit4:junit4]   2> 12814 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10106 (1428496396306087937)]} 0 1
> [junit4:junit4]   2> 12825 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[106 (1428496396318670848)]} 0 0
> [junit4:junit4]   2> 12826 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10106 (1428496396319719424)]} 0 0
> [junit4:junit4]   2> 12827 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[87 (-1428496396320768000)]} 0 0
> [junit4:junit4]   2> 12828 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10087 (-1428496396321816576)]} 0 0
> [junit4:junit4]   2> 12829 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[87 (-1428496396322865152)]} 0 0
> [junit4:junit4]   2> 12830 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10087 (-1428496396323913728)]} 0 0
> [junit4:junit4]   2> 12831 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[107 (1428496396324962304)]} 0 1
> [junit4:junit4]   2> 12832 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10107 (1428496396324962305)]} 0 1
> [junit4:junit4]   2> 12833 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[107 (1428496396327059456)]} 0 0
> [junit4:junit4]   2> 12834 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10107 (1428496396327059457)]} 0 1
> [junit4:junit4]   2> 12835 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[89 (-1428496396329156608)]} 0 0
> [junit4:junit4]   2> 12835 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10089 (-1428496396329156609)]} 0 0
> [junit4:junit4]   2> 12836 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[89 (-1428496396330205184)]} 0 0
> [junit4:junit4]   2> 12837 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10089 (-1428496396331253760)]} 0 0
> [junit4:junit4]   2> 12838 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[108 (1428496396332302336)]} 0 0
> [junit4:junit4]   2> 12839 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10108 (1428496396333350912)]} 0 0
> [junit4:junit4]   2> 12840 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[108 (1428496396334399488)]} 0 0
> [junit4:junit4]   2> 12841 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10108 (1428496396335448064)]} 0 0
> [junit4:junit4]   2> 12842 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[90 (-1428496396336496640)]} 0 0
> [junit4:junit4]   2> 12843 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10090 (-1428496396337545216)]} 0 0
> [junit4:junit4]   2> 12844 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[90 (-1428496396338593792)]} 0 0
> [junit4:junit4]   2> 12845 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10090 (-1428496396339642368)]} 0 0
> [junit4:junit4]   2> 12846 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 12846 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[109 (1428496396340690944)]} 0 0
> [junit4:junit4]   2> 12846 T1790 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "core_node_name":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "shard":"shard1",
> [junit4:junit4]   2> 	  "roles":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:58177_zo%2Ff",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58177/zo/f"}
> [junit4:junit4]   2> 12847 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10109 (1428496396340690945)]} 0 1
> [junit4:junit4]   2> 12848 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[109 (1428496396342788096)]} 0 0
> [junit4:junit4]   2> 12849 T1796 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> 12849 T1789 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> 12849 T1809 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> 12849 T1825 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> 12849 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10109 (1428496396343836672)]} 0 0
> [junit4:junit4]   2> 12850 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[91 (-1428496396344885248)]} 0 0
> [junit4:junit4]   2> 12852 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10091 (-1428496396345933824)]} 0 1
> [junit4:junit4]   2>  C120_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:58177_zo%2Ff, base_url=http://127.0.0.1:58177/zo/f}
> [junit4:junit4]   2> 12857 T1820 C120 P58177 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2
> [junit4:junit4]   2> 12858 T1820 C120 P58177 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13cd86d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e80d90),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 12859 T1820 C120 P58177 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 12860 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[91 (-1428496396346982400)]} 0 3
> [junit4:junit4]   2> 12860 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10091 (-1428496396348030976)]} 0 2
> [junit4:junit4]   2> 12860 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10091 (-1428496396348030976)]} 0 7
> [junit4:junit4]   2> 12860 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[91 (-1428496396346982400)]} 0 8
> [junit4:junit4]   2> 12862 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[110 (1428496396357468160)]} 0 0
> [junit4:junit4]   2> 12863 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10110 (1428496396357468161)]} 0 1
> [junit4:junit4]   2> 12867 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[110 (1428496396359565312)]} 0 1
> [junit4:junit4]   2> 12867 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10110 (1428496396360613888)]} 0 1
> [junit4:junit4]   2> 12867 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[110 (1428496396359565312)]} 0 3
> [junit4:junit4]   2> 12868 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10110 (1428496396360613888)]} 0 3
> [junit4:junit4]   2> 12870 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[111 (1428496396364808192)]} 0 1
> [junit4:junit4]   2> 12870 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10111 (1428496396365856768)]} 0 1
> [junit4:junit4]   2> 12874 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[111 (1428496396367953920)]} 0 1
> [junit4:junit4]   2> 12874 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[111 (1428496396367953920)]} 0 2
> [junit4:junit4]   2> 12874 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10111 (1428496396367953921)]} 0 0
> [junit4:junit4]   2> 12875 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10111 (1428496396367953921)]} 0 3
> [junit4:junit4]   2> 12876 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[93 (-1428496396372148224)]} 0 0
> [junit4:junit4]   2> 12877 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10093 (-1428496396373196800)]} 0 0
> [junit4:junit4]   2> 12879 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[93 (-1428496396373196800)]} 0 0
> [junit4:junit4]   2> 12879 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[93 (-1428496396373196800)]} 0 2
> [junit4:junit4]   2> 12880 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10093 (-1428496396374245376)]} 0 0
> [junit4:junit4]   2> 12880 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10093 (-1428496396374245376)]} 0 2
> [junit4:junit4]   2> 12881 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[112 (1428496396377391104)]} 0 0
> [junit4:junit4]   2> 12882 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10112 (1428496396378439680)]} 0 0
> [junit4:junit4]   2> 12885 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[112 (1428496396379488256)]} 0 0
> [junit4:junit4]   2> 12886 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[112 (1428496396379488256)]} 0 3
> [junit4:junit4]   2> 12886 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10112 (1428496396380536832)]} 0 0
> [junit4:junit4]   2> 12887 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10112 (1428496396380536832)]} 0 3
> [junit4:junit4]   2> 12887 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[94 (-1428496396383682560)]} 0 0
> [junit4:junit4]   2> 12888 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10094 (-1428496396384731136)]} 0 0
> [junit4:junit4]   2> 12891 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[94 (-1428496396385779712)]} 0 0
> [junit4:junit4]   2> 12891 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[94 (-1428496396385779712)]} 0 2
> [junit4:junit4]   2> 12892 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10094 (-1428496396386828288)]} 0 0
> [junit4:junit4]   2> 12892 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10094 (-1428496396386828288)]} 0 2
> [junit4:junit4]   2> 12893 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[113 (1428496396389974016)]} 0 0
> [junit4:junit4]   2> 12894 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10113 (1428496396391022592)]} 0 0
> [junit4:junit4]   2> 12897 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[113 (1428496396392071168)]} 0 1
> [junit4:junit4]   2> 12897 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[113 (1428496396392071168)]} 0 2
> [junit4:junit4]   2> 12898 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10113 (1428496396393119744)]} 0 0
> [junit4:junit4]   2> 12899 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10113 (1428496396393119744)]} 0 3
> [junit4:junit4]   2> 12899 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[96 (-1428496396396265472)]} 0 0
> [junit4:junit4]   2> 12900 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10096 (-1428496396397314048)]} 0 0
> [junit4:junit4]   2> 12902 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[96 (-1428496396398362624)]} 0 0
> [junit4:junit4]   2> 12903 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[96 (-1428496396398362624)]} 0 2
> [junit4:junit4]   2> 12904 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10096 (-1428496396399411200)]} 0 0
> [junit4:junit4]   2> 12904 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10096 (-1428496396399411200)]} 0 2
> [junit4:junit4]   2> 12905 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[114 (1428496396401508352)]} 0 1
> [junit4:junit4]   2> 12906 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10114 (1428496396403605504)]} 0 0
> [junit4:junit4]   2> 12908 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[114 (1428496396403605504)]} 0 0
> [junit4:junit4]   2> 12909 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[114 (1428496396403605504)]} 0 3
> [junit4:junit4]   2> 12910 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10114 (1428496396405702656)]} 0 0
> [junit4:junit4]   2> 12910 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10114 (1428496396405702656)]} 0 2
> [junit4:junit4]   2> 12910 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[98 (-1428496396407799808)]} 0 0
> [junit4:junit4]   2> 12912 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10098 (-1428496396409896960)]} 0 0
> [junit4:junit4]   2> 12914 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[98 (-1428496396409896960)]} 0 1
> [junit4:junit4]   2> 12914 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[98 (-1428496396409896960)]} 0 2
> [junit4:junit4]   2> 12915 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10098 (-1428496396411994112)]} 0 0
> [junit4:junit4]   2> 12916 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10098 (-1428496396411994112)]} 0 2
> [junit4:junit4]   2> 12916 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[115 (1428496396414091264)]} 0 0
> [junit4:junit4]   2> 12918 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10115 (1428496396415139840)]} 0 1
> [junit4:junit4]   2> 12920 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[115 (1428496396416188416)]} 0 1
> [junit4:junit4]   2> 12920 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[115 (1428496396416188416)]} 0 2
> [junit4:junit4]   2> 12921 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10115 (1428496396417236992)]} 0 0
> [junit4:junit4]   2> 12922 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10115 (1428496396417236992)]} 0 3
> [junit4:junit4]   2> 12922 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[99 (-1428496396420382720)]} 0 0
> [junit4:junit4]   2> 12923 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10099 (-1428496396421431296)]} 0 0
> [junit4:junit4]   2> 12925 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[99 (-1428496396421431296)]} 0 0
> [junit4:junit4]   2> 12925 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[99 (-1428496396421431296)]} 0 2
> [junit4:junit4]   2> 12926 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10099 (-1428496396423528448)]} 0 0
> [junit4:junit4]   2> 12927 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10099 (-1428496396423528448)]} 0 2
> [junit4:junit4]   2> 12927 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[116 (1428496396425625600)]} 0 0
> [junit4:junit4]   2> 12929 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10116 (1428496396427722752)]} 0 1
> [junit4:junit4]   2> 12931 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[116 (1428496396427722752)]} 0 0
> [junit4:junit4]   2> 12932 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[116 (1428496396427722752)]} 0 3
> [junit4:junit4]   2> 12933 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10116 (1428496396429819904)]} 0 1
> [junit4:junit4]   2> 12933 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10116 (1428496396429819904)]} 0 2
> [junit4:junit4]   2> 12933 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[101 (-1428496396431917056)]} 0 0
> [junit4:junit4]   2> 12935 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10101 (-1428496396434014208)]} 0 0
> [junit4:junit4]   2> 12936 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[101 (-1428496396434014208)]} 0 0
> [junit4:junit4]   2> 12937 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[101 (-1428496396434014208)]} 0 2
> [junit4:junit4]   2> 12938 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10101 (-1428496396436111360)]} 0 0
> [junit4:junit4]   2> 12938 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10101 (-1428496396436111360)]} 0 1
> [junit4:junit4]   2> 12939 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[117 (1428496396437159936)]} 0 1
> [junit4:junit4]   2> 12940 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10117 (1428496396439257088)]} 0 0
> [junit4:junit4]   2> 12942 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[117 (1428496396439257088)]} 0 0
> [junit4:junit4]   2> 12943 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[117 (1428496396439257088)]} 0 3
> [junit4:junit4]   2> 12944 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10117 (1428496396441354240)]} 0 0
> [junit4:junit4]   2> 12944 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10117 (1428496396441354240)]} 0 2
> [junit4:junit4]   2> 12945 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[118 (1428496396443451392)]} 0 1
> [junit4:junit4]   2> 12947 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10118 (1428496396445548544)]} 0 1
> [junit4:junit4]   2> 12949 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[118 (1428496396445548544)]} 0 1
> [junit4:junit4]   2> 12949 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[118 (1428496396445548544)]} 0 3
> [junit4:junit4]   2> 12950 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10118 (1428496396447645696)]} 0 0
> [junit4:junit4]   2> 12951 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10118 (1428496396447645696)]} 0 3
> [junit4:junit4]   2> 12951 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[102 (-1428496396450791424)]} 0 0
> [junit4:junit4]   2> 12953 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10102 (-1428496396451840000)]} 0 1
> [junit4:junit4]   2> 12954 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[102 (-1428496396452888576)]} 0 0
> [junit4:junit4]   2> 12954 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[102 (-1428496396452888576)]} 0 1
> [junit4:junit4]   2> 12956 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10102 (-1428496396453937152)]} 0 0
> [junit4:junit4]   2> 12956 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10102 (-1428496396453937152)]} 0 2
> [junit4:junit4]   2> 12956 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[119 (1428496396456034304)]} 0 0
> [junit4:junit4]   2> 12958 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10119 (1428496396458131456)]} 0 0
> [junit4:junit4]   2> 12960 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[119 (1428496396458131456)]} 0 0
> [junit4:junit4]   2> 12960 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[119 (1428496396458131456)]} 0 2
> [junit4:junit4]   2> 12962 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10119 (1428496396460228608)]} 0 0
> [junit4:junit4]   2> 12962 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[106 (-1428496396462325760)]} 0 0
> [junit4:junit4]   2> 12962 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10119 (1428496396460228608)]} 0 2
> [junit4:junit4]   2> 12964 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10106 (-1428496396464422912)]} 0 0
> [junit4:junit4]   2> 12965 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[106 (-1428496396464422912)]} 0 0
> [junit4:junit4]   2> 12966 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[106 (-1428496396464422912)]} 0 2
> [junit4:junit4]   2> 12967 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10106 (-1428496396466520064)]} 0 0
> [junit4:junit4]   2> 12967 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10106 (-1428496396466520064)]} 0 1
> [junit4:junit4]   2> 12968 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[120 (1428496396467568640)]} 0 1
> [junit4:junit4]   2> 12970 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10120 (1428496396469665792)]} 0 1
> [junit4:junit4]   2> 12971 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[120 (1428496396469665792)]} 0 0
> [junit4:junit4]   2> 12972 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[120 (1428496396469665792)]} 0 3
> [junit4:junit4]   2> 12973 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10120 (1428496396471762944)]} 0 0
> [junit4:junit4]   2> 12974 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[121 (1428496396473860096)]} 0 1
> [junit4:junit4]   2> 12974 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10120 (1428496396471762944)]} 0 3
> [junit4:junit4]   2> 12976 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10121 (1428496396477005824)]} 0 0
> [junit4:junit4]   2> 12977 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[121 (1428496396475957248)]} 0 0
> [junit4:junit4]   2> 12978 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[121 (1428496396475957248)]} 0 3
> [junit4:junit4]   2> 12979 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10121 (1428496396479102976)]} 0 0
> [junit4:junit4]   2> 12980 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[122 (1428496396481200128)]} 0 1
> [junit4:junit4]   2> 12980 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10121 (1428496396479102976)]} 0 2
> [junit4:junit4]   2> 12982 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10122 (1428496396483297280)]} 0 0
> [junit4:junit4]   2> 12984 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[122 (1428496396483297280)]} 0 1
> [junit4:junit4]   2> 12984 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[122 (1428496396483297280)]} 0 2
> [junit4:junit4]   2> 12986 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10122 (1428496396485394432)]} 0 1
> [junit4:junit4]   2> 12986 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[123 (1428496396487491584)]} 0 0
> [junit4:junit4]   2> 12986 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10122 (1428496396485394432)]} 0 2
> [junit4:junit4]   2> 12988 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10123 (1428496396489588736)]} 0 0
> [junit4:junit4]   2> 12990 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[123 (1428496396489588736)]} 0 0
> [junit4:junit4]   2> 12990 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[123 (1428496396489588736)]} 0 2
> [junit4:junit4]   2> 12992 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10123 (1428496396491685888)]} 0 0
> [junit4:junit4]   2> 12992 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[108 (-1428496396493783040)]} 0 0
> [junit4:junit4]   2> 12992 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10123 (1428496396491685888)]} 0 2
> [junit4:junit4]   2> 12994 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10108 (-1428496396495880192)]} 0 0
> [junit4:junit4]   2> 12995 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[108 (-1428496396495880192)]} 0 0
> [junit4:junit4]   2> 12996 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[108 (-1428496396495880192)]} 0 2
> [junit4:junit4]   2> 12997 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10108 (-1428496396497977344)]} 0 0
> [junit4:junit4]   2> 12998 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10108 (-1428496396497977344)]} 0 2
> [junit4:junit4]   2> 12998 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[124 (1428496396499025920)]} 0 1
> [junit4:junit4]   2> 13000 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10124 (1428496396501123072)]} 0 1
> [junit4:junit4]   2> 13001 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[124 (1428496396501123072)]} 0 0
> [junit4:junit4]   2> 13002 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[124 (1428496396501123072)]} 0 3
> [junit4:junit4]   2> 13003 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10124 (1428496396503220224)]} 0 0
> [junit4:junit4]   2> 13004 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10124 (1428496396503220224)]} 0 3
> [junit4:junit4]   2> 13004 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[125 (1428496396506365952)]} 0 1
> [junit4:junit4]   2> 13006 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10125 (1428496396507414528)]} 0 1
> [junit4:junit4]   2> 13008 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[125 (1428496396507414528)]} 0 1
> [junit4:junit4]   2> 13008 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[125 (1428496396507414528)]} 0 3
> [junit4:junit4]   2> 13009 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10125 (1428496396509511680)]} 0 0
> [junit4:junit4]   2> 13010 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10125 (1428496396509511680)]} 0 3
> [junit4:junit4]   2> 13010 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[126 (1428496396512657408)]} 0 0
> [junit4:junit4]   2> 13012 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10126 (1428496396514754560)]} 0 0
> [junit4:junit4]   2> 13014 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[126 (1428496396514754560)]} 0 0
> [junit4:junit4]   2> 13014 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[126 (1428496396514754560)]} 0 2
> [junit4:junit4]   2> 13016 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10126 (1428496396516851712)]} 0 1
> [junit4:junit4]   2> 13016 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[111 (-1428496396518948864)]} 0 0
> [junit4:junit4]   2> 13016 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10126 (1428496396516851712)]} 0 2
> [junit4:junit4]   2> 13018 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10111 (-1428496396521046016)]} 0 0
> [junit4:junit4]   2> 13019 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[111 (-1428496396521046016)]} 0 0
> [junit4:junit4]   2> 13020 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[111 (-1428496396521046016)]} 0 2
> [junit4:junit4]   2> 13021 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10111 (-1428496396523143168)]} 0 0
> [junit4:junit4]   2> 13022 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10111 (-1428496396523143168)]} 0 2
> [junit4:junit4]   2> 13022 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[127 (1428496396525240320)]} 0 0
> [junit4:junit4]   2> 13024 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10127 (1428496396526288896)]} 0 1
> [junit4:
> 
> [...truncated too long message...]
> 
> 23 maxBlockSize=55), rnd_b=PostingsFormat(name=Direct), intDefault=Pulsing41(freqCutoff=2 minBlockSize=23 maxBlockSize=55), id=PostingsFormat(name=Direct), timestamp=PostingsFormat(name=Memory doPackFST= true), a_t=PostingsFormat(name=Memory doPackFST= true), range_facet_sl=PostingsFormat(name=Direct), range_facet_si=PostingsFormat(name=Memory doPackFST= true), other_tl1=Pulsing41(freqCutoff=2 minBlockSize=23 maxBlockSize=55), multiDefault=PostingsFormat(name=Memory doPackFST= true), a_si=Pulsing41(freqCutoff=2 minBlockSize=23 maxBlockSize=55)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=da, timezone=Jamaica
> [junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Sun Microsystems Inc. 1.6.0_41 (32-bit)/cpus=8,threads=1,free=106327840,total=206815232
> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TestMultiCoreConfBootstrap, PolyFieldTest, TestJmxIntegration, FastVectorHighlighterTest, TestCollationField, FieldAnalysisRequestHandlerTest, LukeRequestHandlerTest, TestCSVLoader, DocumentBuilderTest, HardAutoCommitTest, BasicFunctionalityTest, TestSolrQueryParser, TestHashPartitioner, TestStressLucene, StatsComponentTest, TestWriterPerf, CopyFieldTest, DirectSolrSpellCheckerTest, TestFastLRUCache, UniqFieldsUpdateProcessorFactoryTest, ChaosMonkeySafeLeaderTest, SolrInfoMBeanTest, UpdateParamsTest, TestQueryUtils, CollectionsAPIDistributedZkTest, HighlighterConfigTest, TestRTGBase, TestCharFilters, ConvertedLegacyTest, TestPropInjectDefaults, OverseerTest, RequestHandlersTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestSolr4Spatial, TermVectorComponentTest, ZkNodePropsTest, SystemInfoHandlerTest, TimeZoneUtilsTest, RecoveryZkTest]
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=CD76B629C652B7C3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=Jamaica -Dtests.file.encoding=UTF-8
> [junit4:junit4] ERROR   0.00s J1 | RecoveryZkTest (suite) <<<
> [junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1826, name=coreLoadExecutor-1112-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
> [junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1479)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
> [junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
> [junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
> [junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
> [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:733)
> [junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
> [junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
> [junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
> [junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
> [junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
> [junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> [junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> [junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
> [junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> [junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> [junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
> [junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@b95af9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1231444))
> [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=1828, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
> [junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1479)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
> [junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
> [junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
> [junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
> [junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
> [junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
> [junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
> [junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
> [junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
> [junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@a709f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@eef34f))
> [junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
> [junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4] Completed on J1 in 69.66s, 1 test, 2 errors <<< FAILURES!
> 
> [...truncated 492 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:361: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1207: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:870: There were test failures: 261 suites, 1101 tests, 2 suite-level errors, 13 ignored (7 assumptions)
> 
> Total time: 48 minutes 6 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Description set: Java: 32bit/jdk1.6.0_41 -client -XX:+UseSerialGC
> Email was triggered for: Failure
> Sending email for trigger: Failure
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_41) - Build # 4552 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4552/
Java: 32bit/jdk1.6.0_41 -client -XX:+UseSerialGC

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=1826, name=coreLoadExecutor-1112-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=1826, name=coreLoadExecutor-1112-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1479)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
	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:733)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@b95af9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1231444))
	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=1828, 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=1828, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1479)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@a709f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@eef34f))
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 8433 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T1767 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /zo/f
[junit4:junit4]   2> 3 T1767 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-RecoveryZkTest-1362320311426
[junit4:junit4]   2> 3 T1767 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T1768 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T1768 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T1768 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T1768 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 5 T1768 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T1768 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T1767 oasc.ZkTestServer.run start zk server on port:43648
[junit4:junit4]   2> 104 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@e80eeb
[junit4:junit4]   2> 105 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 105 T1773 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 106 T1773 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
[junit4:junit4]   2> 106 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53655
[junit4:junit4]   2> 106 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53655
[junit4:junit4]   2> 106 T1771 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 164 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850000 with negotiated timeout 10000 for client /127.0.0.1:53655
[junit4:junit4]   2> 164 T1773 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850000, negotiated timeout = 10000
[junit4:junit4]   2> 164 T1774 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e80eeb name:ZooKeeperConnection Watcher:127.0.0.1:43648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 165 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 165 T1767 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 167 T1772 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d309e44850000
[junit4:junit4]   2> 168 T1774 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 168 T1769 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53655 which had sessionid 0x13d309e44850000
[junit4:junit4]   2> 168 T1767 oaz.ZooKeeper.close Session: 0x13d309e44850000 closed
[junit4:junit4]   2> 168 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@14eea30
[junit4:junit4]   2> 169 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 169 T1775 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 169 T1775 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
[junit4:junit4]   2> 170 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53656
[junit4:junit4]   2> 170 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53656
[junit4:junit4]   2> 170 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850001 with negotiated timeout 10000 for client /127.0.0.1:53656
[junit4:junit4]   2> 170 T1775 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850001, negotiated timeout = 10000
[junit4:junit4]   2> 171 T1776 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14eea30 name:ZooKeeperConnection Watcher:127.0.0.1:43648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 171 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 171 T1767 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 173 T1767 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 175 T1767 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 176 T1767 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 178 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 178 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 181 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 182 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 184 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 184 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 186 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 187 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 188 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 188 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 190 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 191 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 194 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 194 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 196 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 196 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 198 T1767 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 198 T1767 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 200 T1772 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d309e44850001
[junit4:junit4]   2> 200 T1776 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 200 T1767 oaz.ZooKeeper.close Session: 0x13d309e44850001 closed
[junit4:junit4]   2> 200 T1769 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53656 which had sessionid 0x13d309e44850001
[junit4:junit4]   2> 257 T1767 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 709 T1767 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52969
[junit4:junit4]   2> 709 T1767 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 710 T1767 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 710 T1767 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623
[junit4:junit4]   2> 710 T1767 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/solr.xml
[junit4:junit4]   2> 711 T1767 oasc.CoreContainer.<init> New CoreContainer 12735384
[junit4:junit4]   2> 711 T1767 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/'
[junit4:junit4]   2> 711 T1767 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/'
[junit4:junit4]   2> 729 T1767 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 730 T1767 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 730 T1767 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 730 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 731 T1767 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 731 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 731 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 732 T1767 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 732 T1767 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 732 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 740 T1767 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 753 T1767 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:43648/solr
[junit4:junit4]   2> 754 T1767 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 754 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@ef1d69
[junit4:junit4]   2> 755 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 755 T1786 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 756 T1786 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
[junit4:junit4]   2> 756 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53657
[junit4:junit4]   2> 756 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53657
[junit4:junit4]   2> 758 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850002 with negotiated timeout 20000 for client /127.0.0.1:53657
[junit4:junit4]   2> 758 T1786 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850002, negotiated timeout = 20000
[junit4:junit4]   2> 758 T1787 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ef1d69 name:ZooKeeperConnection Watcher:127.0.0.1:43648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 758 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 759 T1772 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d309e44850002
[junit4:junit4]   2> 759 T1787 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 759 T1767 oaz.ZooKeeper.close Session: 0x13d309e44850002 closed
[junit4:junit4]   2> 760 T1769 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53657 which had sessionid 0x13d309e44850002
[junit4:junit4]   2> 760 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 763 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@14c8d77
[junit4:junit4]   2> 763 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 763 T1788 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 764 T1788 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
[junit4:junit4]   2> 764 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53658
[junit4:junit4]   2> 764 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53658
[junit4:junit4]   2> 765 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850003 with negotiated timeout 20000 for client /127.0.0.1:53658
[junit4:junit4]   2> 765 T1788 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850003, negotiated timeout = 20000
[junit4:junit4]   2> 765 T1789 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14c8d77 name:ZooKeeperConnection Watcher:127.0.0.1:43648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 766 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 766 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 767 T1767 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 769 T1767 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52969_zo%2Ff
[junit4:junit4]   2> 769 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52969_zo%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52969_zo%2Ff
[junit4:junit4]   2> 770 T1767 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52969_zo%2Ff
[junit4:junit4]   2> 772 T1767 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 775 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 775 T1767 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 777 T1767 oasc.Overseer.start Overseer (id=89281023929810947-127.0.0.1:52969_zo%2Ff-n_0000000000) starting
[junit4:junit4]   2> 778 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 778 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 779 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 780 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 780 T1791 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 781 T1767 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 782 T1767 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 783 T1790 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 786 T1792 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/collection1
[junit4:junit4]   2> 786 T1792 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 787 T1792 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 787 T1792 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 788 T1792 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/collection1/'
[junit4:junit4]   2> 788 T1792 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/collection1/lib/README' to classloader
[junit4:junit4]   2> 789 T1792 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 827 T1792 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 868 T1792 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 869 T1792 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 874 T1792 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1317 T1792 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1331 T1792 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1336 T1792 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1347 T1792 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1352 T1792 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1357 T1792 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1357 T1792 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1358 T1792 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1358 T1792 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1359 T1792 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1359 T1792 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1360 T1792 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362320311623/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data/
[junit4:junit4]   2> 1360 T1792 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ce784b
[junit4:junit4]   2> 1361 T1792 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1361 T1792 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data forceNew:false
[junit4:junit4]   2> 1362 T1792 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data
[junit4:junit4]   2> 1362 T1792 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data/index/
[junit4:junit4]   2> 1362 T1792 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1363 T1792 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data/index forceNew:false
[junit4:junit4]   2> 1364 T1792 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a35011 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1183910),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1365 T1792 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1365 T1792 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data/index
[junit4:junit4]   2> 1367 T1792 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1367 T1792 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1368 T1792 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1368 T1792 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1369 T1792 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1369 T1792 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1369 T1792 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1369 T1792 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1370 T1792 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1371 T1792 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1374 T1792 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data
[junit4:junit4]   2> 1374 T1792 oass.SolrIndexSearcher.<init> Opening Searcher@8b1bf4 main
[junit4:junit4]   2> 1375 T1792 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data/tlog
[junit4:junit4]   2> 1375 T1792 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1375 T1792 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1378 T1793 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8b1bf4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1380 T1792 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1380 T1792 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1380 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2286 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2287 T1790 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52969_zo%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52969/zo/f"}
[junit4:junit4]   2> 2287 T1790 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2287 T1790 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2287 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2291 T1789 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> 2382 T1792 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2382 T1792 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52969/zo/f collection:control_collection shard:shard1
[junit4:junit4]   2> 2383 T1792 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2386 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2387 T1792 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2387 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2388 T1792 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2388 T1792 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2388 T1792 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52969/zo/f/collection1/
[junit4:junit4]   2> 2389 T1792 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2389 T1792 oasc.SyncStrategy.syncToMe http://127.0.0.1:52969/zo/f/collection1/ has no replicas
[junit4:junit4]   2> 2389 T1792 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52969/zo/f/collection1/
[junit4:junit4]   2> 2389 T1792 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2391 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3793 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3800 T1789 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> 3845 T1792 oasc.ZkController.register We are http://127.0.0.1:52969/zo/f/collection1/ and leader is http://127.0.0.1:52969/zo/f/collection1/
[junit4:junit4]   2> 3846 T1792 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52969/zo/f
[junit4:junit4]   2> 3846 T1792 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3846 T1792 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3846 T1792 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3848 T1792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3848 T1767 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3849 T1767 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3849 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3852 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3853 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1dc9978
[junit4:junit4]   2> 3853 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3853 T1795 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3854 T1795 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
[junit4:junit4]   2> 3854 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53660
[junit4:junit4]   2> 3854 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53660
[junit4:junit4]   2> 3856 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850004 with negotiated timeout 10000 for client /127.0.0.1:53660
[junit4:junit4]   2> 3856 T1795 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850004, negotiated timeout = 10000
[junit4:junit4]   2> 3856 T1796 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dc9978 name:ZooKeeperConnection Watcher:127.0.0.1:43648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3856 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3857 T1767 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3859 T1767 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3919 T1767 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3921 T1767 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51722
[junit4:junit4]   2> 3921 T1767 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3922 T1767 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3922 T1767 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282
[junit4:junit4]   2> 3923 T1767 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/solr.xml
[junit4:junit4]   2> 3923 T1767 oasc.CoreContainer.<init> New CoreContainer 8221353
[junit4:junit4]   2> 3923 T1767 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/'
[junit4:junit4]   2> 3924 T1767 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/'
[junit4:junit4]   2> 3942 T1767 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3943 T1767 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3943 T1767 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3943 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3943 T1767 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3944 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3944 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3944 T1767 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3945 T1767 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3945 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3952 T1767 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3966 T1767 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:43648/solr
[junit4:junit4]   2> 3967 T1767 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3967 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c70eac
[junit4:junit4]   2> 3968 T1806 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3968 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3969 T1806 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
[junit4:junit4]   2> 3969 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53661
[junit4:junit4]   2> 3969 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53661
[junit4:junit4]   2> 3970 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850005 with negotiated timeout 20000 for client /127.0.0.1:53661
[junit4:junit4]   2> 3970 T1806 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850005, negotiated timeout = 20000
[junit4:junit4]   2> 3970 T1807 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c70eac name:ZooKeeperConnection Watcher:127.0.0.1:43648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3970 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3971 T1772 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d309e44850005
[junit4:junit4]   2> 3972 T1807 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3972 T1769 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53661 which had sessionid 0x13d309e44850005
[junit4:junit4]   2> 3972 T1767 oaz.ZooKeeper.close Session: 0x13d309e44850005 closed
[junit4:junit4]   2> 3972 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3975 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@177134d
[junit4:junit4]   2> 3975 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3975 T1808 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3976 T1808 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
[junit4:junit4]   2> 3976 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53662
[junit4:junit4]   2> 3976 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53662
[junit4:junit4]   2> 3977 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850006 with negotiated timeout 20000 for client /127.0.0.1:53662
[junit4:junit4]   2> 3977 T1808 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850006, negotiated timeout = 20000
[junit4:junit4]   2> 3977 T1809 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@177134d name:ZooKeeperConnection Watcher:127.0.0.1:43648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3978 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3978 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3979 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3980 T1767 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4982 T1767 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51722_zo%2Ff
[junit4:junit4]   2> 4983 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51722_zo%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51722_zo%2Ff
[junit4:junit4]   2> 4983 T1767 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51722_zo%2Ff
[junit4:junit4]   2> 4985 T1789 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4986 T1796 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4986 T1789 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> 4986 T1809 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4990 T1810 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/collection1
[junit4:junit4]   2> 4991 T1810 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4991 T1810 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4991 T1810 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4992 T1810 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/collection1/'
[junit4:junit4]   2> 4993 T1810 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/collection1/lib/README' to classloader
[junit4:junit4]   2> 4993 T1810 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5030 T1810 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5083 T1810 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5083 T1810 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5090 T1810 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5303 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5304 T1790 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":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:52969_zo%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52969/zo/f"}
[junit4:junit4]   2> 5306 T1809 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> 5306 T1796 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> 5306 T1789 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> 5538 T1810 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5544 T1810 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5547 T1810 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5556 T1810 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5559 T1810 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5562 T1810 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5563 T1810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5563 T1810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5564 T1810 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5564 T1810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5564 T1810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5565 T1810 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362320315282/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1/
[junit4:junit4]   2> 5565 T1810 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ce784b
[junit4:junit4]   2> 5565 T1810 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5566 T1810 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1 forceNew:false
[junit4:junit4]   2> 5566 T1810 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1
[junit4:junit4]   2> 5566 T1810 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1/index/
[junit4:junit4]   2> 5566 T1810 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5567 T1810 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1/index forceNew:false
[junit4:junit4]   2> 5568 T1810 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@8a22c9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4700ae),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5568 T1810 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5568 T1810 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1/index
[junit4:junit4]   2> 5570 T1810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5570 T1810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5570 T1810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5571 T1810 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5571 T1810 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5571 T1810 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5572 T1810 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5572 T1810 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5572 T1810 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5574 T1810 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5586 T1810 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1
[junit4:junit4]   2> 5587 T1810 oass.SolrIndexSearcher.<init> Opening Searcher@78203a main
[junit4:junit4]   2> 5587 T1810 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1/tlog
[junit4:junit4]   2> 5588 T1810 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5588 T1810 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5593 T1811 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@78203a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5595 T1810 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5595 T1810 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6809 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6810 T1790 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51722_zo%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51722/zo/f"}
[junit4:junit4]   2> 6810 T1790 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6810 T1790 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6813 T1789 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> 6814 T1796 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> 6814 T1809 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> 7596 T1810 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7597 T1810 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51722/zo/f collection:collection1 shard:shard1
[junit4:junit4]   2> 7597 T1810 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7601 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850006 type:delete cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7601 T1810 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7601 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850006 type:create cxid:0x47 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7602 T1810 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7602 T1810 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7603 T1810 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51722/zo/f/collection1/
[junit4:junit4]   2> 7603 T1810 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7603 T1810 oasc.SyncStrategy.syncToMe http://127.0.0.1:51722/zo/f/collection1/ has no replicas
[junit4:junit4]   2> 7603 T1810 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51722/zo/f/collection1/
[junit4:junit4]   2> 7603 T1810 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7605 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850006 type:create cxid:0x51 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8317 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8321 T1789 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> 8321 T1796 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> 8321 T1809 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> 8358 T1810 oasc.ZkController.register We are http://127.0.0.1:51722/zo/f/collection1/ and leader is http://127.0.0.1:51722/zo/f/collection1/
[junit4:junit4]   2> 8358 T1810 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51722/zo/f
[junit4:junit4]   2> 8358 T1810 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8358 T1810 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8358 T1810 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8359 T1810 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8360 T1767 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8360 T1767 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8361 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8426 T1767 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8429 T1767 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58177
[junit4:junit4]   2> 8429 T1767 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8429 T1767 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8430 T1767 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787
[junit4:junit4]   2> 8430 T1767 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/solr.xml
[junit4:junit4]   2> 8430 T1767 oasc.CoreContainer.<init> New CoreContainer 23764972
[junit4:junit4]   2> 8431 T1767 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/'
[junit4:junit4]   2> 8431 T1767 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/'
[junit4:junit4]   2> 8450 T1767 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8451 T1767 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8451 T1767 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8452 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8452 T1767 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8452 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8453 T1767 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8453 T1767 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8454 T1767 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8454 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8461 T1767 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8476 T1767 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:43648/solr
[junit4:junit4]   2> 8476 T1767 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8476 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@a70099
[junit4:junit4]   2> 8477 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8477 T1822 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8478 T1822 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
[junit4:junit4]   2> 8478 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53664
[junit4:junit4]   2> 8479 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53664
[junit4:junit4]   2> 8479 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850007 with negotiated timeout 20000 for client /127.0.0.1:53664
[junit4:junit4]   2> 8479 T1822 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850007, negotiated timeout = 20000
[junit4:junit4]   2> 8480 T1823 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a70099 name:ZooKeeperConnection Watcher:127.0.0.1:43648 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8480 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8481 T1772 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d309e44850007
[junit4:junit4]   2> 8481 T1823 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8481 T1769 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53664 which had sessionid 0x13d309e44850007
[junit4:junit4]   2> 8481 T1767 oaz.ZooKeeper.close Session: 0x13d309e44850007 closed
[junit4:junit4]   2> 8482 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8484 T1767 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43648/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@a42d42
[junit4:junit4]   2> 8485 T1824 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43648. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8485 T1767 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8485 T1824 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43648, initiating session
[junit4:junit4]   2> 8486 T1769 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53665
[junit4:junit4]   2> 8486 T1769 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53665
[junit4:junit4]   2> 8486 T1771 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d309e44850008 with negotiated timeout 20000 for client /127.0.0.1:53665
[junit4:junit4]   2> 8486 T1824 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43648, sessionid = 0x13d309e44850008, negotiated timeout = 20000
[junit4:junit4]   2> 8487 T1825 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a42d42 name:ZooKeeperConnection Watcher:127.0.0.1:43648/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8487 T1767 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8488 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8488 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8489 T1767 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9491 T1767 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58177_zo%2Ff
[junit4:junit4]   2> 9492 T1772 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d309e44850008 type:delete cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:58177_zo%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:58177_zo%2Ff
[junit4:junit4]   2> 9492 T1767 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58177_zo%2Ff
[junit4:junit4]   2> 9494 T1809 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> 9494 T1789 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9495 T1789 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> 9495 T1796 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9495 T1796 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> 9495 T1825 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9496 T1809 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9502 T1826 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/collection1
[junit4:junit4]   2> 9502 T1826 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9502 T1826 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9503 T1826 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9504 T1826 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/collection1/'
[junit4:junit4]   2> 9504 T1826 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/collection1/lib/README' to classloader
[junit4:junit4]   2> 9504 T1826 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9538 T1826 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9591 T1826 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9592 T1826 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9597 T1826 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9824 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9825 T1790 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":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:51722_zo%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51722/zo/f"}
[junit4:junit4]   2> 9837 T1796 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> 9837 T1809 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> 9837 T1789 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> 9837 T1825 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> 10095 T1826 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10104 T1826 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10109 T1826 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10118 T1826 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10124 T1826 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10128 T1826 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10129 T1826 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10130 T1826 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10130 T1826 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10131 T1826 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10131 T1826 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10131 T1826 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362320319787/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2/
[junit4:junit4]   2> 10132 T1826 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ce784b
[junit4:junit4]   2> 10132 T1826 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10133 T1826 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2 forceNew:false
[junit4:junit4]   2> 10133 T1826 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2
[junit4:junit4]   2> 10133 T1826 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2/index/
[junit4:junit4]   2> 10134 T1826 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10134 T1826 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2/index forceNew:false
[junit4:junit4]   2> 10136 T1826 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13cd86d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e80d90),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10136 T1826 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10136 T1826 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2/index
[junit4:junit4]   2> 10138 T1826 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10139 T1826 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10139 T1826 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10140 T1826 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10141 T1826 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10141 T1826 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10141 T1826 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10142 T1826 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10143 T1826 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10145 T1826 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10148 T1826 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2
[junit4:junit4]   2> 10148 T1826 oass.SolrIndexSearcher.<init> Opening Searcher@fc63b4 main
[junit4:junit4]   2> 10148 T1826 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2/tlog
[junit4:junit4]   2> 10149 T1826 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10149 T1826 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10153 T1827 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fc63b4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10155 T1826 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10155 T1826 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11340 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11340 T1790 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58177_zo%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58177/zo/f"}
[junit4:junit4]   2> 11340 T1790 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11341 T1790 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11343 T1789 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> 11343 T1825 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> 11343 T1809 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> 11343 T1796 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> 12157 T1826 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12158 T1826 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58177/zo/f collection:collection1 shard:shard1
[junit4:junit4]   2> 12160 T1826 oasc.ZkController.register We are http://127.0.0.1:58177/zo/f/collection1/ and leader is http://127.0.0.1:51722/zo/f/collection1/
[junit4:junit4]   2> 12160 T1826 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58177/zo/f
[junit4:junit4]   2> 12160 T1826 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12160 T1826 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C120 name=collection1 org.apache.solr.core.SolrCore@1a48776 url=http://127.0.0.1:58177/zo/f/collection1 node=127.0.0.1:58177_zo%2Ff C120_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:58177_zo%2Ff, base_url=http://127.0.0.1:58177/zo/f}
[junit4:junit4]   2> 12161 T1828 C120 P58177 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12161 T1828 C120 P58177 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12161 T1826 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12161 T1828 C120 P58177 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12161 T1828 C120 P58177 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12162 T1767 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12162 T1828 C120 P58177 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12162 T1767 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12163 T1767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12166 T1767 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C121 name=collection1 org.apache.solr.core.SolrCore@57d912 url=http://127.0.0.1:52969/zo/f/collection1 node=127.0.0.1:52969_zo%2Ff C121_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:52969_zo%2Ff, base_url=http://127.0.0.1:52969/zo/f, leader=true}
[junit4:junit4]   2> 12182 T1782 C121 P52969 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/control/data
[junit4:junit4]   2> 12183 T1782 C121 P52969 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a35011 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1183910),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12184 T1782 C121 P52969 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12185 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10001 (1428496395644436480)]} 0 3
[junit4:junit4]   2> 12186 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[1 (1428496395646533632)]} 0 2
[junit4:junit4]   2> ASYNC  NEW_CORE C122 name=collection1 org.apache.solr.core.SolrCore@14c749b url=http://127.0.0.1:51722/zo/f/collection1 node=127.0.0.1:51722_zo%2Ff C122_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51722_zo%2Ff, base_url=http://127.0.0.1:51722/zo/f, leader=true}
[junit4:junit4]   2> 12193 T1803 C122 P51722 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty1
[junit4:junit4]   2> 12194 T1803 C122 P51722 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@8a22c9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4700ae),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12194 T1803 C122 P51722 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12196 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[1 (1428496395655970816)]} 0 4
[junit4:junit4]   2> 12196 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10001 (1428496395655970817)]} 0 3
[junit4:junit4]   2> 12198 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10001 (-1428496395661213696)]} 0 0
[junit4:junit4]   2> 12198 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[1 (-1428496395661213697)]} 0 0
[junit4:junit4]   2> 12200 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[1 (-1428496395663310848)]} 0 0
[junit4:junit4]   2> 12200 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10001 (-1428496395663310849)]} 0 0
[junit4:junit4]   2> 12202 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[2 (1428496395665408000)]} 0 0
[junit4:junit4]   2> 12203 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10002 (1428496395665408001)]} 0 1
[junit4:junit4]   2> 12204 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[2 (1428496395667505152)]} 0 0
[junit4:junit4]   2> 12205 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10002 (1428496395668553728)]} 0 0
[junit4:junit4]   2> 12207 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[3 (1428496395669602304)]} 0 1
[junit4:junit4]   2> 12207 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10003 (1428496395670650880)]} 0 0
[junit4:junit4]   2> 12209 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[3 (1428496395671699456)]} 0 1
[junit4:junit4]   2> 12209 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10003 (1428496395672748032)]} 0 0
[junit4:junit4]   2> 12211 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[4 (1428496395673796608)]} 0 1
[junit4:junit4]   2> 12211 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10004 (1428496395674845184)]} 0 0
[junit4:junit4]   2> 12213 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[4 (1428496395675893760)]} 0 1
[junit4:junit4]   2> 12213 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10004 (1428496395676942336)]} 0 0
[junit4:junit4]   2> 12215 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[5 (1428496395677990912)]} 0 1
[junit4:junit4]   2> 12215 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10005 (1428496395679039488)]} 0 0
[junit4:junit4]   2> 12216 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[5 (1428496395680088064)]} 0 0
[junit4:junit4]   2> 12217 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10005 (1428496395681136640)]} 0 0
[junit4:junit4]   2> 12218 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[5 (-1428496395682185216)]} 0 0
[junit4:junit4]   2> 12219 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10005 (-1428496395683233792)]} 0 0
[junit4:junit4]   2> 12220 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[5 (-1428496395684282368)]} 0 0
[junit4:junit4]   2> 12221 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10005 (-1428496395685330944)]} 0 1
[junit4:junit4]   2> 12222 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[6 (1428496395686379520)]} 0 0
[junit4:junit4]   2> 12222 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10006 (1428496395686379521)]} 0 0
[junit4:junit4]   2> 12224 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[6 (1428496395688476672)]} 0 0
[junit4:junit4]   2> 12224 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10006 (1428496395688476673)]} 0 0
[junit4:junit4]   2> 12226 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[7 (1428496395690573824)]} 0 0
[junit4:junit4]   2> 12226 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10007 (1428496395690573825)]} 0 0
[junit4:junit4]   2> 12228 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[7 (1428496395692670976)]} 0 0
[junit4:junit4]   2> 12229 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10007 (1428496395692670977)]} 0 1
[junit4:junit4]   2> 12230 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[6 (-1428496395694768128)]} 0 0
[junit4:junit4]   2> 12230 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[10006 (-1428496395694768129)]} 0 0
[junit4:junit4]   2> 12231 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[6 (-1428496395695816704)]} 0 0
[junit4:junit4]   2> 12232 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10006 (-1428496395696865280)]} 0 0
[junit4:junit4]   2> 12233 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[8 (1428496395697913856)]} 0 0
[junit4:junit4]   2> 12234 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10008 (1428496395698962432)]} 0 1
[junit4:junit4]   2> 12235 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[8 (1428496395700011008)]} 0 0
[junit4:junit4]   2> 12236 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10008 (1428496395701059584)]} 0 0
[junit4:junit4]   2> 12237 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[9 (1428496395702108160)]} 0 0
[junit4:junit4]   2> 12238 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10009 (1428496395703156736)]} 0 0
[junit4:junit4]   2> 12239 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[9 (1428496395704205312)]} 0 0
[junit4:junit4]   2> 12240 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10009 (1428496395705253888)]} 0 0
[junit4:junit4]   2> 12241 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[8 (-1428496395706302464)]} 0 0
[junit4:junit4]   2> 12242 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10008 (-1428496395707351040)]} 0 0
[junit4:junit4]   2> 12242 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[8 (-1428496395707351040)]} 0 0
[junit4:junit4]   2> 12243 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10008 (-1428496395708399616)]} 0 0
[junit4:junit4]   2> 12245 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10 (1428496395709448192)]} 0 1
[junit4:junit4]   2> 12246 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10010 (1428496395710496768)]} 0 1
[junit4:junit4]   2> 12247 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10 (1428496395711545344)]} 0 1
[junit4:junit4]   2> 12248 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10010 (1428496395712593920)]} 0 1
[junit4:junit4]   2> 12249 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[11 (1428496395713642496)]} 0 1
[junit4:junit4]   2> 12250 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10011 (1428496395715739648)]} 0 0
[junit4:junit4]   2> 12251 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[11 (1428496395715739648)]} 0 1
[junit4:junit4]   2> 12252 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10011 (1428496395717836800)]} 0 0
[junit4:junit4]   2> 12253 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[12 (1428496395717836800)]} 0 1
[junit4:junit4]   2> 12254 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10012 (1428496395719933952)]} 0 0
[junit4:junit4]   2> 12254 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[12 (1428496395719933952)]} 0 0
[junit4:junit4]   2> 12256 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10012 (1428496395722031104)]} 0 0
[junit4:junit4]   2> 12256 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[13 (1428496395722031104)]} 0 0
[junit4:junit4]   2> 12258 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10013 (1428496395724128256)]} 0 0
[junit4:junit4]   2> 12258 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[13 (1428496395724128256)]} 0 0
[junit4:junit4]   2> 12260 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10013 (1428496395726225408)]} 0 0
[junit4:junit4]   2> 12260 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[14 (1428496395726225408)]} 0 0
[junit4:junit4]   2> 12263 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10014 (1428496395728322560)]} 0 1
[junit4:junit4]   2> 12263 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[14 (1428496395729371136)]} 0 1
[junit4:junit4]   2> 12265 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10014 (1428496395731468288)]} 0 0
[junit4:junit4]   2> 12265 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[9 (-1428496395731468288)]} 0 0
[junit4:junit4]   2> 12267 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10009 (-1428496395733565440)]} 0 0
[junit4:junit4]   2> 12267 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[9 (-1428496395733565440)]} 0 0
[junit4:junit4]   2> 12268 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10009 (-1428496395734614016)]} 0 0
[junit4:junit4]   2> 12269 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[15 (1428496395735662592)]} 0 1
[junit4:junit4]   2> 12271 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10015 (1428496395736711168)]} 0 1
[junit4:junit4]   2> 12271 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[15 (1428496395736711168)]} 0 1
[junit4:junit4]   2> 12273 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10015 (1428496395738808320)]} 0 1
[junit4:junit4]   2> 12273 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[16 (1428496395738808320)]} 0 1
[junit4:junit4]   2> 12275 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10016 (1428496395740905472)]} 0 1
[junit4:junit4]   2> 12275 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[16 (1428496395741954048)]} 0 0
[junit4:junit4]   2> 12277 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10016 (1428496395744051200)]} 0 1
[junit4:junit4]   2> 12277 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[17 (1428496395744051200)]} 0 0
[junit4:junit4]   2> 12279 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10017 (1428496395746148352)]} 0 0
[junit4:junit4]   2> 12279 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[17 (1428496395746148352)]} 0 0
[junit4:junit4]   2> 12281 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[18 (1428496395748245504)]} 0 0
[junit4:junit4]   2> 12281 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10017 (1428496395748245504)]} 0 0
[junit4:junit4]   2> 12283 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[18 (1428496395750342656)]} 0 0
[junit4:junit4]   2> 12283 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10018 (1428496395750342656)]} 0 0
[junit4:junit4]   2> 12285 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10 (-1428496395752439808)]} 0 0
[junit4:junit4]   2> 12286 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10018 (1428496395752439808)]} 0 1
[junit4:junit4]   2> 12287 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10 (-1428496395754536960)]} 0 0
[junit4:junit4]   2> 12287 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10010 (-1428496395754536960)]} 0 0
[junit4:junit4]   2> 12289 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[19 (1428496395756634112)]} 0 0
[junit4:junit4]   2> 12289 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10010 (-1428496395756634112)]} 0 0
[junit4:junit4]   2> 12291 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[19 (1428496395758731264)]} 0 0
[junit4:junit4]   2> 12291 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10019 (1428496395758731264)]} 0 0
[junit4:junit4]   2> 12293 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[20 (1428496395760828416)]} 0 0
[junit4:junit4]   2> 12293 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10019 (1428496395760828416)]} 0 0
[junit4:junit4]   2> 12295 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[20 (1428496395762925568)]} 0 0
[junit4:junit4]   2> 12296 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10020 (1428496395762925568)]} 0 1
[junit4:junit4]   2> 12297 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[21 (1428496395765022720)]} 0 0
[junit4:junit4]   2> 12298 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10020 (1428496395765022720)]} 0 1
[junit4:junit4]   2> 12299 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[21 (1428496395767119872)]} 0 0
[junit4:junit4]   2> 12300 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10021 (1428496395767119872)]} 0 1
[junit4:junit4]   2> 12301 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[11 (-1428496395769217024)]} 0 0
[junit4:junit4]   2> 12302 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10021 (1428496395770265600)]} 0 0
[junit4:junit4]   2> 12303 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[11 (-1428496395771314176)]} 0 0
[junit4:junit4]   2> 12304 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10011 (-1428496395772362752)]} 0 1
[junit4:junit4]   2> 12305 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[22 (1428496395772362753)]} 0 1
[junit4:junit4]   2> 12305 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10011 (-1428496395773411328)]} 0 0
[junit4:junit4]   2> 12307 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[22 (1428496395775508480)]} 0 0
[junit4:junit4]   2> 12308 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10022 (1428496395775508480)]} 0 1
[junit4:junit4]   2> 12309 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[12 (-1428496395777605632)]} 0 0
[junit4:junit4]   2> 12310 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10022 (1428496395777605632)]} 0 1
[junit4:junit4]   2> 12310 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[12 (-1428496395778654208)]} 0 0
[junit4:junit4]   2> 12311 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10012 (-1428496395779702784)]} 0 0
[junit4:junit4]   2> 12313 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[23 (1428496395780751360)]} 0 1
[junit4:junit4]   2> 12313 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10012 (-1428496395781799936)]} 0 0
[junit4:junit4]   2> 12315 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[23 (1428496395782848512)]} 0 1
[junit4:junit4]   2> 12315 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10023 (1428496395783897088)]} 0 0
[junit4:junit4]   2> 12317 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[13 (-1428496395784945664)]} 0 1
[junit4:junit4]   2> 12317 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10023 (1428496395785994240)]} 0 0
[junit4:junit4]   2> 12318 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[13 (-1428496395787042816)]} 0 0
[junit4:junit4]   2> 12319 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10013 (-1428496395788091392)]} 0 0
[junit4:junit4]   2> 12320 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[24 (1428496395789139968)]} 0 0
[junit4:junit4]   2> 12321 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10013 (-1428496395790188544)]} 0 0
[junit4:junit4]   2> 12323 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10024 (1428496395791237120)]} 0 1
[junit4:junit4]   2> 12323 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[24 (1428496395791237120)]} 0 1
[junit4:junit4]   2> 12325 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10024 (1428496395793334272)]} 0 1
[junit4:junit4]   2> 12325 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[14 (-1428496395794382848)]} 0 0
[junit4:junit4]   2> 12326 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10014 (-1428496395795431424)]} 0 0
[junit4:junit4]   2> 12326 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[14 (-1428496395795431424)]} 0 0
[junit4:junit4]   2> 12328 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10014 (-1428496395797528576)]} 0 0
[junit4:junit4]   2> 12329 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[25 (1428496395797528576)]} 0 1
[junit4:junit4]   2> 12330 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10025 (1428496395799625728)]} 0 0
[junit4:junit4]   2> 12330 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[25 (1428496395799625728)]} 0 0
[junit4:junit4]   2> 12332 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[15 (-1428496395801722880)]} 0 0
[junit4:junit4]   2> 12332 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10025 (1428496395801722880)]} 0 0
[junit4:junit4]   2> 12334 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[15 (-1428496395803820032)]} 0 0
[junit4:junit4]   2> 12334 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10015 (-1428496395803820032)]} 0 0
[junit4:junit4]   2> 12336 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10015 (-1428496395805917184)]} 0 0
[junit4:junit4]   2> 12336 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[26 (1428496395805917184)]} 0 0
[junit4:junit4]   2> 12338 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10026 (1428496395808014336)]} 0 0
[junit4:junit4]   2> 12338 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[26 (1428496395808014336)]} 0 0
[junit4:junit4]   2> 12340 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[27 (1428496395810111488)]} 0 0
[junit4:junit4]   2> 12340 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10026 (1428496395810111488)]} 0 0
[junit4:junit4]   2> 12342 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[27 (1428496395812208640)]} 0 0
[junit4:junit4]   2> 12342 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10027 (1428496395812208640)]} 0 0
[junit4:junit4]   2> 12344 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[17 (-1428496395814305792)]} 0 0
[junit4:junit4]   2> 12344 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10027 (1428496395814305792)]} 0 0
[junit4:junit4]   2> 12346 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[17 (-1428496395816402944)]} 0 0
[junit4:junit4]   2> 12346 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10017 (-1428496395816402944)]} 0 0
[junit4:junit4]   2> 12348 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[28 (1428496395817451520)]} 0 1
[junit4:junit4]   2> 12348 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10017 (-1428496395818500096)]} 0 0
[junit4:junit4]   2> 12350 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[28 (1428496395820597248)]} 0 0
[junit4:junit4]   2> 12350 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10028 (1428496395820597248)]} 0 0
[junit4:junit4]   2> 12352 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[18 (-1428496395822694400)]} 0 0
[junit4:junit4]   2> 12353 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10028 (1428496395822694400)]} 0 1
[junit4:junit4]   2> 12354 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[18 (-1428496395824791552)]} 0 0
[junit4:junit4]   2> 12355 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10018 (-1428496395825840128)]} 0 0
[junit4:junit4]   2> 12357 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10018 (-1428496395827937280)]} 0 0
[junit4:junit4]   2> 12357 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[29 (1428496395826888704)]} 0 1
[junit4:junit4]   2> 12359 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10029 (1428496395830034432)]} 0 0
[junit4:junit4]   2> 12360 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[29 (1428496395830034432)]} 0 1
[junit4:junit4]   2> 12362 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10029 (1428496395832131584)]} 0 1
[junit4:junit4]   2> 12362 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[25 (-1428496395833180160)]} 0 0
[junit4:junit4]   2> 12364 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10025 (-1428496395835277312)]} 0 0
[junit4:junit4]   2> 12364 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[25 (-1428496395835277312)]} 0 0
[junit4:junit4]   2> 12366 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10025 (-1428496395837374464)]} 0 0
[junit4:junit4]   2> 12367 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[30 (1428496395837374464)]} 0 1
[junit4:junit4]   2> 12368 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10030 (1428496395839471616)]} 0 0
[junit4:junit4]   2> 12369 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[30 (1428496395839471616)]} 0 1
[junit4:junit4]   2> 12370 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10030 (1428496395841568768)]} 0 0
[junit4:junit4]   2> 12370 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[27 (-1428496395841568768)]} 0 0
[junit4:junit4]   2> 12372 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10027 (-1428496395843665920)]} 0 0
[junit4:junit4]   2> 12372 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[27 (-1428496395843665920)]} 0 0
[junit4:junit4]   2> 12373 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10027 (-1428496395844714496)]} 0 0
[junit4:junit4]   2> 12374 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[31 (1428496395845763072)]} 0 0
[junit4:junit4]   2> 12376 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10031 (1428496395846811648)]} 0 1
[junit4:junit4]   2> 12376 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[31 (1428496395847860224)]} 0 0
[junit4:junit4]   2> 12378 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10031 (1428496395848908800)]} 0 1
[junit4:junit4]   2> 12378 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[28 (-1428496395849957376)]} 0 0
[junit4:junit4]   2> 12380 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10028 (-1428496395852054528)]} 0 0
[junit4:junit4]   2> 12380 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[28 (-1428496395852054528)]} 0 0
[junit4:junit4]   2> 12381 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10028 (-1428496395853103104)]} 0 0
[junit4:junit4]   2> 12382 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[32 (1428496395854151680)]} 0 0
[junit4:junit4]   2> 12383 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10032 (1428496395855200256)]} 0 0
[junit4:junit4]   2> 12384 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[32 (1428496395856248832)]} 0 0
[junit4:junit4]   2> 12385 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10032 (1428496395857297408)]} 0 0
[junit4:junit4]   2> 12386 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[31 (-1428496395858345984)]} 0 0
[junit4:junit4]   2> 12387 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10031 (-1428496395859394560)]} 0 0
[junit4:junit4]   2> 12388 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[31 (-1428496395860443136)]} 0 0
[junit4:junit4]   2> 12389 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10031 (-1428496395861491712)]} 0 0
[junit4:junit4]   2> 12390 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[33 (1428496395862540288)]} 0 0
[junit4:junit4]   2> 12391 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10033 (1428496395863588864)]} 0 0
[junit4:junit4]   2> 12392 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[33 (1428496395864637440)]} 0 1
[junit4:junit4]   2> 12393 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10033 (1428496395865686016)]} 0 0
[junit4:junit4]   2> 12394 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[34 (1428496395866734592)]} 0 0
[junit4:junit4]   2> 12395 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10034 (1428496395867783168)]} 0 0
[junit4:junit4]   2> 12396 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[34 (1428496395868831744)]} 0 0
[junit4:junit4]   2> 12397 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10034 (1428496395869880320)]} 0 0
[junit4:junit4]   2> 12398 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[33 (-1428496395870928896)]} 0 0
[junit4:junit4]   2> 12399 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10033 (-1428496395871977472)]} 0 0
[junit4:junit4]   2> 12400 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[33 (-1428496395873026048)]} 0 0
[junit4:junit4]   2> 12401 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10033 (-1428496395874074624)]} 0 0
[junit4:junit4]   2> 12402 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[35 (1428496395874074624)]} 0 1
[junit4:junit4]   2> 12403 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10035 (1428496395875123200)]} 0 1
[junit4:junit4]   2> 12404 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[35 (1428496395876171776)]} 0 1
[junit4:junit4]   2> 12405 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10035 (1428496395877220352)]} 0 1
[junit4:junit4]   2> 12405 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[35 (-1428496395878268928)]} 0 0
[junit4:junit4]   2> 12406 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10035 (-1428496395879317504)]} 0 0
[junit4:junit4]   2> 12407 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[35 (-1428496395880366080)]} 0 0
[junit4:junit4]   2> 12408 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10035 (-1428496395881414656)]} 0 0
[junit4:junit4]   2> 12409 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[36 (1428496395882463232)]} 0 0
[junit4:junit4]   2> 12410 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10036 (1428496395883511808)]} 0 0
[junit4:junit4]   2> 12411 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[36 (1428496395884560384)]} 0 0
[junit4:junit4]   2> 12412 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10036 (1428496395885608960)]} 0 0
[junit4:junit4]   2> 12413 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[37 (1428496395886657536)]} 0 0
[junit4:junit4]   2> 12414 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10037 (1428496395887706112)]} 0 0
[junit4:junit4]   2> 12415 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[37 (1428496395888754688)]} 0 0
[junit4:junit4]   2> 12416 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10037 (1428496395889803264)]} 0 0
[junit4:junit4]   2> 12417 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[38 (1428496395890851840)]} 0 0
[junit4:junit4]   2> 12418 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10038 (1428496395891900416)]} 0 0
[junit4:junit4]   2> 12419 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[38 (1428496395892948992)]} 0 0
[junit4:junit4]   2> 12420 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10038 (1428496395893997568)]} 0 0
[junit4:junit4]   2> 12421 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[39 (1428496395895046144)]} 0 0
[junit4:junit4]   2> 12422 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10039 (1428496395896094720)]} 0 0
[junit4:junit4]   2> 12423 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[39 (1428496395897143296)]} 0 0
[junit4:junit4]   2> 12424 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10039 (1428496395898191872)]} 0 0
[junit4:junit4]   2> 12425 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[39 (-1428496395899240448)]} 0 0
[junit4:junit4]   2> 12426 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10039 (-1428496395900289024)]} 0 0
[junit4:junit4]   2> 12427 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[39 (-1428496395901337600)]} 0 0
[junit4:junit4]   2> 12428 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10039 (-1428496395902386176)]} 0 0
[junit4:junit4]   2> 12429 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[40 (1428496395902386176)]} 0 1
[junit4:junit4]   2> 12430 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10040 (1428496395904483328)]} 0 0
[junit4:junit4]   2> 12431 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[40 (1428496395904483328)]} 0 1
[junit4:junit4]   2> 12432 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10040 (1428496395906580480)]} 0 0
[junit4:junit4]   2> 12433 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[41 (1428496395906580480)]} 0 1
[junit4:junit4]   2> 12434 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10041 (1428496395908677632)]} 0 0
[junit4:junit4]   2> 12435 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[41 (1428496395908677632)]} 0 1
[junit4:junit4]   2> 12436 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10041 (1428496395910774784)]} 0 0
[junit4:junit4]   2> 12437 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[42 (1428496395911823360)]} 0 0
[junit4:junit4]   2> 12438 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10042 (1428496395912871936)]} 0 0
[junit4:junit4]   2> 12439 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[42 (1428496395913920512)]} 0 0
[junit4:junit4]   2> 12440 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10042 (1428496395914969088)]} 0 0
[junit4:junit4]   2> 12441 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[42 (-1428496395916017664)]} 0 0
[junit4:junit4]   2> 12442 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10042 (-1428496395917066240)]} 0 0
[junit4:junit4]   2> 12442 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[42 (-1428496395917066240)]} 0 0
[junit4:junit4]   2> 12444 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10042 (-1428496395919163392)]} 0 1
[junit4:junit4]   2> 12445 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[43 (1428496395919163392)]} 0 1
[junit4:junit4]   2> 12446 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10043 (1428496395920211968)]} 0 1
[junit4:junit4]   2> 12447 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[43 (1428496395922309120)]} 0 0
[junit4:junit4]   2> 12448 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10043 (1428496395923357696)]} 0 1
[junit4:junit4]   2> 12449 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[44 (1428496395924406272)]} 0 0
[junit4:junit4]   2> 12450 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10044 (1428496395925454848)]} 0 0
[junit4:junit4]   2> 12451 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[44 (1428496395926503424)]} 0 0
[junit4:junit4]   2> 12452 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10044 (1428496395927552000)]} 0 0
[junit4:junit4]   2> 12453 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[45 (1428496395928600576)]} 0 0
[junit4:junit4]   2> 12454 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10045 (1428496395929649152)]} 0 0
[junit4:junit4]   2> 12456 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[45 (1428496395930697728)]} 0 1
[junit4:junit4]   2> 12456 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10045 (1428496395931746304)]} 0 0
[junit4:junit4]   2> 12458 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[46 (1428496395932794880)]} 0 1
[junit4:junit4]   2> 12458 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10046 (1428496395933843456)]} 0 0
[junit4:junit4]   2> 12460 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[46 (1428496395934892032)]} 0 1
[junit4:junit4]   2> 12460 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10046 (1428496395935940608)]} 0 0
[junit4:junit4]   2> 12461 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[44 (-1428496395936989184)]} 0 0
[junit4:junit4]   2> 12462 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10044 (-1428496395938037760)]} 0 0
[junit4:junit4]   2> 12463 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[44 (-1428496395939086336)]} 0 0
[junit4:junit4]   2> 12464 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10044 (-1428496395940134912)]} 0 0
[junit4:junit4]   2> 12465 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[47 (1428496395941183488)]} 0 0
[junit4:junit4]   2> 12466 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10047 (1428496395942232064)]} 0 0
[junit4:junit4]   2> 12467 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[47 (1428496395943280640)]} 0 0
[junit4:junit4]   2> 12468 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10047 (1428496395944329216)]} 0 0
[junit4:junit4]   2> 12469 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[48 (1428496395945377792)]} 0 0
[junit4:junit4]   2> 12470 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10048 (1428496395946426368)]} 0 0
[junit4:junit4]   2> 12471 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[48 (1428496395947474944)]} 0 0
[junit4:junit4]   2> 12472 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10048 (1428496395948523520)]} 0 0
[junit4:junit4]   2> 12473 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[49 (1428496395949572096)]} 0 0
[junit4:junit4]   2> 12474 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10049 (1428496395950620672)]} 0 0
[junit4:junit4]   2> 12475 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[49 (1428496395951669248)]} 0 0
[junit4:junit4]   2> 12476 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10049 (1428496395952717824)]} 0 0
[junit4:junit4]   2> 12477 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[50 (1428496395953766400)]} 0 0
[junit4:junit4]   2> 12478 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10050 (1428496395954814976)]} 0 0
[junit4:junit4]   2> 12480 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[50 (1428496395955863552)]} 0 1
[junit4:junit4]   2> 12480 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10050 (1428496395956912128)]} 0 0
[junit4:junit4]   2> 12482 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[51 (1428496395957960704)]} 0 1
[junit4:junit4]   2> 12482 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10051 (1428496395959009280)]} 0 0
[junit4:junit4]   2> 12484 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[51 (1428496395960057856)]} 0 1
[junit4:junit4]   2> 12484 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10051 (1428496395961106432)]} 0 0
[junit4:junit4]   2> 12485 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[45 (-1428496395962155008)]} 0 0
[junit4:junit4]   2> 12486 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10045 (-1428496395963203584)]} 0 0
[junit4:junit4]   2> 12487 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[45 (-1428496395964252160)]} 0 0
[junit4:junit4]   2> 12488 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10045 (-1428496395965300736)]} 0 0
[junit4:junit4]   2> 12489 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[52 (1428496395966349312)]} 0 0
[junit4:junit4]   2> 12490 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10052 (1428496395967397888)]} 0 1
[junit4:junit4]   2> 12491 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[52 (1428496395968446464)]} 0 0
[junit4:junit4]   2> 12492 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10052 (1428496395969495040)]} 0 0
[junit4:junit4]   2> 12494 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[53 (1428496395970543616)]} 0 1
[junit4:junit4]   2> 12495 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10053 (1428496395971592192)]} 0 1
[junit4:junit4]   2> 12496 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[53 (1428496395972640768)]} 0 1
[junit4:junit4]   2> 12497 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10053 (1428496395974737920)]} 0 0
[junit4:junit4]   2> 12497 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[48 (-1428496395974737920)]} 0 0
[junit4:junit4]   2> 12499 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10048 (-1428496395976835072)]} 0 0
[junit4:junit4]   2> 12499 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[48 (-1428496395976835072)]} 0 0
[junit4:junit4]   2> 12501 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10048 (-1428496395978932224)]} 0 0
[junit4:junit4]   2> 12503 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[54 (1428496395981029376)]} 0 0
[junit4:junit4]   2> 12503 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10054 (1428496395981029377)]} 0 0
[junit4:junit4]   2> 12505 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[54 (1428496395983126528)]} 0 0
[junit4:junit4]   2> 12506 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10054 (1428496395983126529)]} 0 1
[junit4:junit4]   2> 12508 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[55 (1428496395985223680)]} 0 1
[junit4:junit4]   2> 12508 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10055 (1428496395985223681)]} 0 1
[junit4:junit4]   2> 12510 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[55 (1428496395987320832)]} 0 1
[junit4:junit4]   2> 12510 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10055 (1428496395988369408)]} 0 0
[junit4:junit4]   2> 12511 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[49 (-1428496395989417984)]} 0 0
[junit4:junit4]   2> 12512 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10049 (-1428496395990466560)]} 0 0
[junit4:junit4]   2> 12513 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[49 (-1428496395991515136)]} 0 0
[junit4:junit4]   2> 12514 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10049 (-1428496395992563712)]} 0 0
[junit4:junit4]   2> 12515 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[56 (1428496395993612288)]} 0 0
[junit4:junit4]   2> 12516 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10056 (1428496395993612289)]} 0 1
[junit4:junit4]   2> 12517 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[56 (1428496395995709440)]} 0 0
[junit4:junit4]   2> 12518 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10056 (1428496395995709441)]} 0 1
[junit4:junit4]   2> 12519 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[50 (-1428496395997806592)]} 0 0
[junit4:junit4]   2> 12519 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10050 (-1428496395997806593)]} 0 0
[junit4:junit4]   2> 12521 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[50 (-1428496395999903744)]} 0 0
[junit4:junit4]   2> 12521 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10050 (-1428496395999903745)]} 0 0
[junit4:junit4]   2> 12523 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[57 (1428496396002000896)]} 0 0
[junit4:junit4]   2> 12523 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10057 (1428496396002000897)]} 0 0
[junit4:junit4]   2> 12525 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[57 (1428496396004098048)]} 0 0
[junit4:junit4]   2> 12526 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10057 (1428496396004098049)]} 0 1
[junit4:junit4]   2> 12527 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[51 (-1428496396006195200)]} 0 0
[junit4:junit4]   2> 12527 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10051 (-1428496396006195201)]} 0 0
[junit4:junit4]   2> 12529 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[51 (-1428496396008292352)]} 0 0
[junit4:junit4]   2> 12529 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10051 (-1428496396008292353)]} 0 0
[junit4:junit4]   2> 12531 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[58 (1428496396010389504)]} 0 0
[junit4:junit4]   2> 12531 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10058 (1428496396010389505)]} 0 0
[junit4:junit4]   2> 12533 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[58 (1428496396012486656)]} 0 0
[junit4:junit4]   2> 12534 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10058 (1428496396012486657)]} 0 1
[junit4:junit4]   2> 12535 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[52 (-1428496396014583808)]} 0 0
[junit4:junit4]   2> 12535 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10052 (-1428496396014583809)]} 0 0
[junit4:junit4]   2> 12536 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[52 (-1428496396015632384)]} 0 0
[junit4:junit4]   2> 12537 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10052 (-1428496396016680960)]} 0 0
[junit4:junit4]   2> 12538 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[59 (1428496396017729536)]} 0 0
[junit4:junit4]   2> 12539 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10059 (1428496396018778112)]} 0 0
[junit4:junit4]   2> 12541 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[59 (1428496396019826688)]} 0 1
[junit4:junit4]   2> 12542 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10059 (1428496396020875264)]} 0 1
[junit4:junit4]   2> 12544 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[53 (-1428496396024020992)]} 0 0
[junit4:junit4]   2> 12544 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10053 (-1428496396024020993)]} 0 0
[junit4:junit4]   2> 12546 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[53 (-1428496396026118144)]} 0 0
[junit4:junit4]   2> 12546 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10053 (-1428496396026118145)]} 0 0
[junit4:junit4]   2> 12548 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[60 (1428496396028215296)]} 0 0
[junit4:junit4]   2> 12549 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10060 (1428496396028215297)]} 0 1
[junit4:junit4]   2> 12551 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[60 (1428496396030312448)]} 0 1
[junit4:junit4]   2> 12551 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10060 (1428496396030312449)]} 0 1
[junit4:junit4]   2> 12553 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[61 (1428496396033458176)]} 0 0
[junit4:junit4]   2> 12553 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10061 (1428496396033458177)]} 0 0
[junit4:junit4]   2> 12555 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[61 (1428496396035555328)]} 0 0
[junit4:junit4]   2> 12556 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10061 (1428496396035555329)]} 0 1
[junit4:junit4]   2> 12557 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[55 (-1428496396037652480)]} 0 0
[junit4:junit4]   2> 12557 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10055 (-1428496396037652481)]} 0 0
[junit4:junit4]   2> 12559 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[55 (-1428496396039749632)]} 0 0
[junit4:junit4]   2> 12559 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10055 (-1428496396039749633)]} 0 0
[junit4:junit4]   2> 12561 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[62 (1428496396041846784)]} 0 0
[junit4:junit4]   2> 12561 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10062 (1428496396041846785)]} 0 0
[junit4:junit4]   2> 12563 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[62 (1428496396043943936)]} 0 0
[junit4:junit4]   2> 12563 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10062 (1428496396043943937)]} 0 0
[junit4:junit4]   2> 12565 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[63 (1428496396046041088)]} 0 0
[junit4:junit4]   2> 12565 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10063 (1428496396046041089)]} 0 0
[junit4:junit4]   2> 12567 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[63 (1428496396048138240)]} 0 0
[junit4:junit4]   2> 12567 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10063 (1428496396048138241)]} 0 0
[junit4:junit4]   2> 12569 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[56 (-1428496396050235392)]} 0 0
[junit4:junit4]   2> 12569 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10056 (-1428496396050235393)]} 0 0
[junit4:junit4]   2> 12570 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[56 (-1428496396051283968)]} 0 0
[junit4:junit4]   2> 12571 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10056 (-1428496396052332544)]} 0 0
[junit4:junit4]   2> 12572 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[64 (1428496396053381120)]} 0 0
[junit4:junit4]   2> 12573 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10064 (1428496396054429696)]} 0 0
[junit4:junit4]   2> 12574 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[64 (1428496396055478272)]} 0 0
[junit4:junit4]   2> 12575 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10064 (1428496396056526848)]} 0 0
[junit4:junit4]   2> 12576 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[58 (-1428496396057575424)]} 0 0
[junit4:junit4]   2> 12577 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10058 (-1428496396058624000)]} 0 0
[junit4:junit4]   2> 12578 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[58 (-1428496396059672576)]} 0 0
[junit4:junit4]   2> 12579 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10058 (-1428496396060721152)]} 0 0
[junit4:junit4]   2> 12580 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[65 (1428496396060721152)]} 0 1
[junit4:junit4]   2> 12581 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10065 (1428496396061769728)]} 0 1
[junit4:junit4]   2> 12582 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[65 (1428496396062818304)]} 0 1
[junit4:junit4]   2> 12583 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10065 (1428496396063866880)]} 0 1
[junit4:junit4]   2> 12584 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[66 (1428496396065964032)]} 0 0
[junit4:junit4]   2> 12585 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10066 (1428496396067012608)]} 0 0
[junit4:junit4]   2> 12586 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[66 (1428496396068061184)]} 0 0
[junit4:junit4]   2> 12587 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10066 (1428496396069109760)]} 0 1
[junit4:junit4]   2> 12588 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[67 (1428496396070158336)]} 0 0
[junit4:junit4]   2> 12590 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10067 (1428496396071206912)]} 0 1
[junit4:junit4]   2> 12590 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[67 (1428496396072255488)]} 0 0
[junit4:junit4]   2> 12592 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10067 (1428496396073304064)]} 0 1
[junit4:junit4]   2> 12592 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[68 (1428496396074352640)]} 0 0
[junit4:junit4]   2> 12594 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10068 (1428496396075401216)]} 0 1
[junit4:junit4]   2> 12594 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[68 (1428496396076449792)]} 0 0
[junit4:junit4]   2> 12596 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10068 (1428496396078546944)]} 0 1
[junit4:junit4]   2> 12596 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[69 (1428496396078546944)]} 0 0
[junit4:junit4]   2> 12598 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10069 (1428496396080644096)]} 0 0
[junit4:junit4]   2> 12598 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[69 (1428496396080644096)]} 0 0
[junit4:junit4]   2> 12600 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10069 (1428496396082741248)]} 0 0
[junit4:junit4]   2> 12601 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[70 (1428496396082741248)]} 0 1
[junit4:junit4]   2> 12603 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10070 (1428496396084838400)]} 0 0
[junit4:junit4]   2> 12603 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[70 (1428496396085886976)]} 0 0
[junit4:junit4]   2> 12604 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10070 (1428496396086935552)]} 0 0
[junit4:junit4]   2> 12605 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[71 (1428496396087984128)]} 0 0
[junit4:junit4]   2> 12607 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10071 (1428496396089032704)]} 0 1
[junit4:junit4]   2> 12608 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[71 (1428496396090081280)]} 0 1
[junit4:junit4]   2> 12609 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10071 (1428496396092178432)]} 0 1
[junit4:junit4]   2> 12610 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[72 (1428496396092178432)]} 0 1
[junit4:junit4]   2> 12611 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10072 (1428496396094275584)]} 0 0
[junit4:junit4]   2> 12612 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[72 (1428496396095324160)]} 0 0
[junit4:junit4]   2> 12613 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10072 (1428496396096372736)]} 0 0
[junit4:junit4]   2> 12614 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[73 (1428496396097421312)]} 0 0
[junit4:junit4]   2> 12615 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10073 (1428496396098469888)]} 0 0
[junit4:junit4]   2> 12616 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[73 (1428496396099518464)]} 0 0
[junit4:junit4]   2> 12617 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10073 (1428496396100567040)]} 0 0
[junit4:junit4]   2> 12618 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[59 (-1428496396101615616)]} 0 0
[junit4:junit4]   2> 12619 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10059 (-1428496396102664192)]} 0 0
[junit4:junit4]   2> 12620 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[59 (-1428496396103712768)]} 0 0
[junit4:junit4]   2> 12621 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10059 (-1428496396104761344)]} 0 0
[junit4:junit4]   2> 12622 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[74 (1428496396105809920)]} 0 0
[junit4:junit4]   2> 12623 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10074 (1428496396106858496)]} 0 0
[junit4:junit4]   2> 12624 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[74 (1428496396107907072)]} 0 0
[junit4:junit4]   2> 12625 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10074 (1428496396108955648)]} 0 0
[junit4:junit4]   2> 12626 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[61 (-1428496396110004224)]} 0 0
[junit4:junit4]   2> 12627 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10061 (-1428496396111052800)]} 0 0
[junit4:junit4]   2> 12628 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[61 (-1428496396112101376)]} 0 0
[junit4:junit4]   2> 12629 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10061 (-1428496396113149952)]} 0 0
[junit4:junit4]   2> 12631 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[75 (1428496396114198528)]} 0 1
[junit4:junit4]   2> 12631 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10075 (1428496396114198529)]} 0 1
[junit4:junit4]   2> 12633 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[75 (1428496396116295680)]} 0 1
[junit4:junit4]   2> 12633 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10075 (1428496396117344256)]} 0 0
[junit4:junit4]   2> 12635 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[62 (-1428496396119441408)]} 0 0
[junit4:junit4]   2> 12635 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10062 (-1428496396119441409)]} 0 0
[junit4:junit4]   2> 12637 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[62 (-1428496396120489984)]} 0 1
[junit4:junit4]   2> 12637 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10062 (-1428496396121538560)]} 0 0
[junit4:junit4]   2> 12639 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[76 (1428496396122587136)]} 0 1
[junit4:junit4]   2> 12639 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10076 (1428496396122587137)]} 0 1
[junit4:junit4]   2> 12641 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10076 (1428496396125732865)]} 0 0
[junit4:junit4]   2> 12641 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[76 (1428496396125732864)]} 0 0
[junit4:junit4]   2> 12643 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10077 (1428496396127830016)]} 0 0
[junit4:junit4]   2> 12644 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[77 (1428496396127830017)]} 0 1
[junit4:junit4]   2> 12646 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10077 (1428496396129927168)]} 0 1
[junit4:junit4]   2> 12646 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[77 (1428496396129927169)]} 0 1
[junit4:junit4]   2> 12647 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[10063 (-1428496396132024320)]} 0 0
[junit4:junit4]   2> 12648 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[63 (-1428496396133072896)]} 0 0
[junit4:junit4]   2> 12649 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10063 (-1428496396134121472)]} 0 0
[junit4:junit4]   2> 12649 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[63 (-1428496396134121473)]} 0 0
[junit4:junit4]   2> 12651 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10078 (1428496396136218624)]} 0 0
[junit4:junit4]   2> 12652 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[78 (1428496396136218625)]} 0 1
[junit4:junit4]   2> 12654 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10078 (1428496396138315776)]} 0 1
[junit4:junit4]   2> 12654 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[78 (1428496396138315777)]} 0 1
[junit4:junit4]   2> 12655 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[10064 (-1428496396140412928)]} 0 0
[junit4:junit4]   2> 12656 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[64 (-1428496396141461504)]} 0 0
[junit4:junit4]   2> 12657 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10064 (-1428496396142510080)]} 0 0
[junit4:junit4]   2> 12658 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[64 (-1428496396142510081)]} 0 1
[junit4:junit4]   2> 12659 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10079 (1428496396144607232)]} 0 0
[junit4:junit4]   2> 12660 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[79 (1428496396144607233)]} 0 1
[junit4:junit4]   2> 12662 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10079 (1428496396146704384)]} 0 1
[junit4:junit4]   2> 12662 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[79 (1428496396146704385)]} 0 1
[junit4:junit4]   2> 12664 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10080 (1428496396148801536)]} 0 1
[junit4:junit4]   2> 12664 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[80 (1428496396149850112)]} 0 1
[junit4:junit4]   2> 12666 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10080 (1428496396151947264)]} 0 0
[junit4:junit4]   2> 12666 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[80 (1428496396151947265)]} 0 0
[junit4:junit4]   2> 12669 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10081 (1428496396154044416)]} 0 0
[junit4:junit4]   2> 12669 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[81 (1428496396154044417)]} 0 1
[junit4:junit4]   2> 12671 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10081 (1428496396156141568)]} 0 1
[junit4:junit4]   2> 12671 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[81 (1428496396157190144)]} 0 0
[junit4:junit4]   2> 12673 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[10082 (1428496396158238720)]} 0 1
[junit4:junit4]   2> 12673 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[82 (1428496396159287296)]} 0 0
[junit4:junit4]   2> 12675 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[82 (1428496396161384449)]} 0 0
[junit4:junit4]   2> 12675 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10082 (1428496396161384448)]} 0 0
[junit4:junit4]   2> 12678 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[83 (1428496396163481600)]} 0 1
[junit4:junit4]   2> 12678 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10083 (1428496396163481601)]} 0 1
[junit4:junit4]   2> 12680 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[83 (1428496396165578752)]} 0 1
[junit4:junit4]   2> 12680 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10083 (1428496396166627328)]} 0 1
[junit4:junit4]   2> 12682 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[84 (1428496396168724480)]} 0 0
[junit4:junit4]   2> 12682 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10084 (1428496396168724481)]} 0 0
[junit4:junit4]   2> 12684 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[84 (1428496396170821632)]} 0 0
[junit4:junit4]   2> 12684 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10084 (1428496396170821633)]} 0 0
[junit4:junit4]   2> 12686 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[85 (1428496396172918784)]} 0 0
[junit4:junit4]   2> 12687 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10085 (1428496396172918785)]} 0 1
[junit4:junit4]   2> 12689 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[85 (1428496396175015936)]} 0 1
[junit4:junit4]   2> 12689 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10085 (1428496396175015937)]} 0 1
[junit4:junit4]   2> 12691 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[86 (1428496396177113088)]} 0 1
[junit4:junit4]   2> 12691 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10086 (1428496396178161664)]} 0 0
[junit4:junit4]   2> 12693 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[86 (1428496396179210240)]} 0 1
[junit4:junit4]   2> 12693 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10086 (1428496396180258816)]} 0 0
[junit4:junit4]   2> 12694 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[66 (-1428496396181307392)]} 0 0
[junit4:junit4]   2> 12695 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10066 (-1428496396182355968)]} 0 0
[junit4:junit4]   2> 12696 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[66 (-1428496396183404544)]} 0 0
[junit4:junit4]   2> 12697 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10066 (-1428496396184453120)]} 0 0
[junit4:junit4]   2> 12698 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[87 (1428496396185501696)]} 0 0
[junit4:junit4]   2> 12699 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10087 (1428496396185501697)]} 0 1
[junit4:junit4]   2> 12700 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[87 (1428496396187598848)]} 0 0
[junit4:junit4]   2> 12701 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10087 (1428496396188647424)]} 0 0
[junit4:junit4]   2> 12702 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[67 (-1428496396189696000)]} 0 0
[junit4:junit4]   2> 12703 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10067 (-1428496396190744576)]} 0 0
[junit4:junit4]   2> 12704 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[67 (-1428496396191793152)]} 0 0
[junit4:junit4]   2> 12705 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10067 (-1428496396192841728)]} 0 1
[junit4:junit4]   2> 12706 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[88 (1428496396192841728)]} 0 1
[junit4:junit4]   2> 12706 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10088 (1428496396193890304)]} 0 0
[junit4:junit4]   2> 12708 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[88 (1428496396194938880)]} 0 1
[junit4:junit4]   2> 12708 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10088 (1428496396195987456)]} 0 0
[junit4:junit4]   2> 12710 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[89 (1428496396198084608)]} 0 0
[junit4:junit4]   2> 12711 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10089 (1428496396198084609)]} 0 1
[junit4:junit4]   2> 12712 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[89 (1428496396200181760)]} 0 0
[junit4:junit4]   2> 12713 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10089 (1428496396200181761)]} 0 1
[junit4:junit4]   2> 12714 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[71 (-1428496396202278912)]} 0 0
[junit4:junit4]   2> 12715 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10071 (-1428496396202278913)]} 0 1
[junit4:junit4]   2> 12715 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[71 (-1428496396203327488)]} 0 0
[junit4:junit4]   2> 12716 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10071 (-1428496396204376064)]} 0 0
[junit4:junit4]   2> 12717 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[90 (1428496396205424640)]} 0 0
[junit4:junit4]   2> 12718 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10090 (1428496396206473216)]} 0 0
[junit4:junit4]   2> 12720 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[90 (1428496396207521792)]} 0 1
[junit4:junit4]   2> 12720 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10090 (1428496396208570368)]} 0 0
[junit4:junit4]   2> 12721 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[73 (-1428496396209618944)]} 0 0
[junit4:junit4]   2> 12722 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10073 (-1428496396210667520)]} 0 0
[junit4:junit4]   2> 12723 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[73 (-1428496396211716096)]} 0 0
[junit4:junit4]   2> 12724 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10073 (-1428496396212764672)]} 0 0
[junit4:junit4]   2> 12725 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[91 (1428496396213813248)]} 0 0
[junit4:junit4]   2> 12726 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10091 (1428496396213813249)]} 0 1
[junit4:junit4]   2> 12727 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[91 (1428496396215910400)]} 0 0
[junit4:junit4]   2> 12728 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10091 (1428496396215910401)]} 0 1
[junit4:junit4]   2> 12729 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[76 (-1428496396218007552)]} 0 0
[junit4:junit4]   2> 12730 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10076 (-1428496396219056128)]} 0 0
[junit4:junit4]   2> 12731 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[76 (-1428496396220104704)]} 0 0
[junit4:junit4]   2> 12731 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10076 (-1428496396220104705)]} 0 0
[junit4:junit4]   2> 12733 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[92 (1428496396222201856)]} 0 0
[junit4:junit4]   2> 12734 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10092 (1428496396222201857)]} 0 1
[junit4:junit4]   2> 12735 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[92 (1428496396224299008)]} 0 0
[junit4:junit4]   2> 12736 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10092 (1428496396224299009)]} 0 1
[junit4:junit4]   2> 12737 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[93 (1428496396226396160)]} 0 0
[junit4:junit4]   2> 12738 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10093 (1428496396227444736)]} 0 0
[junit4:junit4]   2> 12739 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[93 (1428496396228493312)]} 0 0
[junit4:junit4]   2> 12740 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10093 (1428496396229541888)]} 0 0
[junit4:junit4]   2> 12741 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[77 (-1428496396230590464)]} 0 0
[junit4:junit4]   2> 12742 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10077 (-1428496396231639040)]} 0 0
[junit4:junit4]   2> 12743 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[77 (-1428496396232687616)]} 0 0
[junit4:junit4]   2> 12744 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10077 (-1428496396233736192)]} 0 1
[junit4:junit4]   2> 12745 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[94 (1428496396234784768)]} 0 0
[junit4:junit4]   2> 12746 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10094 (1428496396234784769)]} 0 1
[junit4:junit4]   2> 12747 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[94 (1428496396236881920)]} 0 0
[junit4:junit4]   2> 12748 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10094 (1428496396237930496)]} 0 0
[junit4:junit4]   2> 12749 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[95 (1428496396238979072)]} 0 0
[junit4:junit4]   2> 12750 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10095 (1428496396240027648)]} 0 0
[junit4:junit4]   2> 12751 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[95 (1428496396241076224)]} 0 0
[junit4:junit4]   2> 12752 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10095 (1428496396242124800)]} 0 0
[junit4:junit4]   2> 12753 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[96 (1428496396243173376)]} 0 0
[junit4:junit4]   2> 12755 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10096 (1428496396244221952)]} 0 1
[junit4:junit4]   2> 12756 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[96 (1428496396245270528)]} 0 1
[junit4:junit4]   2> 12757 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10096 (1428496396246319104)]} 0 1
[junit4:junit4]   2> 12758 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[97 (1428496396248416256)]} 0 0
[junit4:junit4]   2> 12759 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10097 (1428496396249464832)]} 0 0
[junit4:junit4]   2> 12760 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[97 (1428496396250513408)]} 0 0
[junit4:junit4]   2> 12762 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10097 (1428496396251561984)]} 0 1
[junit4:junit4]   2> 12762 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[81 (-1428496396252610560)]} 0 0
[junit4:junit4]   2> 12763 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[10081 (-1428496396253659136)]} 0 0
[junit4:junit4]   2> 12764 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[81 (-1428496396254707712)]} 0 0
[junit4:junit4]   2> 12765 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10081 (-1428496396255756288)]} 0 0
[junit4:junit4]   2> 12766 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[98 (1428496396256804864)]} 0 1
[junit4:junit4]   2> 12767 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10098 (1428496396257853440)]} 0 0
[junit4:junit4]   2> 12768 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[98 (1428496396258902016)]} 0 0
[junit4:junit4]   2> 12769 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10098 (1428496396259950592)]} 0 0
[junit4:junit4]   2> 12771 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[99 (1428496396260999168)]} 0 1
[junit4:junit4]   2> 12771 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10099 (1428496396262047744)]} 0 0
[junit4:junit4]   2> 12773 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[99 (1428496396263096320)]} 0 1
[junit4:junit4]   2> 12773 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10099 (1428496396264144896)]} 0 0
[junit4:junit4]   2> 12774 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[82 (-1428496396265193472)]} 0 0
[junit4:junit4]   2> 12775 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10082 (-1428496396266242048)]} 0 0
[junit4:junit4]   2> 12776 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[82 (-1428496396267290624)]} 0 0
[junit4:junit4]   2> 12777 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10082 (-1428496396268339200)]} 0 0
[junit4:junit4]   2> 12778 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[100 (1428496396269387776)]} 0 0
[junit4:junit4]   2> 12779 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[10100 (1428496396269387777)]} 0 1
[junit4:junit4]   2> 12780 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[100 (1428496396271484928)]} 0 0
[junit4:junit4]   2> 12781 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10100 (1428496396271484929)]} 0 1
[junit4:junit4]   2> 12782 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[101 (1428496396273582080)]} 0 0
[junit4:junit4]   2> 12783 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10101 (1428496396273582081)]} 0 1
[junit4:junit4]   2> 12784 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[101 (1428496396275679232)]} 0 0
[junit4:junit4]   2> 12785 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10101 (1428496396275679233)]} 0 1
[junit4:junit4]   2> 12786 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[83 (-1428496396277776384)]} 0 0
[junit4:junit4]   2> 12787 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10083 (-1428496396278824960)]} 0 0
[junit4:junit4]   2> 12788 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[83 (-1428496396279873536)]} 0 0
[junit4:junit4]   2> 12788 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10083 (-1428496396279873537)]} 0 0
[junit4:junit4]   2> 12790 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[102 (1428496396281970688)]} 0 0
[junit4:junit4]   2> 12790 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10102 (1428496396281970689)]} 0 0
[junit4:junit4]   2> 12792 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[102 (1428496396284067840)]} 0 0
[junit4:junit4]   2> 12793 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10102 (1428496396284067841)]} 0 1
[junit4:junit4]   2> 12794 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[85 (-1428496396286164992)]} 0 0
[junit4:junit4]   2> 12795 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10085 (-1428496396287213568)]} 0 1
[junit4:junit4]   2> 12795 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[85 (-1428496396287213568)]} 0 0
[junit4:junit4]   2> 12796 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10085 (-1428496396288262144)]} 0 0
[junit4:junit4]   2> 12798 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[103 (1428496396289310720)]} 0 1
[junit4:junit4]   2> 12798 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10103 (1428496396290359296)]} 0 0
[junit4:junit4]   2> 12800 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[103 (1428496396291407872)]} 0 1
[junit4:junit4]   2> 12800 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10103 (1428496396292456448)]} 0 0
[junit4:junit4]   2> 12802 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[104 (1428496396293505024)]} 0 1
[junit4:junit4]   2> 12802 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10104 (1428496396294553600)]} 0 0
[junit4:junit4]   2> 12804 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[104 (1428496396295602176)]} 0 1
[junit4:junit4]   2> 12804 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10104 (1428496396296650752)]} 0 0
[junit4:junit4]   2> 12805 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[86 (-1428496396297699328)]} 0 0
[junit4:junit4]   2> 12806 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10086 (-1428496396298747904)]} 0 0
[junit4:junit4]   2> 12807 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[86 (-1428496396299796480)]} 0 0
[junit4:junit4]   2> 12808 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10086 (-1428496396300845056)]} 0 0
[junit4:junit4]   2> 12809 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[105 (1428496396301893632)]} 0 0
[junit4:junit4]   2> 12810 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10105 (1428496396301893633)]} 0 1
[junit4:junit4]   2> 12811 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[105 (1428496396303990784)]} 0 0
[junit4:junit4]   2> 12812 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10105 (1428496396303990785)]} 0 1
[junit4:junit4]   2> 12813 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[106 (1428496396306087936)]} 0 0
[junit4:junit4]   2> 12814 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10106 (1428496396306087937)]} 0 1
[junit4:junit4]   2> 12825 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[106 (1428496396318670848)]} 0 0
[junit4:junit4]   2> 12826 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10106 (1428496396319719424)]} 0 0
[junit4:junit4]   2> 12827 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[87 (-1428496396320768000)]} 0 0
[junit4:junit4]   2> 12828 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10087 (-1428496396321816576)]} 0 0
[junit4:junit4]   2> 12829 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[87 (-1428496396322865152)]} 0 0
[junit4:junit4]   2> 12830 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10087 (-1428496396323913728)]} 0 0
[junit4:junit4]   2> 12831 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[107 (1428496396324962304)]} 0 1
[junit4:junit4]   2> 12832 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10107 (1428496396324962305)]} 0 1
[junit4:junit4]   2> 12833 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[107 (1428496396327059456)]} 0 0
[junit4:junit4]   2> 12834 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10107 (1428496396327059457)]} 0 1
[junit4:junit4]   2> 12835 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[89 (-1428496396329156608)]} 0 0
[junit4:junit4]   2> 12835 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10089 (-1428496396329156609)]} 0 0
[junit4:junit4]   2> 12836 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[89 (-1428496396330205184)]} 0 0
[junit4:junit4]   2> 12837 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10089 (-1428496396331253760)]} 0 0
[junit4:junit4]   2> 12838 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[108 (1428496396332302336)]} 0 0
[junit4:junit4]   2> 12839 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10108 (1428496396333350912)]} 0 0
[junit4:junit4]   2> 12840 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[108 (1428496396334399488)]} 0 0
[junit4:junit4]   2> 12841 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10108 (1428496396335448064)]} 0 0
[junit4:junit4]   2> 12842 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[90 (-1428496396336496640)]} 0 0
[junit4:junit4]   2> 12843 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10090 (-1428496396337545216)]} 0 0
[junit4:junit4]   2> 12844 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[90 (-1428496396338593792)]} 0 0
[junit4:junit4]   2> 12845 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10090 (-1428496396339642368)]} 0 0
[junit4:junit4]   2> 12846 T1790 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12846 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[109 (1428496396340690944)]} 0 0
[junit4:junit4]   2> 12846 T1790 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":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:58177_zo%2Ff",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58177/zo/f"}
[junit4:junit4]   2> 12847 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10109 (1428496396340690945)]} 0 1
[junit4:junit4]   2> 12848 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[109 (1428496396342788096)]} 0 0
[junit4:junit4]   2> 12849 T1796 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> 12849 T1789 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> 12849 T1809 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> 12849 T1825 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> 12849 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10109 (1428496396343836672)]} 0 0
[junit4:junit4]   2> 12850 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[91 (-1428496396344885248)]} 0 0
[junit4:junit4]   2> 12852 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10091 (-1428496396345933824)]} 0 1
[junit4:junit4]   2>  C120_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:58177_zo%2Ff, base_url=http://127.0.0.1:58177/zo/f}
[junit4:junit4]   2> 12857 T1820 C120 P58177 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1362320311426/jetty2
[junit4:junit4]   2> 12858 T1820 C120 P58177 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13cd86d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e80d90),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12859 T1820 C120 P58177 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12860 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[91 (-1428496396346982400)]} 0 3
[junit4:junit4]   2> 12860 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10091 (-1428496396348030976)]} 0 2
[junit4:junit4]   2> 12860 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10091 (-1428496396348030976)]} 0 7
[junit4:junit4]   2> 12860 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[91 (-1428496396346982400)]} 0 8
[junit4:junit4]   2> 12862 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[110 (1428496396357468160)]} 0 0
[junit4:junit4]   2> 12863 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10110 (1428496396357468161)]} 0 1
[junit4:junit4]   2> 12867 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[110 (1428496396359565312)]} 0 1
[junit4:junit4]   2> 12867 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10110 (1428496396360613888)]} 0 1
[junit4:junit4]   2> 12867 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[110 (1428496396359565312)]} 0 3
[junit4:junit4]   2> 12868 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10110 (1428496396360613888)]} 0 3
[junit4:junit4]   2> 12870 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[111 (1428496396364808192)]} 0 1
[junit4:junit4]   2> 12870 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10111 (1428496396365856768)]} 0 1
[junit4:junit4]   2> 12874 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[111 (1428496396367953920)]} 0 1
[junit4:junit4]   2> 12874 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[111 (1428496396367953920)]} 0 2
[junit4:junit4]   2> 12874 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10111 (1428496396367953921)]} 0 0
[junit4:junit4]   2> 12875 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10111 (1428496396367953921)]} 0 3
[junit4:junit4]   2> 12876 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[93 (-1428496396372148224)]} 0 0
[junit4:junit4]   2> 12877 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10093 (-1428496396373196800)]} 0 0
[junit4:junit4]   2> 12879 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[93 (-1428496396373196800)]} 0 0
[junit4:junit4]   2> 12879 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[93 (-1428496396373196800)]} 0 2
[junit4:junit4]   2> 12880 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10093 (-1428496396374245376)]} 0 0
[junit4:junit4]   2> 12880 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10093 (-1428496396374245376)]} 0 2
[junit4:junit4]   2> 12881 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[112 (1428496396377391104)]} 0 0
[junit4:junit4]   2> 12882 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10112 (1428496396378439680)]} 0 0
[junit4:junit4]   2> 12885 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[112 (1428496396379488256)]} 0 0
[junit4:junit4]   2> 12886 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[112 (1428496396379488256)]} 0 3
[junit4:junit4]   2> 12886 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10112 (1428496396380536832)]} 0 0
[junit4:junit4]   2> 12887 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10112 (1428496396380536832)]} 0 3
[junit4:junit4]   2> 12887 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[94 (-1428496396383682560)]} 0 0
[junit4:junit4]   2> 12888 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10094 (-1428496396384731136)]} 0 0
[junit4:junit4]   2> 12891 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[94 (-1428496396385779712)]} 0 0
[junit4:junit4]   2> 12891 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[94 (-1428496396385779712)]} 0 2
[junit4:junit4]   2> 12892 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10094 (-1428496396386828288)]} 0 0
[junit4:junit4]   2> 12892 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10094 (-1428496396386828288)]} 0 2
[junit4:junit4]   2> 12893 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[113 (1428496396389974016)]} 0 0
[junit4:junit4]   2> 12894 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10113 (1428496396391022592)]} 0 0
[junit4:junit4]   2> 12897 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[113 (1428496396392071168)]} 0 1
[junit4:junit4]   2> 12897 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[113 (1428496396392071168)]} 0 2
[junit4:junit4]   2> 12898 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10113 (1428496396393119744)]} 0 0
[junit4:junit4]   2> 12899 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10113 (1428496396393119744)]} 0 3
[junit4:junit4]   2> 12899 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[96 (-1428496396396265472)]} 0 0
[junit4:junit4]   2> 12900 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10096 (-1428496396397314048)]} 0 0
[junit4:junit4]   2> 12902 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[96 (-1428496396398362624)]} 0 0
[junit4:junit4]   2> 12903 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[96 (-1428496396398362624)]} 0 2
[junit4:junit4]   2> 12904 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10096 (-1428496396399411200)]} 0 0
[junit4:junit4]   2> 12904 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10096 (-1428496396399411200)]} 0 2
[junit4:junit4]   2> 12905 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[114 (1428496396401508352)]} 0 1
[junit4:junit4]   2> 12906 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10114 (1428496396403605504)]} 0 0
[junit4:junit4]   2> 12908 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[114 (1428496396403605504)]} 0 0
[junit4:junit4]   2> 12909 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[114 (1428496396403605504)]} 0 3
[junit4:junit4]   2> 12910 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10114 (1428496396405702656)]} 0 0
[junit4:junit4]   2> 12910 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10114 (1428496396405702656)]} 0 2
[junit4:junit4]   2> 12910 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[98 (-1428496396407799808)]} 0 0
[junit4:junit4]   2> 12912 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10098 (-1428496396409896960)]} 0 0
[junit4:junit4]   2> 12914 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[98 (-1428496396409896960)]} 0 1
[junit4:junit4]   2> 12914 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[98 (-1428496396409896960)]} 0 2
[junit4:junit4]   2> 12915 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10098 (-1428496396411994112)]} 0 0
[junit4:junit4]   2> 12916 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10098 (-1428496396411994112)]} 0 2
[junit4:junit4]   2> 12916 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[115 (1428496396414091264)]} 0 0
[junit4:junit4]   2> 12918 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10115 (1428496396415139840)]} 0 1
[junit4:junit4]   2> 12920 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[115 (1428496396416188416)]} 0 1
[junit4:junit4]   2> 12920 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[115 (1428496396416188416)]} 0 2
[junit4:junit4]   2> 12921 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10115 (1428496396417236992)]} 0 0
[junit4:junit4]   2> 12922 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10115 (1428496396417236992)]} 0 3
[junit4:junit4]   2> 12922 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[99 (-1428496396420382720)]} 0 0
[junit4:junit4]   2> 12923 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10099 (-1428496396421431296)]} 0 0
[junit4:junit4]   2> 12925 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[99 (-1428496396421431296)]} 0 0
[junit4:junit4]   2> 12925 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[99 (-1428496396421431296)]} 0 2
[junit4:junit4]   2> 12926 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10099 (-1428496396423528448)]} 0 0
[junit4:junit4]   2> 12927 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10099 (-1428496396423528448)]} 0 2
[junit4:junit4]   2> 12927 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[116 (1428496396425625600)]} 0 0
[junit4:junit4]   2> 12929 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10116 (1428496396427722752)]} 0 1
[junit4:junit4]   2> 12931 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[116 (1428496396427722752)]} 0 0
[junit4:junit4]   2> 12932 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[116 (1428496396427722752)]} 0 3
[junit4:junit4]   2> 12933 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10116 (1428496396429819904)]} 0 1
[junit4:junit4]   2> 12933 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10116 (1428496396429819904)]} 0 2
[junit4:junit4]   2> 12933 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[101 (-1428496396431917056)]} 0 0
[junit4:junit4]   2> 12935 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10101 (-1428496396434014208)]} 0 0
[junit4:junit4]   2> 12936 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[101 (-1428496396434014208)]} 0 0
[junit4:junit4]   2> 12937 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[101 (-1428496396434014208)]} 0 2
[junit4:junit4]   2> 12938 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10101 (-1428496396436111360)]} 0 0
[junit4:junit4]   2> 12938 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10101 (-1428496396436111360)]} 0 1
[junit4:junit4]   2> 12939 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[117 (1428496396437159936)]} 0 1
[junit4:junit4]   2> 12940 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10117 (1428496396439257088)]} 0 0
[junit4:junit4]   2> 12942 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[117 (1428496396439257088)]} 0 0
[junit4:junit4]   2> 12943 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[117 (1428496396439257088)]} 0 3
[junit4:junit4]   2> 12944 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10117 (1428496396441354240)]} 0 0
[junit4:junit4]   2> 12944 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10117 (1428496396441354240)]} 0 2
[junit4:junit4]   2> 12945 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[118 (1428496396443451392)]} 0 1
[junit4:junit4]   2> 12947 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10118 (1428496396445548544)]} 0 1
[junit4:junit4]   2> 12949 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[118 (1428496396445548544)]} 0 1
[junit4:junit4]   2> 12949 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[118 (1428496396445548544)]} 0 3
[junit4:junit4]   2> 12950 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10118 (1428496396447645696)]} 0 0
[junit4:junit4]   2> 12951 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10118 (1428496396447645696)]} 0 3
[junit4:junit4]   2> 12951 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[102 (-1428496396450791424)]} 0 0
[junit4:junit4]   2> 12953 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10102 (-1428496396451840000)]} 0 1
[junit4:junit4]   2> 12954 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[102 (-1428496396452888576)]} 0 0
[junit4:junit4]   2> 12954 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[102 (-1428496396452888576)]} 0 1
[junit4:junit4]   2> 12956 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10102 (-1428496396453937152)]} 0 0
[junit4:junit4]   2> 12956 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10102 (-1428496396453937152)]} 0 2
[junit4:junit4]   2> 12956 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[119 (1428496396456034304)]} 0 0
[junit4:junit4]   2> 12958 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10119 (1428496396458131456)]} 0 0
[junit4:junit4]   2> 12960 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[119 (1428496396458131456)]} 0 0
[junit4:junit4]   2> 12960 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[119 (1428496396458131456)]} 0 2
[junit4:junit4]   2> 12962 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10119 (1428496396460228608)]} 0 0
[junit4:junit4]   2> 12962 T1782 C121 P52969 /update {wt=javabin&version=2} {delete=[106 (-1428496396462325760)]} 0 0
[junit4:junit4]   2> 12962 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10119 (1428496396460228608)]} 0 2
[junit4:junit4]   2> 12964 T1784 C121 P52969 /update {wt=javabin&version=2} {delete=[10106 (-1428496396464422912)]} 0 0
[junit4:junit4]   2> 12965 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[106 (-1428496396464422912)]} 0 0
[junit4:junit4]   2> 12966 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[106 (-1428496396464422912)]} 0 2
[junit4:junit4]   2> 12967 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10106 (-1428496396466520064)]} 0 0
[junit4:junit4]   2> 12967 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[10106 (-1428496396466520064)]} 0 1
[junit4:junit4]   2> 12968 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[120 (1428496396467568640)]} 0 1
[junit4:junit4]   2> 12970 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10120 (1428496396469665792)]} 0 1
[junit4:junit4]   2> 12971 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[120 (1428496396469665792)]} 0 0
[junit4:junit4]   2> 12972 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[120 (1428496396469665792)]} 0 3
[junit4:junit4]   2> 12973 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10120 (1428496396471762944)]} 0 0
[junit4:junit4]   2> 12974 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[121 (1428496396473860096)]} 0 1
[junit4:junit4]   2> 12974 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10120 (1428496396471762944)]} 0 3
[junit4:junit4]   2> 12976 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10121 (1428496396477005824)]} 0 0
[junit4:junit4]   2> 12977 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[121 (1428496396475957248)]} 0 0
[junit4:junit4]   2> 12978 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[121 (1428496396475957248)]} 0 3
[junit4:junit4]   2> 12979 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10121 (1428496396479102976)]} 0 0
[junit4:junit4]   2> 12980 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[122 (1428496396481200128)]} 0 1
[junit4:junit4]   2> 12980 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10121 (1428496396479102976)]} 0 2
[junit4:junit4]   2> 12982 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10122 (1428496396483297280)]} 0 0
[junit4:junit4]   2> 12984 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[122 (1428496396483297280)]} 0 1
[junit4:junit4]   2> 12984 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[122 (1428496396483297280)]} 0 2
[junit4:junit4]   2> 12986 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10122 (1428496396485394432)]} 0 1
[junit4:junit4]   2> 12986 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[123 (1428496396487491584)]} 0 0
[junit4:junit4]   2> 12986 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10122 (1428496396485394432)]} 0 2
[junit4:junit4]   2> 12988 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10123 (1428496396489588736)]} 0 0
[junit4:junit4]   2> 12990 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[123 (1428496396489588736)]} 0 0
[junit4:junit4]   2> 12990 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[123 (1428496396489588736)]} 0 2
[junit4:junit4]   2> 12992 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10123 (1428496396491685888)]} 0 0
[junit4:junit4]   2> 12992 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[108 (-1428496396493783040)]} 0 0
[junit4:junit4]   2> 12992 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10123 (1428496396491685888)]} 0 2
[junit4:junit4]   2> 12994 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10108 (-1428496396495880192)]} 0 0
[junit4:junit4]   2> 12995 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[108 (-1428496396495880192)]} 0 0
[junit4:junit4]   2> 12996 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[108 (-1428496396495880192)]} 0 2
[junit4:junit4]   2> 12997 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10108 (-1428496396497977344)]} 0 0
[junit4:junit4]   2> 12998 T1804 C122 P51722 /update {wt=javabin&version=2} {delete=[10108 (-1428496396497977344)]} 0 2
[junit4:junit4]   2> 12998 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[124 (1428496396499025920)]} 0 1
[junit4:junit4]   2> 13000 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10124 (1428496396501123072)]} 0 1
[junit4:junit4]   2> 13001 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[124 (1428496396501123072)]} 0 0
[junit4:junit4]   2> 13002 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[124 (1428496396501123072)]} 0 3
[junit4:junit4]   2> 13003 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10124 (1428496396503220224)]} 0 0
[junit4:junit4]   2> 13004 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[10124 (1428496396503220224)]} 0 3
[junit4:junit4]   2> 13004 T1783 C121 P52969 /update {wt=javabin&version=2} {add=[125 (1428496396506365952)]} 0 1
[junit4:junit4]   2> 13006 T1785 C121 P52969 /update {wt=javabin&version=2} {add=[10125 (1428496396507414528)]} 0 1
[junit4:junit4]   2> 13008 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[125 (1428496396507414528)]} 0 1
[junit4:junit4]   2> 13008 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[125 (1428496396507414528)]} 0 3
[junit4:junit4]   2> 13009 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10125 (1428496396509511680)]} 0 0
[junit4:junit4]   2> 13010 T1802 C122 P51722 /update {wt=javabin&version=2} {add=[10125 (1428496396509511680)]} 0 3
[junit4:junit4]   2> 13010 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[126 (1428496396512657408)]} 0 0
[junit4:junit4]   2> 13012 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10126 (1428496396514754560)]} 0 0
[junit4:junit4]   2> 13014 T1820 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[126 (1428496396514754560)]} 0 0
[junit4:junit4]   2> 13014 T1803 C122 P51722 /update {wt=javabin&version=2} {add=[126 (1428496396514754560)]} 0 2
[junit4:junit4]   2> 13016 T1821 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10126 (1428496396516851712)]} 0 1
[junit4:junit4]   2> 13016 T1783 C121 P52969 /update {wt=javabin&version=2} {delete=[111 (-1428496396518948864)]} 0 0
[junit4:junit4]   2> 13016 T1804 C122 P51722 /update {wt=javabin&version=2} {add=[10126 (1428496396516851712)]} 0 2
[junit4:junit4]   2> 13018 T1785 C121 P52969 /update {wt=javabin&version=2} {delete=[10111 (-1428496396521046016)]} 0 0
[junit4:junit4]   2> 13019 T1818 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[111 (-1428496396521046016)]} 0 0
[junit4:junit4]   2> 13020 T1802 C122 P51722 /update {wt=javabin&version=2} {delete=[111 (-1428496396521046016)]} 0 2
[junit4:junit4]   2> 13021 T1819 C120 P58177 /update {distrib.from=http://127.0.0.1:51722/zo/f/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10111 (-1428496396523143168)]} 0 0
[junit4:junit4]   2> 13022 T1803 C122 P51722 /update {wt=javabin&version=2} {delete=[10111 (-1428496396523143168)]} 0 2
[junit4:junit4]   2> 13022 T1782 C121 P52969 /update {wt=javabin&version=2} {add=[127 (1428496396525240320)]} 0 0
[junit4:junit4]   2> 13024 T1784 C121 P52969 /update {wt=javabin&version=2} {add=[10127 (1428496396526288896)]} 0 1
[junit4:

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

23 maxBlockSize=55), rnd_b=PostingsFormat(name=Direct), intDefault=Pulsing41(freqCutoff=2 minBlockSize=23 maxBlockSize=55), id=PostingsFormat(name=Direct), timestamp=PostingsFormat(name=Memory doPackFST= true), a_t=PostingsFormat(name=Memory doPackFST= true), range_facet_sl=PostingsFormat(name=Direct), range_facet_si=PostingsFormat(name=Memory doPackFST= true), other_tl1=Pulsing41(freqCutoff=2 minBlockSize=23 maxBlockSize=55), multiDefault=PostingsFormat(name=Memory doPackFST= true), a_si=Pulsing41(freqCutoff=2 minBlockSize=23 maxBlockSize=55)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=da, timezone=Jamaica
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Sun Microsystems Inc. 1.6.0_41 (32-bit)/cpus=8,threads=1,free=106327840,total=206815232
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestMultiCoreConfBootstrap, PolyFieldTest, TestJmxIntegration, FastVectorHighlighterTest, TestCollationField, FieldAnalysisRequestHandlerTest, LukeRequestHandlerTest, TestCSVLoader, DocumentBuilderTest, HardAutoCommitTest, BasicFunctionalityTest, TestSolrQueryParser, TestHashPartitioner, TestStressLucene, StatsComponentTest, TestWriterPerf, CopyFieldTest, DirectSolrSpellCheckerTest, TestFastLRUCache, UniqFieldsUpdateProcessorFactoryTest, ChaosMonkeySafeLeaderTest, SolrInfoMBeanTest, UpdateParamsTest, TestQueryUtils, CollectionsAPIDistributedZkTest, HighlighterConfigTest, TestRTGBase, TestCharFilters, ConvertedLegacyTest, TestPropInjectDefaults, OverseerTest, RequestHandlersTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestSolr4Spatial, TermVectorComponentTest, ZkNodePropsTest, SystemInfoHandlerTest, TimeZoneUtilsTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=CD76B629C652B7C3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=Jamaica -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J1 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1826, name=coreLoadExecutor-1112-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1479)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
[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:733)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@b95af9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1231444))
[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=1828, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1479)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@a709f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@eef34f))
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4] Completed on J1 in 69.66s, 1 test, 2 errors <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b78) - Build # 4551 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4551/
Java: 32bit/jdk1.8.0-ea-b78 -server -XX:+UseConcMarkSweepGC

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

Error Message:
Server at http://127.0.0.1:38615/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:38615/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([8548E8C70622E05D:4AE66DF717D8061]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:200)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9450 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T3525 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 3 T3525 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904
[junit4:junit4]   2> 3 T3525 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T3526 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 4 T3526 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 4 T3526 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T3526 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 5 T3526 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 5 T3526 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T3525 oasc.ZkTestServer.run start zk server on port:46106
[junit4:junit4]   2> 104 T3525 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46106 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@fb77c5
[junit4:junit4]   2> 105 T3525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 105 T3531 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46106. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 106 T3531 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46106, initiating session
[junit4:junit4]   2> 106 T3527 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:57171
[junit4:junit4]   2> 106 T3527 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:57171
[junit4:junit4]   2> 106 T3529 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 202 T3529 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30397d9b0000 with negotiated timeout 10000 for client /127.0.0.1:57171
[junit4:junit4]   2> 202 T3531 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46106, sessionid = 0x13d30397d9b0000, negotiated timeout = 10000
[junit4:junit4]   2> 202 T3532 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fb77c5 name:ZooKeeperConnection Watcher:127.0.0.1:46106 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 203 T3525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 203 T3525 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 206 T3530 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30397d9b0000
[junit4:junit4]   2> 206 T3532 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 206 T3527 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:57171 which had sessionid 0x13d30397d9b0000
[junit4:junit4]   2> 206 T3525 oaz.ZooKeeper.close Session: 0x13d30397d9b0000 closed
[junit4:junit4]   2> 207 T3525 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46106/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3c84aa
[junit4:junit4]   2> 207 T3525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 208 T3533 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46106. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 208 T3533 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46106, initiating session
[junit4:junit4]   2> 208 T3527 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:57172
[junit4:junit4]   2> 208 T3527 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:57172
[junit4:junit4]   2> 209 T3529 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30397d9b0001 with negotiated timeout 10000 for client /127.0.0.1:57172
[junit4:junit4]   2> 209 T3533 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46106, sessionid = 0x13d30397d9b0001, negotiated timeout = 10000
[junit4:junit4]   2> 209 T3534 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c84aa name:ZooKeeperConnection Watcher:127.0.0.1:46106/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 209 T3525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 210 T3525 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 212 T3525 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 214 T3525 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 215 T3525 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 216 T3525 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 217 T3525 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 220 T3525 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 220 T3525 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 223 T3525 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 223 T3525 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 225 T3525 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 225 T3525 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 227 T3525 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 227 T3525 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 229 T3525 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 229 T3525 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 231 T3525 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 231 T3525 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 233 T3525 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 233 T3525 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 235 T3525 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 235 T3525 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 237 T3530 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30397d9b0001
[junit4:junit4]   2> 237 T3534 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 237 T3527 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:57172 which had sessionid 0x13d30397d9b0001
[junit4:junit4]   2> 237 T3525 oaz.ZooKeeper.close Session: 0x13d30397d9b0001 closed
[junit4:junit4]   2> 294 T3525 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 297 T3525 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39474
[junit4:junit4]   2> 298 T3525 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 298 T3525 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 299 T3525 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362313707138
[junit4:junit4]   2> 299 T3525 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362313707138/solr.xml
[junit4:junit4]   2> 299 T3525 oasc.CoreContainer.<init> New CoreContainer 24531208
[junit4:junit4]   2> 300 T3525 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362313707138/'
[junit4:junit4]   2> 300 T3525 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362313707138/'
[junit4:junit4]   2> 316 T3525 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 316 T3525 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 317 T3525 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 317 T3525 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 317 T3525 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 318 T3525 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 318 T3525 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 318 T3525 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 318 T3525 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 319 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 324 T3525 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 333 T3525 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:46106/solr
[junit4:junit4]   2> 334 T3525 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 334 T3525 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46106 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6252f7
[junit4:junit4]   2> 335 T3525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 335 T3544 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46106. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 336 T3544 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46106, initiating session
[junit4:junit4]   2> 336 T3527 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:57173
[junit4:junit4]   2> 336 T3527 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:57173
[junit4:junit4]   2> 337 T3529 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30397d9b0002 with negotiated timeout 20000 for client /127.0.0.1:57173
[junit4:junit4]   2> 337 T3544 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46106, sessionid = 0x13d30397d9b0002, negotiated timeout = 20000
[junit4:junit4]   2> 337 T3545 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6252f7 name:ZooKeeperConnection Watcher:127.0.0.1:46106 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 337 T3525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 338 T3530 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30397d9b0002
[junit4:junit4]   2> 339 T3545 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 339 T3527 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:57173 which had sessionid 0x13d30397d9b0002
[junit4:junit4]   2> 339 T3525 oaz.ZooKeeper.close Session: 0x13d30397d9b0002 closed
[junit4:junit4]   2> 339 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 342 T3525 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46106/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4138b8
[junit4:junit4]   2> 343 T3546 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46106. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 342 T3525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 343 T3546 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46106, initiating session
[junit4:junit4]   2> 343 T3527 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:57174
[junit4:junit4]   2> 343 T3527 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:57174
[junit4:junit4]   2> 344 T3529 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30397d9b0003 with negotiated timeout 20000 for client /127.0.0.1:57174
[junit4:junit4]   2> 344 T3546 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46106, sessionid = 0x13d30397d9b0003, negotiated timeout = 20000
[junit4:junit4]   2> 344 T3547 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4138b8 name:ZooKeeperConnection Watcher:127.0.0.1:46106/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 344 T3525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 345 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 346 T3525 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 348 T3525 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39474_
[junit4:junit4]   2> 348 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:39474_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:39474_
[junit4:junit4]   2> 348 T3525 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39474_
[junit4:junit4]   2> 350 T3525 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 354 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 354 T3525 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 356 T3525 oasc.Overseer.start Overseer (id=89280591095857155-127.0.0.1:39474_-n_0000000000) starting
[junit4:junit4]   2> 356 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 357 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 358 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 358 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 359 T3549 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 360 T3525 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 361 T3525 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 362 T3548 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 365 T3550 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362313707138/collection1
[junit4:junit4]   2> 365 T3550 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 365 T3550 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 365 T3550 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 366 T3550 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362313707138/collection1/'
[junit4:junit4]   2> 367 T3550 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362313707138/collection1/lib/README' to classloader
[junit4:junit4]   2> 367 T3550 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362313707138/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 388 T3550 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 424 T3550 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 425 T3550 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 432 T3550 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 765 T3550 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 772 T3550 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 775 T3550 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 784 T3550 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 786 T3550 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 789 T3550 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 789 T3550 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 790 T3550 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 790 T3550 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 791 T3550 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 791 T3550 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 791 T3550 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362313707138/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data/
[junit4:junit4]   2> 791 T3550 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1dbfdc5
[junit4:junit4]   2> 791 T3550 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 792 T3550 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data forceNew:false
[junit4:junit4]   2> 792 T3550 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data
[junit4:junit4]   2> 792 T3550 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data/index/
[junit4:junit4]   2> 792 T3550 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 793 T3550 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data/index forceNew:false
[junit4:junit4]   2> 794 T3550 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@192c52b lockFactory=org.apache.lucene.store.NativeFSLockFactory@e6d560),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 794 T3550 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 794 T3550 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data/index
[junit4:junit4]   2> 795 T3550 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 795 T3550 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 796 T3550 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 796 T3550 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 796 T3550 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 797 T3550 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 797 T3550 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 797 T3550 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 797 T3550 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 799 T3550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 801 T3550 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data
[junit4:junit4]   2> 802 T3550 oass.SolrIndexSearcher.<init> Opening Searcher@1223fac main
[junit4:junit4]   2> 802 T3550 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data/tlog
[junit4:junit4]   2> 802 T3550 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 803 T3550 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 804 T3550 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data
[junit4:junit4]   2> 805 T3551 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1223fac main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 805 T3550 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 805 T3550 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 805 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1865 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1866 T3548 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39474",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39474_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection"}
[junit4:junit4]   2> 1866 T3548 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1866 T3548 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1867 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1872 T3547 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> 2807 T3550 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2807 T3550 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:39474 collection:control_collection shard:shard1
[junit4:junit4]   2> 2809 T3550 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2819 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2820 T3550 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2821 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2824 T3550 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2824 T3550 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2824 T3550 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:39474/collection1/
[junit4:junit4]   2> 2825 T3550 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2825 T3550 oasc.SyncStrategy.syncToMe http://127.0.0.1:39474/collection1/ has no replicas
[junit4:junit4]   2> 2825 T3550 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:39474/collection1/
[junit4:junit4]   2> 2826 T3550 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2831 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3377 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3386 T3547 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> 3436 T3550 oasc.ZkController.register We are http://127.0.0.1:39474/collection1/ and leader is http://127.0.0.1:39474/collection1/
[junit4:junit4]   2> 3436 T3550 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39474
[junit4:junit4]   2> 3436 T3550 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3437 T3550 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3437 T3550 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3439 T3550 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3441 T3525 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3441 T3525 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3442 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3448 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3449 T3525 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46106/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1351dc8
[junit4:junit4]   2> 3450 T3525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3450 T3553 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46106. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3451 T3553 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46106, initiating session
[junit4:junit4]   2> 3451 T3527 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:57175
[junit4:junit4]   2> 3451 T3527 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:57175
[junit4:junit4]   2> 3452 T3529 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30397d9b0004 with negotiated timeout 10000 for client /127.0.0.1:57175
[junit4:junit4]   2> 3452 T3553 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46106, sessionid = 0x13d30397d9b0004, negotiated timeout = 10000
[junit4:junit4]   2> 3452 T3554 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1351dc8 name:ZooKeeperConnection Watcher:127.0.0.1:46106/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3452 T3525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3453 T3525 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3454 T3525 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3512 T3525 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3514 T3525 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54974
[junit4:junit4]   2> 3514 T3525 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3515 T3525 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3515 T3525 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362313710356
[junit4:junit4]   2> 3515 T3525 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362313710356/solr.xml
[junit4:junit4]   2> 3515 T3525 oasc.CoreContainer.<init> New CoreContainer 11609854
[junit4:junit4]   2> 3516 T3525 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362313710356/'
[junit4:junit4]   2> 3516 T3525 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362313710356/'
[junit4:junit4]   2> 3533 T3525 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3534 T3525 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3534 T3525 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3534 T3525 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3535 T3525 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3535 T3525 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3535 T3525 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3536 T3525 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3536 T3525 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3536 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3542 T3525 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3551 T3525 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:46106/solr
[junit4:junit4]   2> 3552 T3525 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3552 T3525 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46106 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ad5b67
[junit4:junit4]   2> 3553 T3564 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46106. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3553 T3525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3554 T3564 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46106, initiating session
[junit4:junit4]   2> 3554 T3527 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:57176
[junit4:junit4]   2> 3554 T3527 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:57176
[junit4:junit4]   2> 3555 T3529 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30397d9b0005 with negotiated timeout 20000 for client /127.0.0.1:57176
[junit4:junit4]   2> 3555 T3564 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46106, sessionid = 0x13d30397d9b0005, negotiated timeout = 20000
[junit4:junit4]   2> 3555 T3565 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ad5b67 name:ZooKeeperConnection Watcher:127.0.0.1:46106 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3555 T3525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3556 T3530 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30397d9b0005
[junit4:junit4]   2> 3557 T3565 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3557 T3527 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:57176 which had sessionid 0x13d30397d9b0005
[junit4:junit4]   2> 3557 T3525 oaz.ZooKeeper.close Session: 0x13d30397d9b0005 closed
[junit4:junit4]   2> 3558 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3560 T3525 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46106/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@118f9b0
[junit4:junit4]   2> 3561 T3566 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46106. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3561 T3525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3561 T3566 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46106, initiating session
[junit4:junit4]   2> 3561 T3527 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:57177
[junit4:junit4]   2> 3562 T3527 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:57177
[junit4:junit4]   2> 3563 T3529 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30397d9b0006 with negotiated timeout 20000 for client /127.0.0.1:57177
[junit4:junit4]   2> 3563 T3566 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46106, sessionid = 0x13d30397d9b0006, negotiated timeout = 20000
[junit4:junit4]   2> 3563 T3567 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@118f9b0 name:ZooKeeperConnection Watcher:127.0.0.1:46106/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3563 T3525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3564 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3565 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3567 T3525 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4571 T3525 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54974_
[junit4:junit4]   2> 4572 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:54974_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:54974_
[junit4:junit4]   2> 4573 T3525 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54974_
[junit4:junit4]   2> 4577 T3567 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4577 T3547 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4577 T3554 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4577 T3547 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> 4584 T3568 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362313710356/collection1
[junit4:junit4]   2> 4585 T3568 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4586 T3568 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4586 T3568 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4588 T3568 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362313710356/collection1/'
[junit4:junit4]   2> 4589 T3568 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362313710356/collection1/lib/README' to classloader
[junit4:junit4]   2> 4589 T3568 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362313710356/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4612 T3568 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4646 T3568 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4647 T3568 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4652 T3568 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4892 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4893 T3548 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39474",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39474_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection"}
[junit4:junit4]   2> 4895 T3547 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> 4895 T3567 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> 4895 T3554 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> 4961 T3568 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4966 T3568 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4969 T3568 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4980 T3568 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4983 T3568 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4985 T3568 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4986 T3568 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4986 T3568 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4986 T3568 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4987 T3568 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4987 T3568 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4987 T3568 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362313710356/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1/
[junit4:junit4]   2> 4987 T3568 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1dbfdc5
[junit4:junit4]   2> 4988 T3568 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4988 T3568 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1 forceNew:false
[junit4:junit4]   2> 4988 T3568 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1
[junit4:junit4]   2> 4988 T3568 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1/index/
[junit4:junit4]   2> 4989 T3568 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4989 T3568 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1/index forceNew:false
[junit4:junit4]   2> 4990 T3568 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f5fb95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@10d94f5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4990 T3568 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4990 T3568 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1/index
[junit4:junit4]   2> 4991 T3568 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4992 T3568 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4992 T3568 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4992 T3568 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4993 T3568 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4993 T3568 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4993 T3568 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4993 T3568 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4994 T3568 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4996 T3568 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4998 T3568 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1
[junit4:junit4]   2> 4998 T3568 oass.SolrIndexSearcher.<init> Opening Searcher@1d42f0b main
[junit4:junit4]   2> 4998 T3568 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1/tlog
[junit4:junit4]   2> 4999 T3568 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4999 T3568 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5002 T3569 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d42f0b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5003 T3568 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5003 T3568 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6399 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6399 T3548 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54974",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54974_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 6399 T3548 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6400 T3548 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 6404 T3554 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> 6404 T3567 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> 6404 T3547 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> 7004 T3568 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7004 T3568 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54974 collection:collection1 shard:shard2
[junit4:junit4]   2> 7005 T3568 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 7011 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:delete cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7012 T3568 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7012 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:create cxid:0x47 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7014 T3568 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7014 T3568 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7014 T3568 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54974/collection1/
[junit4:junit4]   2> 7014 T3568 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7014 T3568 oasc.SyncStrategy.syncToMe http://127.0.0.1:54974/collection1/ has no replicas
[junit4:junit4]   2> 7015 T3568 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54974/collection1/
[junit4:junit4]   2> 7015 T3568 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 7017 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:create cxid:0x51 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7908 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7918 T3567 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> 7919 T3554 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> 7919 T3547 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> 7922 T3568 oasc.ZkController.register We are http://127.0.0.1:54974/collection1/ and leader is http://127.0.0.1:54974/collection1/
[junit4:junit4]   2> 7922 T3568 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54974
[junit4:junit4]   2> 7922 T3568 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7923 T3568 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7923 T3568 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7925 T3568 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7926 T3525 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 7927 T3525 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7928 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7986 T3525 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7988 T3525 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38615
[junit4:junit4]   2> 7989 T3525 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7989 T3525 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7990 T3525 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362313714833
[junit4:junit4]   2> 7990 T3525 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362313714833/solr.xml
[junit4:junit4]   2> 7991 T3525 oasc.CoreContainer.<init> New CoreContainer 16201759
[junit4:junit4]   2> 7992 T3525 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362313714833/'
[junit4:junit4]   2> 7993 T3525 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362313714833/'
[junit4:junit4]   2> 8018 T3525 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8019 T3525 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8019 T3525 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8020 T3525 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8020 T3525 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8020 T3525 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8021 T3525 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8021 T3525 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8021 T3525 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8022 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8027 T3525 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8037 T3525 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:46106/solr
[junit4:junit4]   2> 8037 T3525 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8037 T3525 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46106 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1593d95
[junit4:junit4]   2> 8038 T3580 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46106. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8038 T3525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8039 T3580 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46106, initiating session
[junit4:junit4]   2> 8039 T3527 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:57182
[junit4:junit4]   2> 8039 T3527 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:57182
[junit4:junit4]   2> 8040 T3529 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30397d9b0007 with negotiated timeout 20000 for client /127.0.0.1:57182
[junit4:junit4]   2> 8040 T3580 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46106, sessionid = 0x13d30397d9b0007, negotiated timeout = 20000
[junit4:junit4]   2> 8041 T3581 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1593d95 name:ZooKeeperConnection Watcher:127.0.0.1:46106 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8041 T3525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8042 T3530 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30397d9b0007
[junit4:junit4]   2> 8042 T3581 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8042 T3527 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:57182 which had sessionid 0x13d30397d9b0007
[junit4:junit4]   2> 8042 T3525 oaz.ZooKeeper.close Session: 0x13d30397d9b0007 closed
[junit4:junit4]   2> 8043 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8045 T3525 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46106/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@32bd29
[junit4:junit4]   2> 8046 T3582 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46106. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8046 T3525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8047 T3582 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46106, initiating session
[junit4:junit4]   2> 8047 T3527 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:57183
[junit4:junit4]   2> 8047 T3527 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:57183
[junit4:junit4]   2> 8048 T3529 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30397d9b0008 with negotiated timeout 20000 for client /127.0.0.1:57183
[junit4:junit4]   2> 8048 T3582 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46106, sessionid = 0x13d30397d9b0008, negotiated timeout = 20000
[junit4:junit4]   2> 8048 T3583 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32bd29 name:ZooKeeperConnection Watcher:127.0.0.1:46106/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8049 T3525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8049 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8050 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8051 T3525 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9053 T3525 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38615_
[junit4:junit4]   2> 9055 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0008 type:delete cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38615_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38615_
[junit4:junit4]   2> 9056 T3525 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38615_
[junit4:junit4]   2> 9058 T3547 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> 9059 T3567 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9059 T3583 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9060 T3567 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> 9059 T3554 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9060 T3554 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> 9061 T3547 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9067 T3584 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362313714833/collection1
[junit4:junit4]   2> 9067 T3584 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9068 T3584 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9068 T3584 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9069 T3584 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362313714833/collection1/'
[junit4:junit4]   2> 9070 T3584 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362313714833/collection1/lib/README' to classloader
[junit4:junit4]   2> 9071 T3584 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362313714833/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9103 T3584 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9139 T3584 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9140 T3584 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9144 T3584 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9424 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9425 T3548 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54974",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54974_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 9427 T3583 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> 9427 T3554 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> 9427 T3547 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> 9427 T3567 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> 9448 T3584 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9454 T3584 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9456 T3584 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9466 T3584 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9468 T3584 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9471 T3584 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9472 T3584 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9472 T3584 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9472 T3584 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9473 T3584 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9473 T3584 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9473 T3584 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362313714833/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2/
[junit4:junit4]   2> 9473 T3584 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1dbfdc5
[junit4:junit4]   2> 9474 T3584 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9474 T3584 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2 forceNew:false
[junit4:junit4]   2> 9474 T3584 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2
[junit4:junit4]   2> 9474 T3584 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2/index/
[junit4:junit4]   2> 9475 T3584 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9475 T3584 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2/index forceNew:false
[junit4:junit4]   2> 9476 T3584 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ba305 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17822da),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9476 T3584 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9476 T3584 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2/index
[junit4:junit4]   2> 9477 T3584 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9478 T3584 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9478 T3584 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9478 T3584 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9479 T3584 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9479 T3584 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9479 T3584 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9479 T3584 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9480 T3584 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9482 T3584 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9484 T3584 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2
[junit4:junit4]   2> 9484 T3584 oass.SolrIndexSearcher.<init> Opening Searcher@11ac5d main
[junit4:junit4]   2> 9484 T3584 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2/tlog
[junit4:junit4]   2> 9485 T3584 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9485 T3584 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9488 T3585 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11ac5d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9489 T3584 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9490 T3584 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10931 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10932 T3548 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38615",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38615_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 10932 T3548 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 10932 T3548 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10935 T3583 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> 10935 T3567 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> 10935 T3547 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> 10935 T3554 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> 11491 T3584 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11491 T3584 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38615 collection:collection1 shard:shard1
[junit4:junit4]   2> 11492 T3584 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 11496 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0008 type:delete cxid:0x45 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 11496 T3584 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11496 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0008 type:create cxid:0x46 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11497 T3584 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11497 T3584 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11498 T3584 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38615/collection1/
[junit4:junit4]   2> 11498 T3584 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11498 T3584 oasc.SyncStrategy.syncToMe http://127.0.0.1:38615/collection1/ has no replicas
[junit4:junit4]   2> 11498 T3584 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38615/collection1/
[junit4:junit4]   2> 11498 T3584 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 11500 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0008 type:create cxid:0x4f zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12439 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12448 T3554 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> 12448 T3567 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> 12448 T3547 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> 12448 T3583 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> 12454 T3584 oasc.ZkController.register We are http://127.0.0.1:38615/collection1/ and leader is http://127.0.0.1:38615/collection1/
[junit4:junit4]   2> 12454 T3584 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38615
[junit4:junit4]   2> 12454 T3584 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12455 T3584 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12455 T3584 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12457 T3584 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12458 T3525 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12459 T3525 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12460 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12540 T3525 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12542 T3525 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57178
[junit4:junit4]   2> 12542 T3525 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12543 T3525 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12543 T3525 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362313719366
[junit4:junit4]   2> 12543 T3525 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362313719366/solr.xml
[junit4:junit4]   2> 12544 T3525 oasc.CoreContainer.<init> New CoreContainer 19646498
[junit4:junit4]   2> 12544 T3525 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362313719366/'
[junit4:junit4]   2> 12545 T3525 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362313719366/'
[junit4:junit4]   2> 12560 T3525 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12561 T3525 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12561 T3525 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12561 T3525 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12562 T3525 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12562 T3525 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12562 T3525 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12563 T3525 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12563 T3525 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12563 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12569 T3525 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12577 T3525 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:46106/solr
[junit4:junit4]   2> 12578 T3525 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12578 T3525 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46106 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@9e164f
[junit4:junit4]   2> 12579 T3596 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46106. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12579 T3525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12580 T3596 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46106, initiating session
[junit4:junit4]   2> 12580 T3527 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:57186
[junit4:junit4]   2> 12580 T3527 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:57186
[junit4:junit4]   2> 12581 T3529 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30397d9b0009 with negotiated timeout 20000 for client /127.0.0.1:57186
[junit4:junit4]   2> 12581 T3596 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46106, sessionid = 0x13d30397d9b0009, negotiated timeout = 20000
[junit4:junit4]   2> 12581 T3597 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9e164f name:ZooKeeperConnection Watcher:127.0.0.1:46106 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12581 T3525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12582 T3530 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30397d9b0009
[junit4:junit4]   2> 12583 T3597 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12583 T3527 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:57186 which had sessionid 0x13d30397d9b0009
[junit4:junit4]   2> 12583 T3525 oaz.ZooKeeper.close Session: 0x13d30397d9b0009 closed
[junit4:junit4]   2> 12583 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12585 T3525 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46106/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@b4c6de
[junit4:junit4]   2> 12586 T3598 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46106. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12586 T3525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12586 T3598 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46106, initiating session
[junit4:junit4]   2> 12586 T3527 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:57187
[junit4:junit4]   2> 12587 T3527 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:57187
[junit4:junit4]   2> 12587 T3529 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30397d9b000a with negotiated timeout 20000 for client /127.0.0.1:57187
[junit4:junit4]   2> 12587 T3598 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46106, sessionid = 0x13d30397d9b000a, negotiated timeout = 20000
[junit4:junit4]   2> 12587 T3599 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b4c6de name:ZooKeeperConnection Watcher:127.0.0.1:46106/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12588 T3525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12588 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12589 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12590 T3525 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13592 T3525 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57178_
[junit4:junit4]   2> 13593 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b000a type:delete cxid:0x9 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:57178_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:57178_
[junit4:junit4]   2> 13594 T3525 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57178_
[junit4:junit4]   2> 13597 T3599 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13597 T3554 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13597 T3547 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13597 T3567 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13598 T3583 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13598 T3547 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13598 T3554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13598 T3583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13598 T3567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13605 T3600 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362313719366/collection1
[junit4:junit4]   2> 13606 T3600 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13607 T3600 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13607 T3600 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13609 T3600 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362313719366/collection1/'
[junit4:junit4]   2> 13609 T3600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362313719366/collection1/lib/README' to classloader
[junit4:junit4]   2> 13610 T3600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362313719366/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13642 T3600 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13680 T3600 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13681 T3600 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13685 T3600 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13953 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13954 T3548 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38615",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38615_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 13956 T3583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13956 T3599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13956 T3567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13956 T3547 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13956 T3554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14009 T3600 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14016 T3600 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14018 T3600 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14027 T3600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14030 T3600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14032 T3600 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14033 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14033 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14034 T3600 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14034 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14034 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14035 T3600 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362313719366/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/
[junit4:junit4]   2> 14035 T3600 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1dbfdc5
[junit4:junit4]   2> 14035 T3600 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14036 T3600 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3 forceNew:false
[junit4:junit4]   2> 14036 T3600 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 14036 T3600 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index/
[junit4:junit4]   2> 14036 T3600 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14037 T3600 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index forceNew:false
[junit4:junit4]   2> 14038 T3600 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4e7ea lockFactory=org.apache.lucene.store.NativeFSLockFactory@984f50),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14038 T3600 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14038 T3600 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index
[junit4:junit4]   2> 14039 T3600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14039 T3600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14040 T3600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14040 T3600 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14040 T3600 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14040 T3600 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14041 T3600 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14041 T3600 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14041 T3600 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14043 T3600 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14045 T3600 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 14046 T3600 oass.SolrIndexSearcher.<init> Opening Searcher@450122 main
[junit4:junit4]   2> 14046 T3600 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/tlog
[junit4:junit4]   2> 14046 T3600 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14046 T3600 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14049 T3601 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@450122 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14050 T3600 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14050 T3600 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15459 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15460 T3548 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57178",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57178_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 15460 T3548 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15460 T3548 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15463 T3554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15463 T3599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15463 T3547 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15463 T3567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15463 T3583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16051 T3600 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16051 T3600 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57178 collection:collection1 shard:shard2
[junit4:junit4]   2> 16053 T3600 oasc.ZkController.register We are http://127.0.0.1:57178/collection1/ and leader is http://127.0.0.1:54974/collection1/
[junit4:junit4]   2> 16054 T3600 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57178
[junit4:junit4]   2> 16054 T3600 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16054 T3600 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C532 name=collection1 org.apache.solr.core.SolrCore@1f82af9 url=http://127.0.0.1:57178/collection1 node=127.0.0.1:57178_ C532_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:57178, state=down, node_name=127.0.0.1:57178_, core=collection1, collection=collection1}
[junit4:junit4]   2> 16054 T3602 C532 P57178 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16054 T3600 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16055 T3602 C532 P57178 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16055 T3602 C532 P57178 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16055 T3602 C532 P57178 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16055 T3525 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16056 T3602 C532 P57178 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16056 T3525 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16057 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16060 T3525 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16062 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16067 T3563 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362313710356/onenodecollectioncore
[junit4:junit4]   2> 16067 T3563 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 16068 T3563 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 16068 T3563 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 16069 T3563 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 16069 T3563 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 16071 T3563 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 16072 T3563 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362313710356/onenodecollectioncore/'
[junit4:junit4]   2> 16096 T3563 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 16131 T3563 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16132 T3563 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16137 T3563 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 16448 T3563 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 16453 T3563 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 16456 T3563 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 16464 T3563 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16467 T3563 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16470 T3563 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16470 T3563 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 16471 T3563 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 16471 T3563 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16472 T3563 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 16472 T3563 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 16472 T3563 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362313710356/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection/
[junit4:junit4]   2> 16472 T3563 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1dbfdc5
[junit4:junit4]   2> 16473 T3563 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 16473 T3563 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection forceNew:false
[junit4:junit4]   2> 16474 T3563 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection
[junit4:junit4]   2> 16474 T3563 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection/index/
[junit4:junit4]   2> 16474 T3563 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 16475 T3563 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection/index forceNew:false
[junit4:junit4]   2> 16476 T3563 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1239176 lockFactory=org.apache.lucene.store.NativeFSLockFactory@567b59),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16476 T3563 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16477 T3563 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection/index
[junit4:junit4]   2> 16478 T3563 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 16478 T3563 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 16478 T3563 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 16479 T3563 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 16479 T3563 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 16480 T3563 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 16480 T3563 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 16480 T3563 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 16481 T3563 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 16483 T3563 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 16486 T3563 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection
[junit4:junit4]   2> 16486 T3563 oass.SolrIndexSearcher.<init> Opening Searcher@13ea146 main
[junit4:junit4]   2> 16487 T3563 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection/tlog
[junit4:junit4]   2> 16487 T3563 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 16487 T3563 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 16490 T3563 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection
[junit4:junit4]   2> 16490 T3604 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@13ea146 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 16491 T3563 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 16966 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16966 T3548 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57178",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57178_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 16968 T3548 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54974",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54974_",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection"}
[junit4:junit4]   2> 16969 T3548 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 16969 T3548 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 16972 T3554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16972 T3583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16972 T3599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16972 T3567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16972 T3547 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17492 T3563 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 17492 T3563 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:54974 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 17493 T3563 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 17496 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:delete cxid:0x9f zxid:0xac txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 17497 T3563 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 17497 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:create cxid:0xa0 zxid:0xad txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17498 T3563 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 17498 T3563 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 17499 T3563 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54974/onenodecollectioncore/
[junit4:junit4]   2> 17499 T3563 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 17499 T3563 oasc.SyncStrategy.syncToMe http://127.0.0.1:54974/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 17499 T3563 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54974/onenodecollectioncore/
[junit4:junit4]   2> 17500 T3563 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 17502 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:create cxid:0xaa zxid:0xb1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18475 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18481 T3567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18481 T3599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18481 T3554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18481 T3547 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18481 T3583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18505 T3563 oasc.ZkController.register We are http://127.0.0.1:54974/onenodecollectioncore/ and leader is http://127.0.0.1:54974/onenodecollectioncore/
[junit4:junit4]   2> 18505 T3563 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:54974
[junit4:junit4]   2> 18505 T3563 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 18505 T3563 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 18507 T3563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18508 T3525 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 18508 T3525 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C532_STATE=coll:collection1 core:collection1 props:{shard=shard2, base_url=http://127.0.0.1:57178, state=recovering, node_name=127.0.0.1:57178_, core=collection1, collection=collection1}
[junit4:junit4]   2> 19060 T3602 C532 P57178 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:54974/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19060 T3602 C532 P57178 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:57178 START replicas=[http://127.0.0.1:54974/collection1/] nUpdates=100
[junit4:junit4]   2> 19061 T3602 C532 P57178 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19061 T3602 C532 P57178 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19061 T3602 C532 P57178 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19061 T3602 C532 P57178 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19061 T3602 C532 P57178 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19062 T3602 C532 P57178 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:54974/collection1/. core=collection1
[junit4:junit4]   2> 19062 T3602 C532 P57178 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C533 name=collection1 org.apache.solr.core.SolrCore@1cc3a7b url=http://127.0.0.1:54974/collection1 node=127.0.0.1:54974_ C533_STATE=coll:collection1 core:collection1 props:{shard=shard2, base_url=http://127.0.0.1:54974, state=active, node_name=127.0.0.1:54974_, core=collection1, collection=collection1, leader=true}
[junit4:junit4]   2> 19065 T3563 C533 P54974 REQ /get {getVersions=100&distrib=false&qt=/get&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 19066 T3560 C533 P54974 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19066 T3560 C533 P54974 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1
[junit4:junit4]   2> 19067 T3560 C533 P54974 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f5fb95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@10d94f5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19067 T3560 C533 P54974 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19068 T3560 C533 P54974 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f5fb95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@10d94f5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f5fb95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@10d94f5),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19068 T3560 C533 P54974 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19068 T3560 C533 P54974 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1
[junit4:junit4]   2> 19069 T3560 C533 P54974 oass.SolrIndexSearcher.<init> Opening Searcher@febf69 realtime
[junit4:junit4]   2> 19069 T3560 C533 P54974 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19069 T3560 C533 P54974 /update {commit=true&commit_end_point=true&openSearcher=false&wt=javabin&waitSearcher=true&softCommit=false&version=2} {commit=} 0 4
[junit4:junit4]   2> 19070 T3602 C532 P57178 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19070 T3602 C532 P57178 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19073 T3563 C533 P54974 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19073 T3563 C533 P54974 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 19073 T3602 C532 P57178 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19074 T3602 C532 P57178 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19074 T3602 C532 P57178 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19075 T3562 C533 P54974 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1
[junit4:junit4]   2> 19076 T3562 C533 P54974 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1/index
[junit4:junit4]   2> 19076 T3562 C533 P54974 REQ /replication {command=filelist&qt=/replication&wt=javabin&version=2&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 19076 T3602 C532 P57178 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19077 T3602 C532 P57178 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index.20130303152845977 forceNew:false
[junit4:junit4]   2> 19077 T3602 C532 P57178 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 19077 T3602 C532 P57178 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@15a67bb lockFactory=org.apache.lucene.store.NativeFSLockFactory@159b916; maxCacheMB=0.376953125 maxMergeSizeMB=0.294921875)) fullCopy=false
[junit4:junit4]   2> 19079 T3560 C533 P54974 REQ /replication {file=segments_2&command=filecontent&checksum=true&qt=/replication&wt=filestream&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 19080 T3602 C532 P57178 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index
[junit4:junit4]   2> 19080 T3602 C532 P57178 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19081 T3602 C532 P57178 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 19081 T3602 C532 P57178 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 19081 T3602 C532 P57178 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19081 T3602 C532 P57178 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19081 T3602 C532 P57178 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 19082 T3602 C532 P57178 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4e7ea lockFactory=org.apache.lucene.store.NativeFSLockFactory@984f50),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4e7ea lockFactory=org.apache.lucene.store.NativeFSLockFactory@984f50),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19082 T3602 C532 P57178 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19083 T3602 C532 P57178 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19083 T3602 C532 P57178 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 19083 T3602 C532 P57178 oass.SolrIndexSearcher.<init> Opening Searcher@193487 main
[junit4:junit4]   2> 19084 T3601 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@193487 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19084 T3601 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index
[junit4:junit4]   2> 19084 T3602 C532 P57178 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@15a67bb lockFactory=org.apache.lucene.store.NativeFSLockFactory@159b916; maxCacheMB=0.376953125 maxMergeSizeMB=0.294921875))
[junit4:junit4]   2> 19084 T3602 C532 P57178 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index.20130303152845977
[junit4:junit4]   2> 19084 T3602 C532 P57178 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index
[junit4:junit4]   2> 19084 T3602 C532 P57178 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19085 T3602 C532 P57178 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19085 T3602 C532 P57178 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19085 T3602 C532 P57178 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19086 T3602 C532 P57178 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19510 T3525 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19985 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19986 T3548 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54974",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54974_",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection"}
[junit4:junit4]   2> 20004 T3548 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57178",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57178_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 20006 T3599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20006 T3583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20006 T3567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20006 T3554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20007 T3547 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20511 T3525 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20512 T3525 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 20513 T3525 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20535 T3525 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46106 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@8b2300
[junit4:junit4]   2> 20537 T3607 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46106. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 20536 T3525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 20537 T3607 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46106, initiating session
[junit4:junit4]   2> 20537 T3527 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:57208
[junit4:junit4]   2> 20537 T3527 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:57208
[junit4:junit4]   2> 20538 T3529 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30397d9b000b with negotiated timeout 10000 for client /127.0.0.1:57208
[junit4:junit4]   2> 20538 T3607 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46106, sessionid = 0x13d30397d9b000b, negotiated timeout = 10000
[junit4:junit4]   2> 20538 T3608 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8b2300 name:ZooKeeperConnection Watcher:127.0.0.1:46106 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 20538 T3525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 20570 T3530 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30397d9b000b
[junit4:junit4]   2> 20571 T3608 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 20571 T3527 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:57208 which had sessionid 0x13d30397d9b000b
[junit4:junit4]   2> 20571 T3525 oaz.ZooKeeper.close Session: 0x13d30397d9b000b closed
[junit4:junit4]   2> 20572 T3530 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30397d9b0004
[junit4:junit4]   2> 20572 T3527 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:57175 which had sessionid 0x13d30397d9b0004
[junit4:junit4]   2> 20572 T3554 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 20572 T3525 oaz.ZooKeeper.close Session: 0x13d30397d9b0004 closed
[junit4:junit4]   2> 20574 T3525 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 39474
[junit4:junit4]   2> 20574 T3525 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=24531208
[junit4:junit4]   2> 21511 T3548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21512 T3548 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39474",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:39474__collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39474_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection"}
[junit4:junit4]   2> 21517 T3547 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 21517 T3567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 21517 T3583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 21517 T3599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 22576 T3525 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 22576 T3525 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22580 T3525 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@69bb19
[junit4:junit4]   2> 22581 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index
[junit4:junit4]   2> 22582 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 22585 T3525 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 22586 T3525 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 22587 T3525 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 22587 T3525 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 22589 T3525 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 22590 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data/index
[junit4:junit4]   2> 22590 T3525 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data
[junit4:junit4]   2> 22591 T3525 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data
[junit4:junit4]   2> 22591 T3525 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data/index
[junit4:junit4]   2> 22592 T3525 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/control/data/index
[junit4:junit4]   2> 22593 T3548 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89280591095857155-127.0.0.1:39474_-n_0000000000) am no longer a leader.
[junit4:junit4]   2> 22594 T3530 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30397d9b0003
[junit4:junit4]   2> 22595 T3583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 22595 T3527 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:57174 which had sessionid 0x13d30397d9b0003
[junit4:junit4]   2> 22595 T3567 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 22596 T3599 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 22596 T3599 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> 22596 T3567 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> 22596 T3525 oaz.ZooKeeper.close Session: 0x13d30397d9b0003 closed
[junit4:junit4]   2> 22597 T3583 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 22599 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:delete cxid:0xba zxid:0xcd txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 22600 T3567 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 22602 T3567 oasc.Overseer.start Overseer (id=89280591095857158-127.0.0.1:54974_-n_0000000001) starting
[junit4:junit4]   2> 22603 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:create cxid:0xbf zxid:0xcf txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 22604 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:create cxid:0xc0 zxid:0xd0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 22605 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:create cxid:0xc1 zxid:0xd1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 22606 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0006 type:create cxid:0xc2 zxid:0xd2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 22607 T3610 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 22608 T3609 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 22610 T3609 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22611 T3609 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39474",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39474_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection"}
[junit4:junit4]   2> 22615 T3599 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> 22615 T3567 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> 22615 T3583 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> 22617 T3525 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 22670 T3525 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 54974
[junit4:junit4]   2> 22671 T3525 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=11609854
[junit4:junit4]   2> 23895 T3547 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 23896 T3547 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 23896 T3547 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 23896 T3547 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 24119 T3609 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24120 T3609 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54974",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:54974__collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54974_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 24122 T3609 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54974",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:54974__onenodecollectioncore",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54974_",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection"}
[junit4:junit4]   2> 24125 T3567 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> 24125 T3583 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> 24127 T3599 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> 25674 T3525 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 25675 T3525 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 25677 T3525 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 25680 T3525 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1cc3a7b
[junit4:junit4]   2> 25682 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index
[junit4:junit4]   2> 25683 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 25686 T3525 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 25686 T3525 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 25687 T3525 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 25687 T3525 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2>  C533_STATE=coll:collection1 core:collection1 props:{shard=shard2, base_url=http://127.0.0.1:54974, state=down, node_name=127.0.0.1:54974_, core=collection1, collection=collection1, leader=true}
[junit4:junit4]   2> 25689 T3525 C533 P54974 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1/index
[junit4:junit4]   2> 25689 T3525 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 25690 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1/index
[junit4:junit4]   2> 25691 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1/index
[junit4:junit4]   2> 25691 T3525 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1
[junit4:junit4]   2> 25692 T3525 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1
[junit4:junit4]   2> 25692 T3525 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1/index
[junit4:junit4]   2> 25693 T3525 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty1/index
[junit4:junit4]   2> 25694 T3525 oasc.SolrCore.close [onenodecollectioncore]  CLOSING SolrCore org.apache.solr.core.SolrCore@1764110
[junit4:junit4]   2> 25699 T3525 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 25699 T3525 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 25700 T3525 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 25700 T3525 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 25702 T3525 oasc.SolrCore.closeSearcher [onenodecollectioncore] Closing main searcher on request.
[junit4:junit4]   2> 25702 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection/index
[junit4:junit4]   2> 25703 T3525 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection
[junit4:junit4]   2> 25704 T3525 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection
[junit4:junit4]   2> 25704 T3525 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection/index
[junit4:junit4]   2> 25705 T3525 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362313706904/onenodecollection/index
[junit4:junit4]   2> 25706 T3609 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89280591095857158-127.0.0.1:54974_-n_0000000001) am no longer a leader.
[junit4:junit4]   2> 25706 T3530 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30397d9b0006
[junit4:junit4]   2> 25708 T3567 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> 25708 T3527 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:57177 which had sessionid 0x13d30397d9b0006
[junit4:junit4]   2> 25708 T3567 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 25708 T3525 oaz.ZooKeeper.close Session: 0x13d30397d9b0006 closed
[junit4:junit4]   2> 25709 T3567 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 25708 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b000a type:delete cxid:0x53 zxid:0xe3 txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 25709 T3567 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 25709 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0008 type:delete cxid:0x6e zxid:0xe4 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 25710 T3599 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 25710 T3583 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 25710 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b000a type:create cxid:0x54 zxid:0xe5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25712 T3599 oasc.ShardLeaderElectionContext.shouldIBeLeader Checking if I should try and be the leader.
[junit4:junit4]   2> 25712 T3599 oasc.ShardLeaderElectionContext.shouldIBeLeader My last published State was Active, it's okay to be the leader.
[junit4:junit4]   2> 25713 T3599 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 25713 T3583 oasc.Overseer.start Overseer (id=89280591095857160-127.0.0.1:38615_-n_0000000002) starting
[junit4:junit4]   2> 25713 T3599 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57178/collection1/
[junit4:junit4]   2> 25713 T3599 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:57178 START replicas=[http://127.0.0.1:54974/collection1/] nUpdates=100
[junit4:junit4]   2> 25713 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0008 type:create cxid:0x73 zxid:0xe8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25714 T3599 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:57178 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 25715 T3599 oasc.SolrException.log SEVERE Sync Failed
[junit4:junit4]   2> 25715 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0008 type:create cxid:0x74 zxid:0xe9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25715 T3599 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 25715 T3599 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57178/collection1/
[junit4:junit4]   2> 25716 T3599 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 25716 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0008 type:create cxid:0x75 zxid:0xea txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25717 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b0008 type:create cxid:0x76 zxid:0xeb txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25718 T3583 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> 25718 T3613 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 25720 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b000a type:create cxid:0x5c zxid:0xed txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25721 T3583 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 25722 T3599 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> 25722 T3612 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 25723 T3599 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 25724 T3612 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25725 T3612 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54974",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54974_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 25728 T3612 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54974",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54974_",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection"}
[junit4:junit4]   2> 25730 T3525 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 25739 T3583 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> 25739 T3599 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> 25781 T3525 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 38615
[junit4:junit4]   2> 25782 T3525 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=16201759
[junit4:junit4]   2> 26784 T3525 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 26785 T3525 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 26788 T3525 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e1aeb1
[junit4:junit4]   2> 26789 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index
[junit4:junit4]   2> 26790 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 26792 T3525 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 26792 T3525 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 26793 T3525 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 26793 T3525 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 26794 T3525 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 26795 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2/index
[junit4:junit4]   2> 26795 T3525 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2/index
[junit4:junit4]   2> 26795 T3525 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2/index
[junit4:junit4]   2> 26796 T3525 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2
[junit4:junit4]   2> 26796 T3525 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty2
[junit4:junit4]   2> 26797 T3612 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89280591095857160-127.0.0.1:38615_-n_0000000002) am no longer a leader.
[junit4:junit4]   2> 26797 T3530 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30397d9b0008
[junit4:junit4]   2> 26799 T3583 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 26799 T3527 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:57183 which had sessionid 0x13d30397d9b0008
[junit4:junit4]   2> 26799 T3525 oaz.ZooKeeper.close Session: 0x13d30397d9b0008 closed
[junit4:junit4]   2> 26799 T3583 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> 26799 T3583 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 26799 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b000a type:delete cxid:0x64 zxid:0xff txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 26799 T3583 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 26800 T3599 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 26801 T3599 oasc.Overseer.start Overseer (id=89280591095857162-127.0.0.1:57178_-n_0000000003) starting
[junit4:junit4]   2> 26801 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b000a type:create cxid:0x69 zxid:0x101 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26802 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b000a type:create cxid:0x6a zxid:0x102 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26802 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b000a type:create cxid:0x6b zxid:0x103 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26803 T3530 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30397d9b000a type:create cxid:0x6c zxid:0x104 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26803 T3599 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> 26803 T3615 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 26804 T3599 oascc.ZkStateReader$3.process Updating live nodes... (1)
[junit4:junit4]   2> 26806 T3614 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 26807 T3614 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 26808 T3614 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38615",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:38615__collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38615_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 26810 T3614 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38615",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38615_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 26810 T3525 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 26812 T3599 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> 26861 T3525 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 57178
[junit4:junit4]   2> 26862 T3525 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=19646498
[junit4:junit4]   2> 27863 T3525 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 27864 T3525 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 27868 T3525 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1f82af9
[junit4:junit4]   2> 27869 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index
[junit4:junit4]   2> 27870 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 27871 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index
[junit4:junit4]   2> 27871 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 27874 T3525 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 27874 T3525 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 27875 T3525 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 27875 T3525 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2>  C532_STATE=coll:collection1 core:collection1 props:{shard=shard2, base_url=http://127.0.0.1:57178, state=active, node_name=127.0.0.1:57178_, core=collection1, collection=collection1, leader=true}
[junit4:junit4]   2> 27876 T3525 C532 P57178 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index
[junit4:junit4]   2> 27876 T3525 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 27877 T3525 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index
[junit4:junit4]   2> 27877 T3525 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index.20130303152845977
[junit4:junit4]   2> 27877 T3525 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index.20130303152845977
[junit4:junit4]   2> 27878 T3525 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index
[junit4:junit4]   2> 27878 T3525 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3/index
[junit4:junit4]   2> 27878 T3525 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 27879 T3525 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362313706904/jetty3
[junit4:junit4]   2> 27879 T3614 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89280591095857162-127.0.0.1:57178_-n_0000000003) am no longer a leader.
[junit4:junit4]   2> 27879 T3530 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30397d9b000a
[junit4:junit4]   2> 27880 T3599 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> 27880 T3527 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:57187 which had sessionid 0x13d30397d9b000a
[junit4:junit4]   2> 27880 T3525 oaz.ZooKeeper.close Session: 0x13d30397d9b000a closed
[junit4:junit4]   2> 27880 T3599 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 27881 T3599 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 27881 T3599 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 27901 T3525 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 27958 T3525 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 27959 T3525 oazs.ZooKeeperServer.shutdown shutting down
[junit4:junit4]   2> 27959 T3525 oazs.SessionTrackerImpl.shutdown Shutting down
[junit4:junit4]   2> 27960 T3525 oazs.PrepRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 27960 T3530 oazs.PrepRequestProcessor.run PrepRequestProcessor exited loop!
[junit4:junit4]   2> 27960 T3525 oazs.SyncRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 27961 T3529 oazs.SyncRequestProcessor.run SyncRequestProcessor exited!
[junit4:junit4]   2> 27962 T3525 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
[junit4:junit4]   2> 27964 T3525 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:46106 46106
[junit4:junit4]   2> 27966 T3527 oazs.NIOServerCnxnFactory.run NIOServerCnxn factory exited run method
[junit4:junit4]   2> 27966 T3525 oazs.ZooKeeperServer.shutdown shutting down
[junit4:junit4]   2> 27967 T3525 oazs.SessionTrackerImpl.shutdown Shutting down
[junit4:junit4]   2> 27968 T3525 oazs.PrepRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 27968 T3525 oazs.SyncRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 27969 T3525 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> / (2)
[junit4:junit4]   1> DATA:
[junit4:junit4]   1>     
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1>  /solr (6)
[junit4:junit4]   1>   /solr/overseer (3)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       
[junit4:junit4]   1>    /solr/overseer/collection-queue-work (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>    /solr/overseer/queue-work (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>    /solr/overseer/queue (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89280591095857155-127.0.0.1:39474_-n_0000000000"}
[junit4:junit4]   1>    /solr/overseer_elect/election (4)
[junit4:junit4]   1>     /solr/overseer_elect/election/89280591095857158-127.0.0.1:54974_-n_0000000001 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89280591095857160-127.0.0.1:38615_-n_0000000002 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89280591095857155-127.0.0.1:39474_-n_0000000000 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89280591095857162-127.0.0.1:57178_-n_0000000003 (0)
[junit4:junit4]   1>   /solr/clusterstate.json (0)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       {
[junit4:junit4]   1>         "collection1":{
[junit4:junit4]   1>           "router":"compositeId",
[junit4:junit4]   1>           "shards":{
[junit4:junit4]   1>             "shard2":{
[junit4:junit4]   1>               "range":"0-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "127.0.0.1:54974__collection1":{
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:54974",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:54974_",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "127.0.0.1:57178__collection1":{
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:57178",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:57178_",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "collection":"collection1"}}},
[junit4:junit4]   1>             "shard1":{
[junit4:junit4]   1>               "range":"80000000-ffffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:38615__collection1":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:38615",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:38615_",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "leader":"true"}}}}},
[junit4:junit4]   1>         "onenodecollection":{
[junit4:junit4]   1>           "router":"compositeId",
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:54974__onenodecollectioncore":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:54974",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:54974_",
[junit4:junit4]   1>                   "roles":"none",
[junit4:junit4]   1>                   "core":"onenodecollectioncore",
[junit4:junit4]   1>                   "collection":"onenodecollection",
[junit4:junit4]   1>                   "leader":"true"}}}}},
[junit4:junit4]   1>         "control_collection":{
[junit4:junit4]   1>           "router":"compositeId",
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:39474__collection1":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "base_url":"ht

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

HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:200)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:487)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 27987 T3525 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 27992 T3524 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   2> 28099 T3528 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=es_DO, timezone=Africa/Khartoum
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=2,free=216782152,total=324562944
[junit4:junit4]   2> NOTE: All tests run in this JVM: [OpenExchangeRatesOrgProviderTest, TestQueryUtils, TestLazyCores, TermVectorComponentDistributedTest, BasicZkTest, PathHierarchyTokenizerFactoryTest, TestJmxIntegration, TestStressRecovery, TestPluginEnable, TestSuggestSpellingConverter, URLClassifyProcessorTest, TestSolrQueryParser, UUIDFieldTest, DocValuesMultiTest, OverseerTest, ZkNodePropsTest, SolrInfoMBeanTest, SchemaVersionSpecificBehaviorTest, BasicFunctionalityTest, DistributedQueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, ResourceLoaderTest, JSONWriterTest, IndexReaderFactoryTest, TestIBSimilarityFactory, MultiTermTest, TestLMJelinekMercerSimilarityFactory, FullSolrCloudDistribCmdsTest, HighlighterTest, UpdateParamsTest, StandardRequestHandlerTest, TestZkChroot, TestPerFieldSimilarity, TestLRUCache, CircularListTest, TestPartialUpdateDeduplication, TestReload, FieldMutatingUpdateProcessorTest, CopyFieldTest, TermVectorComponentTest, TestHashPartitioner, OpenCloseCoreStressTest, ShardRoutingCustomTest, NoCacheHeaderTest, TestQuerySenderNoQuery, TestReplicationHandler, ChaosMonkeyNothingIsSafeTest, RecoveryZkTest, TestBM25SimilarityFactory, TestRTGBase, TestNumberUtils, TestRecovery, QueryEqualityTest, HighlighterConfigTest, TestJmxMonitoredMap, TimeZoneUtilsTest, StatelessScriptUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestSweetSpotSimilarityFactory, TestStressReorder, DocumentBuilderTest, RequiredFieldsTest, LeaderElectionTest, DistributedSpellCheckComponentTest, TestRealTimeGet, ZkControllerTest, TestDistributedGrouping, TestDistributedSearch, SpellCheckCollatorTest, TestExtendedDismaxParser, SoftAutoCommitTest, ZkSolrClientTest, WordBreakSolrSpellCheckerTest, StatsComponentTest, TestJoin, QueryElevationComponentTest, TestBinaryResponseWriter, TestFunctionQuery, TestRemoteStreaming, SpatialFilterTest, TestPseudoReturnFields, IndexSchemaTest, MinimalSchemaTest, TestQueryTypes, JsonLoaderTest, DocumentAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, TestReversedWildcardFilterFactory, SearchHandlerTest, TestOmitPositions, LoggingHandlerTest, UniqFieldsUpdateProcessorFactoryTest, SuggesterTest, NotRequiredUniqueKeyTest, TestFoldingMultitermQuery, SolrCoreCheckLockOnStartupTest, TestWriterPerf, PrimitiveFieldTypeTest, TestBinaryField, TestPropInjectDefaults, TestDocSet, OutputWriterTest, EchoParamsTest, TestLMDirichletSimilarityFactory, TestCodecSupport, DateMathParserTest, TestSystemIdResolver, TestBadConfig, SystemInfoHandlerTest, PreAnalyzedFieldTest, AnalysisAfterCoreReloadTest, TestCharFilters, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 28.27s, 1 test, 1 error <<< FAILURES!

[...truncated 103 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1207: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:870: There were test failures: 261 suites, 1101 tests, 1 error, 13 ignored (7 assumptions)

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