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...@sd-datasolutions.de> on 2012/12/12 17:40:04 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b65) - Build # 3195 - Failure!

Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3195/
Java: 64bit/jdk1.8.0-ea-b65 -XX:+UseG1GC

1 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=1145, name=coreLoadExecutor-459-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=1145, name=coreLoadExecutor-459-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at __randomizedtesting.SeedInfo.seed([2D83061FAF7558B8]:0)
	at java.lang.Thread.getStackTrace(Thread.java:1569)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:516)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:976)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:874)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:866)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:254)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:210)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:239)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:443)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:712)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:601)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:927)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1009)
	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1e56f64d lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d2a454b)
	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




Build Log:
[...truncated 8834 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 1 T979 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /f/y
[junit4:junit4]   2> 4 T979 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-1355329968360
[junit4:junit4]   2> 5 T979 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 6 T980 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 7 T980 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 7 T980 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 7 T980 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 7 T980 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 8 T980 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-1355329968360/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 106 T979 oasc.ZkTestServer.run start zk server on port:50412
[junit4:junit4]   2> 107 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@64970d6f
[junit4:junit4]   2> 108 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 108 T985 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 108 T985 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
[junit4:junit4]   2> 108 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35961
[junit4:junit4]   2> 109 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35961
[junit4:junit4]   2> 109 T983 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 180 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0000 with negotiated timeout 10000 for client /127.0.0.1:35961
[junit4:junit4]   2> 180 T985 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0000, negotiated timeout = 10000
[junit4:junit4]   2> 180 T986 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64970d6f name:ZooKeeperConnection Watcher:127.0.0.1:50412 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 180 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 181 T979 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 183 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0000
[junit4:junit4]   2> 186 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35961 which had sessionid 0x13b8ff618eb0000
[junit4:junit4]   2> 183 T986 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 183 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0000 closed
[junit4:junit4]   2> 186 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2db9e22e
[junit4:junit4]   2> 187 T987 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 187 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 188 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35962
[junit4:junit4]   2> 188 T987 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
[junit4:junit4]   2> 188 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35962
[junit4:junit4]   2> 189 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0001 with negotiated timeout 10000 for client /127.0.0.1:35962
[junit4:junit4]   2> 189 T987 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0001, negotiated timeout = 10000
[junit4:junit4]   2> 189 T988 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2db9e22e name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 189 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 190 T979 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 192 T979 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 193 T979 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 195 T979 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 196 T979 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 197 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 200 T979 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> 201 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 203 T979 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> 204 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 206 T979 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> 207 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 209 T979 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> 210 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 212 T979 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> 212 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 214 T979 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> 215 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 217 T979 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> 217 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 219 T979 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> 220 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 221 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0001
[junit4:junit4]   2> 222 T988 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 222 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35962 which had sessionid 0x13b8ff618eb0001
[junit4:junit4]   2> 222 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0001 closed
[junit4:junit4]   2> 273 T979 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 276 T979 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:50405
[junit4:junit4]   2> 277 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 278 T979 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-1355329968577
[junit4:junit4]   2> 278 T979 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1355329968577/'
[junit4:junit4]   2> 289 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 290 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 290 T979 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-1355329968577
[junit4:junit4]   2> 291 T979 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1355329968577/solr.xml
[junit4:junit4]   2> 291 T979 oasc.CoreContainer.<init> New CoreContainer 229513804
[junit4:junit4]   2> 292 T979 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-1355329968577/'
[junit4:junit4]   2> 292 T979 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-1355329968577/'
[junit4:junit4]   2> 305 T979 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 313 T979 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50412/solr
[junit4:junit4]   2> 314 T979 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 314 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2d0aaf96
[junit4:junit4]   2> 315 T998 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 315 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 316 T998 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
[junit4:junit4]   2> 316 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35963
[junit4:junit4]   2> 316 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35963
[junit4:junit4]   2> 317 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0002 with negotiated timeout 20000 for client /127.0.0.1:35963
[junit4:junit4]   2> 317 T998 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0002, negotiated timeout = 20000
[junit4:junit4]   2> 317 T999 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d0aaf96 name:ZooKeeperConnection Watcher:127.0.0.1:50412 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 317 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 318 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0002
[junit4:junit4]   2> 318 T999 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 318 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35963 which had sessionid 0x13b8ff618eb0002
[junit4:junit4]   2> 318 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0002 closed
[junit4:junit4]   2> 319 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=8000 watcher=org.apache.solr.common.cloud.ConnectionManager@1726ce90
[junit4:junit4]   2> 320 T1000 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 319 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 320 T1000 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
[junit4:junit4]   2> 320 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35964
[junit4:junit4]   2> 320 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35964
[junit4:junit4]   2> 321 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0003 with negotiated timeout 8000 for client /127.0.0.1:35964
[junit4:junit4]   2> 321 T1000 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0003, negotiated timeout = 8000
[junit4:junit4]   2> 321 T1001 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1726ce90 name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 321 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 322 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 323 T979 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 324 T979 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50405_f%2Fy
[junit4:junit4]   2> 324 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50405_f%2Fy Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50405_f%2Fy
[junit4:junit4]   2> 325 T979 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50405_f%2Fy
[junit4:junit4]   2> 326 T979 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 327 T979 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 327 T979 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 328 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 328 T979 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 328 T979 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 329 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 329 T979 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 329 T979 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 330 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 333 T979 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 335 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 336 T979 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 337 T979 oasc.Overseer.start Overseer (id=88822904806637571-127.0.0.1:50405_f%2Fy-n_0000000000) starting
[junit4:junit4]   2> 338 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 338 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 339 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 339 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 340 T1003 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 340 T979 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 342 T979 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 344 T1002 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 346 T1004 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-1355329968577/collection1
[junit4:junit4]   2> 347 T1004 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 347 T1004 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 347 T1004 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 348 T1004 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-1355329968577/collection1/'
[junit4:junit4]   2> 349 T1004 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-1355329968577/collection1/lib/README' to classloader
[junit4:junit4]   2> 349 T1004 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-1355329968577/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 373 T1004 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 434 T1004 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 435 T1004 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 438 T1004 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 751 T1004 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 759 T1004 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 763 T1004 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 780 T1004 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 784 T1004 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 789 T1004 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 790 T1004 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 791 T1004 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-1355329968577/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data/
[junit4:junit4]   2> 791 T1004 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e85e47e
[junit4:junit4]   2> 792 T1004 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 792 T1004 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-1355329968360/control/data forceNew:false
[junit4:junit4]   2> 793 T1004 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data
[junit4:junit4]   2> 793 T1004 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data/index/
[junit4:junit4]   2> 793 T1004 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 794 T1004 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-1355329968360/control/data/index forceNew:false
[junit4:junit4]   2> 799 T1004 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3d700e5c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2bb320a)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 800 T1004 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 800 T1004 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data/index
[junit4:junit4]   2> 800 T1004 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 802 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 802 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 802 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 802 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 803 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 803 T1004 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 803 T1004 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 804 T1004 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 804 T1004 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 805 T1004 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 805 T1004 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 805 T1004 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 806 T1004 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 806 T1004 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 806 T1004 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 807 T1004 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 807 T1004 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 808 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 808 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 809 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 809 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 809 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 810 T1004 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 810 T1004 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 811 T1004 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 813 T1004 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 815 T1004 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 816 T1004 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OPEN-EXCHANGE-RATES.JSON, SCHEMA.XML, OLD_SYNONYMS.TXT, PROTWORDS.TXT, MAPPING-ISOLATIN1ACCENT.TXT, CURRENCY.XML, STOPWORDS.TXT, SYNONYMS.TXT]
[junit4:junit4]   2> 817 T1004 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data
[junit4:junit4]   2> 818 T1004 oass.SolrIndexSearcher.<init> Opening Searcher@4b1b4dfa main
[junit4:junit4]   2> 818 T1004 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 818 T1004 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 819 T1004 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 827 T1004 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 852 T1005 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4b1b4dfa main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 855 T1004 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 855 T1004 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 856 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x53 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1347 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1348 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50405/f/y",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50405_f%2Fy",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 1348 T1002 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1348 T1002 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1349 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x5b zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1352 T1001 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> 1358 T1004 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1358 T1004 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:50405/f/y shardId:shard1
[junit4:junit4]   2> 1359 T1004 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 1363 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:delete cxid:0x75 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> 1363 T1004 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1363 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x76 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1364 T1004 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1365 T1004 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1365 T1004 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50405/f/y/collection1/
[junit4:junit4]   2> 1365 T1004 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1365 T1004 oasc.SyncStrategy.syncToMe http://127.0.0.1:50405/f/y/collection1/ has no replicas
[junit4:junit4]   2> 1366 T1004 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50405/f/y/collection1/
[junit4:junit4]   2> 1366 T1004 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 1368 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x80 zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1854 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1861 T1001 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> 1870 T1004 oasc.ZkController.register We are http://127.0.0.1:50405/f/y/collection1/ and leader is http://127.0.0.1:50405/f/y/collection1/
[junit4:junit4]   2> 1871 T1004 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50405/f/y
[junit4:junit4]   2> 1871 T1004 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 1871 T1004 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 1871 T1004 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1872 T1004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1873 T979 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 1873 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1874 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1877 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1879 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@29852ead
[junit4:junit4]   2> 1880 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1880 T1006 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1881 T1006 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
[junit4:junit4]   2> 1881 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35967
[junit4:junit4]   2> 1881 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35967
[junit4:junit4]   2> 1882 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0004 with negotiated timeout 10000 for client /127.0.0.1:35967
[junit4:junit4]   2> 1882 T1006 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0004, negotiated timeout = 10000
[junit4:junit4]   2> 1882 T1007 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29852ead name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1882 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1882 T979 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1883 T979 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 1932 T979 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1935 T979 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:53203
[junit4:junit4]   2> 1936 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1937 T979 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-1355329970239
[junit4:junit4]   2> 1937 T979 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1355329970239/'
[junit4:junit4]   2> 1948 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1949 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1949 T979 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-1355329970239
[junit4:junit4]   2> 1950 T979 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1355329970239/solr.xml
[junit4:junit4]   2> 1950 T979 oasc.CoreContainer.<init> New CoreContainer 967556215
[junit4:junit4]   2> 1950 T979 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-1355329970239/'
[junit4:junit4]   2> 1951 T979 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-1355329970239/'
[junit4:junit4]   2> 1963 T979 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1971 T979 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50412/solr
[junit4:junit4]   2> 1972 T979 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1972 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@12f6309b
[junit4:junit4]   2> 1973 T1017 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1973 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1974 T1017 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
[junit4:junit4]   2> 1974 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35968
[junit4:junit4]   2> 1974 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35968
[junit4:junit4]   2> 1975 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0005 with negotiated timeout 20000 for client /127.0.0.1:35968
[junit4:junit4]   2> 1975 T1017 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0005, negotiated timeout = 20000
[junit4:junit4]   2> 1975 T1018 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12f6309b name:ZooKeeperConnection Watcher:127.0.0.1:50412 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1975 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1976 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0005
[junit4:junit4]   2> 1977 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35968 which had sessionid 0x13b8ff618eb0005
[junit4:junit4]   2> 1977 T1018 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1977 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0005 closed
[junit4:junit4]   2> 1978 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=8000 watcher=org.apache.solr.common.cloud.ConnectionManager@4ed437e0
[junit4:junit4]   2> 1979 T1019 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1979 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1979 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35969
[junit4:junit4]   2> 1979 T1019 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
[junit4:junit4]   2> 1980 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35969
[junit4:junit4]   2> 1981 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0006 with negotiated timeout 8000 for client /127.0.0.1:35969
[junit4:junit4]   2> 1981 T1019 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0006, negotiated timeout = 8000
[junit4:junit4]   2> 1981 T1020 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ed437e0 name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1982 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1983 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1983 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1984 T979 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53203_f%2Fy
[junit4:junit4]   2> 1985 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53203_f%2Fy Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53203_f%2Fy
[junit4:junit4]   2> 1985 T979 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53203_f%2Fy
[junit4:junit4]   2> 1987 T1007 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1987 T1001 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1987 T1001 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> 1988 T979 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1989 T979 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1989 T979 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1990 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1990 T979 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1990 T979 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1991 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1991 T979 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1991 T979 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1992 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1996 T979 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2001 T1021 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-1355329970239/collection1
[junit4:junit4]   2> 2002 T1021 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2002 T1021 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2002 T1021 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2003 T1021 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-1355329970239/collection1/'
[junit4:junit4]   2> 2003 T1021 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-1355329970239/collection1/lib/README' to classloader
[junit4:junit4]   2> 2004 T1021 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-1355329970239/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2028 T1021 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2062 T1021 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2063 T1021 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2066 T1021 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 2364 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2365 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50405/f/y",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50405_f%2Fy",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 2367 T1020 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> 2367 T1007 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> 2367 T1001 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> 2409 T1021 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2413 T1021 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2416 T1021 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2438 T1021 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2442 T1021 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2444 T1021 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2445 T1021 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2446 T1021 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-1355329970239/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1/
[junit4:junit4]   2> 2446 T1021 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e85e47e
[junit4:junit4]   2> 2447 T1021 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2447 T1021 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-1355329968360/jetty1 forceNew:false
[junit4:junit4]   2> 2447 T1021 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1
[junit4:junit4]   2> 2447 T1021 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1/index/
[junit4:junit4]   2> 2448 T1021 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2448 T1021 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-1355329968360/jetty1/index forceNew:false
[junit4:junit4]   2> 2449 T1021 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@5f71c932 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e0db367)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2450 T1021 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2450 T1021 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1/index
[junit4:junit4]   2> 2450 T1021 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 2451 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2452 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 2452 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2452 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 2453 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2453 T1021 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2453 T1021 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2454 T1021 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2454 T1021 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2455 T1021 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 2455 T1021 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 2456 T1021 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2456 T1021 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 2456 T1021 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 2456 T1021 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 2457 T1021 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2458 T1021 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2458 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2459 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2459 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2460 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2460 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2461 T1021 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2461 T1021 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 2462 T1021 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 2464 T1021 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2466 T1021 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 2467 T1021 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OPEN-EXCHANGE-RATES.JSON, SCHEMA.XML, OLD_SYNONYMS.TXT, PROTWORDS.TXT, MAPPING-ISOLATIN1ACCENT.TXT, CURRENCY.XML, STOPWORDS.TXT, SYNONYMS.TXT]
[junit4:junit4]   2> 2468 T1021 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1
[junit4:junit4]   2> 2468 T1021 oass.SolrIndexSearcher.<init> Opening Searcher@3873c73 main
[junit4:junit4]   2> 2469 T1021 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2469 T1021 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2469 T1021 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2487 T1021 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 2508 T1022 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3873c73 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2510 T1021 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2510 T1021 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2870 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2871 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53203/f/y",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53203_f%2Fy",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 2871 T1002 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 2871 T1002 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2874 T1007 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> 2875 T1001 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> 2875 T1020 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> 3011 T1021 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3011 T1021 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:53203/f/y shardId:shard1
[junit4:junit4]   2> 3012 T1021 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 3015 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 3016 T1021 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3016 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3017 T1021 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3017 T1021 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3017 T1021 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53203/f/y/collection1/
[junit4:junit4]   2> 3017 T1021 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3018 T1021 oasc.SyncStrategy.syncToMe http://127.0.0.1:53203/f/y/collection1/ has no replicas
[junit4:junit4]   2> 3018 T1021 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53203/f/y/collection1/
[junit4:junit4]   2> 3018 T1021 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 3020 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3377 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3782 T1020 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> 3782 T1001 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> 3782 T1007 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> 3822 T1021 oasc.ZkController.register We are http://127.0.0.1:53203/f/y/collection1/ and leader is http://127.0.0.1:53203/f/y/collection1/
[junit4:junit4]   2> 3823 T1021 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53203/f/y
[junit4:junit4]   2> 3823 T1021 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3823 T1021 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3823 T1021 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4051 T1021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4079 T979 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 4080 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4080 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4125 T979 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4127 T979 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:60470
[junit4:junit4]   2> 4128 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4129 T979 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-1355329972438
[junit4:junit4]   2> 4129 T979 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1355329972438/'
[junit4:junit4]   2> 4143 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4144 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4144 T979 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-1355329972438
[junit4:junit4]   2> 4144 T979 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1355329972438/solr.xml
[junit4:junit4]   2> 4145 T979 oasc.CoreContainer.<init> New CoreContainer 1524799556
[junit4:junit4]   2> 4145 T979 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-1355329972438/'
[junit4:junit4]   2> 4145 T979 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-1355329972438/'
[junit4:junit4]   2> 4159 T979 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4169 T979 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50412/solr
[junit4:junit4]   2> 4170 T979 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4170 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4e2728b7
[junit4:junit4]   2> 4172 T1032 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4171 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4172 T1032 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
[junit4:junit4]   2> 4172 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35974
[junit4:junit4]   2> 4173 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35974
[junit4:junit4]   2> 4173 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0007 with negotiated timeout 20000 for client /127.0.0.1:35974
[junit4:junit4]   2> 4173 T1032 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0007, negotiated timeout = 20000
[junit4:junit4]   2> 4174 T1033 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e2728b7 name:ZooKeeperConnection Watcher:127.0.0.1:50412 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4174 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4175 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0007
[junit4:junit4]   2> 4175 T1033 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4175 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35974 which had sessionid 0x13b8ff618eb0007
[junit4:junit4]   2> 4175 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0007 closed
[junit4:junit4]   2> 4176 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=8000 watcher=org.apache.solr.common.cloud.ConnectionManager@db2a7b2
[junit4:junit4]   2> 4177 T1034 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4177 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4177 T1034 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
[junit4:junit4]   2> 4177 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35975
[junit4:junit4]   2> 4177 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35975
[junit4:junit4]   2> 4178 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0008 with negotiated timeout 8000 for client /127.0.0.1:35975
[junit4:junit4]   2> 4178 T1034 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0008, negotiated timeout = 8000
[junit4:junit4]   2> 4178 T1035 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@db2a7b2 name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4178 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4179 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4180 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4180 T979 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60470_f%2Fy
[junit4:junit4]   2> 4181 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60470_f%2Fy Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60470_f%2Fy
[junit4:junit4]   2> 4181 T979 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60470_f%2Fy
[junit4:junit4]   2> 4183 T1001 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> 4183 T1007 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> 4183 T1020 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> 4183 T979 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 4184 T1020 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4184 T1007 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4184 T1001 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4184 T979 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4185 T979 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 4185 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4185 T979 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4186 T979 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4186 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4187 T979 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4187 T979 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4187 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 4192 T979 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4196 T1036 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-1355329972438/collection1
[junit4:junit4]   2> 4196 T1036 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4197 T1036 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4197 T1036 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4198 T1036 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-1355329972438/collection1/'
[junit4:junit4]   2> 4198 T1036 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-1355329972438/collection1/lib/README' to classloader
[junit4:junit4]   2> 4198 T1036 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-1355329972438/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4223 T1036 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4256 T1036 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4257 T1036 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4260 T1036 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4545 T1036 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4550 T1036 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4552 T1036 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4560 T1036 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4562 T1036 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4564 T1036 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4565 T1036 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4566 T1036 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-1355329972438/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2/
[junit4:junit4]   2> 4566 T1036 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e85e47e
[junit4:junit4]   2> 4566 T1036 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4567 T1036 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-1355329968360/jetty2 forceNew:false
[junit4:junit4]   2> 4567 T1036 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2
[junit4:junit4]   2> 4568 T1036 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2/index/
[junit4:junit4]   2> 4568 T1036 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4568 T1036 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-1355329968360/jetty2/index forceNew:false
[junit4:junit4]   2> 4569 T1036 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@75c942d2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a5c6c5)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4570 T1036 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4570 T1036 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2/index
[junit4:junit4]   2> 4570 T1036 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4571 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4572 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4572 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4572 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4572 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4573 T1036 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4573 T1036 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4573 T1036 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4574 T1036 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4574 T1036 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4575 T1036 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4575 T1036 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4576 T1036 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4576 T1036 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4576 T1036 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4576 T1036 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4577 T1036 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4577 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4578 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4578 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4579 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4579 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4580 T1036 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4580 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4581 T1036 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4581 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53203/f/y",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53203_f%2Fy",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 4581 T1036 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4583 T1020 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> 4583 T1036 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4583 T1007 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> 4584 T1001 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> 4584 T1035 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> 4586 T1036 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4588 T1036 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OPEN-EXCHANGE-RATES.JSON, SCHEMA.XML, OLD_SYNONYMS.TXT, PROTWORDS.TXT, MAPPING-ISOLATIN1ACCENT.TXT, CURRENCY.XML, STOPWORDS.TXT, SYNONYMS.TXT]
[junit4:junit4]   2> 4590 T1036 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2
[junit4:junit4]   2> 4590 T1036 oass.SolrIndexSearcher.<init> Opening Searcher@25dab463 main
[junit4:junit4]   2> 4591 T1036 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4591 T1036 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4592 T1036 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4595 T1036 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 4613 T1037 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@25dab463 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4615 T1036 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4615 T1036 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5087 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5088 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60470/f/y",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60470_f%2Fy",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 5088 T1002 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 5089 T1002 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5107 T1007 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> 5107 T1035 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> 5107 T1001 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> 5107 T1020 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> 5116 T1036 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 5117 T1036 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:60470/f/y shardId:shard1
[junit4:junit4]   2> 5119 T1036 oasc.ZkController.register We are http://127.0.0.1:60470/f/y/collection1/ and leader is http://127.0.0.1:53203/f/y/collection1/
[junit4:junit4]   2> 5119 T1036 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60470/f/y
[junit4:junit4]   2> 5119 T1036 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 5120 T1036 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C50 name=collection1 org.apache.solr.core.SolrCore@709192a url=http://127.0.0.1:60470/f/y/collection1 node=127.0.0.1:60470_f%2Fy
[junit4:junit4]   2> 5126 T1038 C50 P60470 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 5127 T1036 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5128 T1038 C50 P60470 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 5128 T979 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 5129 T1038 C50 P60470 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 5129 T1038 C50 P60470 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5129 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 5129 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5132 T1038 C50 P60470 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53203/f/y/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 5132 T1038 C50 P60470 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:60470/f/y START replicas=[http://127.0.0.1:53203/f/y/collection1/] nUpdates=100
[junit4:junit4]   2> 5132 T1038 C50 P60470 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 5132 T1038 C50 P60470 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 5133 T1038 C50 P60470 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 5133 T1038 C50 P60470 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5138 T979 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C51 name=collection1 org.apache.solr.core.SolrCore@131aa87e url=http://127.0.0.1:53203/f/y/collection1 node=127.0.0.1:53203_f%2Fy
[junit4:junit4]   2> 5155 T1014 C51 P53203 REQ /get {getVersions=100&version=2&qt=/get&distrib=false&wt=javabin} status=0 QTime=17 
[junit4:junit4]   2> ASYNC  NEW_CORE C52 name=collection1 org.apache.solr.core.SolrCore@3e32f9bf url=http://127.0.0.1:50405/f/y/collection1 node=127.0.0.1:50405_f%2Fy
[junit4:junit4]   2> 5171 T997 C52 P50405 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data
[junit4:junit4]   2> 5175 T997 C52 P50405 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3d700e5c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2bb320a)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5176 T997 C52 P50405 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5179 T996 C52 P50405 /update {wt=javabin&version=2} {add=[1 (1421166482319998976)]} 0 16
[junit4:junit4]   2> 5187 T1016 C51 P53203 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1
[junit4:junit4]   2> 5190 T1016 C51 P53203 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@5f71c932 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e0db367)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5191 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10001 (1421166482318950400)]} 0 28
[junit4:junit4]   2> 5191 T1016 C51 P53203 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5200 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10001 (1421166482343067648)]} 0 7
[junit4:junit4]   2> 5202 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[1 (1421166482335727616)]} 0 17
[junit4:junit4]   2> 5203 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10002 (1421166482353553408)]} 0 1
[junit4:junit4]   2> 5207 T995 C52 P50405 /update {wt=javabin&version=2} {add=[2 (1421166482356699136)]} 0 1
[junit4:junit4]   2> 5211 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[2 (1421166482360893440)]} 0 1
[junit4:junit4]   2> 5211 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10002 (1421166482361942016)]} 0 0
[junit4:junit4]   2> 5215 T996 C52 P50405 /update {wt=javabin&version=2} {add=[3 (1421166482365087744)]} 0 1
[junit4:junit4]   2> 5218 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[3 (1421166482369282048)]} 0 1
[junit4:junit4]   2> 5219 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10003 (1421166482370330624)]} 0 4
[junit4:junit4]   2> 5222 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10003 (1421166482373476352)]} 0 0
[junit4:junit4]   2> 5223 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[2 (-1421166482372427776)]} 0 2
[junit4:junit4]   2> 5228 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[2 (-1421166482378719232)]} 0 2
[junit4:junit4]   2> 5244 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10002 (-1421166482395496448)]} 0 13
[junit4:junit4]   2> 5244 T996 C52 P50405 /update {wt=javabin&version=2} {add=[4 (1421166482395496449)]} 0 13
[junit4:junit4]   2> 5247 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[4 (1421166482398642176)]} 0 1
[junit4:junit4]   2> 5251 T997 C52 P50405 /update {wt=javabin&version=2} {add=[5 (1421166482402836480)]} 0 1
[junit4:junit4]   2> 5251 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10002 (-1421166482403885056)]} 0 0
[junit4:junit4]   2> 5255 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[5 (1421166482407030784)]} 0 1
[junit4:junit4]   2> 5255 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10004 (1421166482407030784)]} 0 1
[junit4:junit4]   2> 5258 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10004 (1421166482411225088)]} 0 1
[junit4:junit4]   2> 5262 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10005 (1421166482414370816)]} 0 1
[junit4:junit4]   2> 5263 T995 C52 P50405 /update {wt=javabin&version=2} {add=[6 (1421166482410176512)]} 0 6
[junit4:junit4]   2> 5265 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10005 (1421166482417516544)]} 0 1
[junit4:junit4]   2> 5265 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[6 (1421166482418565120)]} 0 0
[junit4:junit4]   2> 5268 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10006 (1421166482421710848)]} 0 1
[junit4:junit4]   2> 5268 T994 C52 P50405 /update {wt=javabin&version=2} {add=[7 (1421166482421710849)]} 0 1
[junit4:junit4]   2> 5272 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10006 (1421166482424856577)]} 0 1
[junit4:junit4]   2> 5272 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[7 (1421166482424856576)]} 0 1
[junit4:junit4]   2> 5275 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[3 (-1421166482429050880)]} 0 0
[junit4:junit4]   2> 5275 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10007 (1421166482429050881)]} 0 0
[junit4:junit4]   2> 5278 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[3 (-1421166482432196609)]} 0 0
[junit4:junit4]   2> 5279 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10007 (1421166482432196608)]} 0 1
[junit4:junit4]   2> 5281 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10003 (-1421166482435342336)]} 0 0
[junit4:junit4]   2> 5284 T994 C52 P50405 /update {wt=javabin&version=2} {add=[8 (1421166482437439488)]} 0 3
[junit4:junit4]   2> 5288 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[8 (1421166482441633792)]} 0 1
[junit4:junit4]   2> 5290 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10003 (-1421166482444779520)]} 0 1
[junit4:junit4]   2> 5291 T996 C52 P50405 /update {wt=javabin&version=2} {add=[9 (1421166482445828096)]} 0 1
[junit4:junit4]   2> 5294 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[9 (1421166482447925248)]} 0 1
[junit4:junit4]   2> 5293 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10008 (1421166482447925248)]} 0 0
[junit4:junit4]   2> 5297 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10 (1421166482452119552)]} 0 1
[junit4:junit4]   2> 5302 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10008 (1421166482451070976)]} 0 6
[junit4:junit4]   2> 5303 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10 (1421166482456313856)]} 0 3
[junit4:junit4]   2> 5306 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10009 (1421166482460508160)]} 0 1
[junit4:junit4]   2> 5309 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10009 (1421166482464702464)]} 0 1
[junit4:junit4]   2> 5311 T996 C52 P50405 /update {wt=javabin&version=2} {add=[11 (1421166482462605312)]} 0 4
[junit4:junit4]   2> 5314 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[11 (1421166482468896768)]} 0 1
[junit4:junit4]   2> 5315 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10010 (1421166482468896768)]} 0 2
[junit4:junit4]   2> 5319 T997 C52 P50405 /update {wt=javabin&version=2} {add=[12 (1421166482474139648)]} 0 1
[junit4:junit4]   2> 5320 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10010 (1421166482476236800)]} 0 0
[junit4:junit4]   2> 5323 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10011 (1421166482479382528)]} 0 0
[junit4:junit4]   2> 5323 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[12 (1421166482479382528)]} 0 0
[junit4:junit4]   2> 5327 T996 C52 P50405 /update {wt=javabin&version=2} {add=[13 (1421166482483576832)]} 0 1
[junit4:junit4]   2> 5331 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[13 (1421166482486722560)]} 0 1
[junit4:junit4]   2> 5332 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10011 (1421166482488819712)]} 0 6
[junit4:junit4]   2> 5334 T995 C52 P50405 /update {wt=javabin&version=2} {add=[14 (1421166482490916864)]} 0 1
[junit4:junit4]   2> 5336 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10012 (1421166482491965440)]} 0 1
[junit4:junit4]   2> 5339 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10012 (1421166482496159744)]} 0 1
[junit4:junit4]   2> 5340 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[14 (1421166482494062592)]} 0 4
[junit4:junit4]   2> 5342 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10013 (1421166482499305472)]} 0 0
[junit4:junit4]   2> 5344 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[4 (-1421166482501402624)]} 0 1
[junit4:junit4]   2> 5345 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10013 (1421166482502451200)]} 0 0
[junit4:junit4]   2> 5347 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[4 (-1421166482504548352)]} 0 1
[junit4:junit4]   2> 5350 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10014 (1421166482506645504)]} 0 1
[junit4:junit4]   2> 5352 T995 C52 P50405 /update {wt=javabin&version=2} {add=[15 (1421166482508742656)]} 0 1
[junit4:junit4]   2> 5354 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10014 (1421166482510839808)]} 0 1
[junit4:junit4]   2> 5354 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[15 (1421166482511888384)]} 0 0
[junit4:junit4]   2> 5357 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[6 (-1421166482515034113)]} 0 0
[junit4:junit4]   2> 5357 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10004 (-1421166482515034112)]} 0 0
[junit4:junit4]   2> 5360 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10004 (-1421166482518179840)]} 0 0
[junit4:junit4]   2> 5362 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[6 (-1421166482519228416)]} 0 2
[junit4:junit4]   2> 5384 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10015 (1421166482521325568)]} 0 21
[junit4:junit4]   2> 5385 T995 C52 P50405 /update {wt=javabin&version=2} {add=[16 (1421166482523422720)]} 0 21
[junit4:junit4]   2> 5387 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10015 (1421166482546491392)]} 0 0
[junit4:junit4]   2> 5390 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[10006 (-1421166482549637120)]} 0 0
[junit4:junit4]   2> 5392 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[16 (1421166482547539968)]} 0 4
[junit4:junit4]   2> 5392 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10006 (-1421166482551734272)]} 0 0
[junit4:junit4]   2> 5395 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10016 (1421166482553831424)]} 0 1
[junit4:junit4]   2> 5395 T996 C52 P50405 /update {wt=javabin&version=2} {add=[17 (1421166482553831425)]} 0 1
[junit4:junit4]   2> 5398 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10016 (1421166482556977152)]} 0 1
[junit4:junit4]   2> 5399 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[17 (1421166482558025728)]} 0 1
[junit4:junit4]   2> 5401 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10017 (1421166482560122880)]} 0 1
[junit4:junit4]   2> 5403 T994 C52 P50405 /update {wt=javabin&version=2} {add=[18 (1421166482562220032)]} 0 1
[junit4:junit4]   2> 5406 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10017 (1421166482566414336)]} 0 1
[junit4:junit4]   2> 5406 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[18 (1421166482566414337)]} 0 1
[junit4:junit4]   2> 5411 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[7 (-1421166482571657216)]} 0 2
[junit4:junit4]   2> 5411 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10018 (1421166482569560064)]} 0 2
[junit4:junit4]   2> 5414 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10018 (1421166482574802944)]} 0 1
[junit4:junit4]   2> 5417 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10007 (-1421166482577948672)]} 0 0
[junit4:junit4]   2> 5420 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[7 (-1421166482581094400)]} 0 0
[junit4:junit4]   2> 5420 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10007 (-1421166482581094401)]} 0 0
[junit4:junit4]   2> 5425 T996 C52 P50405 /update {wt=javabin&version=2} {add=[19 (1421166482586337280)]} 0 3
[junit4:junit4]   2> 5425 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10019 (1421166482586337281)]} 0 3
[junit4:junit4]   2> 5429 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[19 (1421166482589483008)]} 0 1
[junit4:junit4]   2> 5429 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10019 (1421166482589483009)]} 0 1
[junit4:junit4]   2> 5437 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10008 (-1421166482597871616)]} 0 6
[junit4:junit4]   2> 5438 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[8 (-1421166482599968768)]} 0 0
[junit4:junit4]   2> 5440 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10008 (-1421166482602065920)]} 0 0
[junit4:junit4]   2> 5441 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[8 (-1421166482603114496)]} 0 0
[junit4:junit4]   2> 5444 T996 C52 P50405 /update {wt=javabin&version=2} {add=[20 (1421166482606260225)]} 0 1
[junit4:junit4]   2> 5447 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10020 (1421166482606260224)]} 0 4
[junit4:junit4]   2> 5448 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[20 (1421166482610454528)]} 0 0
[junit4:junit4]   2> 5450 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10020 (1421166482612551680)]} 0 0
[junit4:junit4]   2> 5451 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[9 (-1421166482613600256)]} 0 0
[junit4:junit4]   2> 5455 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10009 (-1421166482617794560)]} 0 1
[junit4:junit4]   2> 5455 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[9 (-1421166482617794560)]} 0 1
[junit4:junit4]   2> 5458 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10009 (-1421166482620940288)]} 0 0
[junit4:junit4]   2> 5459 T996 C52 P50405 /update {wt=javabin&version=2} {add=[21 (1421166482620940288)]} 0 1
[junit4:junit4]   2> 5461 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[21 (1421166482624086016)]} 0 0
[junit4:junit4]   2> 5461 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10021 (1421166482624086016)]} 0 0
[junit4:junit4]   2> 5464 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[12 (-1421166482627231744)]} 0 0
[junit4:junit4]   2> 5464 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10021 (1421166482627231744)]} 0 0
[junit4:junit4]   2> 5467 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10012 (-1421166482630377472)]} 0 0
[junit4:junit4]   2> 5467 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[12 (-1421166482630377472)]} 0 0
[junit4:junit4]   2> 5470 T996 C52 P50405 /update {wt=javabin&version=2} {add=[22 (1421166482633523200)]} 0 1
[junit4:junit4]   2> 5471 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10012 (-1421166482634571776)]} 0 0
[junit4:junit4]   2> 5474 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10022 (1421166482637717504)]} 0 1
[junit4:junit4]   2> 5474 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[22 (1421166482637717504)]} 0 1
[junit4:junit4]   2> 5477 T997 C52 P50405 /update {wt=javabin&version=2} {add=[23 (1421166482640863232)]} 0 0
[junit4:junit4]   2> 5480 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10022 (1421166482640863232)]} 0 3
[junit4:junit4]   2> 5480 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[23 (1421166482644008960)]} 0 0
[junit4:junit4]   2> 5483 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10023 (1421166482646106112)]} 0 1
[junit4:junit4]   2> 5484 T995 C52 P50405 /update {wt=javabin&version=2} {add=[24 (1421166482648203264)]} 0 0
[junit4:junit4]   2> 5487 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10023 (1421166482650300416)]} 0 1
[junit4:junit4]   2> 5491 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10024 (1421166482654494720)]} 0 2
[junit4:junit4]   2> 5491 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[24 (1421166482651348992)]} 0 4
[junit4:junit4]   2> 5495 T994 C52 P50405 /update {wt=javabin&version=2} {add=[25 (1421166482658689024)]} 0 1
[junit4:junit4]   2> 5496 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10024 (1421166482659737600)]} 0 1
[junit4:junit4]   2> 5498 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[25 (1421166482661834752)]} 0 1
[junit4:junit4]   2> 5502 T995 C52 P50405 /update {wt=javabin&version=2} {add=[26 (1421166482666029056)]} 0 1
[junit4:junit4]   2> 5503 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10025 (1421166482664980480)]} 0 4
[junit4:junit4]   2> 5505 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[26 (1421166482669174784)]} 0 1
[junit4:junit4]   2> 5506 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10025 (1421166482670223360)]} 0 1
[junit4:junit4]   2> 5508 T996 C52 P50405 /update {wt=javabin&version=2} {add=[27 (1421166482672320512)]} 0 1
[junit4:junit4]   2> 5509 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10026 (1421166482673369088)]} 0 1
[junit4:junit4]   2> 5511 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10026 (1421166482676514817)]} 0 0
[junit4:junit4]   2> 5512 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[27 (1421166482676514816)]} 0 1
[junit4:junit4]   2> 5515 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10027 (1421166482679660545)]} 0 1
[junit4:junit4]   2> 5516 T997 C52 P50405 /update {wt=javabin&version=2} {add=[28 (1421166482679660544)]} 0 2
[junit4:junit4]   2> 5518 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10027 (1421166482682806272)]} 0 1
[junit4:junit4]   2> 5520 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[28 (1421166482684903424)]} 0 1
[junit4:junit4]   2> 5523 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[16 (-1421166482689097728)]} 0 1
[junit4:junit4]   2> 5524 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10028 (1421166482690146304)]} 0 0
[junit4:junit4]   2> 5526 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[16 (-1421166482692243456)]} 0 0
[junit4:junit4]   2> 5528 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10028 (1421166482693292032)]} 0 1
[junit4:junit4]   2> 5532 T995 C52 P50405 /update {wt=javabin&version=2} {add=[29 (1421166482697486336)]} 0 1
[junit4:junit4]   2> 5534 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10016 (-1421166482700632064)]} 0 1
[junit4:junit4]   2> 5535 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[29 (1421166482701680640)]} 0 0
[junit4:junit4]   2> 5538 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[17 (-1421166482704826368)]} 0 0
[junit4:junit4]   2> 5538 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10016 (-1421166482704826368)]} 0 2
[junit4:junit4]   2> 5541 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[17 (-1421166482707972096)]} 0 1
[junit4:junit4]   2> 5541 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10029 (1421166482707972096)]} 0 1
[junit4:junit4]   2> 5544 T995 C52 P50405 /update {wt=javabin&version=2} {add=[30 (1421166482711117824)]} 0 1
[junit4:junit4]   2> 5547 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[30 (1421166482714263552)]} 0 0
[junit4:junit4]   2> 5550 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[18 (-1421166482717409280)]} 0 0
[junit4:junit4]   2> 5553 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[18 (-1421166482720555008)]} 0 0
[junit4:junit4]   2> 5559 T996 C52 P50405 /update {wt=javabin&version=2} {add=[31 (1421166482723700736)]} 0 3
[junit4:junit4]   2> 5560 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10029 (1421166482713214976)]} 0 16
[junit4:junit4]   2> 5563 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[10017 (-1421166482731040768)]} 0 1
[junit4:junit4]   2> 5566 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10017 (-1421166482734186496)]} 0 1
[junit4:junit4]   2> 5569 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10030 (1421166482736283648)]} 0 1
[junit4:junit4]   2> 5571 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[31 (1421166482729992192)]} 0 9
[junit4:junit4]   2> 5573 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10030 (1421166482740477952)]} 0 1
[junit4:junit4]   2> 5574 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[19 (-1421166482742575104)]} 0 0
[junit4:junit4]   2> 5576 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10018 (-1421166482744672256)]} 0 0
[junit4:junit4]   2> 5577 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[19 (-1421166482745720832)]} 0 0
[junit4:junit4]   2> 5578 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10018 (-1421166482746769408)]} 0 0
[junit4:junit4]   2> 5580 T994 C52 P50405 /update {wt=javabin&version=2} {add=[32 (1421166482747817984)]} 0 1
[junit4:junit4]   2> 5582 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10031 (1421166482750963712)]} 0 0
[junit4:junit4]   2> 5585 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[32 (1421166482754109440)]} 0 1
[junit4:junit4]   2> 5587 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10031 (1421166482755158016)]} 0 1
[junit4:junit4]   2> 5589 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10019 (-1421166482758303744)]} 0 0
[junit4:junit4]   2> 5596 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[20 (-1421166482764595200)]} 0 1
[junit4:junit4]   2> 5604 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10019 (-1421166482774032384)]} 0 0
[junit4:junit4]   2> 5605 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[20 (-1421166482775080960)]} 0 0
[junit4:junit4]   2> 5607 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10032 (1421166482777178112)]} 0 0
[junit4:junit4]   2> 5608 T995 C52 P50405 /update {wt=javabin&version=2} {add=[33 (1421166482778226688)]} 0 0
[junit4:junit4]   2> 5612 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10032 (1421166482781372417)]} 0 1
[junit4:junit4]   2> 5613 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[33 (1421166482781372416)]} 0 3
[junit4:junit4]   2> 5614 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5615 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10020 (-1421166482785566720)]} 0 1
[junit4:junit4]   2> 5615 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60470/f/y",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60470_f%2Fy",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 5617 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[23 (-1421166482787663872)]} 0 1
[junit4:junit4]   2> 5620 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[23 (-1421166482790809600)]} 0 1
[junit4:junit4]   2> 5621 T1020 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> 5621 T1035 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> 5621 T1007 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> 5621 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10020 (-1421166482791858176)]} 0 0
[junit4:junit4]   2> 5623 T1001 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> 5623 T994 C52 P50405 /update {wt=javabin&version=2} {add=[34 (1421166482792906752)]} 0 1
[junit4:junit4]   2> 5624 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10033 (1421166482795003904)]} 0 0
[junit4:junit4]   2>  C50_STATE=coll:collection1 core:collection1 props:{core=collection1, roles=null, base_url=http://127.0.0.1:60470/f/y, shard=shard1, state=recovering, node_name=127.0.0.1:60470_f%2Fy, collection=collection1}
[junit4:junit4]   2> 5640 T1030 C50 P60470 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2
[junit4:junit4]   2> 5645 T1030 C50 P60470 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@75c942d2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a5c6c5)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5645 T1030 C50 P60470 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5652 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=12 
[junit4:junit4]   2> 5652 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=11 
[junit4:junit4]   2> 5653 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[34 (1421166482797101056)]} 0 27
[junit4:junit4]   2> 5653 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10033 (1421166482797101057)]} 0 27
[junit4:junit4]   2> 5656 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[27 (-1421166482828558336)]} 0 1
[junit4:junit4]   2> 5657 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10023 (-1421166482829606912)]} 0 0
[junit4:junit4]   2> 5663 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5665 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10023 (-1421166482832752641)]} 0 6
[junit4:junit4]   2> 5665 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5666 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[27 (-1421166482832752640)]} 0 7
[junit4:junit4]   2> 5668 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10034 (1421166482840092672)]} 0 1
[junit4:junit4]   2> 5668 T995 C52 P50405 /update {wt=javabin&version=2} {add=[35 (1421166482841141248)]} 0 0
[junit4:junit4]   2> 5673 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5674 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10034 (1421166482843238400)]} 0 4
[junit4:junit4]   2> 5675 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5676 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[35 (1421166482844286976)]} 0 5
[junit4:junit4]   2> 5677 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10027 (-1421166482850578432)]} 0 0
[junit4:junit4]   2> 5678 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[28 (-1421166482851627008)]} 0 0
[junit4:junit4]   2> 5687 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5687 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5688 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[28 (-1421166482858967040)]} 0 4
[junit4:junit4]   2> 5688 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10027 (-1421166482853724160)]} 0 8
[junit4:junit4]   2> 5692 T995 C52 P50405 /update {wt=javabin&version=2} {add=[36 (1421166482866307072)]} 0 0
[junit4:junit4]   2> 5694 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10035 (1421166482864209920)]} 0 4
[junit4:junit4]   2> 5699 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5699 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10035 (1421166482870501376)]} 0 3
[junit4:junit4]   2> 5700 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5700 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[36 (1421166482872598528)]} 0 3
[junit4:junit4]   2> 5702 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10028 (-1421166482876792832)]} 0 0
[junit4:junit4]   2> 5703 T997 C52 P50405 /update {wt=javabin&version=2} {add=[37 (1421166482876792833)]} 0 1
[junit4:junit4]   2> 5707 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5708 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10028 (-1421166482879938560)]} 0 3
[junit4:junit4]   2> 5711 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10036 (1421166482886230016)]} 0 0
[junit4:junit4]   2> 5712 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5712 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[37 (1421166482884132864)]} 0 3
[junit4:junit4]   2> 5715 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[32 (-1421166482890424320)]} 0 0
[junit4:junit4]   2> 5717 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5717 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10036 (1421166482889375744)]} 0 3
[junit4:junit4]   2> 5720 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5721 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10037 (1421166482895667200)]} 0 1
[junit4:junit4]   2> 5721 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[32 (-1421166482892521472)]} 0 4
[junit4:junit4]   2> 5724 T997 C52 P50405 /update {wt=javabin&version=2} {add=[38 (1421166482898812928)]} 0 1
[junit4:junit4]   2> 5726 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5727 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10037 (1421166482898812928)]} 0 4
[junit4:junit4]   2> 5729 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5729 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10032 (-1421166482905104384)]} 0 0
[junit4:junit4]   2> 5729 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[38 (1421166482901958656)]} 0 3
[junit4:junit4]   2> 5732 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[37 (-1421166482908250112)]} 0 0
[junit4:junit4]   2> 5734 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5735 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10032 (-1421166482908250112)]} 0 4
[junit4:junit4]   2> 5738 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5738 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10038 (1421166482914541568)]} 0 0
[junit4:junit4]   2> 5739 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[37 (-1421166482911395840)]} 0 4
[junit4:junit4]   2> 5741 T997 C52 P50405 /update {wt=javabin&version=2} {add=[39 (1421166482917687296)]} 0 0
[junit4:junit4]   2> 5745 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5746 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5746 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10038 (1421166482916638720)]} 0 6
[junit4:junit4]   2> 5746 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[39 (1421166482919784448)]} 0 3
[junit4:junit4]   2> 5749 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10037 (-1421166482925027328)]} 0 1
[junit4:junit4]   2> 5750 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[38 (-1421166482927124480)]} 0 1
[junit4:junit4]   2> 5755 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5756 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[38 (-1421166482929221632)]} 0 4
[junit4:junit4]   2> 5758 T996 C52 P50405 /update {wt=javabin&version=2} {add=[40 (1421166482935513088)]} 0 0
[junit4:junit4]   2> 5764 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5765 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[40 (1421166482938658816)]} 0 4
[junit4:junit4]   2> 5767 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5767 T997 C52 P50405 /update {wt=javabin&version=2} {add=[41 (1421166482944950272)]} 0 0
[junit4:junit4]   2> 5768 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10037 (-1421166482940755968)]} 0 5
[junit4:junit4]   2> 5772 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5776 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[41 (1421166482948096000)]} 0 6
[junit4:junit4]   2> 5779 T994 C52 P50405 /update {wt=javabin&version=2} {add=[42 (1421166482956484608)]} 0 1
[junit4:junit4]   2> 5782 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10039 (1421166482948096000)]} 0 12
[junit4:junit4]   2> 5786 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5787 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10039 (1421166482962776064)]} 0 3
[junit4:junit4]   2> 5789 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10038 (-1421166482968018944)]} 0 0
[junit4:junit4]   2> 5793 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5794 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10038 (-1421166482970116096)]} 0 3
[junit4:junit4]   2> 5797 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10040 (1421166482975358976)]} 0 1
[junit4:junit4]   2> 5802 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=19 
[junit4:junit4]   2> 5802 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5803 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10040 (1421166482978504704)]} 0 4
[junit4:junit4]   2> 5803 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[42 (1421166482960678912)]} 0 22
[junit4:junit4]   2> 5806 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10041 (1421166482984796160)]} 0 1
[junit4:junit4]   2> 5808 T994 C52 P50405 /update {wt=javabin&version=2} {add=[43 (1421166482987941888)]} 0 1
[junit4:junit4]   2> 5812 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5813 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5813 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10041 (1421166482990039040)]} 0 4
[junit4:junit4]   2> 5814 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[43 (1421166482991087616)]} 0 4
[junit4:junit4]   2> 5816 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10042 (1421166482996330496)]} 0 0
[junit4:junit4]   2> 5817 T996 C52 P50405 /update {wt=javabin&version=2} {add=[44 (1421166482997379072)]} 0 0
[junit4:junit4]   2> 5823 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5823 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5824 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[44 (1421166483000524801)]} 0 4
[junit4:junit4]   2> 5827 T995 C52 P50405 /update {wt=javabin&version=2} {add=[45 (1421166483006816256)]} 0 1
[junit4:junit4]   2> 5830 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10042 (1421166483000524800)]} 0 10
[junit4:junit4]   2> 5832 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5833 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10043 (1421166483013107712)]} 0 1
[junit4:junit4]   2> 5833 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[45 (1421166483011010560)]} 0 4
[junit4:junit4]   2> 5836 T996 C52 P50405 /update {wt=javabin&version=2} {add=[46 (1421166483017302016)]} 0 0
[junit4:junit4]   2> 5839 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5840 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10043 (1421166483016253440)]} 0 5
[junit4:junit4]   2> 5869 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5870 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[46 (1421166483022544896)]} 0 29
[junit4:junit4]   2> 5871 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10044 (1421166483023593472)]} 0 29
[junit4:junit4]   2> 5873 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[42 (-1421166483055050752)]} 0 1
[junit4:junit4]   2> 5877 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5878 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[42 (-1421166483058196480)]} 0 3
[junit4:junit4]   2> 5922 T994 C52 P50405 /update {wt=javabin&version=2} {add=[47 (1421166483063439360)]} 0 42
[junit4:junit4]   2> 5931 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5932 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[47 (1421166483110625280)]} 0 8
[junit4:junit4]   2> 5935 T997 C52 P50405 /update {wt=javabin&version=2} {add=[48 (1421166483121111040)]} 0 0
[junit4:junit4]   2> 5936 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 5937 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10044 (1421166483056099328)]} 0 64
[junit4:junit4]   2> 5939 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10045 (1421166483125305344)]} 0 0
[junit4:junit4]   2> 5947 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5947 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10045 (1421166483128451072)]} 0 5
[junit4:junit4]   2> 5950 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10046 (1421166483136839680)]} 0 0
[junit4:junit4]   2> 5994 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 5995 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10046 (1421166483139985408)]} 0 42
[junit4:junit4]   2> 5998 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10042 (-1421166483186122752)]} 0 1
[junit4:junit4]   2> 5998 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 5999 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[48 (1421166483124256768)]} 0 61
[junit4:junit4]   2> 6001 T997 C52 P50405 /update {wt=javabin&version=2} {add=[49 (1421166483190317056)]} 0 0
[junit4:junit4]   2> 6004 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6004 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10042 (-1421166483190317056)]} 0 4
[junit4:junit4]   2> 6007 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10047 (1421166483195559936)]} 0 1
[junit4:junit4]   2> 6011 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6012 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
[junit4:junit4]   2> 6012 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10047 (1421166483198705664)]} 0 3
[junit4:junit4]   2> 6012 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[49 (1421166483193462784)]} 0 9
[junit4:junit4]   2> 6014 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[43 (-1421166483203948544)]} 0 0
[junit4:junit4]   2> 6015 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10048 (1421166483204997120)]} 0 0
[junit4:junit4]   2> 6018 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6019 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[43 (-1421166483206045696)]} 0 3
[junit4:junit4]   2> 6021 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6022 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10048 (1421166483207094272)]} 0 5
[junit4:junit4]   2> 6024 T995 C52 P50405 /update {wt=javabin&version=2} {add=[50 (1421166483213385728)]} 0 1
[junit4:junit4]   2> 6024 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10049 (1421166483214434304)]} 0 0
[junit4:junit4]   2> 6029 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6030 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10049 (1421166483216531456)]} 0 4
[junit4:junit4]   2> 6030 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6031 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[50 (1421166483217580032)]} 0 4
[junit4:junit4]   2> 6032 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10043 (-1421166483222822912)]} 0 0
[junit4:junit4]   2> 6036 T997 C52 P50405 /update {wt=javabin&version=2} {add=[51 (1421166483223871488)]} 0 3
[junit4:junit4]   2> 6036 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6037 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10043 (-1421166483224920064)]} 0 3
[junit4:junit4]   2> 6040 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10050 (1421166483231211520)]} 0 0
[junit4:junit4]   2> 6042 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6044 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[51 (1421166483230162944)]} 0 6
[junit4:junit4]   2> 6046 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6047 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10050 (1421166483234357248)]} 0 4
[junit4:junit4]   2> 6048 T994 C52 P50405 /update {wt=javabin&version=2} {add=[52 (1421166483239600128)]} 0 1
[junit4:junit4]   2> 6050 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10051 (1421166483241697280)]} 0 0
[junit4:junit4]   2> 6053 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6054 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[52 (1421166483241697280)]} 0 4
[junit4:junit4]   2> 6057 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6057 T997 C52 P50405 /update {wt=javabin&version=2} {add=[53 (1421166483249037312)]} 0 0
[junit4:junit4]   2> 6059 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10051 (1421166483246940160)]} 0 5
[junit4:junit4]   2> 6062 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10052 (1421166483253231616)]} 0 1
[junit4:junit4]   2> 6065 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6067 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[53 (1421166483252183040)]} 0 7
[junit4:junit4]   2> 6069 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6070 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10052 (1421166483258474496)]} 0 4
[junit4:junit4]   2> 6071 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[44 (-1421166483262668800)]} 0 1
[junit4:junit4]   2> 6073 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10053 (1421166483265814528)]} 0 0
[junit4:junit4]   2> 6075 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6076 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[44 (-1421166483265814528)]} 0 3
[junit4:junit4]   2> 6078 T997 C52 P50405 /update {wt=javabin&version=2} {add=[54 (1421166483271057408)]} 0 0
[junit4:junit4]   2> 6088 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6089 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10053 (1421166483270008832)]} 0 12
[junit4:junit4]   2> 6092 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10044 (-1421166483285737472)]} 0 0
[junit4:junit4]   2> 6094 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
[junit4:junit4]   2> 6096 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[54 (1421166483275251712)]} 0 15
[junit4:junit4]   2> 6097 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6098 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10044 (-1421166483288883200)]} 0 3
[junit4:junit4]   2> 6098 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[45 (-1421166483292028928)]} 0 0
[junit4:junit4]   2> 6101 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10054 (1421166483295174656)]} 0 1
[junit4:junit4]   2> 6103 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6104 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[45 (-1421166483295174656)]} 0 4
[junit4:junit4]   2> 6107 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6107 T997 C52 P50405 /update {wt=javabin&version=2} {add=[55 (1421166483301466112)]} 0 0
[junit4:junit4]   2> 6108 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10054 (1421166483298320384)]} 0 4
[junit4:junit4]   2> 6111 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10045 (-1421166483305660416)]} 0 1
[junit4:junit4]   2> 6112 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6113 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[55 (1421166483304611840)]} 0 4
[junit4:junit4]   2> 6118 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6119 T994 C52 P50405 /update {wt=javabin&version=2} {add=[56 (1421166483310903296)]} 0 3
[junit4:junit4]   2> 6119 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10045 (-1421166483310903296)]} 0 3
[junit4:junit4]   2> 6122 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10055 (1421166483317194752)]} 0 0
[junit4:junit4]   2> 6124 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6125 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[56 (1421166483316146176)]} 0 4
[junit4:junit4]   2> 6128 T997 C52 P50405 /update {wt=javabin&version=2} {add=[57 (1421166483322437632)]} 0 1
[junit4:junit4]   2> 6131 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6132 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10055 (1421166483321389056)]} 0 6
[junit4:junit4]   2> 6137 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6139 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[57 (1421166483326631936)]} 0 9
[junit4:junit4]   2> 6141 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10056 (1421166483337117696)]} 0 0
[junit4:junit4]   2> 6142 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[47 (-1421166483338166272)]} 0 0
[junit4:junit4]   2> 6147 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6148 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[47 (-1421166483341312000)]} 0 3
[junit4:junit4]   2> 6148 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6149 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10056 (1421166483340263424)]} 0 5
[junit4:junit4]   2> 6151 T996 C52 P50405 /update {wt=javabin&version=2} {add=[58 (1421166483346554880)]} 0 1
[junit4:junit4]   2> 6152 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10057 (1421166483347603456)]} 0 1
[junit4:junit4]   2> 6155 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6156 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6157 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10057 (1421166483350749184)]} 0 3
[junit4:junit4]   2> 6157 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[58 (1421166483349700608)]} 0 4
[junit4:junit4]   2> 6170 T995 C52 P50405 /update {wt=javabin&version=2} {add=[59 (1421166483367526400)]} 0 1
[junit4:junit4]   2> 6172 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[10047 (-1421166483369623552)]} 0 1
[junit4:junit4]   2> 6181 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6182 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10047 (-1421166483375915008)]} 0 4
[junit4:junit4]   2> 6184 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6184 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10058 (1421166483382206464)]} 0 0
[junit4:junit4]   2> 6185 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[59 (1421166483375915009)]} 0 7
[junit4:junit4]   2> 6188 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[48 (-1421166483385352192)]} 0 1
[junit4:junit4]   2> 6189 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6190 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10058 (1421166483385352192)]} 0 4
[junit4:junit4]   2> 6192 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6193 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[48 (-1421166483388497920)]} 0 3
[junit4:junit4]   2> 6196 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10059 (1421166483394789377)]} 0 1
[junit4:junit4]   2> 6196 T994 C52 P50405 /update {wt=javabin&version=2} {add=[60 (1421166483394789376)]} 0 1
[junit4:junit4]   2> 6202 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6203 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[60 (1421166483397935104)]} 0 4
[junit4:junit4]   2> 6206 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6208 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10059 (1421166483397935105)]} 0 9
[junit4:junit4]   2> 6214 T996 C52 P50405 /update {wt=javabin&version=2} {add=[61 (1421166483406323712)]} 0 7
[junit4:junit4]   2> 6214 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10048 (-1421166483413663744)]} 0 0
[junit4:junit4]   2> 6219 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6220 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10048 (-1421166483416809472)]} 0 3
[junit4:junit4]   2> 6223 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10060 (1421166483422052352)]} 0 1
[junit4:junit4]   2> 6223 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 6224 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[61 (1421166483416809473)]} 0 7
[junit4:junit4]   2> 6227 T994 C52 P50405 /update {wt=javabin&version=2} {add=[62 (1421166483427295232)]} 0 0
[junit4:junit4]   2> 6231 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6232 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10060 (1421166483426246656)]} 0 7
[junit4:junit4]   2> 6233 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6233 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[62 (1421166483430440960)]} 0 3
[junit4:junit4]   2> 6235 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10061 (1421166483435683840)]} 0 1
[junit4:junit4]   2> 6235 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[53 (-1421166483435683841)]} 0 0
[junit4:junit4]   2> 6240 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6241 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[53 (-1421166483438829569)]} 0 3
[junit4:junit4]   2> 6242 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6242 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10061 (1421166483438829568)]} 0 4
[junit4:junit4]   2> 6244 T995 C52 P50405 /update {wt=javabin&version=2} {add=[63 (1421166483445121024)]} 0 1
[junit4:junit4]   2> 6245 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10062 (1421166483445121025)]} 0 1
[junit4:junit4]   2> 6250 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6251 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10062 (1421166483448266752)]} 0 4
[junit4:junit4]   2> 6252 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6253 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[63 (1421166483449315328)]} 0 5
[junit4:junit4]   2> 6254 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10053 (-1421166483455606784)]} 0 0
[junit4:junit4]   2> 6255 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[54 (-1421166483456655360)]} 0 0
[junit4:junit4]   2> 6258 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6259 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10053 (-1421166483458752512)]} 0 3
[junit4:junit4]   2> 6259 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6260 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[54 (-1421166483458752513)]} 0 3
[junit4:junit4]   2> 6262 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10063 (1421166483462946816)]} 0 1
[junit4:junit4]   2> 6262 T994 C52 P50405 /update {wt=javabin&version=2} {add=[64 (1421166483463995392)]} 0 0
[junit4:junit4]   2> 6267 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6268 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10063 (1421166483466092545)]} 0 4
[junit4:junit4]   2> 6270 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10054 (-1421166483472384000)]} 0 0
[junit4:junit4]   2> 6272 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6273 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[64 (1421166483466092544)]} 0 9
[junit4:junit4]   2> 6275 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6276 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[57 (-1421166483478675456)]} 0 0
[junit4:junit4]   2> 6276 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10054 (-1421166483475529728)]} 0 3
[junit4:junit4]   2> 6279 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10064 (1421166483481821184)]} 0 0
[junit4:junit4]   2> 6282 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6282 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[57 (-1421166483482869760)]} 0 2
[junit4:junit4]   2> 6284 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6285 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10064 (1421166483484966912)]} 0 3
[junit4:junit4]   2> 6285 T994 C52 P50405 /update {wt=javabin&version=2} {add=[65 (1421166483488112640)]} 0 0
[junit4:junit4]   2> 6287 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10057 (-1421166483490209792)]} 0 0
[junit4:junit4]   2> 6290 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6291 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[65 (1421166483490209792)]} 0 4
[junit4:junit4]   2> 6292 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6292 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10057 (-1421166483493355520)]} 0 2
[junit4:junit4]   2> 6293 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[59 (-1421166483496501248)]} 0 0
[junit4:junit4]   2> 6297 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6298 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10065 (1421166483498598400)]} 0 4
[junit4:junit4]   2> 6298 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[59 (-1421166483498598400)]} 0 3
[junit4:junit4]   2> 6301 T994 C52 P50405 /update {wt=javabin&version=2} {add=[66 (1421166483503841280)]} 0 1
[junit4:junit4]   2> 6303 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6305 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10065 (1421166483503841280)]} 0 5
[junit4:junit4]   2> 6313 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10059 (-1421166483517472768)]} 0 0
[junit4:junit4]   2> 6315 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 6315 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[66 (1421166483509084160)]} 0 11
[junit4:junit4]   2> 6318 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[60 (-1421166483522715648)]} 0 0
[junit4:junit4]   2> 6322 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6323 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6323 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[60 (-1421166483524812800)]} 0 3
[junit4:junit4]   2> 6323 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10059 (-1421166483520618496)]} 0 8
[junit4:junit4]   2> 6325 T995 C52 P50405 /update {wt=javabin&version=2} {add=[67 (1421166483530055680)]} 0 0
[junit4:junit4]   2> 6326 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10066 (1421166483531104256)]} 0 0
[junit4:junit4]   2> 6330 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6331 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6331 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10066 (1421166483533201408)]} 0 3
[junit4:junit4]   2> 6331 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[67 (1421166483533201409)]} 0 3
[junit4:junit4]   2> 6333 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10060 (-1421166483538444288)]} 0 0
[junit4:junit4]   2> 6334 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[62 (-1421166483539492864)]} 0 0
[junit4:junit4]   2> 6338 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6338 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6339 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[62 (-1421166483541590016)]} 0 3
[junit4:junit4]   2> 6339 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10060 (-1421166483541590017)]} 0 3
[junit4:junit4]   2> 6342 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10067 (1421166483546832896)]} 0 1
[junit4:junit4]   2> 6341 T997 C52 P50405 /update {wt=javabin&version=2} {add=[68 (1421166483546832897)]} 0 0
[junit4:junit4]   2> 6347 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6347 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6348 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10067 (1421166483549978624)]} 0 4
[junit4:junit4]   2> 6349 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[68 (1421166483549978625)]} 0 5
[junit4:junit4]   2> 6350 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10062 (-1421166483556270080)]} 0 0
[junit4:junit4]   2> 6351 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[66 (-1421166483557318656)]} 0 0
[junit4:junit4]   2> 6356 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6356 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6357 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10062 (-1421166483560464384)]} 0 3
[junit4:junit4]   2> 6357 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[66 (-1421166483560464385)]} 0 3
[junit4:junit4]   2> 6359 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10068 (1421166483565707265)]} 0 0
[junit4:junit4]   2> 6360 T994 C52 P50405 /update {wt=javabin&version=2} {add=[69 (1421166483565707264)]} 0 1
[junit4:junit4]   2> 6364 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6365 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[69 (1421166483568852992)]} 0 3
[junit4:junit4]   2> 6368 T996 C52 P50405 /update {wt=javabin&version=2} {add=[70 (1421166483575144448)]} 0 0
[junit4:junit4]   2> 6369 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
[junit4:junit4]   2> 6369 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10068 (1421166483568852993)]} 0 7
[junit4:junit4]   2> 6371 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10066 (-1421166483578290176)]} 0 0
[junit4:junit4]   2> 6374 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6375 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[70 (1421166483578290176)]} 0 4
[junit4:junit4]   2> 6376 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6376 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10066 (-1421166483581435904)]} 0 2
[junit4:junit4]   2> 6378 T997 C52 P50405 /update {wt=javabin&version=2} {add=[71 (1421166483584581632)]} 0 1
[junit4:junit4]   2> 6382 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10069 (1421166483586678784)]} 0 3
[junit4:junit4]   2> 6385 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6386 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[71 (1421166483587727360)]} 0 6
[junit4:junit4]   2> 6388 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[67 (-1421166483596115968)]} 0 0
[junit4:junit4]   2> 6392 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6393 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10069 (1421166483592970240)]} 0 8
[junit4:junit4]   2> 6393 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6394 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[67 (-1421166483598213120)]} 0 4
[junit4:junit4]   2> 6396 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10070 (1421166483603456000)]} 0 1
[junit4:junit4]   2> 6397 T997 C52 P50405 /update {wt=javabin&version=2} {add=[72 (1421166483605553152)]} 0 1
[junit4:junit4]   2> 6401 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6402 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6402 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10070 (1421166483606601728)]} 0 4
[junit4:junit4]   2> 6402 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[72 (1421166483607650304)]} 0 3
[junit4:junit4]   2> 6405 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10071 (1421166483613941760)]} 0 0
[junit4:junit4]   2> 6407 T994 C52 P50405 /update {wt=javabin&version=2} {add=[73 (1421166483614990336)]} 0 1
[junit4:junit4]   2> 6412 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6413 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10071 (1421166483618136064)]} 0 4
[junit4:junit4]   2> 6413 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6414 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[73 (1421166483618136065)]} 0 5
[junit4:junit4]   2> 6415 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10067 (-1421166483624427520)]} 0 0
[junit4:junit4]   2> 6416 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[68 (-1421166483625476096)]} 0 0
[junit4:junit4]   2> 6420 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6420 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6421 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10067 (-1421166483627573249)]} 0 3
[junit4:junit4]   2> 6421 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[68 (-1421166483627573248)]} 0 3
[junit4:junit4]   2> 6424 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10072 (1421166483633864705)]} 0 1
[junit4:junit4]   2> 6424 T997 C52 P50405 /update {wt=javabin&version=2} {add=[74 (1421166483633864704)]} 0 1
[junit4:junit4]   2> 6430 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6431 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6431 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[74 (1421166483637010433)]} 0 4
[junit4:junit4]   2> 6432 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10072 (1421166483637010432)]} 0 5
[junit4:junit4]   2> 6434 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[74 (-1421166483644350464)]} 0 0
[junit4:junit4]   2> 6435 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10073 (1421166483645399040)]} 0 0
[junit4:junit4]   2> 6439 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6441 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6441 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[74 (-1421166483647496192)]} 0 4
[junit4:junit4]   2> 6441 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10073 (1421166483648544768)]} 0 3
[junit4:junit4]   2> 6444 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10068 (-1421166483654836224)]} 0 1
[junit4:junit4]   2> 6444 T997 C52 P50405 /update {wt=javabin&version=2} {add=[75 (1421166483654836225)]} 0 1
[junit4:junit4]   2> 6448 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6450 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6451 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10068 (-1421166483656933376)]} 0 5
[junit4:junit4]   2> 6451 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[75 (1421166483656933377)]} 0 5
[junit4:junit4]   2> 6454 T995 C52 P50405 /update {wt=javabin&version=2} {add=[76 (1421166483664273408)]} 0 1
[junit4:junit4]   2> 6477 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=18 
[junit4:junit4]   2> 6478 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[76 (1421166483668467712)]} 0 21
[junit4:junit4]   2> 6480 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[75 (-1421166483692584960)]} 0 0
[junit4:junit4]   2> 6484 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6485 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[75 (-1421166483694682112)]} 0 3
[junit4:junit4]   2> 6487 T997 C52 P50405 /update {wt=javabin&version=2} {add=[77 (1421166483699924992)]} 0 0
[junit4:junit4]   2> 6492 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6492 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[77 (1421166483702022144)]} 0 3
[junit4:junit4]   2> 6495 T994 C52 P50405 /update {wt=javabin&version=2} {add=[78 (1421166483707265024)]} 0 1
[junit4:junit4]   2> 6500 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6500 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[78 (1421166483710410752)]} 0 3
[junit4:junit4]   2> 6503 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[78 (-1421166483716702208)]} 0 0
[junit4:junit4]   2> 6507 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6507 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[78 (-1421166483718799360)]} 0 2
[junit4:junit4]   2> 6512 T997 C52 P50405 /update {wt=javabin&version=2} {add=[79 (1421166483726139392)]} 0 0
[junit4:junit4]   2> 6529 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6530 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[79 (1421166483729285120)]} 0 15
[junit4:junit4]   2> 6533 T994 C52 P50405 /update {wt=javabin&version=2} {add=[80 (1421166483747110912)]} 0 1
[junit4:junit4]   2> 6598 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6598 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[80 (1421166483750256640)]} 0 63
[junit4:junit4]   2> 6601 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[80 (-1421166483819462656)]} 0 0
[junit4:junit4]   2> 6605 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6605 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[80 (-1421166483821559808)]} 0 2
[junit4:junit4]   2> 6607 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10074 (1421166483666370560)]} 0 153
[junit4:junit4]   2> 6608 T997 C52 P50405 /update {wt=javabin&version=2} {add=[81 (1421166483826802688)]} 0 0
[junit4:junit4]   2> 6613 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6614 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6615 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10074 (1421166483828899841)]} 0 5
[junit4:junit4]   2> 6615 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[81 (1421166483828899840)]} 0 5
[junit4:junit4]   2> 6617 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[10074 (-1421166483836239872)]} 0 0
[junit4:junit4]   2> 6619 T996 C52 P50405 /update {wt=javabin&version=2} {add=[82 (1421166483837288448)]} 0 1
[junit4:junit4]   2> 6623 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6624 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6624 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10074 (-1421166483840434177)]} 0 3
[junit4:junit4]   2> 6625 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[82 (1421166483840434176)]} 0 4
[junit4:junit4]   2> 6627 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10075 (1421166483846725632)]} 0 1
[junit4:junit4]   2> 6628 T997 C52 P50405 /update {wt=javabin&version=2} {add=[83 (1421166483846725633)]} 0 1
[junit4:junit4]   2> 6632 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6633 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6634 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[83 (1421166483849871361)]} 0 4
[junit4:junit4]   2> 6634 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10075 (1421166483849871360)]} 0 4
[junit4:junit4]   2> 6636 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10076 (1421166483856162816)]} 0 0
[junit4:junit4]   2> 6643 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6643 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10076 (1421166483860357120)]} 0 3
[junit4:junit4]   2> 6645 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10075 (-1421166483865600000)]} 0 0
[junit4:junit4]   2> 6653 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6654 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10075 (-1421166483871891456)]} 0 3
[junit4:junit4]   2> 6657 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10077 (1421166483878182912)]} 0 0
[junit4:junit4]   2> 6663 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6664 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10077 (1421166483881328640)]} 0 4
[junit4:junit4]   2> 6666 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10078 (1421166483887620096)]} 0 0
[junit4:junit4]   2> 6672 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6672 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10078 (1421166483890765824)]} 0 3
[junit4:junit4]   2> 6675 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10078 (-1421166483897057280)]} 0 0
[junit4:junit4]   2> 6681 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6682 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10078 (-1421166483901251584)]} 0 3
[junit4:junit4]   2> 6685 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10079 (1421166483906494464)]} 0 1
[junit4:junit4]   2> 6690 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6691 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10079 (1421166483909640192)]} 0 4
[junit4:junit4]   2> 6695 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10080 (1421166483916980224)]} 0 1
[junit4:junit4]   2> 6703 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 6704 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10080 (1421166483921174528)]} 0 7
[junit4:junit4]   2> 6706 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10080 (-1421166483929563136)]} 0 0
[junit4:junit4]   2> 6709 T994 C52 P50405 /update {wt=javabin&version=2} {add=[84 (1421166483857211392)]} 0 72
[junit4:junit4]   2> 6716 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6716 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10080 (-1421166483932708864)]} 0 7
[junit4:junit4]   2> 6717 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6718 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[84 (1421166483939000320)]} 0 3
[junit4:junit4]   2> 6719 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10081 (1421166483943194624)]} 0 0
[junit4:junit4]   2> 6721 T996 C52 P50405 /update {wt=javabin&version=2} {add=[85 (1421166483944243200)]} 0 1
[junit4:junit4]   2> 6725 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6725 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6726 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10081 (1421166483945291776)]} 0 5
[junit4:junit4]   2> 6726 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[85 (1421166483947388928)]} 0 3
[junit4:junit4]   2> 6728 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10082 (1421166483952631808)]} 0 0
[junit4:junit4]   2> 6730 T995 C52 P50405 /update {wt=javabin&version=2} {add=[86 (1421166483953680384)]} 0 1
[junit4:junit4]   2> 6737 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6737 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6738 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[86 (1421166483958923264)]} 0 4
[junit4:junit4]   2> 6738 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10082 (1421166483958923265)]} 0 4
[junit4:junit4]   2> 6741 T996 C52 P50405 /update {wt=javabin&version=2} {add=[87 (1421166483965214720)]} 0 1
[junit4:junit4]   2> 6744 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10083 (1421166483967311872)]} 0 2
[junit4:junit4]   2> 6749 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 6750 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[87 (1421166483968360448)]} 0 7
[junit4:junit4]   2> 6752 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6752 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[87 (-1421166483977797632)]} 0 0
[junit4:junit4]   2> 6752 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10083 (1421166483972554752)]} 0 5
[junit4:junit4]   2> 6755 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10084 (1421166483979894784)]} 0 1
[junit4:junit4]   2> 6757 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6758 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[87 (-1421166483979894784)]} 0 4
[junit4:junit4]   2> 6760 T995 C52 P50405 /update {wt=javabin&version=2} {add=[88 (1421166483986186240)]} 0 0
[junit4:junit4]   2> 6762 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6762 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10084 (1421166483985137664)]} 0 4
[junit4:junit4]   2> 6766 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10085 (1421166483991429120)]} 0 1
[junit4:junit4]   2> 6766 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6767 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[88 (1421166483989331968)]} 0 4
[junit4:junit4]   2> 6769 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[88 (-1421166483995623424)]} 0 0
[junit4:junit4]   2> 6771 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6772 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10085 (1421166483994574848)]} 0 4
[junit4:junit4]   2> 6773 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6775 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10086 (1421166484000866304)]} 0 1
[junit4:junit4]   2> 6776 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[88 (-1421166483998769152)]} 0 5
[junit4:junit4]   2> 6778 T995 C52 P50405 /update {wt=javabin&version=2} {add=[89 (1421166484005060608)]} 0 0
[junit4:junit4]   2> 6781 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6782 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10086 (1421166484004012032)]} 0 5
[junit4:junit4]   2> 6785 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10087 (1421166484012400640)]} 0 0
[junit4:junit4]   2> 6785 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6786 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[89 (1421166484009254912)]} 0 4
[junit4:junit4]   2> 6789 T994 C52 P50405 /update {wt=javabin&version=2} {add=[90 (1421166484015546368)]} 0 1
[junit4:junit4]   2> 6792 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6795 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 6796 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[90 (1421166484018692096)]} 0 5
[junit4:junit4]   2> 6799 T997 C52 P50405 /update {wt=javabin&version=2} {add=[91 (1421166484027080704)]} 0 1
[junit4:junit4]   2> 6803 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10087 (1421166484015546368)]} 0 15
[junit4:junit4]   2> 6805 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6805 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[91 (1421166484029177856)]} 0 4
[junit4:junit4]   2> 6806 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10087 (-1421166484034420736)]} 0 0
[junit4:junit4]   2> 6808 T996 C52 P50405 /update {wt=javabin&version=2} {add=[92 (1421166484035469312)]} 0 1
[junit4:junit4]   2> 6811 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6812 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10087 (-1421166484037566464)]} 0 3
[junit4:junit4]   2> 6813 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6814 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[92 (1421166484038615040)]} 0 4
[junit4:junit4]   2> 6817 T997 C52 P50405 /update {wt=javabin&version=2} {add=[93 (1421166484044906496)]} 0 1
[junit4:junit4]   2> 6817 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10088 (1421166484042809344)]} 0 3
[junit4:junit4]   2> 6822 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6822 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6824 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[93 (1421166484049100800)]} 0 4
[junit4:junit4]   2> 6826 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10088 (1421166484049100801)]} 0 6
[junit4:junit4]   2> 6827 T996 C52 P50405 /update {wt=javabin&version=2} {add=[94 (1421166484056440832)]} 0 0
[junit4:junit4]   2> 6829 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10088 (-1421166484057489408)]} 0 1
[junit4:junit4]   2> 6832 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6832 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6833 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[94 (1421166484059586560)]} 0 3
[junit4:junit4]   2> 6834 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10088 (-1421166484060635136)]} 0 3
[junit4:junit4]   2> 6836 T994 C52 P50405 /update {wt=javabin&version=2} {add=[95 (1421166484064829440)]} 0 1
[junit4:junit4]   2> 6837 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10089 (1421166484066926592)]} 0 0
[junit4:junit4]   2> 6841 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6842 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[95 (1421166484067975168)]} 0 4
[junit4:junit4]   2> 6842 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6843 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10089 (1421166484070072320)]} 0 3
[junit4:junit4]   2> 6844 T996 C52 P50405 /update {wt=javabin&version=2} {add=[96 (1421166484074266624)]} 0 0
[junit4:junit4]   2> 6845 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10090 (1421166484075315200)]} 0 0
[junit4:junit4]   2> 6849 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6849 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6850 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10090 (1421166484077412353)]} 0 3
[junit4:junit4]   2> 6851 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[96 (1421166484077412352)]} 0 4
[junit4:junit4]   2> 6853 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[92 (-1421166484083703808)]} 0 0
[junit4:junit4]   2> 6855 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10091 (1421166484084752384)]} 0 0
[junit4:junit4]   2> 6857 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6859 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[92 (-1421166484086849536)]} 0 3
[junit4:junit4]   2> 6861 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6862 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10091 (1421166484087898112)]} 0 5
[junit4:junit4]   2> 6863 T996 C52 P50405 /update {wt=javabin&version=2} {add=[97 (1421166484094189568)]} 0 0
[junit4:junit4]   2> 6865 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10092 (1421166484095238144)]} 0 1
[junit4:junit4]   2> 6868 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6869 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[97 (1421166484097335296)]} 0 3
[junit4:junit4]   2> 6872 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[95 (-1421166484103626752)]} 0 0
[junit4:junit4]   2> 6872 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6873 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10092 (1421166484098383872)]} 0 6
[junit4:junit4]   2> 6877 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 6878 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[95 (-1421166484106772480)]} 0 3
[junit4:junit4]   2> 6880 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10093 (1421166484107821056)]} 0 4
[junit4:junit4]   2> 6882 T996 C52 P50405 /update {wt=javabin&version=2} {add=[98 (1421166484113063936)]} 0 1
[junit4:junit4]   2> 6891 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 6892 T1015 C51 P532

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

read.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> 29118 T1020 oasc.LeaderElector$1.process WARNING  java.lang.RuntimeException: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer
[junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:597)
[junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer.getCollectionQueue(Overseer.java:582)
[junit4:junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.<init>(OverseerCollectionProcessor.java:80)
[junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer.start(Overseer.java:546)
[junit4:junit4]   2> 	at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:406)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:155)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:99)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:128)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:280)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:277)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:63)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:277)
[junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:588)
[junit4:junit4]   2> 	... 10 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 29119 T1020 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 29119 T1020 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> 29119 T1020 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 29120 T1020 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {multiDefault=Lucene41(blocksize=128), a_t=Lucene41(blocksize=128), range_facet_si=Lucene41(blocksize=128), intDefault=PostingsFormat(name=Asserting), rnd_b=MockFixedIntBlock(blockSize=1603), timestamp=Lucene41(blocksize=128), other_tl1=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=Asserting), text=MockVariableIntBlock(baseBlockSize=4), range_facet_sl=MockFixedIntBlock(blockSize=1603), range_facet_l=Lucene41(blocksize=128), id=MockFixedIntBlock(blockSize=1603), a_si=PostingsFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=da, timezone=US/Mountain
[junit4:junit4]   2> NOTE: Linux 3.2.0-34-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=197844008,total=491782144
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFuzzyAnalyzedSuggestions, EchoParamsTest, QueryEqualityTest, DebugComponentTest, SolrCoreTest, OverseerCollectionProcessorTest, TestMergePolicyConfig, FullSolrCloudDistribCmdsTest, TestSolrCoreProperties, TestReversedWildcardFilterFactory, HighlighterTest, TestPropInjectDefaults, TestDocumentBuilder, TestFunctionQuery, TestSurroundQueryParser, BasicFunctionalityTest, DistributedQueryElevationComponentTest, TestDocSet, TestStressRecovery, XsltUpdateRequestHandlerTest, TestStressLucene, BadIndexSchemaTest, LukeRequestHandlerTest, OutputWriterTest, TestCodecSupport, ShowFileRequestHandlerTest, TestRealTimeGet, ReturnFieldsTest, ZkCLITest, TestElisionMultitermQuery, RAMDirectoryFactoryTest, TestLRUCache, BasicZkTest, ExternalFileFieldSortTest, DocumentBuilderTest, DocumentAnalysisRequestHandlerTest, SoftAutoCommitTest, TestDistributedGrouping, TestQueryUtils, ZkSolrClientTest, RequiredFieldsTest, TestLazyCores, XmlUpdateRequestHandlerTest, PrimitiveFieldTypeTest, TestSort, FileUtilsTest, TestCSVLoader, LeaderElectionTest, TestFoldingMultitermQuery, TestQuerySenderListener, TestValueSourceCache, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=2D83061FAF7558B8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=US/Mountain -Dtests.file.encoding=US-ASCII
[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=1145, name=coreLoadExecutor-459-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([2D83061FAF7558B8]:0)
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:516)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:976)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:874)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:866)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:254)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:210)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:239)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:443)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:712)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:601)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:927)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1009)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1e56f64d lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d2a454b)
[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] Completed on J1 in 29.42s, 1 test, 1 error <<< FAILURES!

[...truncated 498 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:352: 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:178: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:438: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1175: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:839: There were test failures: 240 suites, 997 tests, 1 suite-level error, 7 ignored (2 assumptions)

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



Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b65) - Build # 3195 - Failure!

Posted by Mark Miller <ma...@gmail.com>.
This is exposing something weird with the CachingDirectoryFactory it seems…

The dir that is not being closed is gotten and released in a finally in a single method…

I expected SOLR-4171 to address this, but must be something else in play here as well…

- Mark

On Dec 12, 2012, at 11:44 AM, Mark Miller <ma...@gmail.com> wrote:

> I've added some more logging that should help in tracking this down.
> 
> - Mark
> 
> On Dec 12, 2012, at 11:40 AM, Policeman Jenkins Server <je...@sd-datasolutions.de> wrote:
> 
>> Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3195/
>> Java: 64bit/jdk1.8.0-ea-b65 -XX:+UseG1GC
>> 
>> 1 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=1145, name=coreLoadExecutor-459-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=1145, name=coreLoadExecutor-459-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
>> 	at __randomizedtesting.SeedInfo.seed([2D83061FAF7558B8]:0)
>> 	at java.lang.Thread.getStackTrace(Thread.java:1569)
>> 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
>> 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:516)
>> 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:976)
>> 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:874)
>> 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:866)
>> 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
>> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:254)
>> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:210)
>> 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:239)
>> 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:443)
>> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:712)
>> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:601)
>> 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:927)
>> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1009)
>> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
>> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
>> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
>> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
>> 	at java.lang.Thread.run(Thread.java:722)
>> Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1e56f64d lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d2a454b)
>> 	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
>> 
>> 
>> 
>> 
>> Build Log:
>> [...truncated 8834 lines...]
>> [junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
>> [junit4:junit4]   2> 1 T979 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /f/y
>> [junit4:junit4]   2> 4 T979 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-1355329968360
>> [junit4:junit4]   2> 5 T979 oasc.ZkTestServer.run STARTING ZK TEST SERVER
>> [junit4:junit4]   2> 6 T980 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
>> [junit4:junit4]   2> 7 T980 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
>> [junit4:junit4]   2> 7 T980 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
>> [junit4:junit4]   2> 7 T980 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
>> [junit4:junit4]   2> 7 T980 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
>> [junit4:junit4]   2> 8 T980 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-1355329968360/zookeeper/server1/data/version-2/snapshot.0
>> [junit4:junit4]   2> 106 T979 oasc.ZkTestServer.run start zk server on port:50412
>> [junit4:junit4]   2> 107 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@64970d6f
>> [junit4:junit4]   2> 108 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   2> 108 T985 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
>> [junit4:junit4]   2> 108 T985 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
>> [junit4:junit4]   2> 108 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35961
>> [junit4:junit4]   2> 109 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35961
>> [junit4:junit4]   2> 109 T983 oazsp.FileTxnLog.append Creating new log file: log.1
>> [junit4:junit4]   2> 180 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0000 with negotiated timeout 10000 for client /127.0.0.1:35961
>> [junit4:junit4]   2> 180 T985 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0000, negotiated timeout = 10000
>> [junit4:junit4]   2> 180 T986 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64970d6f name:ZooKeeperConnection Watcher:127.0.0.1:50412 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   2> 180 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>> [junit4:junit4]   2> 181 T979 oascc.SolrZkClient.makePath makePath: /solr
>> [junit4:junit4]   2> 183 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0000
>> [junit4:junit4]   2> 186 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35961 which had sessionid 0x13b8ff618eb0000
>> [junit4:junit4]   2> 183 T986 oaz.ClientCnxn$EventThread.run EventThread shut down
>> [junit4:junit4]   2> 183 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0000 closed
>> [junit4:junit4]   2> 186 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2db9e22e
>> [junit4:junit4]   2> 187 T987 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
>> [junit4:junit4]   2> 187 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   2> 188 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35962
>> [junit4:junit4]   2> 188 T987 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
>> [junit4:junit4]   2> 188 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35962
>> [junit4:junit4]   2> 189 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0001 with negotiated timeout 10000 for client /127.0.0.1:35962
>> [junit4:junit4]   2> 189 T987 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0001, negotiated timeout = 10000
>> [junit4:junit4]   2> 189 T988 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2db9e22e name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   2> 189 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>> [junit4:junit4]   2> 190 T979 oascc.SolrZkClient.makePath makePath: /collections/collection1
>> [junit4:junit4]   2> 192 T979 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
>> [junit4:junit4]   2> 193 T979 oascc.SolrZkClient.makePath makePath: /collections/control_collection
>> [junit4:junit4]   2> 195 T979 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
>> [junit4:junit4]   2> 196 T979 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
>> [junit4:junit4]   2> 197 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
>> [junit4:junit4]   2> 200 T979 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> 201 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
>> [junit4:junit4]   2> 203 T979 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> 204 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
>> [junit4:junit4]   2> 206 T979 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> 207 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
>> [junit4:junit4]   2> 209 T979 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> 210 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
>> [junit4:junit4]   2> 212 T979 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> 212 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
>> [junit4:junit4]   2> 214 T979 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> 215 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
>> [junit4:junit4]   2> 217 T979 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> 217 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
>> [junit4:junit4]   2> 219 T979 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> 220 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
>> [junit4:junit4]   2> 221 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0001
>> [junit4:junit4]   2> 222 T988 oaz.ClientCnxn$EventThread.run EventThread shut down
>> [junit4:junit4]   2> 222 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35962 which had sessionid 0x13b8ff618eb0001
>> [junit4:junit4]   2> 222 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0001 closed
>> [junit4:junit4]   2> 273 T979 oejs.Server.doStart jetty-8.1.8.v20121106
>> [junit4:junit4]   2> 276 T979 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:50405
>> [junit4:junit4]   2> 277 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>> [junit4:junit4]   2> 278 T979 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-1355329968577
>> [junit4:junit4]   2> 278 T979 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1355329968577/'
>> [junit4:junit4]   2> 289 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
>> [junit4:junit4]   2> 290 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>> [junit4:junit4]   2> 290 T979 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-1355329968577
>> [junit4:junit4]   2> 291 T979 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1355329968577/solr.xml
>> [junit4:junit4]   2> 291 T979 oasc.CoreContainer.<init> New CoreContainer 229513804
>> [junit4:junit4]   2> 292 T979 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-1355329968577/'
>> [junit4:junit4]   2> 292 T979 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-1355329968577/'
>> [junit4:junit4]   2> 305 T979 oasc.CoreContainer.load Registering Log Listener
>> [junit4:junit4]   2> 313 T979 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50412/solr
>> [junit4:junit4]   2> 314 T979 oasc.ZkController.checkChrootPath zkHost includes chroot
>> [junit4:junit4]   2> 314 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2d0aaf96
>> [junit4:junit4]   2> 315 T998 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
>> [junit4:junit4]   2> 315 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   2> 316 T998 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
>> [junit4:junit4]   2> 316 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35963
>> [junit4:junit4]   2> 316 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35963
>> [junit4:junit4]   2> 317 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0002 with negotiated timeout 20000 for client /127.0.0.1:35963
>> [junit4:junit4]   2> 317 T998 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0002, negotiated timeout = 20000
>> [junit4:junit4]   2> 317 T999 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d0aaf96 name:ZooKeeperConnection Watcher:127.0.0.1:50412 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   2> 317 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>> [junit4:junit4]   2> 318 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0002
>> [junit4:junit4]   2> 318 T999 oaz.ClientCnxn$EventThread.run EventThread shut down
>> [junit4:junit4]   2> 318 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35963 which had sessionid 0x13b8ff618eb0002
>> [junit4:junit4]   2> 318 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0002 closed
>> [junit4:junit4]   2> 319 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=8000 watcher=org.apache.solr.common.cloud.ConnectionManager@1726ce90
>> [junit4:junit4]   2> 320 T1000 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
>> [junit4:junit4]   2> 319 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   2> 320 T1000 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
>> [junit4:junit4]   2> 320 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35964
>> [junit4:junit4]   2> 320 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35964
>> [junit4:junit4]   2> 321 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0003 with negotiated timeout 8000 for client /127.0.0.1:35964
>> [junit4:junit4]   2> 321 T1000 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0003, negotiated timeout = 8000
>> [junit4:junit4]   2> 321 T1001 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1726ce90 name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   2> 321 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>> [junit4:junit4]   2> 322 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
>> [junit4:junit4]   2> 323 T979 oascc.SolrZkClient.makePath makePath: /live_nodes
>> [junit4:junit4]   2> 324 T979 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50405_f%2Fy
>> [junit4:junit4]   2> 324 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50405_f%2Fy Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50405_f%2Fy
>> [junit4:junit4]   2> 325 T979 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50405_f%2Fy
>> [junit4:junit4]   2> 326 T979 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
>> [junit4:junit4]   2> 327 T979 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
>> [junit4:junit4]   2> 327 T979 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
>> [junit4:junit4]   2> 328 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>> [junit4:junit4]   2> 328 T979 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>> [junit4:junit4]   2> 328 T979 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>> [junit4:junit4]   2> 329 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>> [junit4:junit4]   2> 329 T979 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>> [junit4:junit4]   2> 329 T979 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>> [junit4:junit4]   2> 330 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
>> [junit4:junit4]   2> 333 T979 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
>> [junit4:junit4]   2> 335 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
>> [junit4:junit4]   2> 336 T979 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
>> [junit4:junit4]   2> 337 T979 oasc.Overseer.start Overseer (id=88822904806637571-127.0.0.1:50405_f%2Fy-n_0000000000) starting
>> [junit4:junit4]   2> 338 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
>> [junit4:junit4]   2> 338 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
>> [junit4:junit4]   2> 339 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
>> [junit4:junit4]   2> 339 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
>> [junit4:junit4]   2> 340 T1003 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
>> [junit4:junit4]   2> 340 T979 oascc.SolrZkClient.makePath makePath: /clusterstate.json
>> [junit4:junit4]   2> 342 T979 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
>> [junit4:junit4]   2> 344 T1002 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
>> [junit4:junit4]   2> 346 T1004 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-1355329968577/collection1
>> [junit4:junit4]   2> 347 T1004 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
>> [junit4:junit4]   2> 347 T1004 oasc.ZkController.createCollectionZkNode Collection zkNode exists
>> [junit4:junit4]   2> 347 T1004 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
>> [junit4:junit4]   2> 348 T1004 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-1355329968577/collection1/'
>> [junit4:junit4]   2> 349 T1004 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-1355329968577/collection1/lib/README' to classloader
>> [junit4:junit4]   2> 349 T1004 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-1355329968577/collection1/lib/classes/' to classloader
>> [junit4:junit4]   2> 373 T1004 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
>> [junit4:junit4]   2> 434 T1004 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
>> [junit4:junit4]   2> 435 T1004 oass.IndexSchema.readSchema Reading Solr Schema
>> [junit4:junit4]   2> 438 T1004 oass.IndexSchema.readSchema Schema name=test
>> [junit4:junit4]   2> 751 T1004 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>> [junit4:junit4]   2> 759 T1004 oass.IndexSchema.readSchema default search field in schema is text
>> [junit4:junit4]   2> 763 T1004 oass.IndexSchema.readSchema unique key field: id
>> [junit4:junit4]   2> 780 T1004 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>> [junit4:junit4]   2> 784 T1004 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>> [junit4:junit4]   2> 789 T1004 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
>> [junit4:junit4]   2> 790 T1004 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
>> [junit4:junit4]   2> 791 T1004 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-1355329968577/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data/
>> [junit4:junit4]   2> 791 T1004 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e85e47e
>> [junit4:junit4]   2> 792 T1004 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
>> [junit4:junit4]   2> 792 T1004 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-1355329968360/control/data forceNew:false
>> [junit4:junit4]   2> 793 T1004 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data
>> [junit4:junit4]   2> 793 T1004 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data/index/
>> [junit4:junit4]   2> 793 T1004 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data/index' doesn't exist. Creating new index...
>> [junit4:junit4]   2> 794 T1004 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-1355329968360/control/data/index forceNew:false
>> [junit4:junit4]   2> 799 T1004 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
>> [junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3d700e5c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2bb320a)),segFN=segments_1,generation=1,filenames=[segments_1]
>> [junit4:junit4]   2> 800 T1004 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
>> [junit4:junit4]   2> 800 T1004 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data/index
>> [junit4:junit4]   2> 800 T1004 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
>> [junit4:junit4]   2> 802 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>> [junit4:junit4]   2> 802 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
>> [junit4:junit4]   2> 802 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
>> [junit4:junit4]   2> 802 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
>> [junit4:junit4]   2> 803 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>> [junit4:junit4]   2> 803 T1004 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
>> [junit4:junit4]   2> 803 T1004 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
>> [junit4:junit4]   2> 804 T1004 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>> [junit4:junit4]   2> 804 T1004 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
>> [junit4:junit4]   2> 805 T1004 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
>> [junit4:junit4]   2> 805 T1004 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
>> [junit4:junit4]   2> 805 T1004 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
>> [junit4:junit4]   2> 806 T1004 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
>> [junit4:junit4]   2> 806 T1004 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
>> [junit4:junit4]   2> 806 T1004 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
>> [junit4:junit4]   2> 807 T1004 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
>> [junit4:junit4]   2> 807 T1004 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 808 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 808 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 809 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 809 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 809 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 810 T1004 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 810 T1004 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
>> [junit4:junit4]   2> 811 T1004 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
>> [junit4:junit4]   2> 813 T1004 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>> [junit4:junit4]   2> 815 T1004 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
>> [junit4:junit4]   2> 816 T1004 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OPEN-EXCHANGE-RATES.JSON, SCHEMA.XML, OLD_SYNONYMS.TXT, PROTWORDS.TXT, MAPPING-ISOLATIN1ACCENT.TXT, CURRENCY.XML, STOPWORDS.TXT, SYNONYMS.TXT]
>> [junit4:junit4]   2> 817 T1004 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data
>> [junit4:junit4]   2> 818 T1004 oass.SolrIndexSearcher.<init> Opening Searcher@4b1b4dfa main
>> [junit4:junit4]   2> 818 T1004 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>> [junit4:junit4]   2> 818 T1004 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>> [junit4:junit4]   2> 819 T1004 oashc.SpellCheckComponent.inform Initializing spell checkers
>> [junit4:junit4]   2> 827 T1004 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>> [junit4:junit4]   2> 852 T1005 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4b1b4dfa main{StandardDirectoryReader(segments_1:1)}
>> [junit4:junit4]   2> 855 T1004 oasc.ZkController.publish publishing core=collection1 state=down
>> [junit4:junit4]   2> 855 T1004 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
>> [junit4:junit4]   2> 856 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x53 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
>> [junit4:junit4]   2> 1347 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
>> [junit4:junit4]   2> 1348 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
>> [junit4:junit4]   2> 	  "core":"collection1",
>> [junit4:junit4]   2> 	  "roles":null,
>> [junit4:junit4]   2> 	  "numShards":"1",
>> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50405/f/y",
>> [junit4:junit4]   2> 	  "shard":null,
>> [junit4:junit4]   2> 	  "state":"down",
>> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:50405_f%2Fy",
>> [junit4:junit4]   2> 	  "collection":"control_collection",
>> [junit4:junit4]   2> 	  "operation":"state"}
>> [junit4:junit4]   2> 1348 T1002 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
>> [junit4:junit4]   2> 1348 T1002 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
>> [junit4:junit4]   2> 1349 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x5b zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
>> [junit4:junit4]   2> 1352 T1001 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> 1358 T1004 oasc.CoreContainer.registerCore registering core: collection1
>> [junit4:junit4]   2> 1358 T1004 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:50405/f/y shardId:shard1
>> [junit4:junit4]   2> 1359 T1004 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
>> [junit4:junit4]   2> 1363 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:delete cxid:0x75 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> 1363 T1004 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
>> [junit4:junit4]   2> 1363 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x76 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
>> [junit4:junit4]   2> 1364 T1004 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
>> [junit4:junit4]   2> 1365 T1004 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
>> [junit4:junit4]   2> 1365 T1004 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50405/f/y/collection1/
>> [junit4:junit4]   2> 1365 T1004 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
>> [junit4:junit4]   2> 1365 T1004 oasc.SyncStrategy.syncToMe http://127.0.0.1:50405/f/y/collection1/ has no replicas
>> [junit4:junit4]   2> 1366 T1004 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50405/f/y/collection1/
>> [junit4:junit4]   2> 1366 T1004 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
>> [junit4:junit4]   2> 1368 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x80 zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
>> [junit4:junit4]   2> 1854 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
>> [junit4:junit4]   2> 1861 T1001 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> 1870 T1004 oasc.ZkController.register We are http://127.0.0.1:50405/f/y/collection1/ and leader is http://127.0.0.1:50405/f/y/collection1/
>> [junit4:junit4]   2> 1871 T1004 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50405/f/y
>> [junit4:junit4]   2> 1871 T1004 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
>> [junit4:junit4]   2> 1871 T1004 oasc.ZkController.publish publishing core=collection1 state=active
>> [junit4:junit4]   2> 1871 T1004 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
>> [junit4:junit4]   2> 1872 T1004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
>> [junit4:junit4]   2> 1873 T979 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
>> [junit4:junit4]   2> 1873 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
>> [junit4:junit4]   2> 1874 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
>> [junit4:junit4]   2> 1877 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:
>> [junit4:junit4]   2> 1879 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@29852ead
>> [junit4:junit4]   2> 1880 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   2> 1880 T1006 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
>> [junit4:junit4]   2> 1881 T1006 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
>> [junit4:junit4]   2> 1881 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35967
>> [junit4:junit4]   2> 1881 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35967
>> [junit4:junit4]   2> 1882 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0004 with negotiated timeout 10000 for client /127.0.0.1:35967
>> [junit4:junit4]   2> 1882 T1006 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0004, negotiated timeout = 10000
>> [junit4:junit4]   2> 1882 T1007 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29852ead name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   2> 1882 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>> [junit4:junit4]   2> 1882 T979 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
>> [junit4:junit4]   2> 1883 T979 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
>> [junit4:junit4]   2> 1932 T979 oejs.Server.doStart jetty-8.1.8.v20121106
>> [junit4:junit4]   2> 1935 T979 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:53203
>> [junit4:junit4]   2> 1936 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>> [junit4:junit4]   2> 1937 T979 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-1355329970239
>> [junit4:junit4]   2> 1937 T979 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1355329970239/'
>> [junit4:junit4]   2> 1948 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
>> [junit4:junit4]   2> 1949 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>> [junit4:junit4]   2> 1949 T979 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-1355329970239
>> [junit4:junit4]   2> 1950 T979 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1355329970239/solr.xml
>> [junit4:junit4]   2> 1950 T979 oasc.CoreContainer.<init> New CoreContainer 967556215
>> [junit4:junit4]   2> 1950 T979 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-1355329970239/'
>> [junit4:junit4]   2> 1951 T979 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-1355329970239/'
>> [junit4:junit4]   2> 1963 T979 oasc.CoreContainer.load Registering Log Listener
>> [junit4:junit4]   2> 1971 T979 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50412/solr
>> [junit4:junit4]   2> 1972 T979 oasc.ZkController.checkChrootPath zkHost includes chroot
>> [junit4:junit4]   2> 1972 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@12f6309b
>> [junit4:junit4]   2> 1973 T1017 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
>> [junit4:junit4]   2> 1973 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   2> 1974 T1017 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
>> [junit4:junit4]   2> 1974 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35968
>> [junit4:junit4]   2> 1974 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35968
>> [junit4:junit4]   2> 1975 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0005 with negotiated timeout 20000 for client /127.0.0.1:35968
>> [junit4:junit4]   2> 1975 T1017 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0005, negotiated timeout = 20000
>> [junit4:junit4]   2> 1975 T1018 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12f6309b name:ZooKeeperConnection Watcher:127.0.0.1:50412 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   2> 1975 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>> [junit4:junit4]   2> 1976 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0005
>> [junit4:junit4]   2> 1977 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35968 which had sessionid 0x13b8ff618eb0005
>> [junit4:junit4]   2> 1977 T1018 oaz.ClientCnxn$EventThread.run EventThread shut down
>> [junit4:junit4]   2> 1977 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0005 closed
>> [junit4:junit4]   2> 1978 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=8000 watcher=org.apache.solr.common.cloud.ConnectionManager@4ed437e0
>> [junit4:junit4]   2> 1979 T1019 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
>> [junit4:junit4]   2> 1979 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   2> 1979 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35969
>> [junit4:junit4]   2> 1979 T1019 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
>> [junit4:junit4]   2> 1980 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35969
>> [junit4:junit4]   2> 1981 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0006 with negotiated timeout 8000 for client /127.0.0.1:35969
>> [junit4:junit4]   2> 1981 T1019 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0006, negotiated timeout = 8000
>> [junit4:junit4]   2> 1981 T1020 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ed437e0 name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   2> 1982 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>> [junit4:junit4]   2> 1983 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
>> [junit4:junit4]   2> 1983 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
>> [junit4:junit4]   2> 1984 T979 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53203_f%2Fy
>> [junit4:junit4]   2> 1985 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53203_f%2Fy Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53203_f%2Fy
>> [junit4:junit4]   2> 1985 T979 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53203_f%2Fy
>> [junit4:junit4]   2> 1987 T1007 oascc.ZkStateReader$3.process Updating live nodes... (2)
>> [junit4:junit4]   2> 1987 T1001 oascc.ZkStateReader$3.process Updating live nodes... (2)
>> [junit4:junit4]   2> 1987 T1001 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> 1988 T979 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
>> [junit4:junit4]   2> 1989 T979 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
>> [junit4:junit4]   2> 1989 T979 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
>> [junit4:junit4]   2> 1990 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>> [junit4:junit4]   2> 1990 T979 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>> [junit4:junit4]   2> 1990 T979 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>> [junit4:junit4]   2> 1991 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>> [junit4:junit4]   2> 1991 T979 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>> [junit4:junit4]   2> 1991 T979 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>> [junit4:junit4]   2> 1992 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
>> [junit4:junit4]   2> 1996 T979 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
>> [junit4:junit4]   2> 2001 T1021 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-1355329970239/collection1
>> [junit4:junit4]   2> 2002 T1021 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
>> [junit4:junit4]   2> 2002 T1021 oasc.ZkController.createCollectionZkNode Collection zkNode exists
>> [junit4:junit4]   2> 2002 T1021 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
>> [junit4:junit4]   2> 2003 T1021 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-1355329970239/collection1/'
>> [junit4:junit4]   2> 2003 T1021 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-1355329970239/collection1/lib/README' to classloader
>> [junit4:junit4]   2> 2004 T1021 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-1355329970239/collection1/lib/classes/' to classloader
>> [junit4:junit4]   2> 2028 T1021 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
>> [junit4:junit4]   2> 2062 T1021 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
>> [junit4:junit4]   2> 2063 T1021 oass.IndexSchema.readSchema Reading Solr Schema
>> [junit4:junit4]   2> 2066 T1021 oass.IndexSchema.readSchema Schema name=test
>> [junit4:junit4]   2> 2364 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
>> [junit4:junit4]   2> 2365 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
>> [junit4:junit4]   2> 	  "core":"collection1",
>> [junit4:junit4]   2> 	  "roles":null,
>> [junit4:junit4]   2> 	  "numShards":"1",
>> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50405/f/y",
>> [junit4:junit4]   2> 	  "shard":"shard1",
>> [junit4:junit4]   2> 	  "state":"active",
>> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:50405_f%2Fy",
>> [junit4:junit4]   2> 	  "collection":"control_collection",
>> [junit4:junit4]   2> 	  "operation":"state"}
>> [junit4:junit4]   2> 2367 T1020 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> 2367 T1007 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> 2367 T1001 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> 2409 T1021 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>> [junit4:junit4]   2> 2413 T1021 oass.IndexSchema.readSchema default search field in schema is text
>> [junit4:junit4]   2> 2416 T1021 oass.IndexSchema.readSchema unique key field: id
>> [junit4:junit4]   2> 2438 T1021 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>> [junit4:junit4]   2> 2442 T1021 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>> [junit4:junit4]   2> 2444 T1021 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
>> [junit4:junit4]   2> 2445 T1021 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
>> [junit4:junit4]   2> 2446 T1021 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-1355329970239/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1/
>> [junit4:junit4]   2> 2446 T1021 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e85e47e
>> [junit4:junit4]   2> 2447 T1021 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
>> [junit4:junit4]   2> 2447 T1021 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-1355329968360/jetty1 forceNew:false
>> [junit4:junit4]   2> 2447 T1021 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1
>> [junit4:junit4]   2> 2447 T1021 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1/index/
>> [junit4:junit4]   2> 2448 T1021 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1/index' doesn't exist. Creating new index...
>> [junit4:junit4]   2> 2448 T1021 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-1355329968360/jetty1/index forceNew:false
>> [junit4:junit4]   2> 2449 T1021 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
>> [junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@5f71c932 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e0db367)),segFN=segments_1,generation=1,filenames=[segments_1]
>> [junit4:junit4]   2> 2450 T1021 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
>> [junit4:junit4]   2> 2450 T1021 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1/index
>> [junit4:junit4]   2> 2450 T1021 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
>> [junit4:junit4]   2> 2451 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>> [junit4:junit4]   2> 2452 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
>> [junit4:junit4]   2> 2452 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
>> [junit4:junit4]   2> 2452 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
>> [junit4:junit4]   2> 2453 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>> [junit4:junit4]   2> 2453 T1021 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
>> [junit4:junit4]   2> 2453 T1021 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
>> [junit4:junit4]   2> 2454 T1021 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>> [junit4:junit4]   2> 2454 T1021 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
>> [junit4:junit4]   2> 2455 T1021 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
>> [junit4:junit4]   2> 2455 T1021 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
>> [junit4:junit4]   2> 2456 T1021 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
>> [junit4:junit4]   2> 2456 T1021 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
>> [junit4:junit4]   2> 2456 T1021 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
>> [junit4:junit4]   2> 2456 T1021 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
>> [junit4:junit4]   2> 2457 T1021 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
>> [junit4:junit4]   2> 2458 T1021 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 2458 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 2459 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 2459 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 2460 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 2460 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 2461 T1021 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 2461 T1021 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
>> [junit4:junit4]   2> 2462 T1021 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
>> [junit4:junit4]   2> 2464 T1021 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>> [junit4:junit4]   2> 2466 T1021 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
>> [junit4:junit4]   2> 2467 T1021 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OPEN-EXCHANGE-RATES.JSON, SCHEMA.XML, OLD_SYNONYMS.TXT, PROTWORDS.TXT, MAPPING-ISOLATIN1ACCENT.TXT, CURRENCY.XML, STOPWORDS.TXT, SYNONYMS.TXT]
>> [junit4:junit4]   2> 2468 T1021 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1
>> [junit4:junit4]   2> 2468 T1021 oass.SolrIndexSearcher.<init> Opening Searcher@3873c73 main
>> [junit4:junit4]   2> 2469 T1021 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>> [junit4:junit4]   2> 2469 T1021 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>> [junit4:junit4]   2> 2469 T1021 oashc.SpellCheckComponent.inform Initializing spell checkers
>> [junit4:junit4]   2> 2487 T1021 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>> [junit4:junit4]   2> 2508 T1022 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3873c73 main{StandardDirectoryReader(segments_1:1)}
>> [junit4:junit4]   2> 2510 T1021 oasc.ZkController.publish publishing core=collection1 state=down
>> [junit4:junit4]   2> 2510 T1021 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
>> [junit4:junit4]   2> 2870 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
>> [junit4:junit4]   2> 2871 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
>> [junit4:junit4]   2> 	  "core":"collection1",
>> [junit4:junit4]   2> 	  "roles":null,
>> [junit4:junit4]   2> 	  "numShards":"1",
>> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53203/f/y",
>> [junit4:junit4]   2> 	  "shard":null,
>> [junit4:junit4]   2> 	  "state":"down",
>> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:53203_f%2Fy",
>> [junit4:junit4]   2> 	  "collection":"collection1",
>> [junit4:junit4]   2> 	  "operation":"state"}
>> [junit4:junit4]   2> 2871 T1002 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
>> [junit4:junit4]   2> 2871 T1002 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
>> [junit4:junit4]   2> 2874 T1007 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> 2875 T1001 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> 2875 T1020 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> 3011 T1021 oasc.CoreContainer.registerCore registering core: collection1
>> [junit4:junit4]   2> 3011 T1021 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:53203/f/y shardId:shard1
>> [junit4:junit4]   2> 3012 T1021 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
>> [junit4:junit4]   2> 3015 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
>> [junit4:junit4]   2> 3016 T1021 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
>> [junit4:junit4]   2> 3016 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
>> [junit4:junit4]   2> 3017 T1021 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
>> [junit4:junit4]   2> 3017 T1021 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
>> [junit4:junit4]   2> 3017 T1021 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53203/f/y/collection1/
>> [junit4:junit4]   2> 3017 T1021 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
>> [junit4:junit4]   2> 3018 T1021 oasc.SyncStrategy.syncToMe http://127.0.0.1:53203/f/y/collection1/ has no replicas
>> [junit4:junit4]   2> 3018 T1021 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53203/f/y/collection1/
>> [junit4:junit4]   2> 3018 T1021 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
>> [junit4:junit4]   2> 3020 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
>> [junit4:junit4]   2> 3377 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
>> [junit4:junit4]   2> 3782 T1020 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> 3782 T1001 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> 3782 T1007 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> 3822 T1021 oasc.ZkController.register We are http://127.0.0.1:53203/f/y/collection1/ and leader is http://127.0.0.1:53203/f/y/collection1/
>> [junit4:junit4]   2> 3823 T1021 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53203/f/y
>> [junit4:junit4]   2> 3823 T1021 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
>> [junit4:junit4]   2> 3823 T1021 oasc.ZkController.publish publishing core=collection1 state=active
>> [junit4:junit4]   2> 3823 T1021 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
>> [junit4:junit4]   2> 4051 T1021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
>> [junit4:junit4]   2> 4079 T979 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
>> [junit4:junit4]   2> 4080 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
>> [junit4:junit4]   2> 4080 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
>> [junit4:junit4]   2> 4125 T979 oejs.Server.doStart jetty-8.1.8.v20121106
>> [junit4:junit4]   2> 4127 T979 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:60470
>> [junit4:junit4]   2> 4128 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>> [junit4:junit4]   2> 4129 T979 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-1355329972438
>> [junit4:junit4]   2> 4129 T979 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1355329972438/'
>> [junit4:junit4]   2> 4143 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
>> [junit4:junit4]   2> 4144 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>> [junit4:junit4]   2> 4144 T979 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-1355329972438
>> [junit4:junit4]   2> 4144 T979 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1355329972438/solr.xml
>> [junit4:junit4]   2> 4145 T979 oasc.CoreContainer.<init> New CoreContainer 1524799556
>> [junit4:junit4]   2> 4145 T979 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-1355329972438/'
>> [junit4:junit4]   2> 4145 T979 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-1355329972438/'
>> [junit4:junit4]   2> 4159 T979 oasc.CoreContainer.load Registering Log Listener
>> [junit4:junit4]   2> 4169 T979 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50412/solr
>> [junit4:junit4]   2> 4170 T979 oasc.ZkController.checkChrootPath zkHost includes chroot
>> [junit4:junit4]   2> 4170 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4e2728b7
>> [junit4:junit4]   2> 4172 T1032 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
>> [junit4:junit4]   2> 4171 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   2> 4172 T1032 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
>> [junit4:junit4]   2> 4172 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35974
>> [junit4:junit4]   2> 4173 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35974
>> [junit4:junit4]   2> 4173 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0007 with negotiated timeout 20000 for client /127.0.0.1:35974
>> [junit4:junit4]   2> 4173 T1032 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0007, negotiated timeout = 20000
>> [junit4:junit4]   2> 4174 T1033 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e2728b7 name:ZooKeeperConnection Watcher:127.0.0.1:50412 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   2> 4174 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>> [junit4:junit4]   2> 4175 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0007
>> [junit4:junit4]   2> 4175 T1033 oaz.ClientCnxn$EventThread.run EventThread shut down
>> [junit4:junit4]   2> 4175 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35974 which had sessionid 0x13b8ff618eb0007
>> [junit4:junit4]   2> 4175 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0007 closed
>> [junit4:junit4]   2> 4176 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=8000 watcher=org.apache.solr.common.cloud.ConnectionManager@db2a7b2
>> [junit4:junit4]   2> 4177 T1034 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
>> [junit4:junit4]   2> 4177 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
>> [junit4:junit4]   2> 4177 T1034 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
>> [junit4:junit4]   2> 4177 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35975
>> [junit4:junit4]   2> 4177 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35975
>> [junit4:junit4]   2> 4178 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0008 with negotiated timeout 8000 for client /127.0.0.1:35975
>> [junit4:junit4]   2> 4178 T1034 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0008, negotiated timeout = 8000
>> [junit4:junit4]   2> 4178 T1035 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@db2a7b2 name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>> [junit4:junit4]   2> 4178 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>> [junit4:junit4]   2> 4179 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
>> [junit4:junit4]   2> 4180 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
>> [junit4:junit4]   2> 4180 T979 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60470_f%2Fy
>> [junit4:junit4]   2> 4181 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60470_f%2Fy Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60470_f%2Fy
>> [junit4:junit4]   2> 4181 T979 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60470_f%2Fy
>> [junit4:junit4]   2> 4183 T1001 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> 4183 T1007 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> 4183 T1020 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> 4183 T979 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
>> [junit4:junit4]   2> 4184 T1020 oascc.ZkStateReader$3.process Updating live nodes... (3)
>> [junit4:junit4]   2> 4184 T1007 oascc.ZkStateReader$3.process Updating live nodes... (3)
>> [junit4:junit4]   2> 4184 T1001 oascc.ZkStateReader$3.process Updating live nodes... (3)
>> [junit4:junit4]   2> 4184 T979 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
>> [junit4:junit4]   2> 4185 T979 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
>> [junit4:junit4]   2> 4185 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>> [junit4:junit4]   2> 4185 T979 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>> [junit4:junit4]   2> 4186 T979 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>> [junit4:junit4]   2> 4186 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>> [junit4:junit4]   2> 4187 T979 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>> [junit4:junit4]   2> 4187 T979 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>> [junit4:junit4]   2> 4187 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
>> [junit4:junit4]   2> 4192 T979 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
>> [junit4:junit4]   2> 4196 T1036 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-1355329972438/collection1
>> [junit4:junit4]   2> 4196 T1036 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
>> [junit4:junit4]   2> 4197 T1036 oasc.ZkController.createCollectionZkNode Collection zkNode exists
>> [junit4:junit4]   2> 4197 T1036 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
>> [junit4:junit4]   2> 4198 T1036 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-1355329972438/collection1/'
>> [junit4:junit4]   2> 4198 T1036 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-1355329972438/collection1/lib/README' to classloader
>> [junit4:junit4]   2> 4198 T1036 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-1355329972438/collection1/lib/classes/' to classloader
>> [junit4:junit4]   2> 4223 T1036 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
>> [junit4:junit4]   2> 4256 T1036 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
>> [junit4:junit4]   2> 4257 T1036 oass.IndexSchema.readSchema Reading Solr Schema
>> [junit4:junit4]   2> 4260 T1036 oass.IndexSchema.readSchema Schema name=test
>> [junit4:junit4]   2> 4545 T1036 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>> [junit4:junit4]   2> 4550 T1036 oass.IndexSchema.readSchema default search field in schema is text
>> [junit4:junit4]   2> 4552 T1036 oass.IndexSchema.readSchema unique key field: id
>> [junit4:junit4]   2> 4560 T1036 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>> [junit4:junit4]   2> 4562 T1036 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>> [junit4:junit4]   2> 4564 T1036 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
>> [junit4:junit4]   2> 4565 T1036 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
>> [junit4:junit4]   2> 4566 T1036 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-1355329972438/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2/
>> [junit4:junit4]   2> 4566 T1036 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e85e47e
>> [junit4:junit4]   2> 4566 T1036 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
>> [junit4:junit4]   2> 4567 T1036 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-1355329968360/jetty2 forceNew:false
>> [junit4:junit4]   2> 4567 T1036 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2
>> [junit4:junit4]   2> 4568 T1036 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2/index/
>> [junit4:junit4]   2> 4568 T1036 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2/index' doesn't exist. Creating new index...
>> [junit4:junit4]   2> 4568 T1036 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-1355329968360/jetty2/index forceNew:false
>> [junit4:junit4]   2> 4569 T1036 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
>> [junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@75c942d2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a5c6c5)),segFN=segments_1,generation=1,filenames=[segments_1]
>> [junit4:junit4]   2> 4570 T1036 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
>> [junit4:junit4]   2> 4570 T1036 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2/index
>> [junit4:junit4]   2> 4570 T1036 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
>> [junit4:junit4]   2> 4571 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>> [junit4:junit4]   2> 4572 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
>> [junit4:junit4]   2> 4572 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
>> [junit4:junit4]   2> 4572 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
>> [junit4:junit4]   2> 4572 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>> [junit4:junit4]   2> 4573 T1036 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
>> [junit4:junit4]   2> 4573 T1036 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
>> [junit4:junit4]   2> 4573 T1036 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>> [junit4:junit4]   2> 4574 T1036 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
>> [junit4:junit4]   2> 4574 T1036 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
>> [junit4:junit4]   2> 4575 T1036 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
>> [junit4:junit4]   2> 4575 T1036 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
>> [junit4:junit4]   2> 4576 T1036 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
>> [junit4:junit4]   2> 4576 T1036 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
>> [junit4:junit4]   2> 4576 T1036 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
>> [junit4:junit4]   2> 4576 T1036 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
>> [junit4:junit4]   2> 4577 T1036 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 4577 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 4578 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 4578 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 4579 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 4579 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 4580 T1036 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
>> [junit4:junit4]   2> 4580 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
>> [junit4:junit4]   2> 4581 T1036 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
>> [junit4:junit4]   2> 4581 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
>> [junit4:junit4]   2> 	  "core":"collection1",
>> [junit4:junit4]   2> 	  "roles":null,
>> [junit4:junit4]   2> 	  "numShards":"1",
>> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53203/f/y",
>> [junit4:junit4]   2> 	  "shard":"shard1",
>> [junit4:junit4]   2> 	  "state":"active",
>> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:53203_f%2Fy",
>> [junit4:junit4]   2> 	  "collection":"collection1",
>> [junit4:junit4]   2> 	  "operation":"state"}
>> [junit4:junit4]   2> 4581 T1036 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
>> [junit4:junit4]   2> 4583 T1020 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> 4583 T1036 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>> [junit4:junit4]   2> 4583 T1007 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> 4584 T1001 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> 4584 T1035 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> 4586 T1036 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
>> [junit4:junit4]   2> 4588 T1036 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OPEN-EXCHANGE-RATES.JSON, SCHEMA.XML, OLD_SYNONYMS.TXT, PROTWORDS.TXT, MAPPING-ISOLATIN1ACCENT.TXT, CURRENCY.XML, STOPWORDS.TXT, SYNONYMS.TXT]
>> [junit4:junit4]   2> 4590 T1036 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2
>> [junit4:junit4]   2> 4590 T1036 oass.SolrIndexSearcher.<init> Opening Searcher@25dab463 main
>> [junit4:junit4]   2> 4591 T1036 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>> [junit4:junit4]   2> 4591 T1036 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>> [junit4:junit4]   2> 4592 T1036 oashc.SpellCheckComponent.inform Initializing spell checkers
>> [junit4:junit4]   2> 4595 T1036 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>> [junit4:junit4]   2> 4613 T1037 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@25dab463 main{StandardDirectoryReader(segments_1:1)}
>> [junit4:junit4]   2> 4615 T1036 oasc.ZkController.publish publishing core=collection1 state=down
>> [junit4:junit4]   2> 4615 T1036 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
>> [junit4:junit4]   2> 5087 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
>> [junit4:junit4]   2> 5088 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
>> [junit4:junit4]   2> 	  "core":"collection1",
>> [junit4:junit4]   2> 	  "roles":null,
>> [junit4:junit4]   2> 	  "numShards":"1",
>> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60470/f/y",
>> [junit4:junit4]   2> 	  "shard":null,
>> [junit4:junit4]   2> 	  "state":"down",
>> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:60470_f%2Fy",
>> [junit4:junit4]   2> 	  "collection":"collection1",
>> [junit4:junit4]   2> 	  "operation":"state"}
>> [junit4:junit4]   2> 5088 T1002 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
>> [junit4:junit4]   2> 5089 T1002 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
>> [junit4:junit4]   2> 5107 T1007 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> 5107 T1035 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> 5107 T1001 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> 5107 T1020 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> 5116 T1036 oasc.CoreContainer.registerCore registering core: collection1
>> [junit4:junit4]   2> 5117 T1036 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:60470/f/y shardId:shard1
>> [junit4:junit4]   2> 5119 T1036 oasc.ZkController.register We are http://127.0.0.1:60470/f/y/collection1/ and leader is http://127.0.0.1:53203/f/y/collection1/
>> [junit4:junit4]   2> 5119 T1036 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60470/f/y
>> [junit4:junit4]   2> 5119 T1036 oasc.ZkController.checkRecovery Core needs to recover:collection1
>> [junit4:junit4]   2> 5120 T1036 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
>> [junit4:junit4]   2> ASYNC  NEW_CORE C50 name=collection1 org.apache.solr.core.SolrCore@709192a url=http://127.0.0.1:60470/f/y/collection1 node=127.0.0.1:60470_f%2Fy
>> [junit4:junit4]   2> 5126 T1038 C50 P60470 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
>> [junit4:junit4]   2> 5127 T1036 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
>> [junit4:junit4]   2> 5128 T1038 C50 P60470 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
>> [junit4:junit4]   2> 5128 T979 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
>> [junit4:junit4]   2> 5129 T1038 C50 P60470 oasc.ZkController.publish publishing core=collection1 state=recovering
>> [junit4:junit4]   2> 5129 T1038 C50 P60470 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
>> [junit4:junit4]   2> 5129 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
>> [junit4:junit4]   2> 5129 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
>> [junit4:junit4]   2> 5132 T1038 C50 P60470 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53203/f/y/collection1/ core=collection1 - recoveringAfterStartup=true
>> [junit4:junit4]   2> 5132 T1038 C50 P60470 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:60470/f/y START replicas=[http://127.0.0.1:53203/f/y/collection1/] nUpdates=100
>> [junit4:junit4]   2> 5132 T1038 C50 P60470 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
>> [junit4:junit4]   2> 5132 T1038 C50 P60470 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
>> [junit4:junit4]   2> 5133 T1038 C50 P60470 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
>> [junit4:junit4]   2> 5133 T1038 C50 P60470 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
>> [junit4:junit4]   2> 5138 T979 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
>> [junit4:junit4]   2> ASYNC  NEW_CORE C51 name=collection1 org.apache.solr.core.SolrCore@131aa87e url=http://127.0.0.1:53203/f/y/collection1 node=127.0.0.1:53203_f%2Fy
>> [junit4:junit4]   2> 5155 T1014 C51 P53203 REQ /get {getVersions=100&version=2&qt=/get&distrib=false&wt=javabin} status=0 QTime=17 
>> [junit4:junit4]   2> ASYNC  NEW_CORE C52 name=collection1 org.apache.solr.core.SolrCore@3e32f9bf url=http://127.0.0.1:50405/f/y/collection1 node=127.0.0.1:50405_f%2Fy
>> [junit4:junit4]   2> 5171 T997 C52 P50405 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data
>> [junit4:junit4]   2> 5175 T997 C52 P50405 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
>> [junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3d700e5c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2bb320a)),segFN=segments_1,generation=1,filenames=[segments_1]
>> [junit4:junit4]   2> 5176 T997 C52 P50405 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
>> [junit4:junit4]   2> 5179 T996 C52 P50405 /update {wt=javabin&version=2} {add=[1 (1421166482319998976)]} 0 16
>> [junit4:junit4]   2> 5187 T1016 C51 P53203 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1
>> [junit4:junit4]   2> 5190 T1016 C51 P53203 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
>> [junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@5f71c932 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e0db367)),segFN=segments_1,generation=1,filenames=[segments_1]
>> [junit4:junit4]   2> 5191 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10001 (1421166482318950400)]} 0 28
>> [junit4:junit4]   2> 5191 T1016 C51 P53203 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
>> [junit4:junit4]   2> 5200 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10001 (1421166482343067648)]} 0 7
>> [junit4:junit4]   2> 5202 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[1 (1421166482335727616)]} 0 17
>> [junit4:junit4]   2> 5203 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10002 (1421166482353553408)]} 0 1
>> [junit4:junit4]   2> 5207 T995 C52 P50405 /update {wt=javabin&version=2} {add=[2 (1421166482356699136)]} 0 1
>> [junit4:junit4]   2> 5211 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[2 (1421166482360893440)]} 0 1
>> [junit4:junit4]   2> 5211 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10002 (1421166482361942016)]} 0 0
>> [junit4:junit4]   2> 5215 T996 C52 P50405 /update {wt=javabin&version=2} {add=[3 (1421166482365087744)]} 0 1
>> [junit4:junit4]   2> 5218 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[3 (1421166482369282048)]} 0 1
>> [junit4:junit4]   2> 5219 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10003 (1421166482370330624)]} 0 4
>> [junit4:junit4]   2> 5222 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10003 (1421166482373476352)]} 0 0
>> [junit4:junit4]   2> 5223 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[2 (-1421166482372427776)]} 0 2
>> [junit4:junit4]   2> 5228 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[2 (-1421166482378719232)]} 0 2
>> [junit4:junit4]   2> 5244 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10002 (-1421166482395496448)]} 0 13
>> [junit4:junit4]   2> 5244 T996 C52 P50405 /update {wt=javabin&version=2} {add=[4 (1421166482395496449)]} 0 13
>> [junit4:junit4]   2> 5247 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[4 (1421166482398642176)]} 0 1
>> [junit4:junit4]   2> 5251 T997 C52 P50405 /update {wt=javabin&version=2} {add=[5 (1421166482402836480)]} 0 1
>> [junit4:junit4]   2> 5251 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10002 (-1421166482403885056)]} 0 0
>> [junit4:junit4]   2> 5255 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[5 (1421166482407030784)]} 0 1
>> [junit4:junit4]   2> 5255 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10004 (1421166482407030784)]} 0 1
>> [junit4:junit4]   2> 5258 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10004 (1421166482411225088)]} 0 1
>> [junit4:junit4]   2> 5262 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10005 (1421166482414370816)]} 0 1
>> [junit4:junit4]   2> 5263 T995 C52 P50405 /update {wt=javabin&version=2} {add=[6 (1421166482410176512)]} 0 6
>> [junit4:junit4]   2> 5265 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10005 (1421166482417516544)]} 0 1
>> [junit4:junit4]   2> 5265 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[6 (1421166482418565120)]} 0 0
>> [junit4:junit4]   2> 5268 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10006 (1421166482421710848)]} 0 1
>> [junit4:junit4]   2> 5268 T994 C52 P50405 /update {wt=javabin&version=2} {add=[7 (1421166482421710849)]} 0 1
>> [junit4:junit4]   2> 5272 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10006 (1421166482424856577)]} 0 1
>> [junit4:junit4]   2> 5272 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[7 (1421166482424856576)]} 0 1
>> [junit4:junit4]   2> 5275 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[3 (-1421166482429050880)]} 0 0
>> [junit4:junit4]   2> 5275 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10007 (1421166482429050881)]} 0 0
>> [junit4:junit4]   2> 5278 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[3 (-1421166482432196609)]} 0 0
>> [junit4:junit4]   2> 5279 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10007 (1421166482432196608)]} 0 1
>> [junit4:junit4]   2> 5281 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10003 (-1421166482435342336)]} 0 0
>> [junit4:junit4]   2> 5284 T994 C52 P50405 /update {wt=javabin&version=2} {add=[8 (1421166482437439488)]} 0 3
>> [junit4:junit4]   2> 5288 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[8 (1421166482441633792)]} 0 1
>> [junit4:junit4]   2> 5290 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10003 (-1421166482444779520)]} 0 1
>> [junit4:junit4]   2> 5291 T996 C52 P50405 /update {wt=javabin&version=2} {add=[9 (1421166482445828096)]} 0 1
>> [junit4:junit4]   2> 5294 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[9 (1421166482447925248)]} 0 1
>> [junit4:junit4]   2> 5293 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10008 (1421166482447925248)]} 0 0
>> [junit4:junit4]   2> 5297 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10 (1421166482452119552)]} 0 1
>> [junit4:junit4]   2> 5302 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10008 (1421166482451070976)]} 0 6
>> [junit4:junit4]   2> 5303 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10 (1421166482456313856)]} 0 3
>> [junit4:junit4]   2> 5306 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10009 (1421166482460508160)]} 0 1
>> [junit4:junit4]   2> 5309 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10009 (1421166482464702464)]} 0 1
>> [junit4:junit4]   2> 5311 T996 C52 P50405 /update {wt=javabin&version=2} {add=[11 (1421166482462605312)]} 0 4
>> [junit4:junit4]   2> 5314 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[11 (1421166482468896768)]} 0 1
>> [junit4:junit4]   2> 5315 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10010 (1421166482468896768)]} 0 2
>> [junit4:junit4]   2> 5319 T997 C52 P50405 /update {wt=javabin&version=2} {add=[12 (1421166482474139648)]} 0 1
>> [junit4:junit4]   2> 5320 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10010 (1421166482476236800)]} 0 0
>> [junit4:junit4]   2> 5323 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10011 (1421166482479382528)]} 0 0
>> [junit4:junit4]   2> 5323 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[12 (1421166482479382528)]} 0 0
>> [junit4:junit4]   2> 5327 T996 C52 P50405 /update {wt=javabin&version=2} {add=[13 (1421166482483576832)]} 0 1
>> [junit4:junit4]   2> 5331 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[13 (1421166482486722560)]} 0 1
>> [junit4:junit4]   2> 5332 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10011 (1421166482488819712)]} 0 6
>> [junit4:junit4]   2> 5334 T995 C52 P50405 /update {wt=javabin&version=2} {add=[14 (1421166482490916864)]} 0 1
>> [junit4:junit4]   2> 5336 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10012 (1421166482491965440)]} 0 1
>> [junit4:junit4]   2> 5339 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10012 (1421166482496159744)]} 0 1
>> [junit4:junit4]   2> 5340 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[14 (1421166482494062592)]} 0 4
>> [junit4:junit4]   2> 5342 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10013 (1421166482499305472)]} 0 0
>> [junit4:junit4]   2> 5344 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[4 (-1421166482501402624)]} 0 1
>> [junit4:junit4]   2> 5345 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10013 (1421166482502451200)]} 0 0
>> [junit4:junit4]   2> 5347 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[4 (-1421166482504548352)]} 0 1
>> [junit4:junit4]   2> 5350 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10014 (1421166482506645504)]} 0 1
>> [junit4:junit4]   2> 5352 T995 C52 P50405 /update {wt=javabin&version=2} {add=[15 (1421166482508742656)]} 0 1
>> [junit4:junit4]   2> 5354 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10014 (1421166482510839808)]} 0 1
>> [junit4:junit4]   2> 5354 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[15 (1421166482511888384)]} 0 0
>> [junit4:junit4]   2> 5357 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[6 (-1421166482515034113)]} 0 0
>> [junit4:junit4]   2> 5357 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10004 (-1421166482515034112)]} 0 0
>> [junit4:junit4]   2> 5360 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10004 (-1421166482518179840)]} 0 0
>> [junit4:junit4]   2> 5362 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[6 (-1421166482519228416)]} 0 2
>> [junit4:junit4]   2> 5384 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10015 (1421166482521325568)]} 0 21
>> [junit4:junit4]   2> 5385 T995 C52 P50405 /update {wt=javabin&version=2} {add=[16 (1421166482523422720)]} 0 21
>> [junit4:junit4]   2> 5387 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10015 (1421166482546491392)]} 0 0
>> [junit4:junit4]   2> 5390 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[10006 (-1421166482549637120)]} 0 0
>> [junit4:junit4]   2> 5392 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[16 (1421166482547539968)]} 0 4
>> [junit4:junit4]   2> 5392 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10006 (-1421166482551734272)]} 0 0
>> [junit4:junit4]   2> 5395 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10016 (1421166482553831424)]} 0 1
>> [junit4:junit4]   2> 5395 T996 C52 P50405 /update {wt=javabin&version=2} {add=[17 (1421166482553831425)]} 0 1
>> [junit4:junit4]   2> 5398 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10016 (1421166482556977152)]} 0 1
>> [junit4:junit4]   2> 5399 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[17 (1421166482558025728)]} 0 1
>> [junit4:junit4]   2> 5401 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10017 (1421166482560122880)]} 0 1
>> [junit4:junit4]   2> 5403 T994 C52 P50405 /update {wt=javabin&version=2} {add=[18 (1421166482562220032)]} 0 1
>> [junit4:junit4]   2> 5406 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10017 (1421166482566414336)]} 0 1
>> [junit4:junit4]   2> 5406 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[18 (1421166482566414337)]} 0 1
>> [junit4:junit4]   2> 5411 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[7 (-1421166482571657216)]} 0 2
>> [junit4:junit4]   2> 5411 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10018 (1421166482569560064)]} 0 2
>> [junit4:junit4]   2> 5414 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10018 (1421166482574802944)]} 0 1
>> [junit4:junit4]   2> 5417 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10007 (-1421166482577948672)]} 0 0
>> [junit4:junit4]   2> 5420 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[7 (-1421166482581094400)]} 0 0
>> [junit4:junit4]   2> 5420 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10007 (-1421166482581094401)]} 0 0
>> [junit4:junit4]   2> 5425 T996 C52 P50405 /update {wt=javabin&version=2} {add=[19 (1421166482586337280)]} 0 3
>> [junit4:junit4]   2> 5425 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10019 (1421166482586337281)]} 0 3
>> [junit4:junit4]   2> 5429 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[19 (1421166482589483008)]} 0 1
>> [junit4:junit4]   2> 5429 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10019 (1421166482589483009)]} 0 1
>> [junit4:junit4]   2> 5437 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10008 (-1421166482597871616)]} 0 6
>> [junit4:junit4]   2> 5438 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[8 (-1421166482599968768)]} 0 0
>> [junit4:junit4]   2> 5440 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10008 (-1421166482602065920)]} 0 0
>> [junit4:junit4]   2> 5441 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[8 (-1421166482603114496)]} 0 0
>> [junit4:junit4]   2> 5444 T996 C52 P50405 /update {wt=javabin&version=2} {add=[20 (1421166482606260225)]} 0 1
>> [junit4:junit4]   2> 5447 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10020 (1421166482606260224)]} 0 4
>> [junit4:junit4]   2> 5448 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[20 (1421166482610454528)]} 0 0
>> [junit4:junit4]   2> 5450 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10020 (1421166482612551680)]} 0 0
>> [junit4:junit4]   2> 5451 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[9 (-1421166482613600256)]} 0 0
>> [junit4:junit4]   2> 5455 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10009 (-1421166482617794560)]} 0 1
>> [junit4:junit4]   2> 5455 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[9 (-1421166482617794560)]} 0 1
>> [junit4:junit4]   2> 5458 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10009 (-1421166482620940288)]} 0 0
>> [junit4:junit4]   2> 5459 T996 C52 P50405 /update {wt=javabin&version=2} {add=[21 (1421166482620940288)]} 0 1
>> [junit4:junit4]   2> 5461 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[21 (1421166482624086016)]} 0 0
>> [junit4:junit4]   2> 5461 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10021 (1421166482624086016)]} 0 0
>> [junit4:junit4]   2> 5464 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[12 (-1421166482627231744)]} 0 0
>> [junit4:junit4]   2> 5464 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10021 (1421166482627231744)]} 0 0
>> [junit4:junit4]   2> 5467 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10012 (-1421166482630377472)]} 0 0
>> [junit4:junit4]   2> 5467 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[12 (-1421166482630377472)]} 0 0
>> [junit4:junit4]   2> 5470 T996 C52 P50405 /update {wt=javabin&version=2} {add=[22 (1421166482633523200)]} 0 1
>> [junit4:junit4]   2> 5471 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10012 (-1421166482634571776)]} 0 0
>> [junit4:junit4]   2> 5474 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10022 (1421166482637717504)]} 0 1
>> [junit4:junit4]   2> 5474 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[22 (1421166482637717504)]} 0 1
>> [junit4:junit4]   2> 5477 T997 C52 P50405 /update {wt=javabin&version=2} {add=[23 (1421166482640863232)]} 0 0
>> [junit4:junit4]   2> 5480 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10022 (1421166482640863232)]} 0 3
>> [junit4:junit4]   2> 5480 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[23 (1421166482644008960)]} 0 0
>> [junit4:junit4]   2> 5483 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10023 (1421166482646106112)]} 0 1
>> [junit4:junit4]   2> 5484 T995 C52 P50405 /update {wt=javabin&version=2} {add=[24 (1421166482648203264)]} 0 0
>> [junit4:junit4]   2> 5487 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10023 (1421166482650300416)]} 0 1
>> [junit4:junit4]   2> 5491 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10024 (1421166482654494720)]} 0 2
>> [junit4:junit4]   2> 5491 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[24 (1421166482651348992)]} 0 4
>> [junit4:junit4]   2> 5495 T994 C52 P50405 /update {wt=javabin&version=2} {add=[25 (1421166482658689024)]} 0 1
>> [junit4:junit4]   2> 5496 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10024 (1421166482659737600)]} 0 1
>> [junit4:junit4]   2> 5498 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[25 (1421166482661834752)]} 0 1
>> [junit4:junit4]   2> 5502 T995 C52 P50405 /update {wt=javabin&version=2} {add=[26 (1421166482666029056)]} 0 1
>> [junit4:junit4]   2> 5503 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10025 (1421166482664980480)]} 0 4
>> [junit4:junit4]   2> 5505 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[26 (1421166482669174784)]} 0 1
>> [junit4:junit4]   2> 5506 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10025 (1421166482670223360)]} 0 1
>> [junit4:junit4]   2> 5508 T996 C52 P50405 /update {wt=javabin&version=2} {add=[27 (1421166482672320512)]} 0 1
>> [junit4:junit4]   2> 5509 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10026 (1421166482673369088)]} 0 1
>> [junit4:junit4]   2> 5511 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10026 (1421166482676514817)]} 0 0
>> [junit4:junit4]   2> 5512 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[27 (1421166482676514816)]} 0 1
>> [junit4:junit4]   2> 5515 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10027 (1421166482679660545)]} 0 1
>> [junit4:junit4]   2> 5516 T997 C52 P50405 /update {wt=javabin&version=2} {add=[28 (1421166482679660544)]} 0 2
>> [junit4:junit4]   2> 5518 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10027 (1421166482682806272)]} 0 1
>> [junit4:junit4]   2> 5520 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[28 (1421166482684903424)]} 0 1
>> [junit4:junit4]   2> 5523 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[16 (-1421166482689097728)]} 0 1
>> [junit4:junit4]   2> 5524 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10028 (1421166482690146304)]} 0 0
>> [junit4:junit4]   2> 5526 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[16 (-1421166482692243456)]} 0 0
>> [junit4:junit4]   2> 5528 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10028 (1421166482693292032)]} 0 1
>> [junit4:junit4]   2> 5532 T995 C52 P50405 /update {wt=javabin&version=2} {add=[29 (1421166482697486336)]} 0 1
>> [junit4:junit4]   2> 5534 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10016 (-1421166482700632064)]} 0 1
>> [junit4:junit4]   2> 5535 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[29 (1421166482701680640)]} 0 0
>> [junit4:junit4]   2> 5538 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[17 (-1421166482704826368)]} 0 0
>> [junit4:junit4]   2> 5538 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10016 (-1421166482704826368)]} 0 2
>> [junit4:junit4]   2> 5541 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[17 (-1421166482707972096)]} 0 1
>> [junit4:junit4]   2> 5541 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10029 (1421166482707972096)]} 0 1
>> [junit4:junit4]   2> 5544 T995 C52 P50405 /update {wt=javabin&version=2} {add=[30 (1421166482711117824)]} 0 1
>> [junit4:junit4]   2> 5547 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[30 (1421166482714263552)]} 0 0
>> [junit4:junit4]   2> 5550 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[18 (-1421166482717409280)]} 0 0
>> [junit4:junit4]   2> 5553 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[18 (-1421166482720555008)]} 0 0
>> [junit4:junit4]   2> 5559 T996 C52 P50405 /update {wt=javabin&version=2} {add=[31 (1421166482723700736)]} 0 3
>> [junit4:junit4]   2> 5560 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10029 (1421166482713214976)]} 0 16
>> [junit4:junit4]   2> 5563 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[10017 (-1421166482731040768)]} 0 1
>> [junit4:junit4]   2> 5566 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10017 (-1421166482734186496)]} 0 1
>> [junit4:junit4]   2> 5569 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10030 (1421166482736283648)]} 0 1
>> [junit4:junit4]   2> 5571 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[31 (1421166482729992192)]} 0 9
>> [junit4:junit4]   2> 5573 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10030 (1421166482740477952)]} 0 1
>> [junit4:junit4]   2> 5574 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[19 (-1421166482742575104)]} 0 0
>> [junit4:junit4]   2> 5576 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10018 (-1421166482744672256)]} 0 0
>> [junit4:junit4]   2> 5577 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[19 (-1421166482745720832)]} 0 0
>> [junit4:junit4]   2> 5578 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10018 (-1421166482746769408)]} 0 0
>> [junit4:junit4]   2> 5580 T994 C52 P50405 /update {wt=javabin&version=2} {add=[32 (1421166482747817984)]} 0 1
>> [junit4:junit4]   2> 5582 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10031 (1421166482750963712)]} 0 0
>> [junit4:junit4]   2> 5585 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[32 (1421166482754109440)]} 0 1
>> [junit4:junit4]   2> 5587 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10031 (1421166482755158016)]} 0 1
>> [junit4:junit4]   2> 5589 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10019 (-1421166482758303744)]} 0 0
>> [junit4:junit4]   2> 5596 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[20 (-1421166482764595200)]} 0 1
>> [junit4:junit4]   2> 5604 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10019 (-1421166482774032384)]} 0 0
>> [junit4:junit4]   2> 5605 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[20 (-1421166482775080960)]} 0 0
>> [junit4:junit4]   2> 5607 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10032 (1421166482777178112)]} 0 0
>> [junit4:junit4]   2> 5608 T995 C52 P50405 /update {wt=javabin&version=2} {add=[33 (1421166482778226688)]} 0 0
>> [junit4:junit4]   2> 5612 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10032 (1421166482781372417)]} 0 1
>> [junit4:junit4]   2> 5613 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[33 (1421166482781372416)]} 0 3
>> [junit4:junit4]   2> 5614 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
>> [junit4:junit4]   2> 5615 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10020 (-1421166482785566720)]} 0 1
>> [junit4:junit4]   2> 5615 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
>> [junit4:junit4]   2> 	  "core":"collection1",
>> [junit4:junit4]   2> 	  "roles":null,
>> [junit4:junit4]   2> 	  "numShards":"1",
>> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60470/f/y",
>> [junit4:junit4]   2> 	  "shard":"shard1",
>> [junit4:junit4]   2> 	  "state":"recovering",
>> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:60470_f%2Fy",
>> [junit4:junit4]   2> 	  "collection":"collection1",
>> [junit4:junit4]   2> 	  "operation":"state"}
>> [junit4:junit4]   2> 5617 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[23 (-1421166482787663872)]} 0 1
>> [junit4:junit4]   2> 5620 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[23 (-1421166482790809600)]} 0 1
>> [junit4:junit4]   2> 5621 T1020 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> 5621 T1035 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> 5621 T1007 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> 5621 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10020 (-1421166482791858176)]} 0 0
>> [junit4:junit4]   2> 5623 T1001 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> 5623 T994 C52 P50405 /update {wt=javabin&version=2} {add=[34 (1421166482792906752)]} 0 1
>> [junit4:junit4]   2> 5624 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10033 (1421166482795003904)]} 0 0
>> [junit4:junit4]   2>  C50_STATE=coll:collection1 core:collection1 props:{core=collection1, roles=null, base_url=http://127.0.0.1:60470/f/y, shard=shard1, state=recovering, node_name=127.0.0.1:60470_f%2Fy, collection=collection1}
>> [junit4:junit4]   2> 5640 T1030 C50 P60470 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2
>> [junit4:junit4]   2> 5645 T1030 C50 P60470 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
>> [junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@75c942d2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a5c6c5)),segFN=segments_1,generation=1,filenames=[segments_1]
>> [junit4:junit4]   2> 5645 T1030 C50 P60470 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
>> [junit4:junit4]   2> 5652 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=12 
>> [junit4:junit4]   2> 5652 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=11 
>> [junit4:junit4]   2> 5653 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[34 (1421166482797101056)]} 0 27
>> [junit4:junit4]   2> 5653 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10033 (1421166482797101057)]} 0 27
>> [junit4:junit4]   2> 5656 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[27 (-1421166482828558336)]} 0 1
>> [junit4:junit4]   2> 5657 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10023 (-1421166482829606912)]} 0 0
>> [junit4:junit4]   2> 5663 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5665 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10023 (-1421166482832752641)]} 0 6
>> [junit4:junit4]   2> 5665 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5666 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[27 (-1421166482832752640)]} 0 7
>> [junit4:junit4]   2> 5668 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10034 (1421166482840092672)]} 0 1
>> [junit4:junit4]   2> 5668 T995 C52 P50405 /update {wt=javabin&version=2} {add=[35 (1421166482841141248)]} 0 0
>> [junit4:junit4]   2> 5673 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5674 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10034 (1421166482843238400)]} 0 4
>> [junit4:junit4]   2> 5675 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5676 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[35 (1421166482844286976)]} 0 5
>> [junit4:junit4]   2> 5677 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10027 (-1421166482850578432)]} 0 0
>> [junit4:junit4]   2> 5678 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[28 (-1421166482851627008)]} 0 0
>> [junit4:junit4]   2> 5687 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5687 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5688 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[28 (-1421166482858967040)]} 0 4
>> [junit4:junit4]   2> 5688 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10027 (-1421166482853724160)]} 0 8
>> [junit4:junit4]   2> 5692 T995 C52 P50405 /update {wt=javabin&version=2} {add=[36 (1421166482866307072)]} 0 0
>> [junit4:junit4]   2> 5694 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10035 (1421166482864209920)]} 0 4
>> [junit4:junit4]   2> 5699 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5699 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10035 (1421166482870501376)]} 0 3
>> [junit4:junit4]   2> 5700 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5700 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[36 (1421166482872598528)]} 0 3
>> [junit4:junit4]   2> 5702 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10028 (-1421166482876792832)]} 0 0
>> [junit4:junit4]   2> 5703 T997 C52 P50405 /update {wt=javabin&version=2} {add=[37 (1421166482876792833)]} 0 1
>> [junit4:junit4]   2> 5707 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5708 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10028 (-1421166482879938560)]} 0 3
>> [junit4:junit4]   2> 5711 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10036 (1421166482886230016)]} 0 0
>> [junit4:junit4]   2> 5712 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5712 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[37 (1421166482884132864)]} 0 3
>> [junit4:junit4]   2> 5715 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[32 (-1421166482890424320)]} 0 0
>> [junit4:junit4]   2> 5717 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5717 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10036 (1421166482889375744)]} 0 3
>> [junit4:junit4]   2> 5720 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5721 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10037 (1421166482895667200)]} 0 1
>> [junit4:junit4]   2> 5721 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[32 (-1421166482892521472)]} 0 4
>> [junit4:junit4]   2> 5724 T997 C52 P50405 /update {wt=javabin&version=2} {add=[38 (1421166482898812928)]} 0 1
>> [junit4:junit4]   2> 5726 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5727 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10037 (1421166482898812928)]} 0 4
>> [junit4:junit4]   2> 5729 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5729 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10032 (-1421166482905104384)]} 0 0
>> [junit4:junit4]   2> 5729 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[38 (1421166482901958656)]} 0 3
>> [junit4:junit4]   2> 5732 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[37 (-1421166482908250112)]} 0 0
>> [junit4:junit4]   2> 5734 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5735 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10032 (-1421166482908250112)]} 0 4
>> [junit4:junit4]   2> 5738 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5738 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10038 (1421166482914541568)]} 0 0
>> [junit4:junit4]   2> 5739 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[37 (-1421166482911395840)]} 0 4
>> [junit4:junit4]   2> 5741 T997 C52 P50405 /update {wt=javabin&version=2} {add=[39 (1421166482917687296)]} 0 0
>> [junit4:junit4]   2> 5745 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5746 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5746 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10038 (1421166482916638720)]} 0 6
>> [junit4:junit4]   2> 5746 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[39 (1421166482919784448)]} 0 3
>> [junit4:junit4]   2> 5749 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10037 (-1421166482925027328)]} 0 1
>> [junit4:junit4]   2> 5750 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[38 (-1421166482927124480)]} 0 1
>> [junit4:junit4]   2> 5755 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5756 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[38 (-1421166482929221632)]} 0 4
>> [junit4:junit4]   2> 5758 T996 C52 P50405 /update {wt=javabin&version=2} {add=[40 (1421166482935513088)]} 0 0
>> [junit4:junit4]   2> 5764 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5765 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[40 (1421166482938658816)]} 0 4
>> [junit4:junit4]   2> 5767 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5767 T997 C52 P50405 /update {wt=javabin&version=2} {add=[41 (1421166482944950272)]} 0 0
>> [junit4:junit4]   2> 5768 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10037 (-1421166482940755968)]} 0 5
>> [junit4:junit4]   2> 5772 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5776 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[41 (1421166482948096000)]} 0 6
>> [junit4:junit4]   2> 5779 T994 C52 P50405 /update {wt=javabin&version=2} {add=[42 (1421166482956484608)]} 0 1
>> [junit4:junit4]   2> 5782 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10039 (1421166482948096000)]} 0 12
>> [junit4:junit4]   2> 5786 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5787 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10039 (1421166482962776064)]} 0 3
>> [junit4:junit4]   2> 5789 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10038 (-1421166482968018944)]} 0 0
>> [junit4:junit4]   2> 5793 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5794 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10038 (-1421166482970116096)]} 0 3
>> [junit4:junit4]   2> 5797 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10040 (1421166482975358976)]} 0 1
>> [junit4:junit4]   2> 5802 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=19 
>> [junit4:junit4]   2> 5802 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5803 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10040 (1421166482978504704)]} 0 4
>> [junit4:junit4]   2> 5803 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[42 (1421166482960678912)]} 0 22
>> [junit4:junit4]   2> 5806 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10041 (1421166482984796160)]} 0 1
>> [junit4:junit4]   2> 5808 T994 C52 P50405 /update {wt=javabin&version=2} {add=[43 (1421166482987941888)]} 0 1
>> [junit4:junit4]   2> 5812 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5813 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5813 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10041 (1421166482990039040)]} 0 4
>> [junit4:junit4]   2> 5814 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[43 (1421166482991087616)]} 0 4
>> [junit4:junit4]   2> 5816 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10042 (1421166482996330496)]} 0 0
>> [junit4:junit4]   2> 5817 T996 C52 P50405 /update {wt=javabin&version=2} {add=[44 (1421166482997379072)]} 0 0
>> [junit4:junit4]   2> 5823 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5823 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5824 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[44 (1421166483000524801)]} 0 4
>> [junit4:junit4]   2> 5827 T995 C52 P50405 /update {wt=javabin&version=2} {add=[45 (1421166483006816256)]} 0 1
>> [junit4:junit4]   2> 5830 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10042 (1421166483000524800)]} 0 10
>> [junit4:junit4]   2> 5832 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5833 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10043 (1421166483013107712)]} 0 1
>> [junit4:junit4]   2> 5833 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[45 (1421166483011010560)]} 0 4
>> [junit4:junit4]   2> 5836 T996 C52 P50405 /update {wt=javabin&version=2} {add=[46 (1421166483017302016)]} 0 0
>> [junit4:junit4]   2> 5839 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5840 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10043 (1421166483016253440)]} 0 5
>> [junit4:junit4]   2> 5869 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5870 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[46 (1421166483022544896)]} 0 29
>> [junit4:junit4]   2> 5871 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10044 (1421166483023593472)]} 0 29
>> [junit4:junit4]   2> 5873 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[42 (-1421166483055050752)]} 0 1
>> [junit4:junit4]   2> 5877 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5878 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[42 (-1421166483058196480)]} 0 3
>> [junit4:junit4]   2> 5922 T994 C52 P50405 /update {wt=javabin&version=2} {add=[47 (1421166483063439360)]} 0 42
>> [junit4:junit4]   2> 5931 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5932 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[47 (1421166483110625280)]} 0 8
>> [junit4:junit4]   2> 5935 T997 C52 P50405 /update {wt=javabin&version=2} {add=[48 (1421166483121111040)]} 0 0
>> [junit4:junit4]   2> 5936 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 5937 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10044 (1421166483056099328)]} 0 64
>> [junit4:junit4]   2> 5939 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10045 (1421166483125305344)]} 0 0
>> [junit4:junit4]   2> 5947 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5947 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10045 (1421166483128451072)]} 0 5
>> [junit4:junit4]   2> 5950 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10046 (1421166483136839680)]} 0 0
>> [junit4:junit4]   2> 5994 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 5995 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10046 (1421166483139985408)]} 0 42
>> [junit4:junit4]   2> 5998 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10042 (-1421166483186122752)]} 0 1
>> [junit4:junit4]   2> 5998 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
>> [junit4:junit4]   2> 5999 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[48 (1421166483124256768)]} 0 61
>> [junit4:junit4]   2> 6001 T997 C52 P50405 /update {wt=javabin&version=2} {add=[49 (1421166483190317056)]} 0 0
>> [junit4:junit4]   2> 6004 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6004 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10042 (-1421166483190317056)]} 0 4
>> [junit4:junit4]   2> 6007 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10047 (1421166483195559936)]} 0 1
>> [junit4:junit4]   2> 6011 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6012 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
>> [junit4:junit4]   2> 6012 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10047 (1421166483198705664)]} 0 3
>> [junit4:junit4]   2> 6012 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[49 (1421166483193462784)]} 0 9
>> [junit4:junit4]   2> 6014 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[43 (-1421166483203948544)]} 0 0
>> [junit4:junit4]   2> 6015 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10048 (1421166483204997120)]} 0 0
>> [junit4:junit4]   2> 6018 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6019 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[43 (-1421166483206045696)]} 0 3
>> [junit4:junit4]   2> 6021 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6022 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10048 (1421166483207094272)]} 0 5
>> [junit4:junit4]   2> 6024 T995 C52 P50405 /update {wt=javabin&version=2} {add=[50 (1421166483213385728)]} 0 1
>> [junit4:junit4]   2> 6024 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10049 (1421166483214434304)]} 0 0
>> [junit4:junit4]   2> 6029 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6030 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10049 (1421166483216531456)]} 0 4
>> [junit4:junit4]   2> 6030 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6031 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[50 (1421166483217580032)]} 0 4
>> [junit4:junit4]   2> 6032 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10043 (-1421166483222822912)]} 0 0
>> [junit4:junit4]   2> 6036 T997 C52 P50405 /update {wt=javabin&version=2} {add=[51 (1421166483223871488)]} 0 3
>> [junit4:junit4]   2> 6036 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6037 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10043 (-1421166483224920064)]} 0 3
>> [junit4:junit4]   2> 6040 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10050 (1421166483231211520)]} 0 0
>> [junit4:junit4]   2> 6042 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6044 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[51 (1421166483230162944)]} 0 6
>> [junit4:junit4]   2> 6046 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6047 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10050 (1421166483234357248)]} 0 4
>> [junit4:junit4]   2> 6048 T994 C52 P50405 /update {wt=javabin&version=2} {add=[52 (1421166483239600128)]} 0 1
>> [junit4:junit4]   2> 6050 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10051 (1421166483241697280)]} 0 0
>> [junit4:junit4]   2> 6053 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6054 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[52 (1421166483241697280)]} 0 4
>> [junit4:junit4]   2> 6057 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6057 T997 C52 P50405 /update {wt=javabin&version=2} {add=[53 (1421166483249037312)]} 0 0
>> [junit4:junit4]   2> 6059 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10051 (1421166483246940160)]} 0 5
>> [junit4:junit4]   2> 6062 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10052 (1421166483253231616)]} 0 1
>> [junit4:junit4]   2> 6065 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6067 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[53 (1421166483252183040)]} 0 7
>> [junit4:junit4]   2> 6069 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6070 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10052 (1421166483258474496)]} 0 4
>> [junit4:junit4]   2> 6071 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[44 (-1421166483262668800)]} 0 1
>> [junit4:junit4]   2> 6073 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10053 (1421166483265814528)]} 0 0
>> [junit4:junit4]   2> 6075 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6076 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[44 (-1421166483265814528)]} 0 3
>> [junit4:junit4]   2> 6078 T997 C52 P50405 /update {wt=javabin&version=2} {add=[54 (1421166483271057408)]} 0 0
>> [junit4:junit4]   2> 6088 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6089 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10053 (1421166483270008832)]} 0 12
>> [junit4:junit4]   2> 6092 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10044 (-1421166483285737472)]} 0 0
>> [junit4:junit4]   2> 6094 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
>> [junit4:junit4]   2> 6096 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[54 (1421166483275251712)]} 0 15
>> [junit4:junit4]   2> 6097 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6098 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10044 (-1421166483288883200)]} 0 3
>> [junit4:junit4]   2> 6098 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[45 (-1421166483292028928)]} 0 0
>> [junit4:junit4]   2> 6101 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10054 (1421166483295174656)]} 0 1
>> [junit4:junit4]   2> 6103 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6104 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[45 (-1421166483295174656)]} 0 4
>> [junit4:junit4]   2> 6107 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6107 T997 C52 P50405 /update {wt=javabin&version=2} {add=[55 (1421166483301466112)]} 0 0
>> [junit4:junit4]   2> 6108 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10054 (1421166483298320384)]} 0 4
>> [junit4:junit4]   2> 6111 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10045 (-1421166483305660416)]} 0 1
>> [junit4:junit4]   2> 6112 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6113 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[55 (1421166483304611840)]} 0 4
>> [junit4:junit4]   2> 6118 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6119 T994 C52 P50405 /update {wt=javabin&version=2} {add=[56 (1421166483310903296)]} 0 3
>> [junit4:junit4]   2> 6119 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10045 (-1421166483310903296)]} 0 3
>> [junit4:junit4]   2> 6122 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10055 (1421166483317194752)]} 0 0
>> [junit4:junit4]   2> 6124 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6125 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[56 (1421166483316146176)]} 0 4
>> [junit4:junit4]   2> 6128 T997 C52 P50405 /update {wt=javabin&version=2} {add=[57 (1421166483322437632)]} 0 1
>> [junit4:junit4]   2> 6131 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6132 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10055 (1421166483321389056)]} 0 6
>> [junit4:junit4]   2> 6137 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6139 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[57 (1421166483326631936)]} 0 9
>> [junit4:junit4]   2> 6141 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10056 (1421166483337117696)]} 0 0
>> [junit4:junit4]   2> 6142 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[47 (-1421166483338166272)]} 0 0
>> [junit4:junit4]   2> 6147 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6148 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[47 (-1421166483341312000)]} 0 3
>> [junit4:junit4]   2> 6148 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6149 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10056 (1421166483340263424)]} 0 5
>> [junit4:junit4]   2> 6151 T996 C52 P50405 /update {wt=javabin&version=2} {add=[58 (1421166483346554880)]} 0 1
>> [junit4:junit4]   2> 6152 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10057 (1421166483347603456)]} 0 1
>> [junit4:junit4]   2> 6155 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6156 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6157 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10057 (1421166483350749184)]} 0 3
>> [junit4:junit4]   2> 6157 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[58 (1421166483349700608)]} 0 4
>> [junit4:junit4]   2> 6170 T995 C52 P50405 /update {wt=javabin&version=2} {add=[59 (1421166483367526400)]} 0 1
>> [junit4:junit4]   2> 6172 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[10047 (-1421166483369623552)]} 0 1
>> [junit4:junit4]   2> 6181 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6182 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10047 (-1421166483375915008)]} 0 4
>> [junit4:junit4]   2> 6184 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6184 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10058 (1421166483382206464)]} 0 0
>> [junit4:junit4]   2> 6185 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[59 (1421166483375915009)]} 0 7
>> [junit4:junit4]   2> 6188 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[48 (-1421166483385352192)]} 0 1
>> [junit4:junit4]   2> 6189 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6190 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10058 (1421166483385352192)]} 0 4
>> [junit4:junit4]   2> 6192 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6193 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[48 (-1421166483388497920)]} 0 3
>> [junit4:junit4]   2> 6196 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10059 (1421166483394789377)]} 0 1
>> [junit4:junit4]   2> 6196 T994 C52 P50405 /update {wt=javabin&version=2} {add=[60 (1421166483394789376)]} 0 1
>> [junit4:junit4]   2> 6202 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6203 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[60 (1421166483397935104)]} 0 4
>> [junit4:junit4]   2> 6206 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6208 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10059 (1421166483397935105)]} 0 9
>> [junit4:junit4]   2> 6214 T996 C52 P50405 /update {wt=javabin&version=2} {add=[61 (1421166483406323712)]} 0 7
>> [junit4:junit4]   2> 6214 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10048 (-1421166483413663744)]} 0 0
>> [junit4:junit4]   2> 6219 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6220 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10048 (-1421166483416809472)]} 0 3
>> [junit4:junit4]   2> 6223 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10060 (1421166483422052352)]} 0 1
>> [junit4:junit4]   2> 6223 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
>> [junit4:junit4]   2> 6224 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[61 (1421166483416809473)]} 0 7
>> [junit4:junit4]   2> 6227 T994 C52 P50405 /update {wt=javabin&version=2} {add=[62 (1421166483427295232)]} 0 0
>> [junit4:junit4]   2> 6231 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6232 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10060 (1421166483426246656)]} 0 7
>> [junit4:junit4]   2> 6233 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6233 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[62 (1421166483430440960)]} 0 3
>> [junit4:junit4]   2> 6235 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10061 (1421166483435683840)]} 0 1
>> [junit4:junit4]   2> 6235 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[53 (-1421166483435683841)]} 0 0
>> [junit4:junit4]   2> 6240 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6241 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[53 (-1421166483438829569)]} 0 3
>> [junit4:junit4]   2> 6242 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6242 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10061 (1421166483438829568)]} 0 4
>> [junit4:junit4]   2> 6244 T995 C52 P50405 /update {wt=javabin&version=2} {add=[63 (1421166483445121024)]} 0 1
>> [junit4:junit4]   2> 6245 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10062 (1421166483445121025)]} 0 1
>> [junit4:junit4]   2> 6250 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6251 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10062 (1421166483448266752)]} 0 4
>> [junit4:junit4]   2> 6252 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6253 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[63 (1421166483449315328)]} 0 5
>> [junit4:junit4]   2> 6254 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10053 (-1421166483455606784)]} 0 0
>> [junit4:junit4]   2> 6255 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[54 (-1421166483456655360)]} 0 0
>> [junit4:junit4]   2> 6258 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6259 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10053 (-1421166483458752512)]} 0 3
>> [junit4:junit4]   2> 6259 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6260 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[54 (-1421166483458752513)]} 0 3
>> [junit4:junit4]   2> 6262 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10063 (1421166483462946816)]} 0 1
>> [junit4:junit4]   2> 6262 T994 C52 P50405 /update {wt=javabin&version=2} {add=[64 (1421166483463995392)]} 0 0
>> [junit4:junit4]   2> 6267 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6268 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10063 (1421166483466092545)]} 0 4
>> [junit4:junit4]   2> 6270 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10054 (-1421166483472384000)]} 0 0
>> [junit4:junit4]   2> 6272 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6273 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[64 (1421166483466092544)]} 0 9
>> [junit4:junit4]   2> 6275 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6276 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[57 (-1421166483478675456)]} 0 0
>> [junit4:junit4]   2> 6276 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10054 (-1421166483475529728)]} 0 3
>> [junit4:junit4]   2> 6279 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10064 (1421166483481821184)]} 0 0
>> [junit4:junit4]   2> 6282 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6282 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[57 (-1421166483482869760)]} 0 2
>> [junit4:junit4]   2> 6284 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6285 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10064 (1421166483484966912)]} 0 3
>> [junit4:junit4]   2> 6285 T994 C52 P50405 /update {wt=javabin&version=2} {add=[65 (1421166483488112640)]} 0 0
>> [junit4:junit4]   2> 6287 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10057 (-1421166483490209792)]} 0 0
>> [junit4:junit4]   2> 6290 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6291 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[65 (1421166483490209792)]} 0 4
>> [junit4:junit4]   2> 6292 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6292 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10057 (-1421166483493355520)]} 0 2
>> [junit4:junit4]   2> 6293 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[59 (-1421166483496501248)]} 0 0
>> [junit4:junit4]   2> 6297 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6298 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10065 (1421166483498598400)]} 0 4
>> [junit4:junit4]   2> 6298 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[59 (-1421166483498598400)]} 0 3
>> [junit4:junit4]   2> 6301 T994 C52 P50405 /update {wt=javabin&version=2} {add=[66 (1421166483503841280)]} 0 1
>> [junit4:junit4]   2> 6303 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6305 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10065 (1421166483503841280)]} 0 5
>> [junit4:junit4]   2> 6313 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10059 (-1421166483517472768)]} 0 0
>> [junit4:junit4]   2> 6315 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
>> [junit4:junit4]   2> 6315 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[66 (1421166483509084160)]} 0 11
>> [junit4:junit4]   2> 6318 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[60 (-1421166483522715648)]} 0 0
>> [junit4:junit4]   2> 6322 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6323 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6323 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[60 (-1421166483524812800)]} 0 3
>> [junit4:junit4]   2> 6323 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10059 (-1421166483520618496)]} 0 8
>> [junit4:junit4]   2> 6325 T995 C52 P50405 /update {wt=javabin&version=2} {add=[67 (1421166483530055680)]} 0 0
>> [junit4:junit4]   2> 6326 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10066 (1421166483531104256)]} 0 0
>> [junit4:junit4]   2> 6330 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6331 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6331 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10066 (1421166483533201408)]} 0 3
>> [junit4:junit4]   2> 6331 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[67 (1421166483533201409)]} 0 3
>> [junit4:junit4]   2> 6333 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10060 (-1421166483538444288)]} 0 0
>> [junit4:junit4]   2> 6334 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[62 (-1421166483539492864)]} 0 0
>> [junit4:junit4]   2> 6338 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6338 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6339 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[62 (-1421166483541590016)]} 0 3
>> [junit4:junit4]   2> 6339 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10060 (-1421166483541590017)]} 0 3
>> [junit4:junit4]   2> 6342 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10067 (1421166483546832896)]} 0 1
>> [junit4:junit4]   2> 6341 T997 C52 P50405 /update {wt=javabin&version=2} {add=[68 (1421166483546832897)]} 0 0
>> [junit4:junit4]   2> 6347 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6347 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6348 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10067 (1421166483549978624)]} 0 4
>> [junit4:junit4]   2> 6349 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[68 (1421166483549978625)]} 0 5
>> [junit4:junit4]   2> 6350 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10062 (-1421166483556270080)]} 0 0
>> [junit4:junit4]   2> 6351 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[66 (-1421166483557318656)]} 0 0
>> [junit4:junit4]   2> 6356 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6356 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6357 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10062 (-1421166483560464384)]} 0 3
>> [junit4:junit4]   2> 6357 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[66 (-1421166483560464385)]} 0 3
>> [junit4:junit4]   2> 6359 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10068 (1421166483565707265)]} 0 0
>> [junit4:junit4]   2> 6360 T994 C52 P50405 /update {wt=javabin&version=2} {add=[69 (1421166483565707264)]} 0 1
>> [junit4:junit4]   2> 6364 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6365 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[69 (1421166483568852992)]} 0 3
>> [junit4:junit4]   2> 6368 T996 C52 P50405 /update {wt=javabin&version=2} {add=[70 (1421166483575144448)]} 0 0
>> [junit4:junit4]   2> 6369 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
>> [junit4:junit4]   2> 6369 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10068 (1421166483568852993)]} 0 7
>> [junit4:junit4]   2> 6371 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10066 (-1421166483578290176)]} 0 0
>> [junit4:junit4]   2> 6374 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6375 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[70 (1421166483578290176)]} 0 4
>> [junit4:junit4]   2> 6376 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6376 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10066 (-1421166483581435904)]} 0 2
>> [junit4:junit4]   2> 6378 T997 C52 P50405 /update {wt=javabin&version=2} {add=[71 (1421166483584581632)]} 0 1
>> [junit4:junit4]   2> 6382 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10069 (1421166483586678784)]} 0 3
>> [junit4:junit4]   2> 6385 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6386 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[71 (1421166483587727360)]} 0 6
>> [junit4:junit4]   2> 6388 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[67 (-1421166483596115968)]} 0 0
>> [junit4:junit4]   2> 6392 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6393 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10069 (1421166483592970240)]} 0 8
>> [junit4:junit4]   2> 6393 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6394 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[67 (-1421166483598213120)]} 0 4
>> [junit4:junit4]   2> 6396 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10070 (1421166483603456000)]} 0 1
>> [junit4:junit4]   2> 6397 T997 C52 P50405 /update {wt=javabin&version=2} {add=[72 (1421166483605553152)]} 0 1
>> [junit4:junit4]   2> 6401 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6402 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6402 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10070 (1421166483606601728)]} 0 4
>> [junit4:junit4]   2> 6402 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[72 (1421166483607650304)]} 0 3
>> [junit4:junit4]   2> 6405 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10071 (1421166483613941760)]} 0 0
>> [junit4:junit4]   2> 6407 T994 C52 P50405 /update {wt=javabin&version=2} {add=[73 (1421166483614990336)]} 0 1
>> [junit4:junit4]   2> 6412 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6413 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10071 (1421166483618136064)]} 0 4
>> [junit4:junit4]   2> 6413 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6414 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[73 (1421166483618136065)]} 0 5
>> [junit4:junit4]   2> 6415 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10067 (-1421166483624427520)]} 0 0
>> [junit4:junit4]   2> 6416 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[68 (-1421166483625476096)]} 0 0
>> [junit4:junit4]   2> 6420 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6420 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6421 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10067 (-1421166483627573249)]} 0 3
>> [junit4:junit4]   2> 6421 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[68 (-1421166483627573248)]} 0 3
>> [junit4:junit4]   2> 6424 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10072 (1421166483633864705)]} 0 1
>> [junit4:junit4]   2> 6424 T997 C52 P50405 /update {wt=javabin&version=2} {add=[74 (1421166483633864704)]} 0 1
>> [junit4:junit4]   2> 6430 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6431 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6431 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[74 (1421166483637010433)]} 0 4
>> [junit4:junit4]   2> 6432 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10072 (1421166483637010432)]} 0 5
>> [junit4:junit4]   2> 6434 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[74 (-1421166483644350464)]} 0 0
>> [junit4:junit4]   2> 6435 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10073 (1421166483645399040)]} 0 0
>> [junit4:junit4]   2> 6439 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6441 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6441 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[74 (-1421166483647496192)]} 0 4
>> [junit4:junit4]   2> 6441 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10073 (1421166483648544768)]} 0 3
>> [junit4:junit4]   2> 6444 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10068 (-1421166483654836224)]} 0 1
>> [junit4:junit4]   2> 6444 T997 C52 P50405 /update {wt=javabin&version=2} {add=[75 (1421166483654836225)]} 0 1
>> [junit4:junit4]   2> 6448 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6450 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6451 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10068 (-1421166483656933376)]} 0 5
>> [junit4:junit4]   2> 6451 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[75 (1421166483656933377)]} 0 5
>> [junit4:junit4]   2> 6454 T995 C52 P50405 /update {wt=javabin&version=2} {add=[76 (1421166483664273408)]} 0 1
>> [junit4:junit4]   2> 6477 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=18 
>> [junit4:junit4]   2> 6478 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[76 (1421166483668467712)]} 0 21
>> [junit4:junit4]   2> 6480 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[75 (-1421166483692584960)]} 0 0
>> [junit4:junit4]   2> 6484 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6485 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[75 (-1421166483694682112)]} 0 3
>> [junit4:junit4]   2> 6487 T997 C52 P50405 /update {wt=javabin&version=2} {add=[77 (1421166483699924992)]} 0 0
>> [junit4:junit4]   2> 6492 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6492 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[77 (1421166483702022144)]} 0 3
>> [junit4:junit4]   2> 6495 T994 C52 P50405 /update {wt=javabin&version=2} {add=[78 (1421166483707265024)]} 0 1
>> [junit4:junit4]   2> 6500 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6500 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[78 (1421166483710410752)]} 0 3
>> [junit4:junit4]   2> 6503 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[78 (-1421166483716702208)]} 0 0
>> [junit4:junit4]   2> 6507 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6507 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[78 (-1421166483718799360)]} 0 2
>> [junit4:junit4]   2> 6512 T997 C52 P50405 /update {wt=javabin&version=2} {add=[79 (1421166483726139392)]} 0 0
>> [junit4:junit4]   2> 6529 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6530 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[79 (1421166483729285120)]} 0 15
>> [junit4:junit4]   2> 6533 T994 C52 P50405 /update {wt=javabin&version=2} {add=[80 (1421166483747110912)]} 0 1
>> [junit4:junit4]   2> 6598 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6598 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[80 (1421166483750256640)]} 0 63
>> [junit4:junit4]   2> 6601 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[80 (-1421166483819462656)]} 0 0
>> [junit4:junit4]   2> 6605 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6605 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[80 (-1421166483821559808)]} 0 2
>> [junit4:junit4]   2> 6607 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10074 (1421166483666370560)]} 0 153
>> [junit4:junit4]   2> 6608 T997 C52 P50405 /update {wt=javabin&version=2} {add=[81 (1421166483826802688)]} 0 0
>> [junit4:junit4]   2> 6613 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6614 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6615 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10074 (1421166483828899841)]} 0 5
>> [junit4:junit4]   2> 6615 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[81 (1421166483828899840)]} 0 5
>> [junit4:junit4]   2> 6617 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[10074 (-1421166483836239872)]} 0 0
>> [junit4:junit4]   2> 6619 T996 C52 P50405 /update {wt=javabin&version=2} {add=[82 (1421166483837288448)]} 0 1
>> [junit4:junit4]   2> 6623 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6624 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6624 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10074 (-1421166483840434177)]} 0 3
>> [junit4:junit4]   2> 6625 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[82 (1421166483840434176)]} 0 4
>> [junit4:junit4]   2> 6627 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10075 (1421166483846725632)]} 0 1
>> [junit4:junit4]   2> 6628 T997 C52 P50405 /update {wt=javabin&version=2} {add=[83 (1421166483846725633)]} 0 1
>> [junit4:junit4]   2> 6632 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6633 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6634 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[83 (1421166483849871361)]} 0 4
>> [junit4:junit4]   2> 6634 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10075 (1421166483849871360)]} 0 4
>> [junit4:junit4]   2> 6636 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10076 (1421166483856162816)]} 0 0
>> [junit4:junit4]   2> 6643 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6643 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10076 (1421166483860357120)]} 0 3
>> [junit4:junit4]   2> 6645 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10075 (-1421166483865600000)]} 0 0
>> [junit4:junit4]   2> 6653 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6654 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10075 (-1421166483871891456)]} 0 3
>> [junit4:junit4]   2> 6657 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10077 (1421166483878182912)]} 0 0
>> [junit4:junit4]   2> 6663 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6664 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10077 (1421166483881328640)]} 0 4
>> [junit4:junit4]   2> 6666 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10078 (1421166483887620096)]} 0 0
>> [junit4:junit4]   2> 6672 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6672 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10078 (1421166483890765824)]} 0 3
>> [junit4:junit4]   2> 6675 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10078 (-1421166483897057280)]} 0 0
>> [junit4:junit4]   2> 6681 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6682 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10078 (-1421166483901251584)]} 0 3
>> [junit4:junit4]   2> 6685 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10079 (1421166483906494464)]} 0 1
>> [junit4:junit4]   2> 6690 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6691 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10079 (1421166483909640192)]} 0 4
>> [junit4:junit4]   2> 6695 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10080 (1421166483916980224)]} 0 1
>> [junit4:junit4]   2> 6703 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
>> [junit4:junit4]   2> 6704 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10080 (1421166483921174528)]} 0 7
>> [junit4:junit4]   2> 6706 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10080 (-1421166483929563136)]} 0 0
>> [junit4:junit4]   2> 6709 T994 C52 P50405 /update {wt=javabin&version=2} {add=[84 (1421166483857211392)]} 0 72
>> [junit4:junit4]   2> 6716 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6716 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10080 (-1421166483932708864)]} 0 7
>> [junit4:junit4]   2> 6717 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6718 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[84 (1421166483939000320)]} 0 3
>> [junit4:junit4]   2> 6719 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10081 (1421166483943194624)]} 0 0
>> [junit4:junit4]   2> 6721 T996 C52 P50405 /update {wt=javabin&version=2} {add=[85 (1421166483944243200)]} 0 1
>> [junit4:junit4]   2> 6725 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6725 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6726 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10081 (1421166483945291776)]} 0 5
>> [junit4:junit4]   2> 6726 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[85 (1421166483947388928)]} 0 3
>> [junit4:junit4]   2> 6728 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10082 (1421166483952631808)]} 0 0
>> [junit4:junit4]   2> 6730 T995 C52 P50405 /update {wt=javabin&version=2} {add=[86 (1421166483953680384)]} 0 1
>> [junit4:junit4]   2> 6737 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6737 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6738 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[86 (1421166483958923264)]} 0 4
>> [junit4:junit4]   2> 6738 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10082 (1421166483958923265)]} 0 4
>> [junit4:junit4]   2> 6741 T996 C52 P50405 /update {wt=javabin&version=2} {add=[87 (1421166483965214720)]} 0 1
>> [junit4:junit4]   2> 6744 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10083 (1421166483967311872)]} 0 2
>> [junit4:junit4]   2> 6749 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
>> [junit4:junit4]   2> 6750 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[87 (1421166483968360448)]} 0 7
>> [junit4:junit4]   2> 6752 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6752 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[87 (-1421166483977797632)]} 0 0
>> [junit4:junit4]   2> 6752 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10083 (1421166483972554752)]} 0 5
>> [junit4:junit4]   2> 6755 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10084 (1421166483979894784)]} 0 1
>> [junit4:junit4]   2> 6757 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6758 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[87 (-1421166483979894784)]} 0 4
>> [junit4:junit4]   2> 6760 T995 C52 P50405 /update {wt=javabin&version=2} {add=[88 (1421166483986186240)]} 0 0
>> [junit4:junit4]   2> 6762 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6762 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10084 (1421166483985137664)]} 0 4
>> [junit4:junit4]   2> 6766 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10085 (1421166483991429120)]} 0 1
>> [junit4:junit4]   2> 6766 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6767 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[88 (1421166483989331968)]} 0 4
>> [junit4:junit4]   2> 6769 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[88 (-1421166483995623424)]} 0 0
>> [junit4:junit4]   2> 6771 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6772 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10085 (1421166483994574848)]} 0 4
>> [junit4:junit4]   2> 6773 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6775 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10086 (1421166484000866304)]} 0 1
>> [junit4:junit4]   2> 6776 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[88 (-1421166483998769152)]} 0 5
>> [junit4:junit4]   2> 6778 T995 C52 P50405 /update {wt=javabin&version=2} {add=[89 (1421166484005060608)]} 0 0
>> [junit4:junit4]   2> 6781 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6782 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10086 (1421166484004012032)]} 0 5
>> [junit4:junit4]   2> 6785 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10087 (1421166484012400640)]} 0 0
>> [junit4:junit4]   2> 6785 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6786 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[89 (1421166484009254912)]} 0 4
>> [junit4:junit4]   2> 6789 T994 C52 P50405 /update {wt=javabin&version=2} {add=[90 (1421166484015546368)]} 0 1
>> [junit4:junit4]   2> 6792 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6795 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
>> [junit4:junit4]   2> 6796 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[90 (1421166484018692096)]} 0 5
>> [junit4:junit4]   2> 6799 T997 C52 P50405 /update {wt=javabin&version=2} {add=[91 (1421166484027080704)]} 0 1
>> [junit4:junit4]   2> 6803 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10087 (1421166484015546368)]} 0 15
>> [junit4:junit4]   2> 6805 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6805 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[91 (1421166484029177856)]} 0 4
>> [junit4:junit4]   2> 6806 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10087 (-1421166484034420736)]} 0 0
>> [junit4:junit4]   2> 6808 T996 C52 P50405 /update {wt=javabin&version=2} {add=[92 (1421166484035469312)]} 0 1
>> [junit4:junit4]   2> 6811 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6812 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10087 (-1421166484037566464)]} 0 3
>> [junit4:junit4]   2> 6813 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6814 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[92 (1421166484038615040)]} 0 4
>> [junit4:junit4]   2> 6817 T997 C52 P50405 /update {wt=javabin&version=2} {add=[93 (1421166484044906496)]} 0 1
>> [junit4:junit4]   2> 6817 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10088 (1421166484042809344)]} 0 3
>> [junit4:junit4]   2> 6822 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6822 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6824 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[93 (1421166484049100800)]} 0 4
>> [junit4:junit4]   2> 6826 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10088 (1421166484049100801)]} 0 6
>> [junit4:junit4]   2> 6827 T996 C52 P50405 /update {wt=javabin&version=2} {add=[94 (1421166484056440832)]} 0 0
>> [junit4:junit4]   2> 6829 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10088 (-1421166484057489408)]} 0 1
>> [junit4:junit4]   2> 6832 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6832 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6833 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[94 (1421166484059586560)]} 0 3
>> [junit4:junit4]   2> 6834 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10088 (-1421166484060635136)]} 0 3
>> [junit4:junit4]   2> 6836 T994 C52 P50405 /update {wt=javabin&version=2} {add=[95 (1421166484064829440)]} 0 1
>> [junit4:junit4]   2> 6837 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10089 (1421166484066926592)]} 0 0
>> [junit4:junit4]   2> 6841 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6842 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[95 (1421166484067975168)]} 0 4
>> [junit4:junit4]   2> 6842 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6843 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10089 (1421166484070072320)]} 0 3
>> [junit4:junit4]   2> 6844 T996 C52 P50405 /update {wt=javabin&version=2} {add=[96 (1421166484074266624)]} 0 0
>> [junit4:junit4]   2> 6845 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10090 (1421166484075315200)]} 0 0
>> [junit4:junit4]   2> 6849 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6849 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6850 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10090 (1421166484077412353)]} 0 3
>> [junit4:junit4]   2> 6851 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[96 (1421166484077412352)]} 0 4
>> [junit4:junit4]   2> 6853 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[92 (-1421166484083703808)]} 0 0
>> [junit4:junit4]   2> 6855 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10091 (1421166484084752384)]} 0 0
>> [junit4:junit4]   2> 6857 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6859 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[92 (-1421166484086849536)]} 0 3
>> [junit4:junit4]   2> 6861 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6862 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10091 (1421166484087898112)]} 0 5
>> [junit4:junit4]   2> 6863 T996 C52 P50405 /update {wt=javabin&version=2} {add=[97 (1421166484094189568)]} 0 0
>> [junit4:junit4]   2> 6865 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10092 (1421166484095238144)]} 0 1
>> [junit4:junit4]   2> 6868 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6869 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[97 (1421166484097335296)]} 0 3
>> [junit4:junit4]   2> 6872 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[95 (-1421166484103626752)]} 0 0
>> [junit4:junit4]   2> 6872 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6873 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10092 (1421166484098383872)]} 0 6
>> [junit4:junit4]   2> 6877 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
>> [junit4:junit4]   2> 6878 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[95 (-1421166484106772480)]} 0 3
>> [junit4:junit4]   2> 6880 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10093 (1421166484107821056)]} 0 4
>> [junit4:junit4]   2> 6882 T996 C52 P50405 /update {wt=javabin&version=2} {add=[98 (1421166484113063936)]} 0 1
>> [junit4:junit4]   2> 6891 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
>> [junit4:junit4]   2> 6892 T1015 C51 P532
>> 
>> [...truncated too long message...]
>> 
>> read.run(ClientCnxn.java:495)
>> [junit4:junit4]   2> 
>> [junit4:junit4]   2> 29118 T1020 oasc.LeaderElector$1.process WARNING  java.lang.RuntimeException: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer
>> [junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:597)
>> [junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer.getCollectionQueue(Overseer.java:582)
>> [junit4:junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.<init>(OverseerCollectionProcessor.java:80)
>> [junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer.start(Overseer.java:546)
>> [junit4:junit4]   2> 	at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:406)
>> [junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:155)
>> [junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:99)
>> [junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
>> [junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:128)
>> [junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
>> [junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
>> [junit4:junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer
>> [junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
>> [junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
>> [junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
>> [junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:280)
>> [junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:277)
>> [junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:63)
>> [junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:277)
>> [junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:588)
>> [junit4:junit4]   2> 	... 10 more
>> [junit4:junit4]   2> 
>> [junit4:junit4]   2> 29119 T1020 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
>> [junit4:junit4]   2> 29119 T1020 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> 29119 T1020 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
>> [junit4:junit4]   2> 29120 T1020 oaz.ClientCnxn$EventThread.run EventThread shut down
>> [junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {multiDefault=Lucene41(blocksize=128), a_t=Lucene41(blocksize=128), range_facet_si=Lucene41(blocksize=128), intDefault=PostingsFormat(name=Asserting), rnd_b=MockFixedIntBlock(blockSize=1603), timestamp=Lucene41(blocksize=128), other_tl1=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=Asserting), text=MockVariableIntBlock(baseBlockSize=4), range_facet_sl=MockFixedIntBlock(blockSize=1603), range_facet_l=Lucene41(blocksize=128), id=MockFixedIntBlock(blockSize=1603), a_si=PostingsFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=da, timezone=US/Mountain
>> [junit4:junit4]   2> NOTE: Linux 3.2.0-34-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=197844008,total=491782144
>> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFuzzyAnalyzedSuggestions, EchoParamsTest, QueryEqualityTest, DebugComponentTest, SolrCoreTest, OverseerCollectionProcessorTest, TestMergePolicyConfig, FullSolrCloudDistribCmdsTest, TestSolrCoreProperties, TestReversedWildcardFilterFactory, HighlighterTest, TestPropInjectDefaults, TestDocumentBuilder, TestFunctionQuery, TestSurroundQueryParser, BasicFunctionalityTest, DistributedQueryElevationComponentTest, TestDocSet, TestStressRecovery, XsltUpdateRequestHandlerTest, TestStressLucene, BadIndexSchemaTest, LukeRequestHandlerTest, OutputWriterTest, TestCodecSupport, ShowFileRequestHandlerTest, TestRealTimeGet, ReturnFieldsTest, ZkCLITest, TestElisionMultitermQuery, RAMDirectoryFactoryTest, TestLRUCache, BasicZkTest, ExternalFileFieldSortTest, DocumentBuilderTest, DocumentAnalysisRequestHandlerTest, SoftAutoCommitTest, TestDistributedGrouping, TestQueryUtils, ZkSolrClientTest, RequiredFieldsTest, TestLazyCores, XmlUpdateRequestHandlerTest, PrimitiveFieldTypeTest, TestSort, FileUtilsTest, TestCSVLoader, LeaderElectionTest, TestFoldingMultitermQuery, TestQuerySenderListener, TestValueSourceCache, RecoveryZkTest]
>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=2D83061FAF7558B8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=US/Mountain -Dtests.file.encoding=US-ASCII
>> [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=1145, name=coreLoadExecutor-459-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
>> [junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([2D83061FAF7558B8]:0)
>> [junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
>> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
>> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:516)
>> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:976)
>> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:874)
>> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:866)
>> [junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
>> [junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:254)
>> [junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:210)
>> [junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:239)
>> [junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:443)
>> [junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:712)
>> [junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:601)
>> [junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:927)
>> [junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1009)
>> [junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
>> [junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
>> [junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>> [junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>> [junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>> [junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
>> [junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
>> [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
>> [junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1e56f64d lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d2a454b)
>> [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] Completed on J1 in 29.42s, 1 test, 1 error <<< FAILURES!
>> 
>> [...truncated 498 lines...]
>> BUILD FAILED
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:352: 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:178: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:438: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1175: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:839: There were test failures: 240 suites, 997 tests, 1 suite-level error, 7 ignored (2 assumptions)
>> 
>> Total time: 25 minutes 44 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Archiving artifacts
>> Recording test results
>> Description set: Java: 64bit/jdk1.8.0-ea-b65 -XX:+UseG1GC
>> 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


Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b65) - Build # 3195 - Failure!

Posted by Mark Miller <ma...@gmail.com>.
I've added some more logging that should help in tracking this down.

- Mark

On Dec 12, 2012, at 11:40 AM, Policeman Jenkins Server <je...@sd-datasolutions.de> wrote:

> Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3195/
> Java: 64bit/jdk1.8.0-ea-b65 -XX:+UseG1GC
> 
> 1 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=1145, name=coreLoadExecutor-459-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=1145, name=coreLoadExecutor-459-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
> 	at __randomizedtesting.SeedInfo.seed([2D83061FAF7558B8]:0)
> 	at java.lang.Thread.getStackTrace(Thread.java:1569)
> 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
> 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:516)
> 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:976)
> 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:874)
> 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:866)
> 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:254)
> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:210)
> 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:239)
> 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:443)
> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:712)
> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:601)
> 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:927)
> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1009)
> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> 	at java.lang.Thread.run(Thread.java:722)
> Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1e56f64d lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d2a454b)
> 	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
> 
> 
> 
> 
> Build Log:
> [...truncated 8834 lines...]
> [junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
> [junit4:junit4]   2> 1 T979 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /f/y
> [junit4:junit4]   2> 4 T979 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-1355329968360
> [junit4:junit4]   2> 5 T979 oasc.ZkTestServer.run STARTING ZK TEST SERVER
> [junit4:junit4]   2> 6 T980 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
> [junit4:junit4]   2> 7 T980 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
> [junit4:junit4]   2> 7 T980 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
> [junit4:junit4]   2> 7 T980 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
> [junit4:junit4]   2> 7 T980 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
> [junit4:junit4]   2> 8 T980 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-1355329968360/zookeeper/server1/data/version-2/snapshot.0
> [junit4:junit4]   2> 106 T979 oasc.ZkTestServer.run start zk server on port:50412
> [junit4:junit4]   2> 107 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@64970d6f
> [junit4:junit4]   2> 108 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 108 T985 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 108 T985 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
> [junit4:junit4]   2> 108 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35961
> [junit4:junit4]   2> 109 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35961
> [junit4:junit4]   2> 109 T983 oazsp.FileTxnLog.append Creating new log file: log.1
> [junit4:junit4]   2> 180 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0000 with negotiated timeout 10000 for client /127.0.0.1:35961
> [junit4:junit4]   2> 180 T985 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0000, negotiated timeout = 10000
> [junit4:junit4]   2> 180 T986 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64970d6f name:ZooKeeperConnection Watcher:127.0.0.1:50412 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 180 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 181 T979 oascc.SolrZkClient.makePath makePath: /solr
> [junit4:junit4]   2> 183 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0000
> [junit4:junit4]   2> 186 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35961 which had sessionid 0x13b8ff618eb0000
> [junit4:junit4]   2> 183 T986 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 183 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0000 closed
> [junit4:junit4]   2> 186 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2db9e22e
> [junit4:junit4]   2> 187 T987 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 187 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 188 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35962
> [junit4:junit4]   2> 188 T987 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
> [junit4:junit4]   2> 188 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35962
> [junit4:junit4]   2> 189 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0001 with negotiated timeout 10000 for client /127.0.0.1:35962
> [junit4:junit4]   2> 189 T987 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0001, negotiated timeout = 10000
> [junit4:junit4]   2> 189 T988 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2db9e22e name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 189 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 190 T979 oascc.SolrZkClient.makePath makePath: /collections/collection1
> [junit4:junit4]   2> 192 T979 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
> [junit4:junit4]   2> 193 T979 oascc.SolrZkClient.makePath makePath: /collections/control_collection
> [junit4:junit4]   2> 195 T979 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
> [junit4:junit4]   2> 196 T979 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
> [junit4:junit4]   2> 197 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
> [junit4:junit4]   2> 200 T979 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> 201 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
> [junit4:junit4]   2> 203 T979 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> 204 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
> [junit4:junit4]   2> 206 T979 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> 207 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
> [junit4:junit4]   2> 209 T979 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> 210 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
> [junit4:junit4]   2> 212 T979 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> 212 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
> [junit4:junit4]   2> 214 T979 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> 215 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
> [junit4:junit4]   2> 217 T979 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> 217 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
> [junit4:junit4]   2> 219 T979 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> 220 T979 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
> [junit4:junit4]   2> 221 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0001
> [junit4:junit4]   2> 222 T988 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 222 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35962 which had sessionid 0x13b8ff618eb0001
> [junit4:junit4]   2> 222 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0001 closed
> [junit4:junit4]   2> 273 T979 oejs.Server.doStart jetty-8.1.8.v20121106
> [junit4:junit4]   2> 276 T979 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:50405
> [junit4:junit4]   2> 277 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 278 T979 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-1355329968577
> [junit4:junit4]   2> 278 T979 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1355329968577/'
> [junit4:junit4]   2> 289 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> [junit4:junit4]   2> 290 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 290 T979 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-1355329968577
> [junit4:junit4]   2> 291 T979 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1355329968577/solr.xml
> [junit4:junit4]   2> 291 T979 oasc.CoreContainer.<init> New CoreContainer 229513804
> [junit4:junit4]   2> 292 T979 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-1355329968577/'
> [junit4:junit4]   2> 292 T979 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-1355329968577/'
> [junit4:junit4]   2> 305 T979 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 313 T979 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50412/solr
> [junit4:junit4]   2> 314 T979 oasc.ZkController.checkChrootPath zkHost includes chroot
> [junit4:junit4]   2> 314 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2d0aaf96
> [junit4:junit4]   2> 315 T998 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 315 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 316 T998 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
> [junit4:junit4]   2> 316 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35963
> [junit4:junit4]   2> 316 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35963
> [junit4:junit4]   2> 317 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0002 with negotiated timeout 20000 for client /127.0.0.1:35963
> [junit4:junit4]   2> 317 T998 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0002, negotiated timeout = 20000
> [junit4:junit4]   2> 317 T999 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d0aaf96 name:ZooKeeperConnection Watcher:127.0.0.1:50412 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 317 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 318 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0002
> [junit4:junit4]   2> 318 T999 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 318 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35963 which had sessionid 0x13b8ff618eb0002
> [junit4:junit4]   2> 318 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0002 closed
> [junit4:junit4]   2> 319 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=8000 watcher=org.apache.solr.common.cloud.ConnectionManager@1726ce90
> [junit4:junit4]   2> 320 T1000 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 319 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 320 T1000 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
> [junit4:junit4]   2> 320 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35964
> [junit4:junit4]   2> 320 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35964
> [junit4:junit4]   2> 321 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0003 with negotiated timeout 8000 for client /127.0.0.1:35964
> [junit4:junit4]   2> 321 T1000 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0003, negotiated timeout = 8000
> [junit4:junit4]   2> 321 T1001 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1726ce90 name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 321 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 322 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 323 T979 oascc.SolrZkClient.makePath makePath: /live_nodes
> [junit4:junit4]   2> 324 T979 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50405_f%2Fy
> [junit4:junit4]   2> 324 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50405_f%2Fy Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50405_f%2Fy
> [junit4:junit4]   2> 325 T979 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50405_f%2Fy
> [junit4:junit4]   2> 326 T979 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
> [junit4:junit4]   2> 327 T979 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 327 T979 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
> [junit4:junit4]   2> 328 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 328 T979 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 328 T979 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 329 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 329 T979 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 329 T979 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 330 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
> [junit4:junit4]   2> 333 T979 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
> [junit4:junit4]   2> 335 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
> [junit4:junit4]   2> 336 T979 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
> [junit4:junit4]   2> 337 T979 oasc.Overseer.start Overseer (id=88822904806637571-127.0.0.1:50405_f%2Fy-n_0000000000) starting
> [junit4:junit4]   2> 338 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 338 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 339 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 339 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 340 T1003 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
> [junit4:junit4]   2> 340 T979 oascc.SolrZkClient.makePath makePath: /clusterstate.json
> [junit4:junit4]   2> 342 T979 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
> [junit4:junit4]   2> 344 T1002 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
> [junit4:junit4]   2> 346 T1004 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-1355329968577/collection1
> [junit4:junit4]   2> 347 T1004 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
> [junit4:junit4]   2> 347 T1004 oasc.ZkController.createCollectionZkNode Collection zkNode exists
> [junit4:junit4]   2> 347 T1004 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
> [junit4:junit4]   2> 348 T1004 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-1355329968577/collection1/'
> [junit4:junit4]   2> 349 T1004 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-1355329968577/collection1/lib/README' to classloader
> [junit4:junit4]   2> 349 T1004 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-1355329968577/collection1/lib/classes/' to classloader
> [junit4:junit4]   2> 373 T1004 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 434 T1004 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 435 T1004 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 438 T1004 oass.IndexSchema.readSchema Schema name=test
> [junit4:junit4]   2> 751 T1004 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
> [junit4:junit4]   2> 759 T1004 oass.IndexSchema.readSchema default search field in schema is text
> [junit4:junit4]   2> 763 T1004 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 780 T1004 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 784 T1004 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 789 T1004 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 790 T1004 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 791 T1004 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-1355329968577/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data/
> [junit4:junit4]   2> 791 T1004 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e85e47e
> [junit4:junit4]   2> 792 T1004 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 792 T1004 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-1355329968360/control/data forceNew:false
> [junit4:junit4]   2> 793 T1004 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data
> [junit4:junit4]   2> 793 T1004 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data/index/
> [junit4:junit4]   2> 793 T1004 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 794 T1004 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-1355329968360/control/data/index forceNew:false
> [junit4:junit4]   2> 799 T1004 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3d700e5c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2bb320a)),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 800 T1004 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 800 T1004 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data/index
> [junit4:junit4]   2> 800 T1004 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
> [junit4:junit4]   2> 802 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
> [junit4:junit4]   2> 802 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
> [junit4:junit4]   2> 802 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
> [junit4:junit4]   2> 802 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
> [junit4:junit4]   2> 803 T1004 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
> [junit4:junit4]   2> 803 T1004 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 803 T1004 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 804 T1004 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 804 T1004 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 805 T1004 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
> [junit4:junit4]   2> 805 T1004 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
> [junit4:junit4]   2> 805 T1004 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 806 T1004 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
> [junit4:junit4]   2> 806 T1004 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
> [junit4:junit4]   2> 806 T1004 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
> [junit4:junit4]   2> 807 T1004 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 807 T1004 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 808 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 808 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 809 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 809 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 809 T1004 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 810 T1004 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 810 T1004 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
> [junit4:junit4]   2> 811 T1004 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
> [junit4:junit4]   2> 813 T1004 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 815 T1004 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
> [junit4:junit4]   2> 816 T1004 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OPEN-EXCHANGE-RATES.JSON, SCHEMA.XML, OLD_SYNONYMS.TXT, PROTWORDS.TXT, MAPPING-ISOLATIN1ACCENT.TXT, CURRENCY.XML, STOPWORDS.TXT, SYNONYMS.TXT]
> [junit4:junit4]   2> 817 T1004 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data
> [junit4:junit4]   2> 818 T1004 oass.SolrIndexSearcher.<init> Opening Searcher@4b1b4dfa main
> [junit4:junit4]   2> 818 T1004 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 818 T1004 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 819 T1004 oashc.SpellCheckComponent.inform Initializing spell checkers
> [junit4:junit4]   2> 827 T1004 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
> [junit4:junit4]   2> 852 T1005 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4b1b4dfa main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 855 T1004 oasc.ZkController.publish publishing core=collection1 state=down
> [junit4:junit4]   2> 855 T1004 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 856 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x53 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
> [junit4:junit4]   2> 1347 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 1348 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50405/f/y",
> [junit4:junit4]   2> 	  "shard":null,
> [junit4:junit4]   2> 	  "state":"down",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:50405_f%2Fy",
> [junit4:junit4]   2> 	  "collection":"control_collection",
> [junit4:junit4]   2> 	  "operation":"state"}
> [junit4:junit4]   2> 1348 T1002 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
> [junit4:junit4]   2> 1348 T1002 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
> [junit4:junit4]   2> 1349 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x5b zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
> [junit4:junit4]   2> 1352 T1001 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> 1358 T1004 oasc.CoreContainer.registerCore registering core: collection1
> [junit4:junit4]   2> 1358 T1004 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:50405/f/y shardId:shard1
> [junit4:junit4]   2> 1359 T1004 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
> [junit4:junit4]   2> 1363 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:delete cxid:0x75 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> 1363 T1004 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
> [junit4:junit4]   2> 1363 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x76 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 1364 T1004 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
> [junit4:junit4]   2> 1365 T1004 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
> [junit4:junit4]   2> 1365 T1004 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50405/f/y/collection1/
> [junit4:junit4]   2> 1365 T1004 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
> [junit4:junit4]   2> 1365 T1004 oasc.SyncStrategy.syncToMe http://127.0.0.1:50405/f/y/collection1/ has no replicas
> [junit4:junit4]   2> 1366 T1004 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50405/f/y/collection1/
> [junit4:junit4]   2> 1366 T1004 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
> [junit4:junit4]   2> 1368 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0003 type:create cxid:0x80 zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 1854 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 1861 T1001 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> 1870 T1004 oasc.ZkController.register We are http://127.0.0.1:50405/f/y/collection1/ and leader is http://127.0.0.1:50405/f/y/collection1/
> [junit4:junit4]   2> 1871 T1004 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50405/f/y
> [junit4:junit4]   2> 1871 T1004 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
> [junit4:junit4]   2> 1871 T1004 oasc.ZkController.publish publishing core=collection1 state=active
> [junit4:junit4]   2> 1871 T1004 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 1872 T1004 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 1873 T979 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
> [junit4:junit4]   2> 1873 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
> [junit4:junit4]   2> 1874 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 1877 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:
> [junit4:junit4]   2> 1879 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@29852ead
> [junit4:junit4]   2> 1880 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 1880 T1006 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 1881 T1006 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
> [junit4:junit4]   2> 1881 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35967
> [junit4:junit4]   2> 1881 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35967
> [junit4:junit4]   2> 1882 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0004 with negotiated timeout 10000 for client /127.0.0.1:35967
> [junit4:junit4]   2> 1882 T1006 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0004, negotiated timeout = 10000
> [junit4:junit4]   2> 1882 T1007 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29852ead name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 1882 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 1882 T979 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
> [junit4:junit4]   2> 1883 T979 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
> [junit4:junit4]   2> 1932 T979 oejs.Server.doStart jetty-8.1.8.v20121106
> [junit4:junit4]   2> 1935 T979 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:53203
> [junit4:junit4]   2> 1936 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 1937 T979 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-1355329970239
> [junit4:junit4]   2> 1937 T979 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1355329970239/'
> [junit4:junit4]   2> 1948 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> [junit4:junit4]   2> 1949 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 1949 T979 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-1355329970239
> [junit4:junit4]   2> 1950 T979 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1355329970239/solr.xml
> [junit4:junit4]   2> 1950 T979 oasc.CoreContainer.<init> New CoreContainer 967556215
> [junit4:junit4]   2> 1950 T979 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-1355329970239/'
> [junit4:junit4]   2> 1951 T979 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-1355329970239/'
> [junit4:junit4]   2> 1963 T979 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 1971 T979 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50412/solr
> [junit4:junit4]   2> 1972 T979 oasc.ZkController.checkChrootPath zkHost includes chroot
> [junit4:junit4]   2> 1972 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@12f6309b
> [junit4:junit4]   2> 1973 T1017 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 1973 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 1974 T1017 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
> [junit4:junit4]   2> 1974 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35968
> [junit4:junit4]   2> 1974 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35968
> [junit4:junit4]   2> 1975 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0005 with negotiated timeout 20000 for client /127.0.0.1:35968
> [junit4:junit4]   2> 1975 T1017 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0005, negotiated timeout = 20000
> [junit4:junit4]   2> 1975 T1018 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12f6309b name:ZooKeeperConnection Watcher:127.0.0.1:50412 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 1975 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 1976 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0005
> [junit4:junit4]   2> 1977 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35968 which had sessionid 0x13b8ff618eb0005
> [junit4:junit4]   2> 1977 T1018 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 1977 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0005 closed
> [junit4:junit4]   2> 1978 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=8000 watcher=org.apache.solr.common.cloud.ConnectionManager@4ed437e0
> [junit4:junit4]   2> 1979 T1019 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 1979 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 1979 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35969
> [junit4:junit4]   2> 1979 T1019 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
> [junit4:junit4]   2> 1980 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35969
> [junit4:junit4]   2> 1981 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0006 with negotiated timeout 8000 for client /127.0.0.1:35969
> [junit4:junit4]   2> 1981 T1019 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0006, negotiated timeout = 8000
> [junit4:junit4]   2> 1981 T1020 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ed437e0 name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 1982 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 1983 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 1983 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 1984 T979 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53203_f%2Fy
> [junit4:junit4]   2> 1985 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53203_f%2Fy Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53203_f%2Fy
> [junit4:junit4]   2> 1985 T979 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53203_f%2Fy
> [junit4:junit4]   2> 1987 T1007 oascc.ZkStateReader$3.process Updating live nodes... (2)
> [junit4:junit4]   2> 1987 T1001 oascc.ZkStateReader$3.process Updating live nodes... (2)
> [junit4:junit4]   2> 1987 T1001 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> 1988 T979 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
> [junit4:junit4]   2> 1989 T979 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 1989 T979 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
> [junit4:junit4]   2> 1990 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 1990 T979 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 1990 T979 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 1991 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 1991 T979 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 1991 T979 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 1992 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
> [junit4:junit4]   2> 1996 T979 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
> [junit4:junit4]   2> 2001 T1021 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-1355329970239/collection1
> [junit4:junit4]   2> 2002 T1021 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
> [junit4:junit4]   2> 2002 T1021 oasc.ZkController.createCollectionZkNode Collection zkNode exists
> [junit4:junit4]   2> 2002 T1021 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
> [junit4:junit4]   2> 2003 T1021 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-1355329970239/collection1/'
> [junit4:junit4]   2> 2003 T1021 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-1355329970239/collection1/lib/README' to classloader
> [junit4:junit4]   2> 2004 T1021 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-1355329970239/collection1/lib/classes/' to classloader
> [junit4:junit4]   2> 2028 T1021 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 2062 T1021 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 2063 T1021 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 2066 T1021 oass.IndexSchema.readSchema Schema name=test
> [junit4:junit4]   2> 2364 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 2365 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50405/f/y",
> [junit4:junit4]   2> 	  "shard":"shard1",
> [junit4:junit4]   2> 	  "state":"active",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:50405_f%2Fy",
> [junit4:junit4]   2> 	  "collection":"control_collection",
> [junit4:junit4]   2> 	  "operation":"state"}
> [junit4:junit4]   2> 2367 T1020 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> 2367 T1007 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> 2367 T1001 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> 2409 T1021 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
> [junit4:junit4]   2> 2413 T1021 oass.IndexSchema.readSchema default search field in schema is text
> [junit4:junit4]   2> 2416 T1021 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 2438 T1021 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 2442 T1021 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 2444 T1021 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 2445 T1021 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 2446 T1021 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-1355329970239/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1/
> [junit4:junit4]   2> 2446 T1021 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e85e47e
> [junit4:junit4]   2> 2447 T1021 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 2447 T1021 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-1355329968360/jetty1 forceNew:false
> [junit4:junit4]   2> 2447 T1021 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1
> [junit4:junit4]   2> 2447 T1021 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1/index/
> [junit4:junit4]   2> 2448 T1021 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 2448 T1021 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-1355329968360/jetty1/index forceNew:false
> [junit4:junit4]   2> 2449 T1021 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@5f71c932 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e0db367)),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 2450 T1021 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 2450 T1021 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1/index
> [junit4:junit4]   2> 2450 T1021 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
> [junit4:junit4]   2> 2451 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
> [junit4:junit4]   2> 2452 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
> [junit4:junit4]   2> 2452 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
> [junit4:junit4]   2> 2452 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
> [junit4:junit4]   2> 2453 T1021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
> [junit4:junit4]   2> 2453 T1021 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 2453 T1021 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 2454 T1021 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 2454 T1021 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 2455 T1021 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
> [junit4:junit4]   2> 2455 T1021 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
> [junit4:junit4]   2> 2456 T1021 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 2456 T1021 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
> [junit4:junit4]   2> 2456 T1021 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
> [junit4:junit4]   2> 2456 T1021 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
> [junit4:junit4]   2> 2457 T1021 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 2458 T1021 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 2458 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 2459 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 2459 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 2460 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 2460 T1021 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 2461 T1021 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 2461 T1021 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
> [junit4:junit4]   2> 2462 T1021 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
> [junit4:junit4]   2> 2464 T1021 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 2466 T1021 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
> [junit4:junit4]   2> 2467 T1021 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OPEN-EXCHANGE-RATES.JSON, SCHEMA.XML, OLD_SYNONYMS.TXT, PROTWORDS.TXT, MAPPING-ISOLATIN1ACCENT.TXT, CURRENCY.XML, STOPWORDS.TXT, SYNONYMS.TXT]
> [junit4:junit4]   2> 2468 T1021 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1
> [junit4:junit4]   2> 2468 T1021 oass.SolrIndexSearcher.<init> Opening Searcher@3873c73 main
> [junit4:junit4]   2> 2469 T1021 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 2469 T1021 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 2469 T1021 oashc.SpellCheckComponent.inform Initializing spell checkers
> [junit4:junit4]   2> 2487 T1021 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
> [junit4:junit4]   2> 2508 T1022 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3873c73 main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 2510 T1021 oasc.ZkController.publish publishing core=collection1 state=down
> [junit4:junit4]   2> 2510 T1021 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 2870 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 2871 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53203/f/y",
> [junit4:junit4]   2> 	  "shard":null,
> [junit4:junit4]   2> 	  "state":"down",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:53203_f%2Fy",
> [junit4:junit4]   2> 	  "collection":"collection1",
> [junit4:junit4]   2> 	  "operation":"state"}
> [junit4:junit4]   2> 2871 T1002 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
> [junit4:junit4]   2> 2871 T1002 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
> [junit4:junit4]   2> 2874 T1007 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> 2875 T1001 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> 2875 T1020 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> 3011 T1021 oasc.CoreContainer.registerCore registering core: collection1
> [junit4:junit4]   2> 3011 T1021 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:53203/f/y shardId:shard1
> [junit4:junit4]   2> 3012 T1021 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
> [junit4:junit4]   2> 3015 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
> [junit4:junit4]   2> 3016 T1021 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
> [junit4:junit4]   2> 3016 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 3017 T1021 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
> [junit4:junit4]   2> 3017 T1021 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
> [junit4:junit4]   2> 3017 T1021 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53203/f/y/collection1/
> [junit4:junit4]   2> 3017 T1021 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
> [junit4:junit4]   2> 3018 T1021 oasc.SyncStrategy.syncToMe http://127.0.0.1:53203/f/y/collection1/ has no replicas
> [junit4:junit4]   2> 3018 T1021 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53203/f/y/collection1/
> [junit4:junit4]   2> 3018 T1021 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
> [junit4:junit4]   2> 3020 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 3377 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 3782 T1020 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> 3782 T1001 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> 3782 T1007 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> 3822 T1021 oasc.ZkController.register We are http://127.0.0.1:53203/f/y/collection1/ and leader is http://127.0.0.1:53203/f/y/collection1/
> [junit4:junit4]   2> 3823 T1021 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53203/f/y
> [junit4:junit4]   2> 3823 T1021 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
> [junit4:junit4]   2> 3823 T1021 oasc.ZkController.publish publishing core=collection1 state=active
> [junit4:junit4]   2> 3823 T1021 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 4051 T1021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 4079 T979 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
> [junit4:junit4]   2> 4080 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
> [junit4:junit4]   2> 4080 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 4125 T979 oejs.Server.doStart jetty-8.1.8.v20121106
> [junit4:junit4]   2> 4127 T979 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:60470
> [junit4:junit4]   2> 4128 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 4129 T979 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-1355329972438
> [junit4:junit4]   2> 4129 T979 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1355329972438/'
> [junit4:junit4]   2> 4143 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> [junit4:junit4]   2> 4144 T979 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 4144 T979 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-1355329972438
> [junit4:junit4]   2> 4144 T979 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1355329972438/solr.xml
> [junit4:junit4]   2> 4145 T979 oasc.CoreContainer.<init> New CoreContainer 1524799556
> [junit4:junit4]   2> 4145 T979 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-1355329972438/'
> [junit4:junit4]   2> 4145 T979 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-1355329972438/'
> [junit4:junit4]   2> 4159 T979 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 4169 T979 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50412/solr
> [junit4:junit4]   2> 4170 T979 oasc.ZkController.checkChrootPath zkHost includes chroot
> [junit4:junit4]   2> 4170 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4e2728b7
> [junit4:junit4]   2> 4172 T1032 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 4171 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 4172 T1032 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
> [junit4:junit4]   2> 4172 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35974
> [junit4:junit4]   2> 4173 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35974
> [junit4:junit4]   2> 4173 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0007 with negotiated timeout 20000 for client /127.0.0.1:35974
> [junit4:junit4]   2> 4173 T1032 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0007, negotiated timeout = 20000
> [junit4:junit4]   2> 4174 T1033 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e2728b7 name:ZooKeeperConnection Watcher:127.0.0.1:50412 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 4174 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 4175 T984 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13b8ff618eb0007
> [junit4:junit4]   2> 4175 T1033 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 4175 T981 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35974 which had sessionid 0x13b8ff618eb0007
> [junit4:junit4]   2> 4175 T979 oaz.ZooKeeper.close Session: 0x13b8ff618eb0007 closed
> [junit4:junit4]   2> 4176 T979 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50412/solr sessionTimeout=8000 watcher=org.apache.solr.common.cloud.ConnectionManager@db2a7b2
> [junit4:junit4]   2> 4177 T1034 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50412. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 4177 T979 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 4177 T1034 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50412, initiating session
> [junit4:junit4]   2> 4177 T981 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35975
> [junit4:junit4]   2> 4177 T981 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35975
> [junit4:junit4]   2> 4178 T983 oazs.ZooKeeperServer.finishSessionInit Established session 0x13b8ff618eb0008 with negotiated timeout 8000 for client /127.0.0.1:35975
> [junit4:junit4]   2> 4178 T1034 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50412, sessionid = 0x13b8ff618eb0008, negotiated timeout = 8000
> [junit4:junit4]   2> 4178 T1035 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@db2a7b2 name:ZooKeeperConnection Watcher:127.0.0.1:50412/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 4178 T979 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 4179 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 4180 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 4180 T979 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60470_f%2Fy
> [junit4:junit4]   2> 4181 T984 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13b8ff618eb0008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60470_f%2Fy Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60470_f%2Fy
> [junit4:junit4]   2> 4181 T979 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60470_f%2Fy
> [junit4:junit4]   2> 4183 T1001 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> 4183 T1007 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> 4183 T1020 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> 4183 T979 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
> [junit4:junit4]   2> 4184 T1020 oascc.ZkStateReader$3.process Updating live nodes... (3)
> [junit4:junit4]   2> 4184 T1007 oascc.ZkStateReader$3.process Updating live nodes... (3)
> [junit4:junit4]   2> 4184 T1001 oascc.ZkStateReader$3.process Updating live nodes... (3)
> [junit4:junit4]   2> 4184 T979 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 4185 T979 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
> [junit4:junit4]   2> 4185 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 4185 T979 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 4186 T979 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 4186 T979 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 4187 T979 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 4187 T979 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 4187 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
> [junit4:junit4]   2> 4192 T979 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
> [junit4:junit4]   2> 4196 T1036 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-1355329972438/collection1
> [junit4:junit4]   2> 4196 T1036 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
> [junit4:junit4]   2> 4197 T1036 oasc.ZkController.createCollectionZkNode Collection zkNode exists
> [junit4:junit4]   2> 4197 T1036 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
> [junit4:junit4]   2> 4198 T1036 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-1355329972438/collection1/'
> [junit4:junit4]   2> 4198 T1036 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-1355329972438/collection1/lib/README' to classloader
> [junit4:junit4]   2> 4198 T1036 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-1355329972438/collection1/lib/classes/' to classloader
> [junit4:junit4]   2> 4223 T1036 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 4256 T1036 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 4257 T1036 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 4260 T1036 oass.IndexSchema.readSchema Schema name=test
> [junit4:junit4]   2> 4545 T1036 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
> [junit4:junit4]   2> 4550 T1036 oass.IndexSchema.readSchema default search field in schema is text
> [junit4:junit4]   2> 4552 T1036 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 4560 T1036 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 4562 T1036 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 4564 T1036 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 4565 T1036 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 4566 T1036 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-1355329972438/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2/
> [junit4:junit4]   2> 4566 T1036 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e85e47e
> [junit4:junit4]   2> 4566 T1036 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 4567 T1036 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-1355329968360/jetty2 forceNew:false
> [junit4:junit4]   2> 4567 T1036 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2
> [junit4:junit4]   2> 4568 T1036 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2/index/
> [junit4:junit4]   2> 4568 T1036 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 4568 T1036 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-1355329968360/jetty2/index forceNew:false
> [junit4:junit4]   2> 4569 T1036 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@75c942d2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a5c6c5)),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 4570 T1036 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 4570 T1036 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2/index
> [junit4:junit4]   2> 4570 T1036 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
> [junit4:junit4]   2> 4571 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
> [junit4:junit4]   2> 4572 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
> [junit4:junit4]   2> 4572 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
> [junit4:junit4]   2> 4572 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
> [junit4:junit4]   2> 4572 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
> [junit4:junit4]   2> 4573 T1036 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 4573 T1036 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 4573 T1036 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 4574 T1036 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 4574 T1036 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
> [junit4:junit4]   2> 4575 T1036 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
> [junit4:junit4]   2> 4575 T1036 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 4576 T1036 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
> [junit4:junit4]   2> 4576 T1036 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
> [junit4:junit4]   2> 4576 T1036 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
> [junit4:junit4]   2> 4576 T1036 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 4577 T1036 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 4577 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 4578 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 4578 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 4579 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 4579 T1036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 4580 T1036 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 4580 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 4581 T1036 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
> [junit4:junit4]   2> 4581 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53203/f/y",
> [junit4:junit4]   2> 	  "shard":"shard1",
> [junit4:junit4]   2> 	  "state":"active",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:53203_f%2Fy",
> [junit4:junit4]   2> 	  "collection":"collection1",
> [junit4:junit4]   2> 	  "operation":"state"}
> [junit4:junit4]   2> 4581 T1036 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
> [junit4:junit4]   2> 4583 T1020 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> 4583 T1036 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 4583 T1007 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> 4584 T1001 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> 4584 T1035 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> 4586 T1036 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
> [junit4:junit4]   2> 4588 T1036 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OPEN-EXCHANGE-RATES.JSON, SCHEMA.XML, OLD_SYNONYMS.TXT, PROTWORDS.TXT, MAPPING-ISOLATIN1ACCENT.TXT, CURRENCY.XML, STOPWORDS.TXT, SYNONYMS.TXT]
> [junit4:junit4]   2> 4590 T1036 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2
> [junit4:junit4]   2> 4590 T1036 oass.SolrIndexSearcher.<init> Opening Searcher@25dab463 main
> [junit4:junit4]   2> 4591 T1036 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 4591 T1036 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 4592 T1036 oashc.SpellCheckComponent.inform Initializing spell checkers
> [junit4:junit4]   2> 4595 T1036 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
> [junit4:junit4]   2> 4613 T1037 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@25dab463 main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 4615 T1036 oasc.ZkController.publish publishing core=collection1 state=down
> [junit4:junit4]   2> 4615 T1036 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 5087 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 5088 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60470/f/y",
> [junit4:junit4]   2> 	  "shard":null,
> [junit4:junit4]   2> 	  "state":"down",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:60470_f%2Fy",
> [junit4:junit4]   2> 	  "collection":"collection1",
> [junit4:junit4]   2> 	  "operation":"state"}
> [junit4:junit4]   2> 5088 T1002 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
> [junit4:junit4]   2> 5089 T1002 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
> [junit4:junit4]   2> 5107 T1007 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> 5107 T1035 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> 5107 T1001 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> 5107 T1020 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> 5116 T1036 oasc.CoreContainer.registerCore registering core: collection1
> [junit4:junit4]   2> 5117 T1036 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:60470/f/y shardId:shard1
> [junit4:junit4]   2> 5119 T1036 oasc.ZkController.register We are http://127.0.0.1:60470/f/y/collection1/ and leader is http://127.0.0.1:53203/f/y/collection1/
> [junit4:junit4]   2> 5119 T1036 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60470/f/y
> [junit4:junit4]   2> 5119 T1036 oasc.ZkController.checkRecovery Core needs to recover:collection1
> [junit4:junit4]   2> 5120 T1036 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
> [junit4:junit4]   2> ASYNC  NEW_CORE C50 name=collection1 org.apache.solr.core.SolrCore@709192a url=http://127.0.0.1:60470/f/y/collection1 node=127.0.0.1:60470_f%2Fy
> [junit4:junit4]   2> 5126 T1038 C50 P60470 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
> [junit4:junit4]   2> 5127 T1036 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 5128 T1038 C50 P60470 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
> [junit4:junit4]   2> 5128 T979 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
> [junit4:junit4]   2> 5129 T1038 C50 P60470 oasc.ZkController.publish publishing core=collection1 state=recovering
> [junit4:junit4]   2> 5129 T1038 C50 P60470 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 5129 T979 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
> [junit4:junit4]   2> 5129 T979 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 5132 T1038 C50 P60470 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53203/f/y/collection1/ core=collection1 - recoveringAfterStartup=true
> [junit4:junit4]   2> 5132 T1038 C50 P60470 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:60470/f/y START replicas=[http://127.0.0.1:53203/f/y/collection1/] nUpdates=100
> [junit4:junit4]   2> 5132 T1038 C50 P60470 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
> [junit4:junit4]   2> 5132 T1038 C50 P60470 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
> [junit4:junit4]   2> 5133 T1038 C50 P60470 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
> [junit4:junit4]   2> 5133 T1038 C50 P60470 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 5138 T979 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> ASYNC  NEW_CORE C51 name=collection1 org.apache.solr.core.SolrCore@131aa87e url=http://127.0.0.1:53203/f/y/collection1 node=127.0.0.1:53203_f%2Fy
> [junit4:junit4]   2> 5155 T1014 C51 P53203 REQ /get {getVersions=100&version=2&qt=/get&distrib=false&wt=javabin} status=0 QTime=17 
> [junit4:junit4]   2> ASYNC  NEW_CORE C52 name=collection1 org.apache.solr.core.SolrCore@3e32f9bf url=http://127.0.0.1:50405/f/y/collection1 node=127.0.0.1:50405_f%2Fy
> [junit4:junit4]   2> 5171 T997 C52 P50405 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/control/data
> [junit4:junit4]   2> 5175 T997 C52 P50405 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3d700e5c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2bb320a)),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 5176 T997 C52 P50405 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 5179 T996 C52 P50405 /update {wt=javabin&version=2} {add=[1 (1421166482319998976)]} 0 16
> [junit4:junit4]   2> 5187 T1016 C51 P53203 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty1
> [junit4:junit4]   2> 5190 T1016 C51 P53203 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@5f71c932 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e0db367)),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 5191 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10001 (1421166482318950400)]} 0 28
> [junit4:junit4]   2> 5191 T1016 C51 P53203 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 5200 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10001 (1421166482343067648)]} 0 7
> [junit4:junit4]   2> 5202 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[1 (1421166482335727616)]} 0 17
> [junit4:junit4]   2> 5203 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10002 (1421166482353553408)]} 0 1
> [junit4:junit4]   2> 5207 T995 C52 P50405 /update {wt=javabin&version=2} {add=[2 (1421166482356699136)]} 0 1
> [junit4:junit4]   2> 5211 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[2 (1421166482360893440)]} 0 1
> [junit4:junit4]   2> 5211 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10002 (1421166482361942016)]} 0 0
> [junit4:junit4]   2> 5215 T996 C52 P50405 /update {wt=javabin&version=2} {add=[3 (1421166482365087744)]} 0 1
> [junit4:junit4]   2> 5218 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[3 (1421166482369282048)]} 0 1
> [junit4:junit4]   2> 5219 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10003 (1421166482370330624)]} 0 4
> [junit4:junit4]   2> 5222 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10003 (1421166482373476352)]} 0 0
> [junit4:junit4]   2> 5223 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[2 (-1421166482372427776)]} 0 2
> [junit4:junit4]   2> 5228 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[2 (-1421166482378719232)]} 0 2
> [junit4:junit4]   2> 5244 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10002 (-1421166482395496448)]} 0 13
> [junit4:junit4]   2> 5244 T996 C52 P50405 /update {wt=javabin&version=2} {add=[4 (1421166482395496449)]} 0 13
> [junit4:junit4]   2> 5247 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[4 (1421166482398642176)]} 0 1
> [junit4:junit4]   2> 5251 T997 C52 P50405 /update {wt=javabin&version=2} {add=[5 (1421166482402836480)]} 0 1
> [junit4:junit4]   2> 5251 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10002 (-1421166482403885056)]} 0 0
> [junit4:junit4]   2> 5255 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[5 (1421166482407030784)]} 0 1
> [junit4:junit4]   2> 5255 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10004 (1421166482407030784)]} 0 1
> [junit4:junit4]   2> 5258 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10004 (1421166482411225088)]} 0 1
> [junit4:junit4]   2> 5262 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10005 (1421166482414370816)]} 0 1
> [junit4:junit4]   2> 5263 T995 C52 P50405 /update {wt=javabin&version=2} {add=[6 (1421166482410176512)]} 0 6
> [junit4:junit4]   2> 5265 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10005 (1421166482417516544)]} 0 1
> [junit4:junit4]   2> 5265 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[6 (1421166482418565120)]} 0 0
> [junit4:junit4]   2> 5268 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10006 (1421166482421710848)]} 0 1
> [junit4:junit4]   2> 5268 T994 C52 P50405 /update {wt=javabin&version=2} {add=[7 (1421166482421710849)]} 0 1
> [junit4:junit4]   2> 5272 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10006 (1421166482424856577)]} 0 1
> [junit4:junit4]   2> 5272 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[7 (1421166482424856576)]} 0 1
> [junit4:junit4]   2> 5275 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[3 (-1421166482429050880)]} 0 0
> [junit4:junit4]   2> 5275 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10007 (1421166482429050881)]} 0 0
> [junit4:junit4]   2> 5278 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[3 (-1421166482432196609)]} 0 0
> [junit4:junit4]   2> 5279 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10007 (1421166482432196608)]} 0 1
> [junit4:junit4]   2> 5281 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10003 (-1421166482435342336)]} 0 0
> [junit4:junit4]   2> 5284 T994 C52 P50405 /update {wt=javabin&version=2} {add=[8 (1421166482437439488)]} 0 3
> [junit4:junit4]   2> 5288 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[8 (1421166482441633792)]} 0 1
> [junit4:junit4]   2> 5290 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10003 (-1421166482444779520)]} 0 1
> [junit4:junit4]   2> 5291 T996 C52 P50405 /update {wt=javabin&version=2} {add=[9 (1421166482445828096)]} 0 1
> [junit4:junit4]   2> 5294 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[9 (1421166482447925248)]} 0 1
> [junit4:junit4]   2> 5293 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10008 (1421166482447925248)]} 0 0
> [junit4:junit4]   2> 5297 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10 (1421166482452119552)]} 0 1
> [junit4:junit4]   2> 5302 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10008 (1421166482451070976)]} 0 6
> [junit4:junit4]   2> 5303 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10 (1421166482456313856)]} 0 3
> [junit4:junit4]   2> 5306 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10009 (1421166482460508160)]} 0 1
> [junit4:junit4]   2> 5309 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10009 (1421166482464702464)]} 0 1
> [junit4:junit4]   2> 5311 T996 C52 P50405 /update {wt=javabin&version=2} {add=[11 (1421166482462605312)]} 0 4
> [junit4:junit4]   2> 5314 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[11 (1421166482468896768)]} 0 1
> [junit4:junit4]   2> 5315 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10010 (1421166482468896768)]} 0 2
> [junit4:junit4]   2> 5319 T997 C52 P50405 /update {wt=javabin&version=2} {add=[12 (1421166482474139648)]} 0 1
> [junit4:junit4]   2> 5320 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10010 (1421166482476236800)]} 0 0
> [junit4:junit4]   2> 5323 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10011 (1421166482479382528)]} 0 0
> [junit4:junit4]   2> 5323 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[12 (1421166482479382528)]} 0 0
> [junit4:junit4]   2> 5327 T996 C52 P50405 /update {wt=javabin&version=2} {add=[13 (1421166482483576832)]} 0 1
> [junit4:junit4]   2> 5331 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[13 (1421166482486722560)]} 0 1
> [junit4:junit4]   2> 5332 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10011 (1421166482488819712)]} 0 6
> [junit4:junit4]   2> 5334 T995 C52 P50405 /update {wt=javabin&version=2} {add=[14 (1421166482490916864)]} 0 1
> [junit4:junit4]   2> 5336 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10012 (1421166482491965440)]} 0 1
> [junit4:junit4]   2> 5339 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10012 (1421166482496159744)]} 0 1
> [junit4:junit4]   2> 5340 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[14 (1421166482494062592)]} 0 4
> [junit4:junit4]   2> 5342 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10013 (1421166482499305472)]} 0 0
> [junit4:junit4]   2> 5344 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[4 (-1421166482501402624)]} 0 1
> [junit4:junit4]   2> 5345 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10013 (1421166482502451200)]} 0 0
> [junit4:junit4]   2> 5347 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[4 (-1421166482504548352)]} 0 1
> [junit4:junit4]   2> 5350 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10014 (1421166482506645504)]} 0 1
> [junit4:junit4]   2> 5352 T995 C52 P50405 /update {wt=javabin&version=2} {add=[15 (1421166482508742656)]} 0 1
> [junit4:junit4]   2> 5354 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10014 (1421166482510839808)]} 0 1
> [junit4:junit4]   2> 5354 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[15 (1421166482511888384)]} 0 0
> [junit4:junit4]   2> 5357 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[6 (-1421166482515034113)]} 0 0
> [junit4:junit4]   2> 5357 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10004 (-1421166482515034112)]} 0 0
> [junit4:junit4]   2> 5360 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10004 (-1421166482518179840)]} 0 0
> [junit4:junit4]   2> 5362 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[6 (-1421166482519228416)]} 0 2
> [junit4:junit4]   2> 5384 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10015 (1421166482521325568)]} 0 21
> [junit4:junit4]   2> 5385 T995 C52 P50405 /update {wt=javabin&version=2} {add=[16 (1421166482523422720)]} 0 21
> [junit4:junit4]   2> 5387 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10015 (1421166482546491392)]} 0 0
> [junit4:junit4]   2> 5390 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[10006 (-1421166482549637120)]} 0 0
> [junit4:junit4]   2> 5392 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[16 (1421166482547539968)]} 0 4
> [junit4:junit4]   2> 5392 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10006 (-1421166482551734272)]} 0 0
> [junit4:junit4]   2> 5395 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10016 (1421166482553831424)]} 0 1
> [junit4:junit4]   2> 5395 T996 C52 P50405 /update {wt=javabin&version=2} {add=[17 (1421166482553831425)]} 0 1
> [junit4:junit4]   2> 5398 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10016 (1421166482556977152)]} 0 1
> [junit4:junit4]   2> 5399 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[17 (1421166482558025728)]} 0 1
> [junit4:junit4]   2> 5401 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10017 (1421166482560122880)]} 0 1
> [junit4:junit4]   2> 5403 T994 C52 P50405 /update {wt=javabin&version=2} {add=[18 (1421166482562220032)]} 0 1
> [junit4:junit4]   2> 5406 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10017 (1421166482566414336)]} 0 1
> [junit4:junit4]   2> 5406 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[18 (1421166482566414337)]} 0 1
> [junit4:junit4]   2> 5411 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[7 (-1421166482571657216)]} 0 2
> [junit4:junit4]   2> 5411 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10018 (1421166482569560064)]} 0 2
> [junit4:junit4]   2> 5414 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10018 (1421166482574802944)]} 0 1
> [junit4:junit4]   2> 5417 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10007 (-1421166482577948672)]} 0 0
> [junit4:junit4]   2> 5420 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[7 (-1421166482581094400)]} 0 0
> [junit4:junit4]   2> 5420 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10007 (-1421166482581094401)]} 0 0
> [junit4:junit4]   2> 5425 T996 C52 P50405 /update {wt=javabin&version=2} {add=[19 (1421166482586337280)]} 0 3
> [junit4:junit4]   2> 5425 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10019 (1421166482586337281)]} 0 3
> [junit4:junit4]   2> 5429 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[19 (1421166482589483008)]} 0 1
> [junit4:junit4]   2> 5429 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10019 (1421166482589483009)]} 0 1
> [junit4:junit4]   2> 5437 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10008 (-1421166482597871616)]} 0 6
> [junit4:junit4]   2> 5438 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[8 (-1421166482599968768)]} 0 0
> [junit4:junit4]   2> 5440 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10008 (-1421166482602065920)]} 0 0
> [junit4:junit4]   2> 5441 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[8 (-1421166482603114496)]} 0 0
> [junit4:junit4]   2> 5444 T996 C52 P50405 /update {wt=javabin&version=2} {add=[20 (1421166482606260225)]} 0 1
> [junit4:junit4]   2> 5447 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10020 (1421166482606260224)]} 0 4
> [junit4:junit4]   2> 5448 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[20 (1421166482610454528)]} 0 0
> [junit4:junit4]   2> 5450 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10020 (1421166482612551680)]} 0 0
> [junit4:junit4]   2> 5451 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[9 (-1421166482613600256)]} 0 0
> [junit4:junit4]   2> 5455 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10009 (-1421166482617794560)]} 0 1
> [junit4:junit4]   2> 5455 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[9 (-1421166482617794560)]} 0 1
> [junit4:junit4]   2> 5458 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10009 (-1421166482620940288)]} 0 0
> [junit4:junit4]   2> 5459 T996 C52 P50405 /update {wt=javabin&version=2} {add=[21 (1421166482620940288)]} 0 1
> [junit4:junit4]   2> 5461 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[21 (1421166482624086016)]} 0 0
> [junit4:junit4]   2> 5461 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10021 (1421166482624086016)]} 0 0
> [junit4:junit4]   2> 5464 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[12 (-1421166482627231744)]} 0 0
> [junit4:junit4]   2> 5464 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10021 (1421166482627231744)]} 0 0
> [junit4:junit4]   2> 5467 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10012 (-1421166482630377472)]} 0 0
> [junit4:junit4]   2> 5467 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[12 (-1421166482630377472)]} 0 0
> [junit4:junit4]   2> 5470 T996 C52 P50405 /update {wt=javabin&version=2} {add=[22 (1421166482633523200)]} 0 1
> [junit4:junit4]   2> 5471 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10012 (-1421166482634571776)]} 0 0
> [junit4:junit4]   2> 5474 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10022 (1421166482637717504)]} 0 1
> [junit4:junit4]   2> 5474 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[22 (1421166482637717504)]} 0 1
> [junit4:junit4]   2> 5477 T997 C52 P50405 /update {wt=javabin&version=2} {add=[23 (1421166482640863232)]} 0 0
> [junit4:junit4]   2> 5480 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10022 (1421166482640863232)]} 0 3
> [junit4:junit4]   2> 5480 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[23 (1421166482644008960)]} 0 0
> [junit4:junit4]   2> 5483 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10023 (1421166482646106112)]} 0 1
> [junit4:junit4]   2> 5484 T995 C52 P50405 /update {wt=javabin&version=2} {add=[24 (1421166482648203264)]} 0 0
> [junit4:junit4]   2> 5487 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10023 (1421166482650300416)]} 0 1
> [junit4:junit4]   2> 5491 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10024 (1421166482654494720)]} 0 2
> [junit4:junit4]   2> 5491 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[24 (1421166482651348992)]} 0 4
> [junit4:junit4]   2> 5495 T994 C52 P50405 /update {wt=javabin&version=2} {add=[25 (1421166482658689024)]} 0 1
> [junit4:junit4]   2> 5496 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10024 (1421166482659737600)]} 0 1
> [junit4:junit4]   2> 5498 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[25 (1421166482661834752)]} 0 1
> [junit4:junit4]   2> 5502 T995 C52 P50405 /update {wt=javabin&version=2} {add=[26 (1421166482666029056)]} 0 1
> [junit4:junit4]   2> 5503 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10025 (1421166482664980480)]} 0 4
> [junit4:junit4]   2> 5505 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[26 (1421166482669174784)]} 0 1
> [junit4:junit4]   2> 5506 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10025 (1421166482670223360)]} 0 1
> [junit4:junit4]   2> 5508 T996 C52 P50405 /update {wt=javabin&version=2} {add=[27 (1421166482672320512)]} 0 1
> [junit4:junit4]   2> 5509 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10026 (1421166482673369088)]} 0 1
> [junit4:junit4]   2> 5511 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10026 (1421166482676514817)]} 0 0
> [junit4:junit4]   2> 5512 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[27 (1421166482676514816)]} 0 1
> [junit4:junit4]   2> 5515 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10027 (1421166482679660545)]} 0 1
> [junit4:junit4]   2> 5516 T997 C52 P50405 /update {wt=javabin&version=2} {add=[28 (1421166482679660544)]} 0 2
> [junit4:junit4]   2> 5518 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10027 (1421166482682806272)]} 0 1
> [junit4:junit4]   2> 5520 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[28 (1421166482684903424)]} 0 1
> [junit4:junit4]   2> 5523 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[16 (-1421166482689097728)]} 0 1
> [junit4:junit4]   2> 5524 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10028 (1421166482690146304)]} 0 0
> [junit4:junit4]   2> 5526 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[16 (-1421166482692243456)]} 0 0
> [junit4:junit4]   2> 5528 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10028 (1421166482693292032)]} 0 1
> [junit4:junit4]   2> 5532 T995 C52 P50405 /update {wt=javabin&version=2} {add=[29 (1421166482697486336)]} 0 1
> [junit4:junit4]   2> 5534 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10016 (-1421166482700632064)]} 0 1
> [junit4:junit4]   2> 5535 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[29 (1421166482701680640)]} 0 0
> [junit4:junit4]   2> 5538 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[17 (-1421166482704826368)]} 0 0
> [junit4:junit4]   2> 5538 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10016 (-1421166482704826368)]} 0 2
> [junit4:junit4]   2> 5541 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[17 (-1421166482707972096)]} 0 1
> [junit4:junit4]   2> 5541 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10029 (1421166482707972096)]} 0 1
> [junit4:junit4]   2> 5544 T995 C52 P50405 /update {wt=javabin&version=2} {add=[30 (1421166482711117824)]} 0 1
> [junit4:junit4]   2> 5547 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[30 (1421166482714263552)]} 0 0
> [junit4:junit4]   2> 5550 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[18 (-1421166482717409280)]} 0 0
> [junit4:junit4]   2> 5553 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[18 (-1421166482720555008)]} 0 0
> [junit4:junit4]   2> 5559 T996 C52 P50405 /update {wt=javabin&version=2} {add=[31 (1421166482723700736)]} 0 3
> [junit4:junit4]   2> 5560 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10029 (1421166482713214976)]} 0 16
> [junit4:junit4]   2> 5563 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[10017 (-1421166482731040768)]} 0 1
> [junit4:junit4]   2> 5566 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10017 (-1421166482734186496)]} 0 1
> [junit4:junit4]   2> 5569 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10030 (1421166482736283648)]} 0 1
> [junit4:junit4]   2> 5571 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[31 (1421166482729992192)]} 0 9
> [junit4:junit4]   2> 5573 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10030 (1421166482740477952)]} 0 1
> [junit4:junit4]   2> 5574 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[19 (-1421166482742575104)]} 0 0
> [junit4:junit4]   2> 5576 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10018 (-1421166482744672256)]} 0 0
> [junit4:junit4]   2> 5577 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[19 (-1421166482745720832)]} 0 0
> [junit4:junit4]   2> 5578 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10018 (-1421166482746769408)]} 0 0
> [junit4:junit4]   2> 5580 T994 C52 P50405 /update {wt=javabin&version=2} {add=[32 (1421166482747817984)]} 0 1
> [junit4:junit4]   2> 5582 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10031 (1421166482750963712)]} 0 0
> [junit4:junit4]   2> 5585 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[32 (1421166482754109440)]} 0 1
> [junit4:junit4]   2> 5587 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10031 (1421166482755158016)]} 0 1
> [junit4:junit4]   2> 5589 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10019 (-1421166482758303744)]} 0 0
> [junit4:junit4]   2> 5596 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[20 (-1421166482764595200)]} 0 1
> [junit4:junit4]   2> 5604 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10019 (-1421166482774032384)]} 0 0
> [junit4:junit4]   2> 5605 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[20 (-1421166482775080960)]} 0 0
> [junit4:junit4]   2> 5607 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10032 (1421166482777178112)]} 0 0
> [junit4:junit4]   2> 5608 T995 C52 P50405 /update {wt=javabin&version=2} {add=[33 (1421166482778226688)]} 0 0
> [junit4:junit4]   2> 5612 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10032 (1421166482781372417)]} 0 1
> [junit4:junit4]   2> 5613 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[33 (1421166482781372416)]} 0 3
> [junit4:junit4]   2> 5614 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 5615 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10020 (-1421166482785566720)]} 0 1
> [junit4:junit4]   2> 5615 T1002 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60470/f/y",
> [junit4:junit4]   2> 	  "shard":"shard1",
> [junit4:junit4]   2> 	  "state":"recovering",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:60470_f%2Fy",
> [junit4:junit4]   2> 	  "collection":"collection1",
> [junit4:junit4]   2> 	  "operation":"state"}
> [junit4:junit4]   2> 5617 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[23 (-1421166482787663872)]} 0 1
> [junit4:junit4]   2> 5620 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[23 (-1421166482790809600)]} 0 1
> [junit4:junit4]   2> 5621 T1020 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> 5621 T1035 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> 5621 T1007 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> 5621 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10020 (-1421166482791858176)]} 0 0
> [junit4:junit4]   2> 5623 T1001 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> 5623 T994 C52 P50405 /update {wt=javabin&version=2} {add=[34 (1421166482792906752)]} 0 1
> [junit4:junit4]   2> 5624 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10033 (1421166482795003904)]} 0 0
> [junit4:junit4]   2>  C50_STATE=coll:collection1 core:collection1 props:{core=collection1, roles=null, base_url=http://127.0.0.1:60470/f/y, shard=shard1, state=recovering, node_name=127.0.0.1:60470_f%2Fy, collection=collection1}
> [junit4:junit4]   2> 5640 T1030 C50 P60470 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1355329968360/jetty2
> [junit4:junit4]   2> 5645 T1030 C50 P60470 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@75c942d2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a5c6c5)),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 5645 T1030 C50 P60470 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 5652 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=12 
> [junit4:junit4]   2> 5652 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=11 
> [junit4:junit4]   2> 5653 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[34 (1421166482797101056)]} 0 27
> [junit4:junit4]   2> 5653 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10033 (1421166482797101057)]} 0 27
> [junit4:junit4]   2> 5656 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[27 (-1421166482828558336)]} 0 1
> [junit4:junit4]   2> 5657 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10023 (-1421166482829606912)]} 0 0
> [junit4:junit4]   2> 5663 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5665 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10023 (-1421166482832752641)]} 0 6
> [junit4:junit4]   2> 5665 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5666 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[27 (-1421166482832752640)]} 0 7
> [junit4:junit4]   2> 5668 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10034 (1421166482840092672)]} 0 1
> [junit4:junit4]   2> 5668 T995 C52 P50405 /update {wt=javabin&version=2} {add=[35 (1421166482841141248)]} 0 0
> [junit4:junit4]   2> 5673 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5674 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10034 (1421166482843238400)]} 0 4
> [junit4:junit4]   2> 5675 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5676 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[35 (1421166482844286976)]} 0 5
> [junit4:junit4]   2> 5677 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10027 (-1421166482850578432)]} 0 0
> [junit4:junit4]   2> 5678 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[28 (-1421166482851627008)]} 0 0
> [junit4:junit4]   2> 5687 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5687 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5688 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[28 (-1421166482858967040)]} 0 4
> [junit4:junit4]   2> 5688 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10027 (-1421166482853724160)]} 0 8
> [junit4:junit4]   2> 5692 T995 C52 P50405 /update {wt=javabin&version=2} {add=[36 (1421166482866307072)]} 0 0
> [junit4:junit4]   2> 5694 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10035 (1421166482864209920)]} 0 4
> [junit4:junit4]   2> 5699 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5699 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10035 (1421166482870501376)]} 0 3
> [junit4:junit4]   2> 5700 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5700 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[36 (1421166482872598528)]} 0 3
> [junit4:junit4]   2> 5702 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10028 (-1421166482876792832)]} 0 0
> [junit4:junit4]   2> 5703 T997 C52 P50405 /update {wt=javabin&version=2} {add=[37 (1421166482876792833)]} 0 1
> [junit4:junit4]   2> 5707 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5708 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10028 (-1421166482879938560)]} 0 3
> [junit4:junit4]   2> 5711 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10036 (1421166482886230016)]} 0 0
> [junit4:junit4]   2> 5712 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5712 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[37 (1421166482884132864)]} 0 3
> [junit4:junit4]   2> 5715 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[32 (-1421166482890424320)]} 0 0
> [junit4:junit4]   2> 5717 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5717 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10036 (1421166482889375744)]} 0 3
> [junit4:junit4]   2> 5720 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5721 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10037 (1421166482895667200)]} 0 1
> [junit4:junit4]   2> 5721 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[32 (-1421166482892521472)]} 0 4
> [junit4:junit4]   2> 5724 T997 C52 P50405 /update {wt=javabin&version=2} {add=[38 (1421166482898812928)]} 0 1
> [junit4:junit4]   2> 5726 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5727 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10037 (1421166482898812928)]} 0 4
> [junit4:junit4]   2> 5729 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5729 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10032 (-1421166482905104384)]} 0 0
> [junit4:junit4]   2> 5729 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[38 (1421166482901958656)]} 0 3
> [junit4:junit4]   2> 5732 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[37 (-1421166482908250112)]} 0 0
> [junit4:junit4]   2> 5734 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5735 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10032 (-1421166482908250112)]} 0 4
> [junit4:junit4]   2> 5738 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5738 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10038 (1421166482914541568)]} 0 0
> [junit4:junit4]   2> 5739 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[37 (-1421166482911395840)]} 0 4
> [junit4:junit4]   2> 5741 T997 C52 P50405 /update {wt=javabin&version=2} {add=[39 (1421166482917687296)]} 0 0
> [junit4:junit4]   2> 5745 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5746 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5746 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10038 (1421166482916638720)]} 0 6
> [junit4:junit4]   2> 5746 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[39 (1421166482919784448)]} 0 3
> [junit4:junit4]   2> 5749 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10037 (-1421166482925027328)]} 0 1
> [junit4:junit4]   2> 5750 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[38 (-1421166482927124480)]} 0 1
> [junit4:junit4]   2> 5755 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5756 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[38 (-1421166482929221632)]} 0 4
> [junit4:junit4]   2> 5758 T996 C52 P50405 /update {wt=javabin&version=2} {add=[40 (1421166482935513088)]} 0 0
> [junit4:junit4]   2> 5764 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5765 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[40 (1421166482938658816)]} 0 4
> [junit4:junit4]   2> 5767 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5767 T997 C52 P50405 /update {wt=javabin&version=2} {add=[41 (1421166482944950272)]} 0 0
> [junit4:junit4]   2> 5768 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10037 (-1421166482940755968)]} 0 5
> [junit4:junit4]   2> 5772 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5776 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[41 (1421166482948096000)]} 0 6
> [junit4:junit4]   2> 5779 T994 C52 P50405 /update {wt=javabin&version=2} {add=[42 (1421166482956484608)]} 0 1
> [junit4:junit4]   2> 5782 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10039 (1421166482948096000)]} 0 12
> [junit4:junit4]   2> 5786 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5787 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10039 (1421166482962776064)]} 0 3
> [junit4:junit4]   2> 5789 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10038 (-1421166482968018944)]} 0 0
> [junit4:junit4]   2> 5793 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5794 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10038 (-1421166482970116096)]} 0 3
> [junit4:junit4]   2> 5797 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10040 (1421166482975358976)]} 0 1
> [junit4:junit4]   2> 5802 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=19 
> [junit4:junit4]   2> 5802 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5803 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10040 (1421166482978504704)]} 0 4
> [junit4:junit4]   2> 5803 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[42 (1421166482960678912)]} 0 22
> [junit4:junit4]   2> 5806 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10041 (1421166482984796160)]} 0 1
> [junit4:junit4]   2> 5808 T994 C52 P50405 /update {wt=javabin&version=2} {add=[43 (1421166482987941888)]} 0 1
> [junit4:junit4]   2> 5812 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5813 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5813 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10041 (1421166482990039040)]} 0 4
> [junit4:junit4]   2> 5814 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[43 (1421166482991087616)]} 0 4
> [junit4:junit4]   2> 5816 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10042 (1421166482996330496)]} 0 0
> [junit4:junit4]   2> 5817 T996 C52 P50405 /update {wt=javabin&version=2} {add=[44 (1421166482997379072)]} 0 0
> [junit4:junit4]   2> 5823 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5823 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5824 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[44 (1421166483000524801)]} 0 4
> [junit4:junit4]   2> 5827 T995 C52 P50405 /update {wt=javabin&version=2} {add=[45 (1421166483006816256)]} 0 1
> [junit4:junit4]   2> 5830 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10042 (1421166483000524800)]} 0 10
> [junit4:junit4]   2> 5832 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5833 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10043 (1421166483013107712)]} 0 1
> [junit4:junit4]   2> 5833 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[45 (1421166483011010560)]} 0 4
> [junit4:junit4]   2> 5836 T996 C52 P50405 /update {wt=javabin&version=2} {add=[46 (1421166483017302016)]} 0 0
> [junit4:junit4]   2> 5839 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5840 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10043 (1421166483016253440)]} 0 5
> [junit4:junit4]   2> 5869 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5870 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[46 (1421166483022544896)]} 0 29
> [junit4:junit4]   2> 5871 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10044 (1421166483023593472)]} 0 29
> [junit4:junit4]   2> 5873 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[42 (-1421166483055050752)]} 0 1
> [junit4:junit4]   2> 5877 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5878 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[42 (-1421166483058196480)]} 0 3
> [junit4:junit4]   2> 5922 T994 C52 P50405 /update {wt=javabin&version=2} {add=[47 (1421166483063439360)]} 0 42
> [junit4:junit4]   2> 5931 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5932 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[47 (1421166483110625280)]} 0 8
> [junit4:junit4]   2> 5935 T997 C52 P50405 /update {wt=javabin&version=2} {add=[48 (1421166483121111040)]} 0 0
> [junit4:junit4]   2> 5936 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 5937 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10044 (1421166483056099328)]} 0 64
> [junit4:junit4]   2> 5939 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10045 (1421166483125305344)]} 0 0
> [junit4:junit4]   2> 5947 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5947 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10045 (1421166483128451072)]} 0 5
> [junit4:junit4]   2> 5950 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10046 (1421166483136839680)]} 0 0
> [junit4:junit4]   2> 5994 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 5995 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10046 (1421166483139985408)]} 0 42
> [junit4:junit4]   2> 5998 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10042 (-1421166483186122752)]} 0 1
> [junit4:junit4]   2> 5998 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
> [junit4:junit4]   2> 5999 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[48 (1421166483124256768)]} 0 61
> [junit4:junit4]   2> 6001 T997 C52 P50405 /update {wt=javabin&version=2} {add=[49 (1421166483190317056)]} 0 0
> [junit4:junit4]   2> 6004 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6004 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10042 (-1421166483190317056)]} 0 4
> [junit4:junit4]   2> 6007 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10047 (1421166483195559936)]} 0 1
> [junit4:junit4]   2> 6011 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6012 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
> [junit4:junit4]   2> 6012 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10047 (1421166483198705664)]} 0 3
> [junit4:junit4]   2> 6012 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[49 (1421166483193462784)]} 0 9
> [junit4:junit4]   2> 6014 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[43 (-1421166483203948544)]} 0 0
> [junit4:junit4]   2> 6015 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10048 (1421166483204997120)]} 0 0
> [junit4:junit4]   2> 6018 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6019 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[43 (-1421166483206045696)]} 0 3
> [junit4:junit4]   2> 6021 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6022 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10048 (1421166483207094272)]} 0 5
> [junit4:junit4]   2> 6024 T995 C52 P50405 /update {wt=javabin&version=2} {add=[50 (1421166483213385728)]} 0 1
> [junit4:junit4]   2> 6024 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10049 (1421166483214434304)]} 0 0
> [junit4:junit4]   2> 6029 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6030 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10049 (1421166483216531456)]} 0 4
> [junit4:junit4]   2> 6030 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6031 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[50 (1421166483217580032)]} 0 4
> [junit4:junit4]   2> 6032 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10043 (-1421166483222822912)]} 0 0
> [junit4:junit4]   2> 6036 T997 C52 P50405 /update {wt=javabin&version=2} {add=[51 (1421166483223871488)]} 0 3
> [junit4:junit4]   2> 6036 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6037 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10043 (-1421166483224920064)]} 0 3
> [junit4:junit4]   2> 6040 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10050 (1421166483231211520)]} 0 0
> [junit4:junit4]   2> 6042 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6044 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[51 (1421166483230162944)]} 0 6
> [junit4:junit4]   2> 6046 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6047 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10050 (1421166483234357248)]} 0 4
> [junit4:junit4]   2> 6048 T994 C52 P50405 /update {wt=javabin&version=2} {add=[52 (1421166483239600128)]} 0 1
> [junit4:junit4]   2> 6050 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10051 (1421166483241697280)]} 0 0
> [junit4:junit4]   2> 6053 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6054 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[52 (1421166483241697280)]} 0 4
> [junit4:junit4]   2> 6057 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6057 T997 C52 P50405 /update {wt=javabin&version=2} {add=[53 (1421166483249037312)]} 0 0
> [junit4:junit4]   2> 6059 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10051 (1421166483246940160)]} 0 5
> [junit4:junit4]   2> 6062 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10052 (1421166483253231616)]} 0 1
> [junit4:junit4]   2> 6065 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6067 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[53 (1421166483252183040)]} 0 7
> [junit4:junit4]   2> 6069 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6070 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10052 (1421166483258474496)]} 0 4
> [junit4:junit4]   2> 6071 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[44 (-1421166483262668800)]} 0 1
> [junit4:junit4]   2> 6073 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10053 (1421166483265814528)]} 0 0
> [junit4:junit4]   2> 6075 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6076 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[44 (-1421166483265814528)]} 0 3
> [junit4:junit4]   2> 6078 T997 C52 P50405 /update {wt=javabin&version=2} {add=[54 (1421166483271057408)]} 0 0
> [junit4:junit4]   2> 6088 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6089 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10053 (1421166483270008832)]} 0 12
> [junit4:junit4]   2> 6092 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10044 (-1421166483285737472)]} 0 0
> [junit4:junit4]   2> 6094 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
> [junit4:junit4]   2> 6096 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[54 (1421166483275251712)]} 0 15
> [junit4:junit4]   2> 6097 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6098 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10044 (-1421166483288883200)]} 0 3
> [junit4:junit4]   2> 6098 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[45 (-1421166483292028928)]} 0 0
> [junit4:junit4]   2> 6101 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10054 (1421166483295174656)]} 0 1
> [junit4:junit4]   2> 6103 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6104 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[45 (-1421166483295174656)]} 0 4
> [junit4:junit4]   2> 6107 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6107 T997 C52 P50405 /update {wt=javabin&version=2} {add=[55 (1421166483301466112)]} 0 0
> [junit4:junit4]   2> 6108 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10054 (1421166483298320384)]} 0 4
> [junit4:junit4]   2> 6111 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10045 (-1421166483305660416)]} 0 1
> [junit4:junit4]   2> 6112 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6113 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[55 (1421166483304611840)]} 0 4
> [junit4:junit4]   2> 6118 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6119 T994 C52 P50405 /update {wt=javabin&version=2} {add=[56 (1421166483310903296)]} 0 3
> [junit4:junit4]   2> 6119 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10045 (-1421166483310903296)]} 0 3
> [junit4:junit4]   2> 6122 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10055 (1421166483317194752)]} 0 0
> [junit4:junit4]   2> 6124 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6125 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[56 (1421166483316146176)]} 0 4
> [junit4:junit4]   2> 6128 T997 C52 P50405 /update {wt=javabin&version=2} {add=[57 (1421166483322437632)]} 0 1
> [junit4:junit4]   2> 6131 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6132 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10055 (1421166483321389056)]} 0 6
> [junit4:junit4]   2> 6137 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6139 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[57 (1421166483326631936)]} 0 9
> [junit4:junit4]   2> 6141 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10056 (1421166483337117696)]} 0 0
> [junit4:junit4]   2> 6142 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[47 (-1421166483338166272)]} 0 0
> [junit4:junit4]   2> 6147 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6148 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[47 (-1421166483341312000)]} 0 3
> [junit4:junit4]   2> 6148 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6149 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10056 (1421166483340263424)]} 0 5
> [junit4:junit4]   2> 6151 T996 C52 P50405 /update {wt=javabin&version=2} {add=[58 (1421166483346554880)]} 0 1
> [junit4:junit4]   2> 6152 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10057 (1421166483347603456)]} 0 1
> [junit4:junit4]   2> 6155 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6156 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6157 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10057 (1421166483350749184)]} 0 3
> [junit4:junit4]   2> 6157 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[58 (1421166483349700608)]} 0 4
> [junit4:junit4]   2> 6170 T995 C52 P50405 /update {wt=javabin&version=2} {add=[59 (1421166483367526400)]} 0 1
> [junit4:junit4]   2> 6172 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[10047 (-1421166483369623552)]} 0 1
> [junit4:junit4]   2> 6181 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6182 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10047 (-1421166483375915008)]} 0 4
> [junit4:junit4]   2> 6184 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6184 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10058 (1421166483382206464)]} 0 0
> [junit4:junit4]   2> 6185 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[59 (1421166483375915009)]} 0 7
> [junit4:junit4]   2> 6188 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[48 (-1421166483385352192)]} 0 1
> [junit4:junit4]   2> 6189 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6190 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10058 (1421166483385352192)]} 0 4
> [junit4:junit4]   2> 6192 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6193 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[48 (-1421166483388497920)]} 0 3
> [junit4:junit4]   2> 6196 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10059 (1421166483394789377)]} 0 1
> [junit4:junit4]   2> 6196 T994 C52 P50405 /update {wt=javabin&version=2} {add=[60 (1421166483394789376)]} 0 1
> [junit4:junit4]   2> 6202 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6203 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[60 (1421166483397935104)]} 0 4
> [junit4:junit4]   2> 6206 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6208 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10059 (1421166483397935105)]} 0 9
> [junit4:junit4]   2> 6214 T996 C52 P50405 /update {wt=javabin&version=2} {add=[61 (1421166483406323712)]} 0 7
> [junit4:junit4]   2> 6214 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10048 (-1421166483413663744)]} 0 0
> [junit4:junit4]   2> 6219 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6220 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10048 (-1421166483416809472)]} 0 3
> [junit4:junit4]   2> 6223 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10060 (1421166483422052352)]} 0 1
> [junit4:junit4]   2> 6223 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
> [junit4:junit4]   2> 6224 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[61 (1421166483416809473)]} 0 7
> [junit4:junit4]   2> 6227 T994 C52 P50405 /update {wt=javabin&version=2} {add=[62 (1421166483427295232)]} 0 0
> [junit4:junit4]   2> 6231 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6232 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10060 (1421166483426246656)]} 0 7
> [junit4:junit4]   2> 6233 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6233 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[62 (1421166483430440960)]} 0 3
> [junit4:junit4]   2> 6235 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10061 (1421166483435683840)]} 0 1
> [junit4:junit4]   2> 6235 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[53 (-1421166483435683841)]} 0 0
> [junit4:junit4]   2> 6240 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6241 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[53 (-1421166483438829569)]} 0 3
> [junit4:junit4]   2> 6242 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6242 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10061 (1421166483438829568)]} 0 4
> [junit4:junit4]   2> 6244 T995 C52 P50405 /update {wt=javabin&version=2} {add=[63 (1421166483445121024)]} 0 1
> [junit4:junit4]   2> 6245 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10062 (1421166483445121025)]} 0 1
> [junit4:junit4]   2> 6250 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6251 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10062 (1421166483448266752)]} 0 4
> [junit4:junit4]   2> 6252 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6253 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[63 (1421166483449315328)]} 0 5
> [junit4:junit4]   2> 6254 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10053 (-1421166483455606784)]} 0 0
> [junit4:junit4]   2> 6255 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[54 (-1421166483456655360)]} 0 0
> [junit4:junit4]   2> 6258 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6259 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10053 (-1421166483458752512)]} 0 3
> [junit4:junit4]   2> 6259 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6260 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[54 (-1421166483458752513)]} 0 3
> [junit4:junit4]   2> 6262 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10063 (1421166483462946816)]} 0 1
> [junit4:junit4]   2> 6262 T994 C52 P50405 /update {wt=javabin&version=2} {add=[64 (1421166483463995392)]} 0 0
> [junit4:junit4]   2> 6267 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6268 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10063 (1421166483466092545)]} 0 4
> [junit4:junit4]   2> 6270 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10054 (-1421166483472384000)]} 0 0
> [junit4:junit4]   2> 6272 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6273 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[64 (1421166483466092544)]} 0 9
> [junit4:junit4]   2> 6275 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6276 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[57 (-1421166483478675456)]} 0 0
> [junit4:junit4]   2> 6276 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10054 (-1421166483475529728)]} 0 3
> [junit4:junit4]   2> 6279 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10064 (1421166483481821184)]} 0 0
> [junit4:junit4]   2> 6282 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6282 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[57 (-1421166483482869760)]} 0 2
> [junit4:junit4]   2> 6284 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6285 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10064 (1421166483484966912)]} 0 3
> [junit4:junit4]   2> 6285 T994 C52 P50405 /update {wt=javabin&version=2} {add=[65 (1421166483488112640)]} 0 0
> [junit4:junit4]   2> 6287 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10057 (-1421166483490209792)]} 0 0
> [junit4:junit4]   2> 6290 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6291 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[65 (1421166483490209792)]} 0 4
> [junit4:junit4]   2> 6292 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6292 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10057 (-1421166483493355520)]} 0 2
> [junit4:junit4]   2> 6293 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[59 (-1421166483496501248)]} 0 0
> [junit4:junit4]   2> 6297 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6298 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10065 (1421166483498598400)]} 0 4
> [junit4:junit4]   2> 6298 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[59 (-1421166483498598400)]} 0 3
> [junit4:junit4]   2> 6301 T994 C52 P50405 /update {wt=javabin&version=2} {add=[66 (1421166483503841280)]} 0 1
> [junit4:junit4]   2> 6303 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6305 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10065 (1421166483503841280)]} 0 5
> [junit4:junit4]   2> 6313 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10059 (-1421166483517472768)]} 0 0
> [junit4:junit4]   2> 6315 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
> [junit4:junit4]   2> 6315 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[66 (1421166483509084160)]} 0 11
> [junit4:junit4]   2> 6318 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[60 (-1421166483522715648)]} 0 0
> [junit4:junit4]   2> 6322 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6323 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6323 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[60 (-1421166483524812800)]} 0 3
> [junit4:junit4]   2> 6323 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10059 (-1421166483520618496)]} 0 8
> [junit4:junit4]   2> 6325 T995 C52 P50405 /update {wt=javabin&version=2} {add=[67 (1421166483530055680)]} 0 0
> [junit4:junit4]   2> 6326 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10066 (1421166483531104256)]} 0 0
> [junit4:junit4]   2> 6330 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6331 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6331 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10066 (1421166483533201408)]} 0 3
> [junit4:junit4]   2> 6331 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[67 (1421166483533201409)]} 0 3
> [junit4:junit4]   2> 6333 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10060 (-1421166483538444288)]} 0 0
> [junit4:junit4]   2> 6334 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[62 (-1421166483539492864)]} 0 0
> [junit4:junit4]   2> 6338 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6338 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6339 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[62 (-1421166483541590016)]} 0 3
> [junit4:junit4]   2> 6339 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10060 (-1421166483541590017)]} 0 3
> [junit4:junit4]   2> 6342 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10067 (1421166483546832896)]} 0 1
> [junit4:junit4]   2> 6341 T997 C52 P50405 /update {wt=javabin&version=2} {add=[68 (1421166483546832897)]} 0 0
> [junit4:junit4]   2> 6347 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6347 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6348 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10067 (1421166483549978624)]} 0 4
> [junit4:junit4]   2> 6349 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[68 (1421166483549978625)]} 0 5
> [junit4:junit4]   2> 6350 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10062 (-1421166483556270080)]} 0 0
> [junit4:junit4]   2> 6351 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[66 (-1421166483557318656)]} 0 0
> [junit4:junit4]   2> 6356 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6356 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6357 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10062 (-1421166483560464384)]} 0 3
> [junit4:junit4]   2> 6357 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[66 (-1421166483560464385)]} 0 3
> [junit4:junit4]   2> 6359 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10068 (1421166483565707265)]} 0 0
> [junit4:junit4]   2> 6360 T994 C52 P50405 /update {wt=javabin&version=2} {add=[69 (1421166483565707264)]} 0 1
> [junit4:junit4]   2> 6364 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6365 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[69 (1421166483568852992)]} 0 3
> [junit4:junit4]   2> 6368 T996 C52 P50405 /update {wt=javabin&version=2} {add=[70 (1421166483575144448)]} 0 0
> [junit4:junit4]   2> 6369 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
> [junit4:junit4]   2> 6369 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10068 (1421166483568852993)]} 0 7
> [junit4:junit4]   2> 6371 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10066 (-1421166483578290176)]} 0 0
> [junit4:junit4]   2> 6374 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6375 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[70 (1421166483578290176)]} 0 4
> [junit4:junit4]   2> 6376 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6376 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10066 (-1421166483581435904)]} 0 2
> [junit4:junit4]   2> 6378 T997 C52 P50405 /update {wt=javabin&version=2} {add=[71 (1421166483584581632)]} 0 1
> [junit4:junit4]   2> 6382 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10069 (1421166483586678784)]} 0 3
> [junit4:junit4]   2> 6385 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6386 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[71 (1421166483587727360)]} 0 6
> [junit4:junit4]   2> 6388 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[67 (-1421166483596115968)]} 0 0
> [junit4:junit4]   2> 6392 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6393 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10069 (1421166483592970240)]} 0 8
> [junit4:junit4]   2> 6393 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6394 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[67 (-1421166483598213120)]} 0 4
> [junit4:junit4]   2> 6396 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10070 (1421166483603456000)]} 0 1
> [junit4:junit4]   2> 6397 T997 C52 P50405 /update {wt=javabin&version=2} {add=[72 (1421166483605553152)]} 0 1
> [junit4:junit4]   2> 6401 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6402 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6402 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10070 (1421166483606601728)]} 0 4
> [junit4:junit4]   2> 6402 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[72 (1421166483607650304)]} 0 3
> [junit4:junit4]   2> 6405 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10071 (1421166483613941760)]} 0 0
> [junit4:junit4]   2> 6407 T994 C52 P50405 /update {wt=javabin&version=2} {add=[73 (1421166483614990336)]} 0 1
> [junit4:junit4]   2> 6412 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6413 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10071 (1421166483618136064)]} 0 4
> [junit4:junit4]   2> 6413 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6414 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[73 (1421166483618136065)]} 0 5
> [junit4:junit4]   2> 6415 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10067 (-1421166483624427520)]} 0 0
> [junit4:junit4]   2> 6416 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[68 (-1421166483625476096)]} 0 0
> [junit4:junit4]   2> 6420 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6420 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6421 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10067 (-1421166483627573249)]} 0 3
> [junit4:junit4]   2> 6421 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[68 (-1421166483627573248)]} 0 3
> [junit4:junit4]   2> 6424 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10072 (1421166483633864705)]} 0 1
> [junit4:junit4]   2> 6424 T997 C52 P50405 /update {wt=javabin&version=2} {add=[74 (1421166483633864704)]} 0 1
> [junit4:junit4]   2> 6430 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6431 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6431 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[74 (1421166483637010433)]} 0 4
> [junit4:junit4]   2> 6432 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10072 (1421166483637010432)]} 0 5
> [junit4:junit4]   2> 6434 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[74 (-1421166483644350464)]} 0 0
> [junit4:junit4]   2> 6435 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10073 (1421166483645399040)]} 0 0
> [junit4:junit4]   2> 6439 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6441 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6441 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[74 (-1421166483647496192)]} 0 4
> [junit4:junit4]   2> 6441 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10073 (1421166483648544768)]} 0 3
> [junit4:junit4]   2> 6444 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[10068 (-1421166483654836224)]} 0 1
> [junit4:junit4]   2> 6444 T997 C52 P50405 /update {wt=javabin&version=2} {add=[75 (1421166483654836225)]} 0 1
> [junit4:junit4]   2> 6448 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6450 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6451 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10068 (-1421166483656933376)]} 0 5
> [junit4:junit4]   2> 6451 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[75 (1421166483656933377)]} 0 5
> [junit4:junit4]   2> 6454 T995 C52 P50405 /update {wt=javabin&version=2} {add=[76 (1421166483664273408)]} 0 1
> [junit4:junit4]   2> 6477 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=18 
> [junit4:junit4]   2> 6478 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[76 (1421166483668467712)]} 0 21
> [junit4:junit4]   2> 6480 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[75 (-1421166483692584960)]} 0 0
> [junit4:junit4]   2> 6484 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6485 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[75 (-1421166483694682112)]} 0 3
> [junit4:junit4]   2> 6487 T997 C52 P50405 /update {wt=javabin&version=2} {add=[77 (1421166483699924992)]} 0 0
> [junit4:junit4]   2> 6492 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6492 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[77 (1421166483702022144)]} 0 3
> [junit4:junit4]   2> 6495 T994 C52 P50405 /update {wt=javabin&version=2} {add=[78 (1421166483707265024)]} 0 1
> [junit4:junit4]   2> 6500 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6500 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[78 (1421166483710410752)]} 0 3
> [junit4:junit4]   2> 6503 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[78 (-1421166483716702208)]} 0 0
> [junit4:junit4]   2> 6507 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6507 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[78 (-1421166483718799360)]} 0 2
> [junit4:junit4]   2> 6512 T997 C52 P50405 /update {wt=javabin&version=2} {add=[79 (1421166483726139392)]} 0 0
> [junit4:junit4]   2> 6529 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6530 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[79 (1421166483729285120)]} 0 15
> [junit4:junit4]   2> 6533 T994 C52 P50405 /update {wt=javabin&version=2} {add=[80 (1421166483747110912)]} 0 1
> [junit4:junit4]   2> 6598 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6598 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[80 (1421166483750256640)]} 0 63
> [junit4:junit4]   2> 6601 T996 C52 P50405 /update {wt=javabin&version=2} {delete=[80 (-1421166483819462656)]} 0 0
> [junit4:junit4]   2> 6605 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6605 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[80 (-1421166483821559808)]} 0 2
> [junit4:junit4]   2> 6607 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10074 (1421166483666370560)]} 0 153
> [junit4:junit4]   2> 6608 T997 C52 P50405 /update {wt=javabin&version=2} {add=[81 (1421166483826802688)]} 0 0
> [junit4:junit4]   2> 6613 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6614 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6615 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10074 (1421166483828899841)]} 0 5
> [junit4:junit4]   2> 6615 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[81 (1421166483828899840)]} 0 5
> [junit4:junit4]   2> 6617 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[10074 (-1421166483836239872)]} 0 0
> [junit4:junit4]   2> 6619 T996 C52 P50405 /update {wt=javabin&version=2} {add=[82 (1421166483837288448)]} 0 1
> [junit4:junit4]   2> 6623 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6624 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6624 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10074 (-1421166483840434177)]} 0 3
> [junit4:junit4]   2> 6625 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[82 (1421166483840434176)]} 0 4
> [junit4:junit4]   2> 6627 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10075 (1421166483846725632)]} 0 1
> [junit4:junit4]   2> 6628 T997 C52 P50405 /update {wt=javabin&version=2} {add=[83 (1421166483846725633)]} 0 1
> [junit4:junit4]   2> 6632 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6633 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6634 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[83 (1421166483849871361)]} 0 4
> [junit4:junit4]   2> 6634 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10075 (1421166483849871360)]} 0 4
> [junit4:junit4]   2> 6636 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10076 (1421166483856162816)]} 0 0
> [junit4:junit4]   2> 6643 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6643 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10076 (1421166483860357120)]} 0 3
> [junit4:junit4]   2> 6645 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10075 (-1421166483865600000)]} 0 0
> [junit4:junit4]   2> 6653 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6654 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[10075 (-1421166483871891456)]} 0 3
> [junit4:junit4]   2> 6657 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10077 (1421166483878182912)]} 0 0
> [junit4:junit4]   2> 6663 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6664 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10077 (1421166483881328640)]} 0 4
> [junit4:junit4]   2> 6666 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10078 (1421166483887620096)]} 0 0
> [junit4:junit4]   2> 6672 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6672 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10078 (1421166483890765824)]} 0 3
> [junit4:junit4]   2> 6675 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10078 (-1421166483897057280)]} 0 0
> [junit4:junit4]   2> 6681 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6682 T1015 C51 P53203 /update {wt=javabin&version=2} {delete=[10078 (-1421166483901251584)]} 0 3
> [junit4:junit4]   2> 6685 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10079 (1421166483906494464)]} 0 1
> [junit4:junit4]   2> 6690 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6691 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10079 (1421166483909640192)]} 0 4
> [junit4:junit4]   2> 6695 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10080 (1421166483916980224)]} 0 1
> [junit4:junit4]   2> 6703 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
> [junit4:junit4]   2> 6704 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10080 (1421166483921174528)]} 0 7
> [junit4:junit4]   2> 6706 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10080 (-1421166483929563136)]} 0 0
> [junit4:junit4]   2> 6709 T994 C52 P50405 /update {wt=javabin&version=2} {add=[84 (1421166483857211392)]} 0 72
> [junit4:junit4]   2> 6716 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6716 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10080 (-1421166483932708864)]} 0 7
> [junit4:junit4]   2> 6717 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6718 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[84 (1421166483939000320)]} 0 3
> [junit4:junit4]   2> 6719 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10081 (1421166483943194624)]} 0 0
> [junit4:junit4]   2> 6721 T996 C52 P50405 /update {wt=javabin&version=2} {add=[85 (1421166483944243200)]} 0 1
> [junit4:junit4]   2> 6725 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6725 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6726 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10081 (1421166483945291776)]} 0 5
> [junit4:junit4]   2> 6726 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[85 (1421166483947388928)]} 0 3
> [junit4:junit4]   2> 6728 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10082 (1421166483952631808)]} 0 0
> [junit4:junit4]   2> 6730 T995 C52 P50405 /update {wt=javabin&version=2} {add=[86 (1421166483953680384)]} 0 1
> [junit4:junit4]   2> 6737 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6737 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6738 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[86 (1421166483958923264)]} 0 4
> [junit4:junit4]   2> 6738 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10082 (1421166483958923265)]} 0 4
> [junit4:junit4]   2> 6741 T996 C52 P50405 /update {wt=javabin&version=2} {add=[87 (1421166483965214720)]} 0 1
> [junit4:junit4]   2> 6744 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10083 (1421166483967311872)]} 0 2
> [junit4:junit4]   2> 6749 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
> [junit4:junit4]   2> 6750 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[87 (1421166483968360448)]} 0 7
> [junit4:junit4]   2> 6752 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6752 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[87 (-1421166483977797632)]} 0 0
> [junit4:junit4]   2> 6752 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10083 (1421166483972554752)]} 0 5
> [junit4:junit4]   2> 6755 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10084 (1421166483979894784)]} 0 1
> [junit4:junit4]   2> 6757 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6758 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[87 (-1421166483979894784)]} 0 4
> [junit4:junit4]   2> 6760 T995 C52 P50405 /update {wt=javabin&version=2} {add=[88 (1421166483986186240)]} 0 0
> [junit4:junit4]   2> 6762 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6762 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[10084 (1421166483985137664)]} 0 4
> [junit4:junit4]   2> 6766 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10085 (1421166483991429120)]} 0 1
> [junit4:junit4]   2> 6766 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6767 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[88 (1421166483989331968)]} 0 4
> [junit4:junit4]   2> 6769 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[88 (-1421166483995623424)]} 0 0
> [junit4:junit4]   2> 6771 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6772 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10085 (1421166483994574848)]} 0 4
> [junit4:junit4]   2> 6773 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6775 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10086 (1421166484000866304)]} 0 1
> [junit4:junit4]   2> 6776 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[88 (-1421166483998769152)]} 0 5
> [junit4:junit4]   2> 6778 T995 C52 P50405 /update {wt=javabin&version=2} {add=[89 (1421166484005060608)]} 0 0
> [junit4:junit4]   2> 6781 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6782 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10086 (1421166484004012032)]} 0 5
> [junit4:junit4]   2> 6785 T996 C52 P50405 /update {wt=javabin&version=2} {add=[10087 (1421166484012400640)]} 0 0
> [junit4:junit4]   2> 6785 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6786 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[89 (1421166484009254912)]} 0 4
> [junit4:junit4]   2> 6789 T994 C52 P50405 /update {wt=javabin&version=2} {add=[90 (1421166484015546368)]} 0 1
> [junit4:junit4]   2> 6792 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6795 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
> [junit4:junit4]   2> 6796 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[90 (1421166484018692096)]} 0 5
> [junit4:junit4]   2> 6799 T997 C52 P50405 /update {wt=javabin&version=2} {add=[91 (1421166484027080704)]} 0 1
> [junit4:junit4]   2> 6803 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10087 (1421166484015546368)]} 0 15
> [junit4:junit4]   2> 6805 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6805 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[91 (1421166484029177856)]} 0 4
> [junit4:junit4]   2> 6806 T995 C52 P50405 /update {wt=javabin&version=2} {delete=[10087 (-1421166484034420736)]} 0 0
> [junit4:junit4]   2> 6808 T996 C52 P50405 /update {wt=javabin&version=2} {add=[92 (1421166484035469312)]} 0 1
> [junit4:junit4]   2> 6811 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6812 T1016 C51 P53203 /update {wt=javabin&version=2} {delete=[10087 (-1421166484037566464)]} 0 3
> [junit4:junit4]   2> 6813 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6814 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[92 (1421166484038615040)]} 0 4
> [junit4:junit4]   2> 6817 T997 C52 P50405 /update {wt=javabin&version=2} {add=[93 (1421166484044906496)]} 0 1
> [junit4:junit4]   2> 6817 T994 C52 P50405 /update {wt=javabin&version=2} {add=[10088 (1421166484042809344)]} 0 3
> [junit4:junit4]   2> 6822 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6822 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6824 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[93 (1421166484049100800)]} 0 4
> [junit4:junit4]   2> 6826 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10088 (1421166484049100801)]} 0 6
> [junit4:junit4]   2> 6827 T996 C52 P50405 /update {wt=javabin&version=2} {add=[94 (1421166484056440832)]} 0 0
> [junit4:junit4]   2> 6829 T997 C52 P50405 /update {wt=javabin&version=2} {delete=[10088 (-1421166484057489408)]} 0 1
> [junit4:junit4]   2> 6832 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6832 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6833 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[94 (1421166484059586560)]} 0 3
> [junit4:junit4]   2> 6834 T1014 C51 P53203 /update {wt=javabin&version=2} {delete=[10088 (-1421166484060635136)]} 0 3
> [junit4:junit4]   2> 6836 T994 C52 P50405 /update {wt=javabin&version=2} {add=[95 (1421166484064829440)]} 0 1
> [junit4:junit4]   2> 6837 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10089 (1421166484066926592)]} 0 0
> [junit4:junit4]   2> 6841 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6842 T1013 C51 P53203 /update {wt=javabin&version=2} {add=[95 (1421166484067975168)]} 0 4
> [junit4:junit4]   2> 6842 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6843 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10089 (1421166484070072320)]} 0 3
> [junit4:junit4]   2> 6844 T996 C52 P50405 /update {wt=javabin&version=2} {add=[96 (1421166484074266624)]} 0 0
> [junit4:junit4]   2> 6845 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10090 (1421166484075315200)]} 0 0
> [junit4:junit4]   2> 6849 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6849 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6850 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[10090 (1421166484077412353)]} 0 3
> [junit4:junit4]   2> 6851 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[96 (1421166484077412352)]} 0 4
> [junit4:junit4]   2> 6853 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[92 (-1421166484083703808)]} 0 0
> [junit4:junit4]   2> 6855 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10091 (1421166484084752384)]} 0 0
> [junit4:junit4]   2> 6857 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6859 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[92 (-1421166484086849536)]} 0 3
> [junit4:junit4]   2> 6861 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6862 T1015 C51 P53203 /update {wt=javabin&version=2} {add=[10091 (1421166484087898112)]} 0 5
> [junit4:junit4]   2> 6863 T996 C52 P50405 /update {wt=javabin&version=2} {add=[97 (1421166484094189568)]} 0 0
> [junit4:junit4]   2> 6865 T997 C52 P50405 /update {wt=javabin&version=2} {add=[10092 (1421166484095238144)]} 0 1
> [junit4:junit4]   2> 6868 T1031 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6869 T1014 C51 P53203 /update {wt=javabin&version=2} {add=[97 (1421166484097335296)]} 0 3
> [junit4:junit4]   2> 6872 T994 C52 P50405 /update {wt=javabin&version=2} {delete=[95 (-1421166484103626752)]} 0 0
> [junit4:junit4]   2> 6872 T1029 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6873 T1016 C51 P53203 /update {wt=javabin&version=2} {add=[10092 (1421166484098383872)]} 0 6
> [junit4:junit4]   2> 6877 T1030 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 6878 T1013 C51 P53203 /update {wt=javabin&version=2} {delete=[95 (-1421166484106772480)]} 0 3
> [junit4:junit4]   2> 6880 T995 C52 P50405 /update {wt=javabin&version=2} {add=[10093 (1421166484107821056)]} 0 4
> [junit4:junit4]   2> 6882 T996 C52 P50405 /update {wt=javabin&version=2} {add=[98 (1421166484113063936)]} 0 1
> [junit4:junit4]   2> 6891 T1028 C50 P60470 REQ /update {distrib.from=http://127.0.0.1:53203/f/y/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
> [junit4:junit4]   2> 6892 T1015 C51 P532
> 
> [...truncated too long message...]
> 
> read.run(ClientCnxn.java:495)
> [junit4:junit4]   2> 
> [junit4:junit4]   2> 29118 T1020 oasc.LeaderElector$1.process WARNING  java.lang.RuntimeException: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer
> [junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:597)
> [junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer.getCollectionQueue(Overseer.java:582)
> [junit4:junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.<init>(OverseerCollectionProcessor.java:80)
> [junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer.start(Overseer.java:546)
> [junit4:junit4]   2> 	at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:406)
> [junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:155)
> [junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:99)
> [junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
> [junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:128)
> [junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
> [junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
> [junit4:junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer
> [junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
> [junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
> [junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
> [junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:280)
> [junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:277)
> [junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:63)
> [junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:277)
> [junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:588)
> [junit4:junit4]   2> 	... 10 more
> [junit4:junit4]   2> 
> [junit4:junit4]   2> 29119 T1020 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
> [junit4:junit4]   2> 29119 T1020 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> 29119 T1020 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
> [junit4:junit4]   2> 29120 T1020 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {multiDefault=Lucene41(blocksize=128), a_t=Lucene41(blocksize=128), range_facet_si=Lucene41(blocksize=128), intDefault=PostingsFormat(name=Asserting), rnd_b=MockFixedIntBlock(blockSize=1603), timestamp=Lucene41(blocksize=128), other_tl1=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=Asserting), text=MockVariableIntBlock(baseBlockSize=4), range_facet_sl=MockFixedIntBlock(blockSize=1603), range_facet_l=Lucene41(blocksize=128), id=MockFixedIntBlock(blockSize=1603), a_si=PostingsFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=da, timezone=US/Mountain
> [junit4:junit4]   2> NOTE: Linux 3.2.0-34-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=197844008,total=491782144
> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFuzzyAnalyzedSuggestions, EchoParamsTest, QueryEqualityTest, DebugComponentTest, SolrCoreTest, OverseerCollectionProcessorTest, TestMergePolicyConfig, FullSolrCloudDistribCmdsTest, TestSolrCoreProperties, TestReversedWildcardFilterFactory, HighlighterTest, TestPropInjectDefaults, TestDocumentBuilder, TestFunctionQuery, TestSurroundQueryParser, BasicFunctionalityTest, DistributedQueryElevationComponentTest, TestDocSet, TestStressRecovery, XsltUpdateRequestHandlerTest, TestStressLucene, BadIndexSchemaTest, LukeRequestHandlerTest, OutputWriterTest, TestCodecSupport, ShowFileRequestHandlerTest, TestRealTimeGet, ReturnFieldsTest, ZkCLITest, TestElisionMultitermQuery, RAMDirectoryFactoryTest, TestLRUCache, BasicZkTest, ExternalFileFieldSortTest, DocumentBuilderTest, DocumentAnalysisRequestHandlerTest, SoftAutoCommitTest, TestDistributedGrouping, TestQueryUtils, ZkSolrClientTest, RequiredFieldsTest, TestLazyCores, XmlUpdateRequestHandlerTest, PrimitiveFieldTypeTest, TestSort, FileUtilsTest, TestCSVLoader, LeaderElectionTest, TestFoldingMultitermQuery, TestQuerySenderListener, TestValueSourceCache, RecoveryZkTest]
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=2D83061FAF7558B8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=US/Mountain -Dtests.file.encoding=US-ASCII
> [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=1145, name=coreLoadExecutor-459-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
> [junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([2D83061FAF7558B8]:0)
> [junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:516)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:976)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:874)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:866)
> [junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
> [junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:254)
> [junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:210)
> [junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:239)
> [junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:443)
> [junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:712)
> [junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:601)
> [junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:927)
> [junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1009)
> [junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
> [junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
> [junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> [junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> [junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> [junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> [junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
> [junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1e56f64d lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d2a454b)
> [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] Completed on J1 in 29.42s, 1 test, 1 error <<< FAILURES!
> 
> [...truncated 498 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:352: 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:178: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:438: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1175: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:839: There were test failures: 240 suites, 997 tests, 1 suite-level error, 7 ignored (2 assumptions)
> 
> Total time: 25 minutes 44 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Description set: Java: 64bit/jdk1.8.0-ea-b65 -XX:+UseG1GC
> 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


Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jrockit-jdk1.6.0_33-R28.2.4-4.1.0) - Build # 3197 - Still Failing!

Posted by Mark Miller <ma...@gmail.com>.
This is SOLR-4171

- Mark

On Dec 12, 2012, at 2:02 PM, Policeman Jenkins Server <je...@sd-datasolutions.de> wrote:

> Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3197/
> Java: 64bit/jrockit-jdk1.6.0_33-R28.2.4-4.1.0 -XnoOpt
> 
> 2 tests failed.
> FAILED:  org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest.testMultiCore
> 
> Error Message:
> Index directory exists after core unload with deleteIndex=true
> 
> Stack Trace:
> java.lang.AssertionError: Index directory exists after core unload with deleteIndex=true
> 	at __randomizedtesting.SeedInfo.seed([F869C9E1049BA05F:7C41D212CB48AD6A]:0)
> 	at org.junit.Assert.fail(Assert.java:93)
> 	at org.junit.Assert.assertTrue(Assert.java:43)
> 	at org.junit.Assert.assertFalse(Assert.java:68)
> 	at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:229)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:738)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:774)
> 	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:683)
> 	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:40)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:44)
> 	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:56)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> 	at java.lang.Thread.run(Thread.java:662)
> 
> 
> FAILED:  org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest.testMultiCore
> 
> Error Message:
> Index directory exists after core unload with deleteIndex=true
> 
> Stack Trace:
> java.lang.AssertionError: Index directory exists after core unload with deleteIndex=true
> 	at __randomizedtesting.SeedInfo.seed([F869C9E1049BA05F:7C41D212CB48AD6A]:0)
> 	at org.junit.Assert.fail(Assert.java:93)
> 	at org.junit.Assert.assertTrue(Assert.java:43)
> 	at org.junit.Assert.assertFalse(Assert.java:68)
> 	at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:229)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:738)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:774)
> 	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:683)
> 	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:40)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:44)
> 	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:56)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> 	at java.lang.Thread.run(Thread.java:662)
> 
> 
> 
> 
> Build Log:
> [...truncated 9055 lines...]
> [junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest
> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 1 T326 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 1 T326 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
> [junit4:junit4]   2> 1 T326 oasc.CoreContainer.<init> New CoreContainer 472928779
> [junit4:junit4]   2> 16 T326 oas.SolrTestCaseJ4.setUp ###Starting testMultiCore
> [junit4:junit4]   2> 16 T326 oascs.MultiCoreExampleTestBase.setUp CORES=org.apache.solr.core.CoreContainer@1c30520b : []
> [junit4:junit4]   2> 17 T326 oejs.Server.doStart jetty-8.1.8.v20121106
> [junit4:junit4]   2> 23 T326 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:41711
> [junit4:junit4]   2> 24 T326 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 24 T326 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore
> [junit4:junit4]   2> 24 T326 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
> [junit4:junit4]   2> 37 T326 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> [junit4:junit4]   2> 37 T326 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 37 T326 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore
> [junit4:junit4]   2> 38 T326 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/solr.xml
> [junit4:junit4]   2> 38 T326 oasc.CoreContainer.<init> New CoreContainer 473690645
> [junit4:junit4]   2> 38 T326 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
> [junit4:junit4]   2> 39 T326 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
> [junit4:junit4]   2> 57 T326 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 74 T336 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
> [junit4:junit4]   2> 74 T336 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
> [junit4:junit4]   2> 75 T337 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1
> [junit4:junit4]   2> 75 T337 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/'
> [junit4:junit4]   2> 107 T336 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 107 T337 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 151 T336 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 151 T336 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 152 T337 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 153 T337 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 153 T336 oass.IndexSchema.readSchema Schema name=example core zero
> [junit4:junit4]   2> 155 T337 oass.IndexSchema.readSchema Schema name=example core one
> [junit4:junit4]   2> 166 T336 oass.IndexSchema.readSchema default search field in schema is name
> [junit4:junit4]   2> 169 T336 oass.IndexSchema.readSchema query parser default operator is OR
> [junit4:junit4]   2> 169 T337 oass.IndexSchema.readSchema default search field in schema is name
> [junit4:junit4]   2> 170 T336 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 170 T337 oass.IndexSchema.readSchema query parser default operator is OR
> [junit4:junit4]   2> 171 T336 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/
> [junit4:junit4]   2> 171 T337 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 171 T336 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
> [junit4:junit4]   2> 172 T336 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
> [junit4:junit4]   2> 172 T337 oasc.SolrCore.<init> [core1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/
> [junit4:junit4]   2> 173 T337 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
> [junit4:junit4]   2> 173 T337 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
> [junit4:junit4]   2> 179 T337 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547 forceNew:false
> [junit4:junit4]   2> 179 T336 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531 forceNew:false
> [junit4:junit4]   2> 179 T337 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
> [junit4:junit4]   2> 179 T336 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 179 T337 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index/
> [junit4:junit4]   2> 180 T336 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index/
> [junit4:junit4]   2> 180 T336 oasc.SolrCore.initIndex WARNING [core0] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 180 T337 oasc.SolrCore.initIndex WARNING [core1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 180 T336 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index forceNew:false
> [junit4:junit4]   2> 180 T337 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index forceNew:false
> [junit4:junit4]   2> 299 T337 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 299 T336 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 300 T337 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 300 T336 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 300 T337 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
> [junit4:junit4]   2> 300 T336 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 301 T337 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 301 T337 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 301 T337 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 302 T337 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 302 T337 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 302 T337 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 303 T337 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 303 T337 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 303 T337 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
> [junit4:junit4]   2> 304 T336 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 304 T336 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 304 T336 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 305 T336 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 305 T336 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 305 T336 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 305 T337 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 306 T336 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 306 T336 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 307 T336 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
> [junit4:junit4]   2> 308 T336 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 308 T337 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
> [junit4:junit4]   2> 309 T337 oass.SolrIndexSearcher.<init> Opening Searcher@1c3ff81f main
> [junit4:junit4]   2> 309 T337 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 310 T337 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 310 T337 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
> [junit4:junit4]   2> 310 T337 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 310 T337 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
> [junit4:junit4]   2> 310 T336 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 310 T337 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 311 T337 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 311 T337 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 311 T336 oass.SolrIndexSearcher.<init> Opening Searcher@1c3dd59d main
> [junit4:junit4]   2> 311 T337 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 311 T337 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 311 T337 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 311 T336 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 312 T337 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
> [junit4:junit4]   2> 312 T336 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 322 T337 oasc.CoreContainer.registerCore registering core: core1
> [junit4:junit4]   2> 322 T338 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c3ff81f main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 323 T336 oasc.CoreContainer.registerCore registering core: core0
> [junit4:junit4]   2> 323 T339 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c3dd59d main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 323 T326 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
> [junit4:junit4]   2> 324 T326 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
> [junit4:junit4]   2> 327 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> ASYNC  NEW_CORE C14 name=core0 org.apache.solr.core.SolrCore@1c2e0210
> [junit4:junit4]   2> 335 T332 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 337 T332 C14 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 337 T332 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 338 T332 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 338 T332 C14 oass.SolrIndexSearcher.<init> Opening Searcher@1c2e9fe9 realtime
> [junit4:junit4]   2> 338 T332 C14 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 348 T332 C14 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_2,generation=2,filenames=[segments_2]
> [junit4:junit4]   2> 348 T332 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
> [junit4:junit4]   2> 349 T332 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 349 T332 C14 oass.SolrIndexSearcher.<init> Opening Searcher@1c2f2ce2 main
> [junit4:junit4]   2> 349 T332 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 350 T332 C14 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 350 T339 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c2f2ce2 main{StandardDirectoryReader(segments_1:1:nrt)}
> [junit4:junit4]   2> 350 T339 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 350 T332 C14 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {deleteByQuery=*:* (-1421175863236362240),commit=} 0 15
> [junit4:junit4]   2> 351 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> ASYNC  NEW_CORE C15 name=core1 org.apache.solr.core.SolrCore@1c2c7f5a
> [junit4:junit4]   2> 358 T333 C15 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
> [junit4:junit4]   2> 359 T333 C15 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 360 T333 C15 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 360 T333 C15 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
> [junit4:junit4]   2> 361 T333 C15 oass.SolrIndexSearcher.<init> Opening Searcher@1c28f5ef realtime
> [junit4:junit4]   2> 361 T333 C15 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 378 T333 C15 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index,segFN=segments_2,generation=2,filenames=[segments_2]
> [junit4:junit4]   2> 379 T333 C15 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
> [junit4:junit4]   2> 380 T333 C15 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
> [junit4:junit4]   2> 381 T333 C15 oass.SolrIndexSearcher.<init> Opening Searcher@1c189d57 main
> [junit4:junit4]   2> 381 T333 C15 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
> [junit4:junit4]   2> 382 T333 C15 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 382 T338 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c189d57 main{StandardDirectoryReader(segments_1:1:nrt)}
> [junit4:junit4]   2> 383 T338 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
> [junit4:junit4]   2> 383 T333 C15 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {deleteByQuery=*:* (-1421175863260479488),commit=} 0 25
> [junit4:junit4]   2> 385 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 394 T334 C14 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 428 T334 C14 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_2,generation=2,filenames=[segments_2]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
> [junit4:junit4]   2> 429 T334 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
> [junit4:junit4]   2> 430 T334 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 432 T334 C14 oass.SolrIndexSearcher.<init> Opening Searcher@1c334efe main
> [junit4:junit4]   2> 433 T339 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c334efe main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
> [junit4:junit4]   2> 433 T334 C14 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 433 T339 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 434 T334 C14 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[AAA (1421175863297179648)],commit=} 0 41
> [junit4:junit4]   2> 435 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 442 T333 C15 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {} 0 0
> [junit4:junit4]   2> 443 T333 C15 oasc.SolrException.log Ignoring exception matching unknown field
> [junit4:junit4]   2> 444 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 453 T334 C15 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 478 T334 C15 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index,segFN=segments_2,generation=2,filenames=[segments_2]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index,segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0_1.del, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
> [junit4:junit4]   2> 479 T334 C15 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0_1.del, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
> [junit4:junit4]   2> 480 T334 C15 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
> [junit4:junit4]   2> 483 T334 C15 oass.SolrIndexSearcher.<init> Opening Searcher@1c381019 main
> [junit4:junit4]   2> 483 T334 C15 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 484 T338 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c381019 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C2/1)}
> [junit4:junit4]   2> 484 T338 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
> [junit4:junit4]   2> 484 T334 C15 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[BBB (1421175863357997056), BBB (1421175863359045632)],commit=} 0 34
> [junit4:junit4]   2> 485 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 488 T335 C14 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {} 0 0
> [junit4:junit4]   2> 489 T335 C14 oasc.SolrException.log Ignoring exception matching unknown field
> [junit4:junit4]   2> 489 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 493 T332 C14 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 529 T332 C14 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_4,generation=4,filenames=[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_nrm.cfs, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.prx, _1_Lucene40_0.tip, _1_nrm.cfe, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_4]
> [junit4:junit4]   2> 529 T332 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_nrm.cfs, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.prx, _1_Lucene40_0.tip, _1_nrm.cfe, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_4]
> [junit4:junit4]   2> 532 T332 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 533 T332 C14 oass.SolrIndexSearcher.<init> Opening Searcher@1c3bfee8 main
> [junit4:junit4]   2> 533 T339 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c3bfee8 main{StandardDirectoryReader(segments_4:5:nrt _0(5.0):C1 _1(5.0):C1)}
> [junit4:junit4]   2> 533 T332 C14 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 534 T339 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 534 T332 C14 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[BBB1 (1421175863400988672)],commit=} 0 42
> [junit4:junit4]   2> 534 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 542 T332 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=1 status=0 QTime=0 
> [junit4:junit4]   2> 543 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 546 T333 C15 REQ [core1] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=0 status=0 QTime=0 
> [junit4:junit4]   2> 546 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 549 T335 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=1 status=0 QTime=0 
> [junit4:junit4]   2> 550 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 553 T334 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q=id:BBB&version=2} hits=0 status=0 QTime=0 
> [junit4:junit4]   2> 553 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 556 T332 C15 REQ [core1] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=0 status=0 QTime=0 
> [junit4:junit4]   2> 556 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 559 T333 C15 REQ [core1] webapp=/example path=/select params={wt=javabin&q=id:BBB&version=2} hits=1 status=0 QTime=0 
> [junit4:junit4]   2> 560 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 577 T335 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname}*:*&version=2} hits=0 status=0 QTime=15 
> [junit4:junit4]   2> 577 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 582 T334 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname+fromIndex%3Dcore1}id:BBB&version=2} hits=2 status=0 QTime=2 
> [junit4:junit4]   2> 582 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 585 T332 C15 REQ [core1] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname+fromIndex%3Dcore0}id:AAA&version=2} hits=1 status=0 QTime=0 
> [junit4:junit4]   2> 586 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 651 T333 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname+fromIndex%3Dcore1}id:BB~&version=2} hits=2 status=0 QTime=61 
> [junit4:junit4]   2> 652 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 655 T335 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname+fromIndex%3Dcore1}core1:yup&version=2} hits=2 status=0 QTime=0 
> [junit4:junit4]   2> 656 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 665 T334 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 669 T332 oasc.CoreContainer.reload Reloading SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
> [junit4:junit4]   2> 670 T332 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
> [junit4:junit4]   2> 706 T332 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 769 T332 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 770 T332 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 772 T332 oass.IndexSchema.readSchema Schema name=example core zero
> [junit4:junit4]   2> 785 T332 oass.IndexSchema.readSchema default search field in schema is name
> [junit4:junit4]   2> 786 T332 oass.IndexSchema.readSchema query parser default operator is OR
> [junit4:junit4]   2> 787 T332 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 788 T332 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/
> [junit4:junit4]   2> 788 T332 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
> [junit4:junit4]   2> 789 T332 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 789 T332 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index/
> [junit4:junit4]   2> 797 T332 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 797 T332 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 798 T332 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 798 T332 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 798 T332 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 799 T332 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 800 T332 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 800 T332 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 801 T332 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
> [junit4:junit4]   2> 803 T332 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 805 T332 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 806 T332 oass.SolrIndexSearcher.<init> Opening Searcher@1c3b9d54 main
> [junit4:junit4]   2> 810 T332 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 810 T332 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 819 T340 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c3b9d54 main{StandardDirectoryReader(segments_4:5:nrt _0(5.0):C1 _1(5.0):C1)}
> [junit4:junit4]   2> 819 T332 oasc.CoreContainer.registerCore replacing core: core0
> [junit4:junit4]   2> 819 T332 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c2e0210
> [junit4:junit4]   2> 820 T332 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
> [junit4:junit4]   2> 820 T332 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
> [junit4:junit4]   2> 820 T332 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 821 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> ASYNC  NEW_CORE C16 name=core0 org.apache.solr.core.SolrCore@1c35b112
> [junit4:junit4]   2> 827 T334 C16 REQ [core0] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=1 status=0 QTime=1 
> [junit4:junit4]   2> 831 T333 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 833 T335 oasc.CoreContainer.registerCore registering core: corea
> [junit4:junit4]   2> 835 T332 oasc.CoreContainer.registerCore registering core: coreb
> [junit4:junit4]   2> 837 T334 oasc.CoreContainer.registerCore registering core: corec
> [junit4:junit4]   2> 838 T335 oasc.CoreContainer.registerCore registering core: cored
> [junit4:junit4]   2> 840 T332 oasc.CoreContainer.registerCore registering core: corefoo
> [junit4:junit4]   2> 840 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 859 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 862 T335 C15 REQ [corefoo] webapp=/example path=/select params={wt=javabin&q=id:BBB&version=2} hits=1 status=0 QTime=0 
> [junit4:junit4]   2> 863 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 955 T332 C15 REQ [corefoo] webapp=/example path=/admin/system params={qt=/admin/system&wt=javabin&version=2} status=0 QTime=90 
> [junit4:junit4]   2> 961 T333 oasc.SolrCore.close [corefoo]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c2c7f5a
> [junit4:junit4]   2> 961 T333 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
> [junit4:junit4]   2> 962 T333 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 962 T333 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 962 T333 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 965 T333 C15 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
> [junit4:junit4]   2> 965 T333 oasc.SolrCore.closeSearcher [corefoo] Closing main searcher on request.
> [junit4:junit4]   2> 966 T333 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
> [junit4:junit4]   2> 966 T333 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
> [junit4:junit4]   2> 966 T333 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
> [junit4:junit4]   2> 967 T333 oasc.SolrException.log SEVERE java.lang.RuntimeException: Already closed
> [junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:225)
> [junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:210)
> [junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler$1.postClose(CoreAdminHandler.java:619)
> [junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:1028)
> [junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler.handleUnloadAction(CoreAdminHandler.java:689)
> [junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:152)
> [junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:146)
> [junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:375)
> [junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:184)
> [junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
> [junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
> [junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
> [junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
> [junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
> [junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
> [junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
> [junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
> [junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
> [junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
> [junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
> [junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
> [junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
> [junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
> [junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:989)
> [junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
> [junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
> [junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
> [junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
> [junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
> [junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:609)
> [junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
> [junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]   2> 	
> [junit4:junit4]   2> 970 T326 oas.SolrTestCaseJ4.tearDown ###Ending testMultiCore
> [junit4:junit4]   2> 992 T326 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=473690645
> [junit4:junit4]   2> 993 T326 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c35b112
> [junit4:junit4]   2> 994 T326 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> 994 T326 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 995 T326 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 995 T326 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1002 T326 C16 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 1002 T326 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
> [junit4:junit4]   2> 1003 T326 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 1003 T326 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 1004 T326 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 1005 T326 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/example,null}
> [junit4:junit4]   1> org.apache.solr.core.StandardDirectoryFactory
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MultiCoreExampleJettyTest -Dtests.method=testMultiCore -Dtests.seed=F869C9E1049BA05F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr -Dtests.timezone=Australia/NSW -Dtests.file.encoding=UTF-8
> [junit4:junit4] FAILURE 1.14s J0 | MultiCoreExampleJettyTest.testMultiCore <<<
> [junit4:junit4]    > Throwable #1: java.lang.AssertionError: Index directory exists after core unload with deleteIndex=true
> [junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F869C9E1049BA05F:7C41D212CB48AD6A]:0)
> [junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
> [junit4:junit4]    > 	at org.junit.Assert.assertTrue(Assert.java:43)
> [junit4:junit4]    > 	at org.junit.Assert.assertFalse(Assert.java:68)
> [junit4:junit4]    > 	at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:229)
> [junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:738)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:774)
> [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:683)
> [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:40)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:44)
> [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:56)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]   2> 1159 T326 oas.SolrTestCaseJ4.setUp ###Starting testDistributed
> [junit4:junit4]   2> 1159 T326 oascs.MultiCoreExampleTestBase.setUp CORES=org.apache.solr.core.CoreContainer@1c30520b : []
> [junit4:junit4]   2> 1160 T326 oejs.Server.doStart jetty-8.1.8.v20121106
> [junit4:junit4]   2> 1162 T326 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:56370
> [junit4:junit4]   2> 1162 T326 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 1163 T326 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore
> [junit4:junit4]   2> 1163 T326 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
> [junit4:junit4]   2> 1175 T326 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> [junit4:junit4]   2> 1176 T326 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 1176 T326 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore
> [junit4:junit4]   2> 1176 T326 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/solr.xml
> [junit4:junit4]   2> 1176 T326 oasc.CoreContainer.<init> New CoreContainer 474163463
> [junit4:junit4]   2> 1177 T326 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
> [junit4:junit4]   2> 1177 T326 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
> [junit4:junit4]   2> 1196 T326 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 1223 T352 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
> [junit4:junit4]   2> 1224 T352 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
> [junit4:junit4]   2> 1225 T353 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1
> [junit4:junit4]   2> 1226 T353 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/'
> [junit4:junit4]   2> 1251 T352 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 1252 T353 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 1297 T352 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 1297 T352 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 1299 T353 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 1299 T353 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 1300 T352 oass.IndexSchema.readSchema Schema name=example core zero
> [junit4:junit4]   2> 1301 T353 oass.IndexSchema.readSchema Schema name=example core one
> [junit4:junit4]   2> 1313 T352 oass.IndexSchema.readSchema default search field in schema is name
> [junit4:junit4]   2> 1314 T352 oass.IndexSchema.readSchema query parser default operator is OR
> [junit4:junit4]   2> 1314 T353 oass.IndexSchema.readSchema default search field in schema is name
> [junit4:junit4]   2> 1315 T352 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 1315 T353 oass.IndexSchema.readSchema query parser default operator is OR
> [junit4:junit4]   2> 1316 T352 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/
> [junit4:junit4]   2> 1316 T352 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
> [junit4:junit4]   2> 1317 T353 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 1317 T352 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
> [junit4:junit4]   2> 1317 T352 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531 forceNew:false
> [junit4:junit4]   2> 1317 T352 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 1318 T352 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index/
> [junit4:junit4]   2> 1318 T353 oasc.SolrCore.<init> [core1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/
> [junit4:junit4]   2> 1318 T353 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
> [junit4:junit4]   2> 1318 T353 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
> [junit4:junit4]   2> 1318 T353 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690 forceNew:false
> [junit4:junit4]   2> 1318 T352 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 1319 T353 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
> [junit4:junit4]   2> 1319 T352 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 1319 T353 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index/
> [junit4:junit4]   2> 1319 T352 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 1319 T353 oasc.SolrCore.initIndex WARNING [core1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 1320 T353 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index forceNew:false
> [junit4:junit4]   2> 1320 T352 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 1320 T352 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 1320 T352 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 1321 T352 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 1321 T352 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 1321 T352 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
> [junit4:junit4]   2> 1323 T352 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 1325 T352 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 1325 T352 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index forceNew:false
> [junit4:junit4]   2> 1328 T352 oass.SolrIndexSearcher.<init> Opening Searcher@1c5ef3f5 main
> [junit4:junit4]   2> 1330 T352 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 1330 T352 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 1330 T352 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
> [junit4:junit4]   2> 1330 T352 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 1330 T352 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
> [junit4:junit4]   2> 1330 T352 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 1331 T352 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 1331 T352 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 1331 T352 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 1331 T352 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 1331 T352 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 1332 T352 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
> [junit4:junit4]   2> 1341 T354 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c5ef3f5 main{StandardDirectoryReader(segments_4:5 _0(5.0):C1 _1(5.0):C1)}
> [junit4:junit4]   2> 1342 T352 oasc.CoreContainer.registerCore registering core: core0
> [junit4:junit4]   2> 1408 T353 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 1408 T353 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 1409 T353 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
> [junit4:junit4]   2> 1410 T353 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 1411 T353 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 1411 T353 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 1412 T353 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 1413 T353 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 1413 T353 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 1414 T353 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 1414 T353 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 1415 T353 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
> [junit4:junit4]   2> 1426 T353 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 1432 T353 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
> [junit4:junit4]   2> 1433 T353 oass.SolrIndexSearcher.<init> Opening Searcher@1c1380a9 main
> [junit4:junit4]   2> 1434 T353 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 1434 T353 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 1444 T355 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c1380a9 main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 1444 T353 oasc.CoreContainer.registerCore registering core: core1
> [junit4:junit4]   2> 1444 T326 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
> [junit4:junit4]   2> 1444 T326 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
> [junit4:junit4]   2> 1446 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> ASYNC  NEW_CORE C17 name=core0 org.apache.solr.core.SolrCore@1c5c40fe
> [junit4:junit4]   2> 1453 T348 C17 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 1461 T348 C17 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_4,generation=4,filenames=[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_nrm.cfs, _0_Lucene40_0.prx, _1.fnm, _1_nrm.cfe, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_4]
> [junit4:junit4]   2> 1461 T348 C17 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_nrm.cfs, _0_Lucene40_0.prx, _1.fnm, _1_nrm.cfe, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_4]
> [junit4:junit4]   2> 1463 T348 C17 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 1471 T348 C17 oass.SolrIndexSearcher.<init> Opening Searcher@1c2431fe realtime
> [junit4:junit4]   2> 1471 T348 C17 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 1478 T348 C17 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_4,generation=4,filenames=[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_nrm.cfs, _0_Lucene40_0.prx, _1.fnm, _1_nrm.cfe, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_4]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_5,generation=5,filenames=[segments_5]
> [junit4:junit4]   2> 1478 T348 C17 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[segments_5]
> [junit4:junit4]   2> 1484 T348 C17 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 1484 T348 C17 oass.SolrIndexSearcher.<init> Opening Searcher@1c2a7aae main
> [junit4:junit4]   2> 1485 T348 C17 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 1485 T354 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c2a7aae main{StandardDirectoryReader(segments_4:7:nrt)}
> [junit4:junit4]   2> 1486 T354 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 1487 T348 C17 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 1487 T348 C17 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {deleteByQuery=*:* (-1421175864408670208),commit=} 0 34
> [junit4:junit4]   2> 1488 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> ASYNC  NEW_CORE C18 name=core1 org.apache.solr.core.SolrCore@1c591795
> [junit4:junit4]   2> 1496 T349 C18 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
> [junit4:junit4]   2> 1498 T349 C18 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 1498 T349 C18 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 1499 T349 C18 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
> [junit4:junit4]   2> 1500 T349 C18 oass.SolrIndexSearcher.<init> Opening Searcher@1c2e78a3 realtime
> [junit4:junit4]   2> 1500 T349 C18 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 1568 T349 C18 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index,segFN=segments_2,generation=2,filenames=[segments_2]
> [junit4:junit4]   2> 1568 T349 C18 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
> [junit4:junit4]   2> 1569 T349 C18 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
> [junit4:junit4]   2> 1569 T349 C18 oass.SolrIndexSearcher.<init> Opening Searcher@1c2f1daf main
> [junit4:junit4]   2> 1569 T349 C18 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
> [junit4:junit4]   2> 1570 T355 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c2f1daf main{StandardDirectoryReader(segments_1:1:nrt)}
> [junit4:junit4]   2> 1570 T349 C18 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 1570 T355 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
> [junit4:junit4]   2> 1570 T349 C18 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {deleteByQuery=*:* (-1421175864453758976),commit=} 0 74
> [junit4:junit4]   2> 1571 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 1575 T351 C17 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 1598 T351 C17 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_5,generation=5,filenames=[segments_5]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_6,generation=6,filenames=[_2.si, _2_Lucene40_0.tip, _2_nrm.cfe, _2_Lucene40_0.frq, _2_Lucene40_0.prx, _2.fdt, _2_Lucene40_0.tim, _2_nrm.cfs, _2.fdx, segments_6, _2.fnm]
> [junit4:junit4]   2> 1599 T351 C17 oasc.SolrDeletionPolicy.updateCommits newest commit = 6[_2.si, _2_Lucene40_0.tip, _2_nrm.cfe, _2_Lucene40_0.frq, _2_Lucene40_0.prx, _2.fdt, _2_Lucene40_0.tim, _2_nrm.cfs, _2.fdx, segments_6, _2.fnm]
> [junit4:junit4]   2> 1600 T351 C17 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 1601 T351 C17 oass.SolrIndexSearcher.<init> Opening Searcher@1c375af6 main
> [junit4:junit4]   2> 1602 T354 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c375af6 main{StandardDirectoryReader(segments_6:9:nrt _2(5.0):C1)}
> [junit4:junit4]   2> 1602 T351 C17 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 1602 T354 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 1602 T351 C17 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[core0 (1421175864535547904)],commit=} 0 28
> [junit4:junit4]   2> 1603 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 1607 T349 C18 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 1629 T349 C18 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index,segFN=segments_2,generation=2,filenames=[segments_2]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index,segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
> [junit4:junit4]   2> 1629 T349 C18 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
> [junit4:junit4]   2> 1630 T349 C18 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
> [junit4:junit4]   2> 1632 T349 C18 oass.SolrIndexSearcher.<init> Opening Searcher@1c35dda7 main
> [junit4:junit4]   2> 1632 T355 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c35dda7 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
> [junit4:junit4]   2> 1632 T349 C18 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 1632 T355 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
> [junit4:junit4]   2> 1632 T349 C18 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[core1 (1421175864569102336)],commit=} 0 26
> [junit4:junit4]   2> 1633 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 1636 T350 C17 REQ [core0] webapp=/example path=/select params={wt=javabin&q=*:*&version=2} hits=1 status=0 QTime=0 
> [junit4:junit4]   2> 1637 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 1639 T348 C18 REQ [core1] webapp=/example path=/select params={wt=javabin&q=*:*&version=2} hits=1 status=0 QTime=0 
> [junit4:junit4]   2> 1640 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 1662 T349 C17 REQ [core0] webapp=/example path=/select params={fl=id,score&shard.url=127.0.0.1:56370/example/core0&NOW=1355338921172&start=0&q=*:*&distrib=false&isShard=true&wt=javabin&fsv=true&rows=10&version=2} hits=1 status=0 QTime=3 
> [junit4:junit4]   2> 1662 T350 C18 REQ [core1] webapp=/example path=/select params={fl=id,score&shard.url=127.0.0.1:56370/example/core1&NOW=1355338921172&start=0&q=*:*&distrib=false&isShard=true&wt=javabin&fsv=true&rows=10&version=2} hits=1 status=0 QTime=3 
> [junit4:junit4]   2> 1679 T349 C17 REQ [core0] webapp=/example path=/select params={fl=id,s:[shard]&shard.url=127.0.0.1:56370/example/core0&NOW=1355338921172&q=*:*&ids=core0&distrib=false&isShard=true&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 1679 T348 C18 REQ [core1] webapp=/example path=/select params={fl=id,s:[shard]&shard.url=127.0.0.1:56370/example/core1&NOW=1355338921172&q=*:*&ids=core1&distrib=false&isShard=true&wt=javabin&version=2} status=0 QTime=0 
> [junit4:junit4]   2> 1681 T351 C17 REQ [core0] webapp=/example path=/select params={shards=127.0.0.1:56370/example/core0,127.0.0.1:56370/example/core1&fl=id,s:[shard]&wt=javabin&q=*:*&version=2} hits=2 status=0 QTime=39 
> [junit4:junit4]   2> 1681 T326 oas.SolrTestCaseJ4.tearDown ###Ending testDistributed
> [junit4:junit4]   2> 1704 T326 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=474163463
> [junit4:junit4]   2> 1705 T326 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c5c40fe
> [junit4:junit4]   2> 1705 T326 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
> [junit4:junit4]   2> 1705 T326 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 1705 T326 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 1706 T326 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1710 T326 C17 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 1710 T326 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
> [junit4:junit4]   2> 1710 T326 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 1711 T326 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
> [junit4:junit4]   2> 1711 T326 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
> [junit4:junit4]   2> 1711 T326 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c591795
> [junit4:junit4]   2> 1712 T326 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
> [junit4:junit4]   2> 1712 T326 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 1712 T326 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 1712 T326 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1716 T326 C18 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
> [junit4:junit4]   2> 1717 T326 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
> [junit4:junit4]   2> 1717 T326 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
> [junit4:junit4]   2> 1718 T326 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
> [junit4:junit4]   2> 1718 T326 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
> [junit4:junit4]   2> 1718 T326 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/example,null}
> [junit4:junit4]   2> 1773 T326 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=472928779
> [junit4:junit4]   2> 1773 T326 oas.SolrTestCaseJ4.deleteCore ###deleteCore
> [junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=sr, timezone=Australia/NSW
> [junit4:junit4]   2> NOTE: Linux 3.2.0-34-generic amd64/Oracle Corporation 1.6.0_33 (64-bit)/cpus=8,threads=1,free=45524384,total=145473536
> [junit4:junit4]   2> NOTE: All tests run in this JVM: [SolrDocumentTest, CloudSolrServerTest, TestHash, AnlysisResponseBaseTest, SolrQueryTest, TermsResponseTest, TestXMLEscaping, TestDocumentObjectBinder, LargeVolumeJettyTest, DocumentAnalysisResponseTest, LargeVolumeBinaryJettyTest, TestFastInputStream, SolrExampleStreamingTest, SolrExampleJettyTest, SolrExampleBinaryTest, SolrExampleEmbeddedTest, MultiCoreExampleJettyTest]
> [junit4:junit4] Completed on J0 in 1.83s, 2 tests, 1 failure <<< FAILURES!
> 
> [...truncated 22 lines...]
> [junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest
> [junit4:junit4]   2> 0 T293 oas.SolrTestCaseJ4.startTrackingSearchers WARNING startTrackingSearchers: numOpens=7 numCloses=7
> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/./solrtest-MultiCoreEmbeddedTest-1355338923350
> [junit4:junit4]   2> 1 T293 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 1 T293 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
> [junit4:junit4]   2> 2 T293 oasc.CoreContainer.<init> New CoreContainer 474941521
> [junit4:junit4]   2> 16 T293 oas.SolrTestCaseJ4.setUp ###Starting testMultiCore
> [junit4:junit4]   2> 16 T293 oascs.MultiCoreExampleTestBase.setUp CORES=org.apache.solr.core.CoreContainer@1c4f0851 : []
> [junit4:junit4]   2> 17 T293 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore'
> [junit4:junit4]   2> 17 T293 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
> [junit4:junit4]   2> 33 T293 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 50 T294 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
> [junit4:junit4]   2> 50 T294 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
> [junit4:junit4]   2> 51 T295 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1
> [junit4:junit4]   2> 51 T295 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/'
> [junit4:junit4]   2> 92 T294 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 94 T295 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 134 T294 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 135 T294 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 149 T294 oass.IndexSchema.readSchema Schema name=example core zero
> [junit4:junit4]   2> 162 T294 oass.IndexSchema.readSchema default search field in schema is name
> [junit4:junit4]   2> 163 T294 oass.IndexSchema.readSchema query parser default operator is OR
> [junit4:junit4]   2> 164 T294 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 165 T295 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 165 T295 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 165 T294 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/
> [junit4:junit4]   2> 165 T294 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
> [junit4:junit4]   2> 166 T294 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
> [junit4:junit4]   2> 166 T294 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350 forceNew:false
> [junit4:junit4]   2> 166 T294 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
> [junit4:junit4]   2> 166 T294 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index/
> [junit4:junit4]   2> 167 T294 oasc.SolrCore.initIndex WARNING [core0] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 167 T294 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index forceNew:false
> [junit4:junit4]   2> 169 T295 oass.IndexSchema.readSchema Schema name=example core one
> [junit4:junit4]   2> 184 T295 oass.IndexSchema.readSchema default search field in schema is name
> [junit4:junit4]   2> 186 T295 oass.IndexSchema.readSchema query parser default operator is OR
> [junit4:junit4]   2> 188 T295 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 189 T295 oasc.SolrCore.<init> [core1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/
> [junit4:junit4]   2> 189 T295 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
> [junit4:junit4]   2> 189 T295 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
> [junit4:junit4]   2> 190 T295 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365 forceNew:false
> [junit4:junit4]   2> 190 T295 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
> [junit4:junit4]   2> 190 T295 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index/
> [junit4:junit4]   2> 191 T295 oasc.SolrCore.initIndex WARNING [core1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 191 T295 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index forceNew:false
> [junit4:junit4]   2> 340 T294 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 341 T295 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 341 T294 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 341 T295 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 341 T294 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
> [junit4:junit4]   2> 341 T295 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
> [junit4:junit4]   2> 342 T294 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 342 T295 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 342 T294 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 342 T295 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 342 T294 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 343 T295 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 343 T294 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 343 T295 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 343 T294 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 343 T295 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 343 T294 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 344 T295 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 344 T294 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 344 T295 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 344 T294 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 344 T295 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 345 T294 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
> [junit4:junit4]   2> 345 T295 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
> [junit4:junit4]   2> 347 T295 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 347 T294 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 349 T295 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
> [junit4:junit4]   2> 349 T294 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
> [junit4:junit4]   2> 350 T295 oass.SolrIndexSearcher.<init> Opening Searcher@1c3b3f8d main
> [junit4:junit4]   2> 350 T294 oass.SolrIndexSearcher.<init> Opening Searcher@1c38410d main
> [junit4:junit4]   2> 350 T295 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 350 T294 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 350 T295 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 351 T294 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 351 T295 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
> [junit4:junit4]   2> 351 T295 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 351 T295 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
> [junit4:junit4]   2> 351 T295 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 352 T295 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 352 T295 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 352 T295 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 352 T295 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 352 T295 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 352 T295 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
> [junit4:junit4]   2> 365 T295 oasc.CoreContainer.registerCore registering core: core1
> [junit4:junit4]   2> 365 T297 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c38410d main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 365 T294 oasc.CoreContainer.registerCore registering core: core0
> [junit4:junit4]   2> 365 T296 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c3b3f8d main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> ASYNC  NEW_CORE C23 name=core0 org.apache.solr.core.SolrCore@1c2ba377
> [junit4:junit4]   2> 369 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
> [junit4:junit4]   2> 372 T293 C23 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 373 T293 C23 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 374 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
> [junit4:junit4]   2> 376 T293 C23 oass.SolrIndexSearcher.<init> Opening Searcher@1c3f325f realtime
> [junit4:junit4]   2> 376 T293 C23 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 389 T293 C23 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_2,generation=2,filenames=[segments_2]
> [junit4:junit4]   2> 390 T293 C23 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
> [junit4:junit4]   2> 391 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
> [junit4:junit4]   2> 392 T293 C23 oass.SolrIndexSearcher.<init> Opening Searcher@1c3fe070 main
> [junit4:junit4]   2> 392 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
> [junit4:junit4]   2> 393 T297 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c3fe070 main{StandardDirectoryReader(segments_1:1:nrt)}
> [junit4:junit4]   2> 393 T293 C23 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 393 T297 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
> [junit4:junit4]   2> 394 T293 C23 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421175867276525568),commit=} 0 25
> [junit4:junit4]   2> ASYNC  NEW_CORE C24 name=core1 org.apache.solr.core.SolrCore@1c157732
> [junit4:junit4]   2> 395 T293 C24 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
> [junit4:junit4]   2> 398 T293 C24 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 398 T293 C24 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 400 T293 C24 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
> [junit4:junit4]   2> 401 T293 C24 oass.SolrIndexSearcher.<init> Opening Searcher@1c412bfc realtime
> [junit4:junit4]   2> 402 T293 C24 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 419 T293 C24 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index,segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index,segFN=segments_2,generation=2,filenames=[segments_2]
> [junit4:junit4]   2> 420 T293 C24 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
> [junit4:junit4]   2> 421 T293 C24 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
> [junit4:junit4]   2> 421 T293 C24 oass.SolrIndexSearcher.<init> Opening Searcher@1c41d231 main
> [junit4:junit4]   2> 422 T293 C24 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
> [junit4:junit4]   2> 423 T296 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c41d231 main{StandardDirectoryReader(segments_1:1:nrt)}
> [junit4:junit4]   2> 423 T293 C24 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 423 T296 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
> [junit4:junit4]   2> 424 T293 C24 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421175867302739968),commit=} 0 30
> [junit4:junit4]   2> 426 T293 C23 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 495 T293 C23 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_2,generation=2,filenames=[segments_2]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_3,generation=3,filenames=[_0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockFixedIntBlock_0.tib, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.tii, _0_SimpleText_0.pst, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0.si, _0.fdt, segments_3]
> [junit4:junit4]   2> 496 T293 C23 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockFixedIntBlock_0.tib, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.tii, _0_SimpleText_0.pst, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0.si, _0.fdt, segments_3]
> [junit4:junit4]   2> 502 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
> [junit4:junit4]   2> 512 T293 C23 oass.SolrIndexSearcher.<init> Opening Searcher@1c3a4bda main
> [junit4:junit4]   2> 513 T297 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c3a4bda main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
> [junit4:junit4]   2> 513 T293 C23 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 513 T297 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
> [junit4:junit4]   2> 514 T293 C23 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[AAA (1421175867334197248)],commit=} 0 90
> [junit4:junit4]   2> 515 T293 C24 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 1
> [junit4:junit4]   2> 516 T293 C24 oasc.SolrException.log Ignoring exception matching unknown field
> [junit4:junit4]   2> 518 T293 C24 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 573 T293 C24 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index,segFN=segments_2,generation=2,filenames=[segments_2]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index,segFN=segments_3,generation=3,filenames=[_0.fnm, _0_1.del, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_3]
> [junit4:junit4]   2> 574 T293 C24 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0_1.del, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_3]
> [junit4:junit4]   2> 578 T293 C24 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
> [junit4:junit4]   2> 580 T293 C24 oass.SolrIndexSearcher.<init> Opening Searcher@1c136461 main
> [junit4:junit4]   2> 581 T296 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c136461 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C2/1)}
> [junit4:junit4]   2> 581 T293 C24 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 581 T296 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
> [junit4:junit4]   2> 581 T293 C24 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[BBB (1421175867431714816), BBB (1421175867432763392)],commit=} 0 64
> [junit4:junit4]   2> 582 T293 C23 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 1
> [junit4:junit4]   2> 582 T293 C23 oasc.SolrException.log Ignoring exception matching unknown field
> [junit4:junit4]   2> 583 T293 C23 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
> [junit4:junit4]   2> 643 T293 C23 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_3,generation=3,filenames=[_0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockFixedIntBlock_0.tib, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.tii, _0_SimpleText_0.pst, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0.si, _0.fdt, segments_3]
> [junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_4,generation=4,filenames=[_1_TestBloomFilteredLucene41Postings_0.pos, _1_TestBloomFilteredLucene41Postings_0.tim, _1_MockFixedIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _1_MockFixedIntBlock_0.pyl, _1_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockFixedIntBlock_0.tib, _1.fnm, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0.si, _1_MockFixedIntBlock_0.tii, _1_nrm.cfs, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1_MockFixedIntBlock_0.frq, _1_Pulsing41_0.doc, _0_MockFixedIntBlock_0.pos, _1_TestBloomFilteredLucene41Postings_0.doc, _0_nrm.cfs, _1_Pulsing41_0.pos, _1_nrm.cfe, _0_MockFixedIntBlock_0.frq, _1.fdx, _1_TestBloomFilteredLucene41Postings_0.blm, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _1_Pulsing41_0.tip, _1_MockFixedIntBlock_0.skp, _1.fdt, _1_Pulsing41_0.tim, _0_MockFixedIntBlock_0.doc, _1.si, _0_nrm.cfe, _1_MockFixedIntBlock_0.tib, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _1_MockFixedIntBlock_0.pos, _0.fdt, _1_SimpleText_0.pst, segments_4]
> [junit4:junit4]   2> 643 T293 C23 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1_TestBloomFilteredLucene41Postings_0.pos, _1_TestBloomFilteredLucene41Postings_0.tim, _1_MockFixedIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _1_MockFixedIntBlock_0.pyl, _1_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockFixedIntBlock_0.tib, _1.fnm, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0.si, _1_MockFixedIntBlock_0.tii, _1_nrm.cfs, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1_MockFixedIntBlock_0.frq, _1_Pulsing41_0.doc, _0_MockFixedIntBlock_0.pos, _1_TestBloomFilteredLucene41Postings_0.doc, _0_nrm.cfs, _1_Pulsing41_0.pos, _1_nrm.cfe, _0_MockFixedIntBlock_0.frq, _1.fdx, _1_TestBloomFilteredLucene41Postings_0.blm, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _1_Pulsing41_0.tip, _1_MockFixedIntBlock_0.skp, _1.fdt, _1_Pulsing41_0.tim, _0_MockFixedIntBlock_0.doc, _1.si, _0_nrm.cfe, _1_MockFixedIntBlock_0.tib, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _1_MockFixedIntBlock_0.pos, _0.fdt, _1_SimpleText_0.pst, segments_4]
> [junit4:junit4]   2> 649 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
> [junit4:junit4]   2> 652 T293 C23 oass.SolrIndexSearcher.<init> Opening Searcher@1c2066d4 main
> [junit4:junit4]   2> 653 T297 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c2066d4 main{StandardDirectoryReader(segments_4:5:nrt _0(5.0):C1 _1(5.0):C1)}
> [junit4:junit4]   2> 653 T293 C23 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 653 T297 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
> [junit4:junit4]   2> 653 T293 C23 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[BBB1 (1421175867499872257)],commit=} 0 71
> [junit4:junit4]   2> 655 T293 C23 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=1 
> [junit4:junit4]   2> 655 T293 C24 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
> [junit4:junit4]   2> 656 T293 C23 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=0 
> [junit4:junit4]   2> 656 T293 C23 REQ [core0] webapp=null path=/select params={q=id%3ABBB} hits=0 status=0 QTime=0 
> [junit4:junit4]   2> 656 T293 C24 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
> [junit4:junit4]   2> 657 T293 C24 REQ [core1] webapp=null path=/select params={q=id%3ABBB} hits=1 status=0 QTime=0 
> [junit4:junit4]   2> 671 T293 C23 REQ [core0] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname%7D*%3A*} hits=0 status=0 QTime=14 
> [junit4:junit4]   2> 672 T293 C23 REQ [core0] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname+fromIndex%3Dcore1%7Did%3ABBB} hits=2 status=0 QTime=1 
> [junit4:junit4]   2> 673 T293 C24 REQ [core1] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname+fromIndex%3Dcore0%7Did%3AAAA} hits=1 status=0 QTime=0 
> [junit4:junit4]   2> 684 T293 C23 REQ [core0] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname+fromIndex%3Dcore1%7Did%3ABB%7E} hits=2 status=0 QTime=11 
> [junit4:junit4]   2> 689 T293 C23 REQ [core0] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname+fromIndex%3Dcore1%7Dcore1%3Ayup} hits=2 status=0 QTime=4 
> [junit4:junit4]   2> 697 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
> [junit4:junit4]   2> 698 T293 C23 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=8 
> [junit4:junit4]   2> 700 T293 C23 oasc.CoreContainer.reload Reloading SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
> [junit4:junit4]   2> 700 T293 C23 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
> [junit4:junit4]   2> 730 T293 C23 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 773 T293 C23 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 774 T293 C23 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 776 T293 C23 oass.IndexSchema.readSchema Schema name=example core zero
> [junit4:junit4]   2> 789 T293 C23 oass.IndexSchema.readSchema default search field in schema is name
> [junit4:junit4]   2> 790 T293 C23 oass.IndexSchema.readSchema query parser default operator is OR
> [junit4:junit4]   2> 791 T293 C23 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 792 T293 C23 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/
> [junit4:junit4]   2> 793 T293 C23 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
> [junit4:junit4]   2> 793 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
> [junit4:junit4]   2> 794 T293 C23 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index/
> [junit4:junit4]   2> 795 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 795 T293 C23 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 795 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 796 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 796 T293 C23 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 796 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
> [junit4:junit4]   2> 797 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 797 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 798 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
> [junit4:junit4]   2> 800 T293 C23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 803 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
> [junit4:junit4]   2> 804 T293 C23 oass.SolrIndexSearcher.<init> Opening Searcher@1c3d25bd main
> [junit4:junit4]   2> 807 T293 C23 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 808 T293 C23 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 817 T298 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c3d25bd main{StandardDirectoryReader(segments_4:5:nrt _0(5.0):C1 _1(5.0):C1)}
> [junit4:junit4]   2> 817 T293 C23 oasc.CoreContainer.registerCore replacing core: core0
> [junit4:junit4]   2> 818 T293 C23 REQ [core0] webapp=null path=/admin/cores params={action=RELOAD&core=core0} status=0 QTime=119 
> [junit4:junit4]   2> 818 T293 C23 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c2ba377
> [junit4:junit4]   2> 819 T293 C23 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
> [junit4:junit4]   2> 819 T293 C23 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
> [junit4:junit4]   2> 820 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
> [junit4:junit4]   2> ASYNC  NEW_CORE C25 name=core0 org.apache.solr.core.SolrCore@1c2462e5
> [junit4:junit4]   2> 820 T293 C25 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=0 
> [junit4:junit4]   2> 829 T293 C25 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
> [junit4:junit4]   2> 829 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=8 
> [junit4:junit4]   2> 831 T293 C25 oasc.CoreContainer.registerCore registering core: corea
> [junit4:junit4]   2> 831 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=core1&other=corea} status=0 QTime=1 
> [junit4:junit4]   2> 832 T293 C25 oasc.CoreContainer.registerCore registering core: coreb
> [junit4:junit4]   2> 832 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=corea&other=coreb} status=0 QTime=0 
> [junit4:junit4]   2> 832 T293 C25 oasc.CoreContainer.registerCore registering core: corec
> [junit4:junit4]   2> 833 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=coreb&other=corec} status=0 QTime=1 
> [junit4:junit4]   2> 833 T293 C25 oasc.CoreContainer.registerCore registering core: cored
> [junit4:junit4]   2> 834 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=corec&other=cored} status=0 QTime=1 
> [junit4:junit4]   2> 834 T293 C25 oasc.CoreContainer.registerCore registering core: corefoo
> [junit4:junit4]   2> 834 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=cored&other=corefoo} status=0 QTime=0 
> [junit4:junit4]   2> 835 T293 C24 REQ [corefoo] webapp=null path=/select params={q=id%3ABBB} hits=1 status=0 QTime=0 
> [junit4:junit4]   2> 865 T293 C24 REQ [corefoo] webapp=null path=/admin/system params={qt=%2Fadmin%2Fsystem} status=0 QTime=29 
> [junit4:junit4]   2> 869 T293 C25 oasc.SolrCore.close [corefoo]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c157732
> [junit4:junit4]   2> 869 T293 C25 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
> [junit4:junit4]   2> 870 T293 C25 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 870 T293 C25 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 870 T293 C25 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 876 T293 C25 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
> [junit4:junit4]   2> 876 T293 C25 oasc.SolrCore.closeSearcher [corefoo] Closing main searcher on request.
> [junit4:junit4]   2> 877 T293 C25 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
> [junit4:junit4]   2> 877 T293 C25 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
> [junit4:junit4]   2> 877 T293 C25 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
> [junit4:junit4]   2> 879 T293 C25 oasc.SolrException.log SEVERE java.lang.RuntimeException: Already closed
> [junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:225)
> [junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:210)
> [junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler$1.postClose(CoreAdminHandler.java:619)
> [junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:1028)
> [junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler.handleUnloadAction(CoreAdminHandler.java:689)
> [junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:152)
> [junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:146)
> [junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1818)
> [junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:151)
> [junit4:junit4]   2> 		at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
> [junit4:junit4]   2> 		at org.apache.solr.client.solrj.request.CoreAdminRequest.unloadCore(CoreAdminRequest.java:455)
> [junit4:junit4]   2> 		at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:228)
> [junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:738)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:774)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:683)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:44)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:56)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]   2> 	
> [junit4:junit4]   2> 880 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=UNLOAD&core=corefoo&deleteIndex=true} status=0 QTime=13 
> [junit4:junit4]   2> 881 T293 oas.SolrTestCaseJ4.tearDown ###Ending testMultiCore
> [junit4:junit4]   1> org.apache.solr.core.StandardDirectoryFactory
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MultiCoreEmbeddedTest -Dtests.method=testMultiCore -Dtests.seed=F869C9E1049BA05F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hi_IN -Dtests.timezone=America/Dawson -Dtests.file.encoding=UTF-8
> [junit4:junit4] FAILURE 0.97s J1 | MultiCoreEmbeddedTest.testMultiCore <<<
> [junit4:junit4]    > Throwable #1: java.lang.AssertionError: Index directory exists after core unload with deleteIndex=true
> [junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F869C9E1049BA05F:7C41D212CB48AD6A]:0)
> [junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
> [junit4:junit4]    > 	at org.junit.Assert.assertTrue(Assert.java:43)
> [junit4:junit4]    > 	at org.junit.Assert.assertFalse(Assert.java:68)
> [junit4:junit4]    > 	at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:229)
> [junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:738)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:774)
> [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:683)
> [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:40)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:44)
> [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:56)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]   2> 967 T293 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=474941521
> [junit4:junit4]   2> 968 T293 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c2462e5
> [junit4:junit4]   2> 968 T293 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> 969 T293 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 969 T293 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 970 T293 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 981 T293 C25 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
> [junit4:junit4]   2> 982 T293 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
> [junit4:junit4]   2> 983 T293 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
> [junit4:junit4]   2> 983 T293 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
> [junit4:junit4]   2> 983 T293 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
> [junit4:junit4]   2> 984 T293 oas.SolrTestCaseJ4.deleteCore ###deleteCore
> [junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {id=Pulsing41(freqCutoff=9 minBlockSize=89 maxBlockSize=193), _version_=PostingsFormat(name=SimpleText), core1=MockFixedIntBlock(blockSize=67), core0=PostingsFormat(name=TestBloomFilteredLucene41Postings), name=Pulsing41(freqCutoff=9 minBlockSize=89 maxBlockSize=193), type=MockFixedIntBlock(blockSize=67)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=hi_IN, timezone=America/Dawson
> [junit4:junit4]   2> NOTE: Linux 3.2.0-34-generic amd64/Oracle Corporation 1.6.0_33 (64-bit)/cpus=8,threads=1,free=94839792,total=139165696
> [junit4:junit4]   2> NOTE: All tests run in this JVM: [SolrExampleXMLTest, ContentStreamTest, TestSpellCheckResponse, ModifiableSolrParamsTest, FacetFieldTest, BasicHttpSolrServerTest, LargeVolumeEmbeddedTest, TestUpdateRequestCodec, SolrExampleStreamingBinaryTest, TestLBHttpSolrServer, MergeIndexesEmbeddedTest, TestBatchUpdate, JettyWebappTest, TestEmbeddedSolrServer, MultiCoreEmbeddedTest]
> [junit4:junit4] Completed on J1 in 1.14s, 1 test, 1 failure <<< FAILURES!
> 
> [...truncated 29 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:352: 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:185: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:438: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1175: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:839: There were test failures: 45 suites, 241 tests, 2 failures
> 
> Total time: 38 minutes 36 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Description set: Java: 64bit/jrockit-jdk1.6.0_33-R28.2.4-4.1.0 -XnoOpt
> 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 (64bit/jrockit-jdk1.6.0_33-R28.2.4-4.1.0) - Build # 3197 - Still Failing!

Posted by Policeman Jenkins Server <je...@sd-datasolutions.de>.
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3197/
Java: 64bit/jrockit-jdk1.6.0_33-R28.2.4-4.1.0 -XnoOpt

2 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest.testMultiCore

Error Message:
Index directory exists after core unload with deleteIndex=true

Stack Trace:
java.lang.AssertionError: Index directory exists after core unload with deleteIndex=true
	at __randomizedtesting.SeedInfo.seed([F869C9E1049BA05F:7C41D212CB48AD6A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:229)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:774)
	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:683)
	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:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:44)
	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:56)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)


FAILED:  org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest.testMultiCore

Error Message:
Index directory exists after core unload with deleteIndex=true

Stack Trace:
java.lang.AssertionError: Index directory exists after core unload with deleteIndex=true
	at __randomizedtesting.SeedInfo.seed([F869C9E1049BA05F:7C41D212CB48AD6A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:229)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:774)
	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:683)
	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:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:44)
	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:56)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 9055 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 1 T326 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1 T326 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
[junit4:junit4]   2> 1 T326 oasc.CoreContainer.<init> New CoreContainer 472928779
[junit4:junit4]   2> 16 T326 oas.SolrTestCaseJ4.setUp ###Starting testMultiCore
[junit4:junit4]   2> 16 T326 oascs.MultiCoreExampleTestBase.setUp CORES=org.apache.solr.core.CoreContainer@1c30520b : []
[junit4:junit4]   2> 17 T326 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 23 T326 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:41711
[junit4:junit4]   2> 24 T326 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 24 T326 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore
[junit4:junit4]   2> 24 T326 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 37 T326 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 37 T326 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 37 T326 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore
[junit4:junit4]   2> 38 T326 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/solr.xml
[junit4:junit4]   2> 38 T326 oasc.CoreContainer.<init> New CoreContainer 473690645
[junit4:junit4]   2> 38 T326 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 39 T326 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 57 T326 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 74 T336 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
[junit4:junit4]   2> 74 T336 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
[junit4:junit4]   2> 75 T337 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1
[junit4:junit4]   2> 75 T337 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/'
[junit4:junit4]   2> 107 T336 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 107 T337 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 151 T336 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 151 T336 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 152 T337 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 153 T337 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 153 T336 oass.IndexSchema.readSchema Schema name=example core zero
[junit4:junit4]   2> 155 T337 oass.IndexSchema.readSchema Schema name=example core one
[junit4:junit4]   2> 166 T336 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 169 T336 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 169 T337 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 170 T336 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 170 T337 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 171 T336 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/
[junit4:junit4]   2> 171 T337 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 171 T336 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 172 T336 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 172 T337 oasc.SolrCore.<init> [core1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/
[junit4:junit4]   2> 173 T337 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 173 T337 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 179 T337 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547 forceNew:false
[junit4:junit4]   2> 179 T336 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531 forceNew:false
[junit4:junit4]   2> 179 T337 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
[junit4:junit4]   2> 179 T336 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 179 T337 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index/
[junit4:junit4]   2> 180 T336 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index/
[junit4:junit4]   2> 180 T336 oasc.SolrCore.initIndex WARNING [core0] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 180 T337 oasc.SolrCore.initIndex WARNING [core1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 180 T336 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index forceNew:false
[junit4:junit4]   2> 180 T337 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index forceNew:false
[junit4:junit4]   2> 299 T337 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 299 T336 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 300 T337 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 300 T336 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 300 T337 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
[junit4:junit4]   2> 300 T336 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 301 T337 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 301 T337 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 301 T337 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 302 T337 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 302 T337 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 302 T337 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 303 T337 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 303 T337 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 303 T337 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 304 T336 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 304 T336 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 304 T336 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 305 T336 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 305 T336 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 305 T336 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 305 T337 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 306 T336 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 306 T336 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 307 T336 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 308 T336 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 308 T337 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
[junit4:junit4]   2> 309 T337 oass.SolrIndexSearcher.<init> Opening Searcher@1c3ff81f main
[junit4:junit4]   2> 309 T337 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 310 T337 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 310 T337 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 310 T337 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 310 T337 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 310 T336 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 310 T337 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 311 T337 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 311 T337 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 311 T336 oass.SolrIndexSearcher.<init> Opening Searcher@1c3dd59d main
[junit4:junit4]   2> 311 T337 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 311 T337 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 311 T337 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 311 T336 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 312 T337 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 312 T336 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 322 T337 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 322 T338 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c3ff81f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 323 T336 oasc.CoreContainer.registerCore registering core: core0
[junit4:junit4]   2> 323 T339 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c3dd59d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 323 T326 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 324 T326 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 327 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C14 name=core0 org.apache.solr.core.SolrCore@1c2e0210
[junit4:junit4]   2> 335 T332 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 337 T332 C14 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 337 T332 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 338 T332 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 338 T332 C14 oass.SolrIndexSearcher.<init> Opening Searcher@1c2e9fe9 realtime
[junit4:junit4]   2> 338 T332 C14 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 348 T332 C14 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 348 T332 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 349 T332 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 349 T332 C14 oass.SolrIndexSearcher.<init> Opening Searcher@1c2f2ce2 main
[junit4:junit4]   2> 349 T332 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 350 T332 C14 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 350 T339 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c2f2ce2 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 350 T339 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 350 T332 C14 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {deleteByQuery=*:* (-1421175863236362240),commit=} 0 15
[junit4:junit4]   2> 351 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C15 name=core1 org.apache.solr.core.SolrCore@1c2c7f5a
[junit4:junit4]   2> 358 T333 C15 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
[junit4:junit4]   2> 359 T333 C15 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 360 T333 C15 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 360 T333 C15 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
[junit4:junit4]   2> 361 T333 C15 oass.SolrIndexSearcher.<init> Opening Searcher@1c28f5ef realtime
[junit4:junit4]   2> 361 T333 C15 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 378 T333 C15 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 379 T333 C15 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 380 T333 C15 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
[junit4:junit4]   2> 381 T333 C15 oass.SolrIndexSearcher.<init> Opening Searcher@1c189d57 main
[junit4:junit4]   2> 381 T333 C15 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
[junit4:junit4]   2> 382 T333 C15 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 382 T338 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c189d57 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 383 T338 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
[junit4:junit4]   2> 383 T333 C15 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {deleteByQuery=*:* (-1421175863260479488),commit=} 0 25
[junit4:junit4]   2> 385 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 394 T334 C14 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 428 T334 C14 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
[junit4:junit4]   2> 429 T334 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
[junit4:junit4]   2> 430 T334 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 432 T334 C14 oass.SolrIndexSearcher.<init> Opening Searcher@1c334efe main
[junit4:junit4]   2> 433 T339 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c334efe main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 433 T334 C14 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 433 T339 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 434 T334 C14 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[AAA (1421175863297179648)],commit=} 0 41
[junit4:junit4]   2> 435 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 442 T333 C15 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {} 0 0
[junit4:junit4]   2> 443 T333 C15 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 444 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 453 T334 C15 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 478 T334 C15 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index,segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0_1.del, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
[junit4:junit4]   2> 479 T334 C15 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0_1.del, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
[junit4:junit4]   2> 480 T334 C15 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
[junit4:junit4]   2> 483 T334 C15 oass.SolrIndexSearcher.<init> Opening Searcher@1c381019 main
[junit4:junit4]   2> 483 T334 C15 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 484 T338 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c381019 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C2/1)}
[junit4:junit4]   2> 484 T338 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
[junit4:junit4]   2> 484 T334 C15 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[BBB (1421175863357997056), BBB (1421175863359045632)],commit=} 0 34
[junit4:junit4]   2> 485 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 488 T335 C14 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {} 0 0
[junit4:junit4]   2> 489 T335 C14 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 489 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 493 T332 C14 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 529 T332 C14 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_4,generation=4,filenames=[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_nrm.cfs, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.prx, _1_Lucene40_0.tip, _1_nrm.cfe, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_4]
[junit4:junit4]   2> 529 T332 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_nrm.cfs, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.prx, _1_Lucene40_0.tip, _1_nrm.cfe, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_4]
[junit4:junit4]   2> 532 T332 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 533 T332 C14 oass.SolrIndexSearcher.<init> Opening Searcher@1c3bfee8 main
[junit4:junit4]   2> 533 T339 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c3bfee8 main{StandardDirectoryReader(segments_4:5:nrt _0(5.0):C1 _1(5.0):C1)}
[junit4:junit4]   2> 533 T332 C14 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 534 T339 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 534 T332 C14 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[BBB1 (1421175863400988672)],commit=} 0 42
[junit4:junit4]   2> 534 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 542 T332 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 543 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 546 T333 C15 REQ [core1] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 546 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 549 T335 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 550 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 553 T334 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q=id:BBB&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 553 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 556 T332 C15 REQ [core1] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 556 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 559 T333 C15 REQ [core1] webapp=/example path=/select params={wt=javabin&q=id:BBB&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 560 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 577 T335 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname}*:*&version=2} hits=0 status=0 QTime=15 
[junit4:junit4]   2> 577 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 582 T334 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname+fromIndex%3Dcore1}id:BBB&version=2} hits=2 status=0 QTime=2 
[junit4:junit4]   2> 582 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 585 T332 C15 REQ [core1] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname+fromIndex%3Dcore0}id:AAA&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 586 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 651 T333 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname+fromIndex%3Dcore1}id:BB~&version=2} hits=2 status=0 QTime=61 
[junit4:junit4]   2> 652 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 655 T335 C14 REQ [core0] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname+fromIndex%3Dcore1}core1:yup&version=2} hits=2 status=0 QTime=0 
[junit4:junit4]   2> 656 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 665 T334 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 669 T332 oasc.CoreContainer.reload Reloading SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
[junit4:junit4]   2> 670 T332 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
[junit4:junit4]   2> 706 T332 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 769 T332 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 770 T332 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 772 T332 oass.IndexSchema.readSchema Schema name=example core zero
[junit4:junit4]   2> 785 T332 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 786 T332 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 787 T332 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 788 T332 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/
[junit4:junit4]   2> 788 T332 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 789 T332 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 789 T332 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index/
[junit4:junit4]   2> 797 T332 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 797 T332 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 798 T332 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 798 T332 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 798 T332 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 799 T332 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 800 T332 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 800 T332 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 801 T332 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 803 T332 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 805 T332 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 806 T332 oass.SolrIndexSearcher.<init> Opening Searcher@1c3b9d54 main
[junit4:junit4]   2> 810 T332 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 810 T332 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 819 T340 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c3b9d54 main{StandardDirectoryReader(segments_4:5:nrt _0(5.0):C1 _1(5.0):C1)}
[junit4:junit4]   2> 819 T332 oasc.CoreContainer.registerCore replacing core: core0
[junit4:junit4]   2> 819 T332 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c2e0210
[junit4:junit4]   2> 820 T332 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 820 T332 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 820 T332 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 821 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C16 name=core0 org.apache.solr.core.SolrCore@1c35b112
[junit4:junit4]   2> 827 T334 C16 REQ [core0] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 831 T333 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 833 T335 oasc.CoreContainer.registerCore registering core: corea
[junit4:junit4]   2> 835 T332 oasc.CoreContainer.registerCore registering core: coreb
[junit4:junit4]   2> 837 T334 oasc.CoreContainer.registerCore registering core: corec
[junit4:junit4]   2> 838 T335 oasc.CoreContainer.registerCore registering core: cored
[junit4:junit4]   2> 840 T332 oasc.CoreContainer.registerCore registering core: corefoo
[junit4:junit4]   2> 840 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 859 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 862 T335 C15 REQ [corefoo] webapp=/example path=/select params={wt=javabin&q=id:BBB&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 863 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 955 T332 C15 REQ [corefoo] webapp=/example path=/admin/system params={qt=/admin/system&wt=javabin&version=2} status=0 QTime=90 
[junit4:junit4]   2> 961 T333 oasc.SolrCore.close [corefoo]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c2c7f5a
[junit4:junit4]   2> 961 T333 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 962 T333 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 962 T333 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 962 T333 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 965 T333 C15 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
[junit4:junit4]   2> 965 T333 oasc.SolrCore.closeSearcher [corefoo] Closing main searcher on request.
[junit4:junit4]   2> 966 T333 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
[junit4:junit4]   2> 966 T333 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547
[junit4:junit4]   2> 966 T333 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338919547/index
[junit4:junit4]   2> 967 T333 oasc.SolrException.log SEVERE java.lang.RuntimeException: Already closed
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:225)
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:210)
[junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler$1.postClose(CoreAdminHandler.java:619)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:1028)
[junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler.handleUnloadAction(CoreAdminHandler.java:689)
[junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:152)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:146)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:375)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:184)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:989)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:609)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 970 T326 oas.SolrTestCaseJ4.tearDown ###Ending testMultiCore
[junit4:junit4]   2> 992 T326 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=473690645
[junit4:junit4]   2> 993 T326 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c35b112
[junit4:junit4]   2> 994 T326 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> 994 T326 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 995 T326 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 995 T326 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1002 T326 C16 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 1002 T326 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 1003 T326 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 1003 T326 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 1004 T326 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 1005 T326 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/example,null}
[junit4:junit4]   1> org.apache.solr.core.StandardDirectoryFactory
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MultiCoreExampleJettyTest -Dtests.method=testMultiCore -Dtests.seed=F869C9E1049BA05F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr -Dtests.timezone=Australia/NSW -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 1.14s J0 | MultiCoreExampleJettyTest.testMultiCore <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Index directory exists after core unload with deleteIndex=true
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F869C9E1049BA05F:7C41D212CB48AD6A]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.junit.Assert.assertTrue(Assert.java:43)
[junit4:junit4]    > 	at org.junit.Assert.assertFalse(Assert.java:68)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:229)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:738)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:774)
[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:683)
[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:40)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:44)
[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:56)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 1159 T326 oas.SolrTestCaseJ4.setUp ###Starting testDistributed
[junit4:junit4]   2> 1159 T326 oascs.MultiCoreExampleTestBase.setUp CORES=org.apache.solr.core.CoreContainer@1c30520b : []
[junit4:junit4]   2> 1160 T326 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1162 T326 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:56370
[junit4:junit4]   2> 1162 T326 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1163 T326 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore
[junit4:junit4]   2> 1163 T326 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 1175 T326 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1176 T326 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1176 T326 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore
[junit4:junit4]   2> 1176 T326 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/solr.xml
[junit4:junit4]   2> 1176 T326 oasc.CoreContainer.<init> New CoreContainer 474163463
[junit4:junit4]   2> 1177 T326 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 1177 T326 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 1196 T326 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1223 T352 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
[junit4:junit4]   2> 1224 T352 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
[junit4:junit4]   2> 1225 T353 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1
[junit4:junit4]   2> 1226 T353 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/'
[junit4:junit4]   2> 1251 T352 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1252 T353 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1297 T352 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1297 T352 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1299 T353 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1299 T353 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1300 T352 oass.IndexSchema.readSchema Schema name=example core zero
[junit4:junit4]   2> 1301 T353 oass.IndexSchema.readSchema Schema name=example core one
[junit4:junit4]   2> 1313 T352 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 1314 T352 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 1314 T353 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 1315 T352 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1315 T353 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 1316 T352 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/
[junit4:junit4]   2> 1316 T352 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 1317 T353 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1317 T352 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1317 T352 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531 forceNew:false
[junit4:junit4]   2> 1317 T352 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 1318 T352 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index/
[junit4:junit4]   2> 1318 T353 oasc.SolrCore.<init> [core1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/
[junit4:junit4]   2> 1318 T353 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 1318 T353 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1318 T353 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690 forceNew:false
[junit4:junit4]   2> 1318 T352 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1319 T353 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
[junit4:junit4]   2> 1319 T352 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1319 T353 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index/
[junit4:junit4]   2> 1319 T352 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1319 T353 oasc.SolrCore.initIndex WARNING [core1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1320 T353 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index forceNew:false
[junit4:junit4]   2> 1320 T352 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1320 T352 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 1320 T352 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 1321 T352 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1321 T352 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1321 T352 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 1323 T352 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1325 T352 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 1325 T352 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index forceNew:false
[junit4:junit4]   2> 1328 T352 oass.SolrIndexSearcher.<init> Opening Searcher@1c5ef3f5 main
[junit4:junit4]   2> 1330 T352 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1330 T352 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1330 T352 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 1330 T352 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1330 T352 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 1330 T352 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1331 T352 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1331 T352 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1331 T352 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1331 T352 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1331 T352 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1332 T352 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1341 T354 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c5ef3f5 main{StandardDirectoryReader(segments_4:5 _0(5.0):C1 _1(5.0):C1)}
[junit4:junit4]   2> 1342 T352 oasc.CoreContainer.registerCore registering core: core0
[junit4:junit4]   2> 1408 T353 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1408 T353 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1409 T353 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
[junit4:junit4]   2> 1410 T353 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1411 T353 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1411 T353 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1412 T353 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1413 T353 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 1413 T353 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 1414 T353 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1414 T353 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1415 T353 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 1426 T353 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1432 T353 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
[junit4:junit4]   2> 1433 T353 oass.SolrIndexSearcher.<init> Opening Searcher@1c1380a9 main
[junit4:junit4]   2> 1434 T353 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1434 T353 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1444 T355 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c1380a9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1444 T353 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 1444 T326 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 1444 T326 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1446 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C17 name=core0 org.apache.solr.core.SolrCore@1c5c40fe
[junit4:junit4]   2> 1453 T348 C17 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 1461 T348 C17 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_4,generation=4,filenames=[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_nrm.cfs, _0_Lucene40_0.prx, _1.fnm, _1_nrm.cfe, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_4]
[junit4:junit4]   2> 1461 T348 C17 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_nrm.cfs, _0_Lucene40_0.prx, _1.fnm, _1_nrm.cfe, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_4]
[junit4:junit4]   2> 1463 T348 C17 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 1471 T348 C17 oass.SolrIndexSearcher.<init> Opening Searcher@1c2431fe realtime
[junit4:junit4]   2> 1471 T348 C17 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 1478 T348 C17 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_4,generation=4,filenames=[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_nrm.cfs, _0_Lucene40_0.prx, _1.fnm, _1_nrm.cfe, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_4]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 1478 T348 C17 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[segments_5]
[junit4:junit4]   2> 1484 T348 C17 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 1484 T348 C17 oass.SolrIndexSearcher.<init> Opening Searcher@1c2a7aae main
[junit4:junit4]   2> 1485 T348 C17 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 1485 T354 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c2a7aae main{StandardDirectoryReader(segments_4:7:nrt)}
[junit4:junit4]   2> 1486 T354 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 1487 T348 C17 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1487 T348 C17 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {deleteByQuery=*:* (-1421175864408670208),commit=} 0 34
[junit4:junit4]   2> 1488 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C18 name=core1 org.apache.solr.core.SolrCore@1c591795
[junit4:junit4]   2> 1496 T349 C18 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
[junit4:junit4]   2> 1498 T349 C18 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1498 T349 C18 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1499 T349 C18 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
[junit4:junit4]   2> 1500 T349 C18 oass.SolrIndexSearcher.<init> Opening Searcher@1c2e78a3 realtime
[junit4:junit4]   2> 1500 T349 C18 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 1568 T349 C18 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 1568 T349 C18 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 1569 T349 C18 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
[junit4:junit4]   2> 1569 T349 C18 oass.SolrIndexSearcher.<init> Opening Searcher@1c2f1daf main
[junit4:junit4]   2> 1569 T349 C18 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
[junit4:junit4]   2> 1570 T355 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c2f1daf main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 1570 T349 C18 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1570 T355 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
[junit4:junit4]   2> 1570 T349 C18 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {deleteByQuery=*:* (-1421175864453758976),commit=} 0 74
[junit4:junit4]   2> 1571 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1575 T351 C17 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 1598 T351 C17 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index,segFN=segments_6,generation=6,filenames=[_2.si, _2_Lucene40_0.tip, _2_nrm.cfe, _2_Lucene40_0.frq, _2_Lucene40_0.prx, _2.fdt, _2_Lucene40_0.tim, _2_nrm.cfs, _2.fdx, segments_6, _2.fnm]
[junit4:junit4]   2> 1599 T351 C17 oasc.SolrDeletionPolicy.updateCommits newest commit = 6[_2.si, _2_Lucene40_0.tip, _2_nrm.cfe, _2_Lucene40_0.frq, _2_Lucene40_0.prx, _2.fdt, _2_Lucene40_0.tim, _2_nrm.cfs, _2.fdx, segments_6, _2.fnm]
[junit4:junit4]   2> 1600 T351 C17 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 1601 T351 C17 oass.SolrIndexSearcher.<init> Opening Searcher@1c375af6 main
[junit4:junit4]   2> 1602 T354 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c375af6 main{StandardDirectoryReader(segments_6:9:nrt _2(5.0):C1)}
[junit4:junit4]   2> 1602 T351 C17 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1602 T354 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 1602 T351 C17 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[core0 (1421175864535547904)],commit=} 0 28
[junit4:junit4]   2> 1603 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1607 T349 C18 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 1629 T349 C18 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index,segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
[junit4:junit4]   2> 1629 T349 C18 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
[junit4:junit4]   2> 1630 T349 C18 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
[junit4:junit4]   2> 1632 T349 C18 oass.SolrIndexSearcher.<init> Opening Searcher@1c35dda7 main
[junit4:junit4]   2> 1632 T355 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c35dda7 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 1632 T349 C18 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1632 T355 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
[junit4:junit4]   2> 1632 T349 C18 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[core1 (1421175864569102336)],commit=} 0 26
[junit4:junit4]   2> 1633 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1636 T350 C17 REQ [core0] webapp=/example path=/select params={wt=javabin&q=*:*&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 1637 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1639 T348 C18 REQ [core1] webapp=/example path=/select params={wt=javabin&q=*:*&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 1640 T326 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1662 T349 C17 REQ [core0] webapp=/example path=/select params={fl=id,score&shard.url=127.0.0.1:56370/example/core0&NOW=1355338921172&start=0&q=*:*&distrib=false&isShard=true&wt=javabin&fsv=true&rows=10&version=2} hits=1 status=0 QTime=3 
[junit4:junit4]   2> 1662 T350 C18 REQ [core1] webapp=/example path=/select params={fl=id,score&shard.url=127.0.0.1:56370/example/core1&NOW=1355338921172&start=0&q=*:*&distrib=false&isShard=true&wt=javabin&fsv=true&rows=10&version=2} hits=1 status=0 QTime=3 
[junit4:junit4]   2> 1679 T349 C17 REQ [core0] webapp=/example path=/select params={fl=id,s:[shard]&shard.url=127.0.0.1:56370/example/core0&NOW=1355338921172&q=*:*&ids=core0&distrib=false&isShard=true&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1679 T348 C18 REQ [core1] webapp=/example path=/select params={fl=id,s:[shard]&shard.url=127.0.0.1:56370/example/core1&NOW=1355338921172&q=*:*&ids=core1&distrib=false&isShard=true&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 1681 T351 C17 REQ [core0] webapp=/example path=/select params={shards=127.0.0.1:56370/example/core0,127.0.0.1:56370/example/core1&fl=id,s:[shard]&wt=javabin&q=*:*&version=2} hits=2 status=0 QTime=39 
[junit4:junit4]   2> 1681 T326 oas.SolrTestCaseJ4.tearDown ###Ending testDistributed
[junit4:junit4]   2> 1704 T326 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=474163463
[junit4:junit4]   2> 1705 T326 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c5c40fe
[junit4:junit4]   2> 1705 T326 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 1705 T326 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1705 T326 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1706 T326 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1710 T326 C17 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 1710 T326 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 1710 T326 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 1711 T326 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531
[junit4:junit4]   2> 1711 T326 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355338919531/index
[junit4:junit4]   2> 1711 T326 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c591795
[junit4:junit4]   2> 1712 T326 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 1712 T326 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1712 T326 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1712 T326 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1716 T326 C18 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
[junit4:junit4]   2> 1717 T326 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 1717 T326 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
[junit4:junit4]   2> 1718 T326 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690
[junit4:junit4]   2> 1718 T326 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355338920690/index
[junit4:junit4]   2> 1718 T326 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/example,null}
[junit4:junit4]   2> 1773 T326 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=472928779
[junit4:junit4]   2> 1773 T326 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=sr, timezone=Australia/NSW
[junit4:junit4]   2> NOTE: Linux 3.2.0-34-generic amd64/Oracle Corporation 1.6.0_33 (64-bit)/cpus=8,threads=1,free=45524384,total=145473536
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SolrDocumentTest, CloudSolrServerTest, TestHash, AnlysisResponseBaseTest, SolrQueryTest, TermsResponseTest, TestXMLEscaping, TestDocumentObjectBinder, LargeVolumeJettyTest, DocumentAnalysisResponseTest, LargeVolumeBinaryJettyTest, TestFastInputStream, SolrExampleStreamingTest, SolrExampleJettyTest, SolrExampleBinaryTest, SolrExampleEmbeddedTest, MultiCoreExampleJettyTest]
[junit4:junit4] Completed on J0 in 1.83s, 2 tests, 1 failure <<< FAILURES!

[...truncated 22 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest
[junit4:junit4]   2> 0 T293 oas.SolrTestCaseJ4.startTrackingSearchers WARNING startTrackingSearchers: numOpens=7 numCloses=7
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/./solrtest-MultiCoreEmbeddedTest-1355338923350
[junit4:junit4]   2> 1 T293 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1 T293 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
[junit4:junit4]   2> 2 T293 oasc.CoreContainer.<init> New CoreContainer 474941521
[junit4:junit4]   2> 16 T293 oas.SolrTestCaseJ4.setUp ###Starting testMultiCore
[junit4:junit4]   2> 16 T293 oascs.MultiCoreExampleTestBase.setUp CORES=org.apache.solr.core.CoreContainer@1c4f0851 : []
[junit4:junit4]   2> 17 T293 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore'
[junit4:junit4]   2> 17 T293 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 33 T293 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 50 T294 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
[junit4:junit4]   2> 50 T294 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
[junit4:junit4]   2> 51 T295 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1
[junit4:junit4]   2> 51 T295 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/'
[junit4:junit4]   2> 92 T294 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 94 T295 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 134 T294 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 135 T294 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 149 T294 oass.IndexSchema.readSchema Schema name=example core zero
[junit4:junit4]   2> 162 T294 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 163 T294 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 164 T294 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 165 T295 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 165 T295 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 165 T294 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/
[junit4:junit4]   2> 165 T294 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 166 T294 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 166 T294 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350 forceNew:false
[junit4:junit4]   2> 166 T294 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
[junit4:junit4]   2> 166 T294 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index/
[junit4:junit4]   2> 167 T294 oasc.SolrCore.initIndex WARNING [core0] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 167 T294 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index forceNew:false
[junit4:junit4]   2> 169 T295 oass.IndexSchema.readSchema Schema name=example core one
[junit4:junit4]   2> 184 T295 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 186 T295 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 188 T295 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 189 T295 oasc.SolrCore.<init> [core1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/
[junit4:junit4]   2> 189 T295 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 189 T295 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 190 T295 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365 forceNew:false
[junit4:junit4]   2> 190 T295 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
[junit4:junit4]   2> 190 T295 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index/
[junit4:junit4]   2> 191 T295 oasc.SolrCore.initIndex WARNING [core1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 191 T295 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index forceNew:false
[junit4:junit4]   2> 340 T294 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 341 T295 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 341 T294 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 341 T295 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 341 T294 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
[junit4:junit4]   2> 341 T295 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
[junit4:junit4]   2> 342 T294 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 342 T295 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 342 T294 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 342 T295 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 342 T294 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 343 T295 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 343 T294 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 343 T295 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 343 T294 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 343 T295 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 343 T294 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 344 T295 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 344 T294 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 344 T295 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 344 T294 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 344 T295 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 345 T294 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 345 T295 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 347 T295 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 347 T294 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 349 T295 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
[junit4:junit4]   2> 349 T294 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
[junit4:junit4]   2> 350 T295 oass.SolrIndexSearcher.<init> Opening Searcher@1c3b3f8d main
[junit4:junit4]   2> 350 T294 oass.SolrIndexSearcher.<init> Opening Searcher@1c38410d main
[junit4:junit4]   2> 350 T295 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 350 T294 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 350 T295 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 351 T294 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 351 T295 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 351 T295 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 351 T295 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 351 T295 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 352 T295 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 352 T295 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 352 T295 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 352 T295 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 352 T295 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 352 T295 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 365 T295 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 365 T297 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c38410d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 365 T294 oasc.CoreContainer.registerCore registering core: core0
[junit4:junit4]   2> 365 T296 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c3b3f8d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> ASYNC  NEW_CORE C23 name=core0 org.apache.solr.core.SolrCore@1c2ba377
[junit4:junit4]   2> 369 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
[junit4:junit4]   2> 372 T293 C23 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 373 T293 C23 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 374 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
[junit4:junit4]   2> 376 T293 C23 oass.SolrIndexSearcher.<init> Opening Searcher@1c3f325f realtime
[junit4:junit4]   2> 376 T293 C23 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 389 T293 C23 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 390 T293 C23 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 391 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
[junit4:junit4]   2> 392 T293 C23 oass.SolrIndexSearcher.<init> Opening Searcher@1c3fe070 main
[junit4:junit4]   2> 392 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
[junit4:junit4]   2> 393 T297 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c3fe070 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 393 T293 C23 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 393 T297 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
[junit4:junit4]   2> 394 T293 C23 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421175867276525568),commit=} 0 25
[junit4:junit4]   2> ASYNC  NEW_CORE C24 name=core1 org.apache.solr.core.SolrCore@1c157732
[junit4:junit4]   2> 395 T293 C24 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
[junit4:junit4]   2> 398 T293 C24 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 398 T293 C24 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 400 T293 C24 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
[junit4:junit4]   2> 401 T293 C24 oass.SolrIndexSearcher.<init> Opening Searcher@1c412bfc realtime
[junit4:junit4]   2> 402 T293 C24 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 419 T293 C24 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 420 T293 C24 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 421 T293 C24 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
[junit4:junit4]   2> 421 T293 C24 oass.SolrIndexSearcher.<init> Opening Searcher@1c41d231 main
[junit4:junit4]   2> 422 T293 C24 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
[junit4:junit4]   2> 423 T296 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c41d231 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 423 T293 C24 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 423 T296 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
[junit4:junit4]   2> 424 T293 C24 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421175867302739968),commit=} 0 30
[junit4:junit4]   2> 426 T293 C23 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 495 T293 C23 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_3,generation=3,filenames=[_0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockFixedIntBlock_0.tib, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.tii, _0_SimpleText_0.pst, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0.si, _0.fdt, segments_3]
[junit4:junit4]   2> 496 T293 C23 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockFixedIntBlock_0.tib, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.tii, _0_SimpleText_0.pst, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0.si, _0.fdt, segments_3]
[junit4:junit4]   2> 502 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
[junit4:junit4]   2> 512 T293 C23 oass.SolrIndexSearcher.<init> Opening Searcher@1c3a4bda main
[junit4:junit4]   2> 513 T297 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c3a4bda main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 513 T293 C23 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 513 T297 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
[junit4:junit4]   2> 514 T293 C23 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[AAA (1421175867334197248)],commit=} 0 90
[junit4:junit4]   2> 515 T293 C24 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 1
[junit4:junit4]   2> 516 T293 C24 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 518 T293 C24 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 573 T293 C24 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index,segFN=segments_3,generation=3,filenames=[_0.fnm, _0_1.del, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_3]
[junit4:junit4]   2> 574 T293 C24 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0_1.del, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_3]
[junit4:junit4]   2> 578 T293 C24 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
[junit4:junit4]   2> 580 T293 C24 oass.SolrIndexSearcher.<init> Opening Searcher@1c136461 main
[junit4:junit4]   2> 581 T296 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1c136461 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C2/1)}
[junit4:junit4]   2> 581 T293 C24 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 581 T296 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
[junit4:junit4]   2> 581 T293 C24 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[BBB (1421175867431714816), BBB (1421175867432763392)],commit=} 0 64
[junit4:junit4]   2> 582 T293 C23 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 1
[junit4:junit4]   2> 582 T293 C23 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 583 T293 C23 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 643 T293 C23 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_3,generation=3,filenames=[_0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockFixedIntBlock_0.tib, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.tii, _0_SimpleText_0.pst, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0.si, _0.fdt, segments_3]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index,segFN=segments_4,generation=4,filenames=[_1_TestBloomFilteredLucene41Postings_0.pos, _1_TestBloomFilteredLucene41Postings_0.tim, _1_MockFixedIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _1_MockFixedIntBlock_0.pyl, _1_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockFixedIntBlock_0.tib, _1.fnm, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0.si, _1_MockFixedIntBlock_0.tii, _1_nrm.cfs, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1_MockFixedIntBlock_0.frq, _1_Pulsing41_0.doc, _0_MockFixedIntBlock_0.pos, _1_TestBloomFilteredLucene41Postings_0.doc, _0_nrm.cfs, _1_Pulsing41_0.pos, _1_nrm.cfe, _0_MockFixedIntBlock_0.frq, _1.fdx, _1_TestBloomFilteredLucene41Postings_0.blm, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _1_Pulsing41_0.tip, _1_MockFixedIntBlock_0.skp, _1.fdt, _1_Pulsing41_0.tim, _0_MockFixedIntBlock_0.doc, _1.si, _0_nrm.cfe, _1_MockFixedIntBlock_0.tib, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _1_MockFixedIntBlock_0.pos, _0.fdt, _1_SimpleText_0.pst, segments_4]
[junit4:junit4]   2> 643 T293 C23 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1_TestBloomFilteredLucene41Postings_0.pos, _1_TestBloomFilteredLucene41Postings_0.tim, _1_MockFixedIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _1_MockFixedIntBlock_0.pyl, _1_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockFixedIntBlock_0.tib, _1.fnm, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0.si, _1_MockFixedIntBlock_0.tii, _1_nrm.cfs, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1_MockFixedIntBlock_0.frq, _1_Pulsing41_0.doc, _0_MockFixedIntBlock_0.pos, _1_TestBloomFilteredLucene41Postings_0.doc, _0_nrm.cfs, _1_Pulsing41_0.pos, _1_nrm.cfe, _0_MockFixedIntBlock_0.frq, _1.fdx, _1_TestBloomFilteredLucene41Postings_0.blm, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _1_Pulsing41_0.tip, _1_MockFixedIntBlock_0.skp, _1.fdt, _1_Pulsing41_0.tim, _0_MockFixedIntBlock_0.doc, _1.si, _0_nrm.cfe, _1_MockFixedIntBlock_0.tib, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _1_MockFixedIntBlock_0.pos, _0.fdt, _1_SimpleText_0.pst, segments_4]
[junit4:junit4]   2> 649 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
[junit4:junit4]   2> 652 T293 C23 oass.SolrIndexSearcher.<init> Opening Searcher@1c2066d4 main
[junit4:junit4]   2> 653 T297 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c2066d4 main{StandardDirectoryReader(segments_4:5:nrt _0(5.0):C1 _1(5.0):C1)}
[junit4:junit4]   2> 653 T293 C23 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 653 T297 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
[junit4:junit4]   2> 653 T293 C23 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[BBB1 (1421175867499872257)],commit=} 0 71
[junit4:junit4]   2> 655 T293 C23 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 655 T293 C24 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 656 T293 C23 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 656 T293 C23 REQ [core0] webapp=null path=/select params={q=id%3ABBB} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 656 T293 C24 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 657 T293 C24 REQ [core1] webapp=null path=/select params={q=id%3ABBB} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 671 T293 C23 REQ [core0] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname%7D*%3A*} hits=0 status=0 QTime=14 
[junit4:junit4]   2> 672 T293 C23 REQ [core0] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname+fromIndex%3Dcore1%7Did%3ABBB} hits=2 status=0 QTime=1 
[junit4:junit4]   2> 673 T293 C24 REQ [core1] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname+fromIndex%3Dcore0%7Did%3AAAA} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 684 T293 C23 REQ [core0] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname+fromIndex%3Dcore1%7Did%3ABB%7E} hits=2 status=0 QTime=11 
[junit4:junit4]   2> 689 T293 C23 REQ [core0] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname+fromIndex%3Dcore1%7Dcore1%3Ayup} hits=2 status=0 QTime=4 
[junit4:junit4]   2> 697 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
[junit4:junit4]   2> 698 T293 C23 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=8 
[junit4:junit4]   2> 700 T293 C23 oasc.CoreContainer.reload Reloading SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
[junit4:junit4]   2> 700 T293 C23 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
[junit4:junit4]   2> 730 T293 C23 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 773 T293 C23 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 774 T293 C23 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 776 T293 C23 oass.IndexSchema.readSchema Schema name=example core zero
[junit4:junit4]   2> 789 T293 C23 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 790 T293 C23 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 791 T293 C23 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 792 T293 C23 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/
[junit4:junit4]   2> 793 T293 C23 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 793 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
[junit4:junit4]   2> 794 T293 C23 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index/
[junit4:junit4]   2> 795 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 795 T293 C23 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 795 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 796 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 796 T293 C23 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 796 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 797 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 797 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 798 T293 C23 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 800 T293 C23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 803 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
[junit4:junit4]   2> 804 T293 C23 oass.SolrIndexSearcher.<init> Opening Searcher@1c3d25bd main
[junit4:junit4]   2> 807 T293 C23 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 808 T293 C23 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 817 T298 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1c3d25bd main{StandardDirectoryReader(segments_4:5:nrt _0(5.0):C1 _1(5.0):C1)}
[junit4:junit4]   2> 817 T293 C23 oasc.CoreContainer.registerCore replacing core: core0
[junit4:junit4]   2> 818 T293 C23 REQ [core0] webapp=null path=/admin/cores params={action=RELOAD&core=core0} status=0 QTime=119 
[junit4:junit4]   2> 818 T293 C23 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c2ba377
[junit4:junit4]   2> 819 T293 C23 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 819 T293 C23 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 820 T293 C23 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
[junit4:junit4]   2> ASYNC  NEW_CORE C25 name=core0 org.apache.solr.core.SolrCore@1c2462e5
[junit4:junit4]   2> 820 T293 C25 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 829 T293 C25 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
[junit4:junit4]   2> 829 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=8 
[junit4:junit4]   2> 831 T293 C25 oasc.CoreContainer.registerCore registering core: corea
[junit4:junit4]   2> 831 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=core1&other=corea} status=0 QTime=1 
[junit4:junit4]   2> 832 T293 C25 oasc.CoreContainer.registerCore registering core: coreb
[junit4:junit4]   2> 832 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=corea&other=coreb} status=0 QTime=0 
[junit4:junit4]   2> 832 T293 C25 oasc.CoreContainer.registerCore registering core: corec
[junit4:junit4]   2> 833 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=coreb&other=corec} status=0 QTime=1 
[junit4:junit4]   2> 833 T293 C25 oasc.CoreContainer.registerCore registering core: cored
[junit4:junit4]   2> 834 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=corec&other=cored} status=0 QTime=1 
[junit4:junit4]   2> 834 T293 C25 oasc.CoreContainer.registerCore registering core: corefoo
[junit4:junit4]   2> 834 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=cored&other=corefoo} status=0 QTime=0 
[junit4:junit4]   2> 835 T293 C24 REQ [corefoo] webapp=null path=/select params={q=id%3ABBB} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 865 T293 C24 REQ [corefoo] webapp=null path=/admin/system params={qt=%2Fadmin%2Fsystem} status=0 QTime=29 
[junit4:junit4]   2> 869 T293 C25 oasc.SolrCore.close [corefoo]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c157732
[junit4:junit4]   2> 869 T293 C25 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 870 T293 C25 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 870 T293 C25 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 870 T293 C25 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 876 T293 C25 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
[junit4:junit4]   2> 876 T293 C25 oasc.SolrCore.closeSearcher [corefoo] Closing main searcher on request.
[junit4:junit4]   2> 877 T293 C25 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
[junit4:junit4]   2> 877 T293 C25 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365/index
[junit4:junit4]   2> 877 T293 C25 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355338923365
[junit4:junit4]   2> 879 T293 C25 oasc.SolrException.log SEVERE java.lang.RuntimeException: Already closed
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:225)
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:210)
[junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler$1.postClose(CoreAdminHandler.java:619)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:1028)
[junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler.handleUnloadAction(CoreAdminHandler.java:689)
[junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:152)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:146)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1818)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:151)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.request.CoreAdminRequest.unloadCore(CoreAdminRequest.java:455)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:228)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:738)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:774)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:683)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:44)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:56)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 880 T293 C25 REQ [core0] webapp=null path=/admin/cores params={action=UNLOAD&core=corefoo&deleteIndex=true} status=0 QTime=13 
[junit4:junit4]   2> 881 T293 oas.SolrTestCaseJ4.tearDown ###Ending testMultiCore
[junit4:junit4]   1> org.apache.solr.core.StandardDirectoryFactory
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MultiCoreEmbeddedTest -Dtests.method=testMultiCore -Dtests.seed=F869C9E1049BA05F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hi_IN -Dtests.timezone=America/Dawson -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 0.97s J1 | MultiCoreEmbeddedTest.testMultiCore <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Index directory exists after core unload with deleteIndex=true
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F869C9E1049BA05F:7C41D212CB48AD6A]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.junit.Assert.assertTrue(Assert.java:43)
[junit4:junit4]    > 	at org.junit.Assert.assertFalse(Assert.java:68)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:229)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:738)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:774)
[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:683)
[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:40)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:44)
[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:56)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 967 T293 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=474941521
[junit4:junit4]   2> 968 T293 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c2462e5
[junit4:junit4]   2> 968 T293 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> 969 T293 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 969 T293 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 970 T293 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 981 T293 C25 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
[junit4:junit4]   2> 982 T293 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 983 T293 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
[junit4:junit4]   2> 983 T293 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350/index
[junit4:junit4]   2> 983 T293 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/solrtest-MultiCoreEmbeddedTest-1355338923350
[junit4:junit4]   2> 984 T293 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {id=Pulsing41(freqCutoff=9 minBlockSize=89 maxBlockSize=193), _version_=PostingsFormat(name=SimpleText), core1=MockFixedIntBlock(blockSize=67), core0=PostingsFormat(name=TestBloomFilteredLucene41Postings), name=Pulsing41(freqCutoff=9 minBlockSize=89 maxBlockSize=193), type=MockFixedIntBlock(blockSize=67)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=hi_IN, timezone=America/Dawson
[junit4:junit4]   2> NOTE: Linux 3.2.0-34-generic amd64/Oracle Corporation 1.6.0_33 (64-bit)/cpus=8,threads=1,free=94839792,total=139165696
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SolrExampleXMLTest, ContentStreamTest, TestSpellCheckResponse, ModifiableSolrParamsTest, FacetFieldTest, BasicHttpSolrServerTest, LargeVolumeEmbeddedTest, TestUpdateRequestCodec, SolrExampleStreamingBinaryTest, TestLBHttpSolrServer, MergeIndexesEmbeddedTest, TestBatchUpdate, JettyWebappTest, TestEmbeddedSolrServer, MultiCoreEmbeddedTest]
[junit4:junit4] Completed on J1 in 1.14s, 1 test, 1 failure <<< FAILURES!

[...truncated 29 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:352: 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:185: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:438: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1175: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:839: There were test failures: 45 suites, 241 tests, 2 failures

Total time: 38 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jrockit-jdk1.6.0_33-R28.2.4-4.1.0 -XnoOpt
Email was triggered for: Failure
Sending email for trigger: Failure



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

Posted by Policeman Jenkins Server <je...@sd-datasolutions.de>.
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3196/
Java: 32bit/jdk1.6.0_37 -client -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest.testMultiCore

Error Message:
Index directory exists after core unload with deleteIndex=true

Stack Trace:
java.lang.AssertionError: Index directory exists after core unload with deleteIndex=true
	at __randomizedtesting.SeedInfo.seed([DCDF27930778BA4E:58F73C60C8ABB77B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:229)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)


FAILED:  org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest.testMultiCore

Error Message:
Index directory exists after core unload with deleteIndex=true

Stack Trace:
java.lang.AssertionError: Index directory exists after core unload with deleteIndex=true
	at __randomizedtesting.SeedInfo.seed([DCDF27930778BA4E:58F73C60C8ABB77B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:229)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 9033 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 0 T225 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1 T225 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
[junit4:junit4]   2> 1 T225 oasc.CoreContainer.<init> New CoreContainer 10774071
[junit4:junit4]   2> 4 T225 oas.SolrTestCaseJ4.setUp ###Starting testDistributed
[junit4:junit4]   2> 4 T225 oascs.MultiCoreExampleTestBase.setUp CORES=org.apache.solr.core.CoreContainer@a46637 : []
[junit4:junit4]   2> 5 T225 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8 T225 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:48855
[junit4:junit4]   2> 8 T225 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8 T225 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore
[junit4:junit4]   2> 9 T225 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 22 T225 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 22 T225 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 23 T225 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore
[junit4:junit4]   2> 23 T225 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/solr.xml
[junit4:junit4]   2> 23 T225 oasc.CoreContainer.<init> New CoreContainer 5309183
[junit4:junit4]   2> 24 T225 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 24 T225 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 39 T225 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 64 T235 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
[junit4:junit4]   2> 65 T235 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
[junit4:junit4]   2> 66 T236 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1
[junit4:junit4]   2> 66 T236 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/'
[junit4:junit4]   2> 99 T235 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 111 T236 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 171 T235 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 171 T235 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 172 T236 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 173 T236 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 175 T235 oass.IndexSchema.readSchema Schema name=example core zero
[junit4:junit4]   2> 176 T236 oass.IndexSchema.readSchema Schema name=example core one
[junit4:junit4]   2> 194 T235 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 194 T236 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 196 T235 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 196 T236 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 197 T235 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 197 T236 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 199 T236 oasc.SolrCore.<init> [core1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/
[junit4:junit4]   2> 199 T235 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/
[junit4:junit4]   2> 199 T236 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 199 T235 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 199 T236 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 200 T235 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 211 T236 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467 forceNew:false
[junit4:junit4]   2> 211 T235 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463 forceNew:false
[junit4:junit4]   2> 212 T236 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467
[junit4:junit4]   2> 212 T235 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 212 T236 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index/
[junit4:junit4]   2> 213 T236 oasc.SolrCore.initIndex WARNING [core1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 213 T236 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index forceNew:false
[junit4:junit4]   2> 216 T235 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index/
[junit4:junit4]   2> 216 T235 oasc.SolrCore.initIndex WARNING [core0] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 217 T235 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index forceNew:false
[junit4:junit4]   2> 493 T236 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 493 T236 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 493 T235 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 493 T236 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index
[junit4:junit4]   2> 493 T235 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 494 T235 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 494 T236 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 495 T236 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 495 T236 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 495 T235 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 495 T236 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 496 T235 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 496 T236 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 496 T235 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 496 T236 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 497 T236 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 497 T235 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 497 T236 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 497 T235 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 498 T235 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 499 T235 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 499 T235 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 502 T236 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 504 T235 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 504 T236 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 505 T235 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 507 T236 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467
[junit4:junit4]   2> 507 T236 oass.SolrIndexSearcher.<init> Opening Searcher@122e15b main
[junit4:junit4]   2> 508 T236 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 508 T236 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 508 T236 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 509 T235 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 509 T236 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 509 T236 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 509 T236 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 509 T236 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 509 T235 oass.SolrIndexSearcher.<init> Opening Searcher@9dc852 main
[junit4:junit4]   2> 509 T236 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 510 T236 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 510 T236 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 510 T235 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 510 T236 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 510 T235 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 511 T236 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 523 T238 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@9dc852 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 523 T235 oasc.CoreContainer.registerCore registering core: core0
[junit4:junit4]   2> 526 T236 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 526 T237 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@122e15b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 527 T225 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 527 T225 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 528 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C11 name=core0 org.apache.solr.core.SolrCore@c25ae3
[junit4:junit4]   2> 536 T233 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 538 T233 C11 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 538 T233 C11 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 539 T233 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 539 T233 C11 oass.SolrIndexSearcher.<init> Opening Searcher@1e329eb realtime
[junit4:junit4]   2> 539 T233 C11 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 549 T233 C11 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 550 T233 C11 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 550 T233 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 550 T233 C11 oass.SolrIndexSearcher.<init> Opening Searcher@fb78af main
[junit4:junit4]   2> 551 T233 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 551 T238 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@fb78af main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 551 T233 C11 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 552 T238 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 552 T233 C11 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {deleteByQuery=*:* (-1421170995887079424),commit=} 0 17
[junit4:junit4]   2> 553 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C12 name=core1 org.apache.solr.core.SolrCore@5b38d6
[junit4:junit4]   2> 562 T234 C12 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467
[junit4:junit4]   2> 563 T234 C12 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 564 T234 C12 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 565 T234 C12 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467
[junit4:junit4]   2> 565 T234 C12 oass.SolrIndexSearcher.<init> Opening Searcher@c90a0a realtime
[junit4:junit4]   2> 565 T234 C12 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 579 T234 C12 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 580 T234 C12 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 580 T234 C12 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467
[junit4:junit4]   2> 580 T234 C12 oass.SolrIndexSearcher.<init> Opening Searcher@1933eab main
[junit4:junit4]   2> 581 T234 C12 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index
[junit4:junit4]   2> 581 T237 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1933eab main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 581 T234 C12 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 581 T237 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index
[junit4:junit4]   2> 582 T234 C12 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {deleteByQuery=*:* (-1421170995914342400),commit=} 0 21
[junit4:junit4]   2> 583 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 588 T232 C11 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 611 T232 C11 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index,segFN=segments_3,generation=3,filenames=[_0.fnm, _0.pos, _0.tim, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0.doc, _0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 612 T232 C11 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0.pos, _0.tim, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0.doc, _0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 612 T232 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 616 T232 C11 oass.SolrIndexSearcher.<init> Opening Searcher@f8f104 main
[junit4:junit4]   2> 617 T238 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@f8f104 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 616 T232 C11 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 617 T238 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 617 T232 C11 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[core0 (1421170995939508224)],commit=} 0 31
[junit4:junit4]   2> 618 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 623 T231 C12 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 639 T231 C12 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index,segFN=segments_3,generation=3,filenames=[_0.fnm, _0.pos, _0.tim, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0.doc, _0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 640 T231 C12 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0.pos, _0.tim, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0.doc, _0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 640 T231 C12 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467
[junit4:junit4]   2> 642 T231 C12 oass.SolrIndexSearcher.<init> Opening Searcher@74714c main
[junit4:junit4]   2> 642 T237 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@74714c main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 642 T231 C12 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 643 T237 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index
[junit4:junit4]   2> 643 T231 C12 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[core1 (1421170995977256960)],commit=} 0 22
[junit4:junit4]   2> 644 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 648 T233 C11 REQ [core0] webapp=/example path=/select params={wt=javabin&q=*:*&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 649 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 653 T234 C12 REQ [core1] webapp=/example path=/select params={wt=javabin&q=*:*&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 654 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 677 T231 C11 REQ [core0] webapp=/example path=/select params={fl=id,score&shard.url=127.0.0.1:48855/example/core0&NOW=1355334278120&start=0&q=*:*&distrib=false&isShard=true&wt=javabin&fsv=true&rows=10&version=2} hits=1 status=0 QTime=17 
[junit4:junit4]   2> 677 T233 C12 REQ [core1] webapp=/example path=/select params={fl=id,score&shard.url=127.0.0.1:48855/example/core1&NOW=1355334278120&start=0&q=*:*&distrib=false&isShard=true&wt=javabin&fsv=true&rows=10&version=2} hits=1 status=0 QTime=16 
[junit4:junit4]   2> 694 T234 C12 REQ [core1] webapp=/example path=/select params={fl=id,s:[shard]&shard.url=127.0.0.1:48855/example/core1&NOW=1355334278120&q=*:*&ids=core1&distrib=false&isShard=true&wt=javabin&version=2} status=0 QTime=7 
[junit4:junit4]   2> 695 T231 C11 REQ [core0] webapp=/example path=/select params={fl=id,s:[shard]&shard.url=127.0.0.1:48855/example/core0&NOW=1355334278120&q=*:*&ids=core0&distrib=false&isShard=true&wt=javabin&version=2} status=0 QTime=8 
[junit4:junit4]   2> 695 T232 C11 REQ [core0] webapp=/example path=/select params={shards=127.0.0.1:48855/example/core0,127.0.0.1:48855/example/core1&fl=id,s:[shard]&wt=javabin&q=*:*&version=2} hits=2 status=0 QTime=38 
[junit4:junit4]   2> 696 T225 oas.SolrTestCaseJ4.tearDown ###Ending testDistributed
[junit4:junit4]   2> 721 T225 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=5309183
[junit4:junit4]   2> 722 T225 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@c25ae3
[junit4:junit4]   2> 722 T225 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 723 T225 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 723 T225 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 723 T225 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 725 T225 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 725 T225 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 726 T225 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 726 T225 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 727 T225 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 727 T225 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b38d6
[junit4:junit4]   2> 727 T225 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 728 T225 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 728 T225 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 728 T225 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 730 T225 C12 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index
[junit4:junit4]   2> 730 T225 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 731 T225 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index
[junit4:junit4]   2> 731 T225 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467
[junit4:junit4]   2> 732 T225 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334277467/index
[junit4:junit4]   2> 733 T225 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/example,null}
[junit4:junit4]   2> 788 T225 oas.SolrTestCaseJ4.setUp ###Starting testMultiCore
[junit4:junit4]   2> 789 T225 oascs.MultiCoreExampleTestBase.setUp CORES=org.apache.solr.core.CoreContainer@a46637 : []
[junit4:junit4]   2> 789 T225 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 791 T225 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:37361
[junit4:junit4]   2> 792 T225 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 792 T225 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore
[junit4:junit4]   2> 792 T225 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 806 T225 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 806 T225 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 807 T225 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore
[junit4:junit4]   2> 807 T225 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/solr.xml
[junit4:junit4]   2> 807 T225 oasc.CoreContainer.<init> New CoreContainer 5437874
[junit4:junit4]   2> 808 T225 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 808 T225 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 823 T225 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 839 T250 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
[junit4:junit4]   2> 839 T250 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
[junit4:junit4]   2> 840 T251 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1
[junit4:junit4]   2> 840 T251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/'
[junit4:junit4]   2> 881 T250 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 882 T251 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 940 T250 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 940 T251 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 940 T250 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 941 T251 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 943 T251 oass.IndexSchema.readSchema Schema name=example core one
[junit4:junit4]   2> 943 T250 oass.IndexSchema.readSchema Schema name=example core zero
[junit4:junit4]   2> 957 T251 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 957 T250 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 958 T251 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 958 T250 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 959 T251 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 959 T250 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 961 T251 oasc.SolrCore.<init> [core1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/
[junit4:junit4]   2> 961 T250 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/
[junit4:junit4]   2> 961 T251 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 961 T250 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 961 T251 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 961 T250 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 961 T251 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252 forceNew:false
[junit4:junit4]   2> 961 T250 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463 forceNew:false
[junit4:junit4]   2> 962 T251 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252
[junit4:junit4]   2> 962 T250 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 962 T251 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index/
[junit4:junit4]   2> 962 T250 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index/
[junit4:junit4]   2> 962 T251 oasc.SolrCore.initIndex WARNING [core1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 963 T251 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index forceNew:false
[junit4:junit4]   2> 963 T250 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 964 T250 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 964 T250 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 964 T250 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 965 T250 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 965 T250 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 965 T250 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 966 T250 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 966 T250 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 968 T250 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 970 T251 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 971 T250 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 971 T251 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 971 T250 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index forceNew:false
[junit4:junit4]   2> 971 T251 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index
[junit4:junit4]   2> 972 T251 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 972 T251 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 972 T251 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 973 T251 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 973 T251 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 973 T251 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 973 T250 oass.SolrIndexSearcher.<init> Opening Searcher@15538e5 main
[junit4:junit4]   2> 974 T251 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 974 T251 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 974 T250 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 975 T250 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 975 T251 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 975 T250 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 975 T250 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 975 T250 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 976 T250 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 976 T250 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 976 T250 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 976 T250 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 976 T250 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 976 T250 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 977 T250 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 977 T251 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 979 T251 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252
[junit4:junit4]   2> 980 T251 oass.SolrIndexSearcher.<init> Opening Searcher@1724852 main
[junit4:junit4]   2> 981 T251 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 981 T251 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 990 T252 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@15538e5 main{StandardDirectoryReader(segments_3:3 _0(5.0):C1)}
[junit4:junit4]   2> 990 T250 oasc.CoreContainer.registerCore registering core: core0
[junit4:junit4]   2> 991 T253 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1724852 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 991 T251 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 992 T225 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 992 T225 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 992 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C13 name=core0 org.apache.solr.core.SolrCore@8ef465
[junit4:junit4]   2> 999 T246 C13 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 1001 T246 C13 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index,segFN=segments_3,generation=3,filenames=[_0.fnm, _0.pos, _0_nrm.cfe, _0.tim, _0.fdx, _0_nrm.cfs, _0.si, _0.tip, _0.doc, _0.fdt, segments_3]
[junit4:junit4]   2> 1002 T246 C13 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0.pos, _0_nrm.cfe, _0.tim, _0.fdx, _0_nrm.cfs, _0.si, _0.tip, _0.doc, _0.fdt, segments_3]
[junit4:junit4]   2> 1003 T246 C13 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 1045 T246 C13 oass.SolrIndexSearcher.<init> Opening Searcher@1dc818d realtime
[junit4:junit4]   2> 1046 T246 C13 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 1049 T246 C13 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index,segFN=segments_3,generation=3,filenames=[_0.fnm, _0.pos, _0_nrm.cfe, _0.tim, _0.fdx, _0_nrm.cfs, _0.si, _0.tip, _0.doc, _0.fdt, segments_3]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index,segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 1049 T246 C13 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 1051 T246 C13 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 1051 T246 C13 oass.SolrIndexSearcher.<init> Opening Searcher@14ebadd main
[junit4:junit4]   2> 1052 T246 C13 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 1052 T252 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@14ebadd main{StandardDirectoryReader(segments_3:5:nrt)}
[junit4:junit4]   2> 1052 T246 C13 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1053 T252 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 1054 T246 C13 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {deleteByQuery=*:* (-1421170996371521536),commit=} 0 56
[junit4:junit4]   2> 1055 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C14 name=core1 org.apache.solr.core.SolrCore@847574
[junit4:junit4]   2> 1063 T247 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252
[junit4:junit4]   2> 1066 T247 C14 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1066 T247 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1070 T247 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252
[junit4:junit4]   2> 1070 T247 C14 oass.SolrIndexSearcher.<init> Opening Searcher@19d4a86 realtime
[junit4:junit4]   2> 1071 T247 C14 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 1099 T247 C14 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 1100 T247 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 1100 T247 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252
[junit4:junit4]   2> 1100 T247 C14 oass.SolrIndexSearcher.<init> Opening Searcher@1580c3a main
[junit4:junit4]   2> 1101 T247 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index
[junit4:junit4]   2> 1101 T253 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1580c3a main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 1101 T247 C14 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1101 T253 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index
[junit4:junit4]   2> 1102 T247 C14 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {deleteByQuery=*:* (-1421170996439678976),commit=} 0 39
[junit4:junit4]   2> 1102 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1108 T248 C13 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 1139 T248 C13 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index,segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index,segFN=segments_5,generation=5,filenames=[_1.doc, _1.fdx, _1_nrm.cfs, _1.fdt, _1.pos, _1.si, segments_5, _1.tip, _1.fnm, _1.tim, _1_nrm.cfe]
[junit4:junit4]   2> 1140 T248 C13 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[_1.doc, _1.fdx, _1_nrm.cfs, _1.fdt, _1.pos, _1.si, segments_5, _1.tip, _1.fnm, _1.tim, _1_nrm.cfe]
[junit4:junit4]   2> 1140 T248 C13 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 1142 T248 C13 oass.SolrIndexSearcher.<init> Opening Searcher@1a65a18 main
[junit4:junit4]   2> 1142 T252 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1a65a18 main{StandardDirectoryReader(segments_5:7:nrt _1(5.0):C1)}
[junit4:junit4]   2> 1142 T248 C13 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1143 T252 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 1143 T248 C13 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[AAA (1421170996484767744)],commit=} 0 37
[junit4:junit4]   2> 1144 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1148 T249 C14 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {} 0 1
[junit4:junit4]   2> 1148 T249 C14 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 1149 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1157 T246 C14 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 1179 T246 C14 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index,segFN=segments_3,generation=3,filenames=[_0.fnm, _0.pos, _0.tim, _0_nrm.cfe, _0_1.del, _0.fdx, _0_nrm.cfs, _0.si, _0.doc, _0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 1180 T246 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0.pos, _0.tim, _0_nrm.cfe, _0_1.del, _0.fdx, _0_nrm.cfs, _0.si, _0.doc, _0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 1180 T246 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252
[junit4:junit4]   2> 1183 T246 C14 oass.SolrIndexSearcher.<init> Opening Searcher@1ad0dd8 main
[junit4:junit4]   2> 1184 T253 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1ad0dd8 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C2/1)}
[junit4:junit4]   2> 1184 T253 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index
[junit4:junit4]   2> 1184 T246 C14 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1185 T246 C14 UPDATE [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[BBB (1421170996535099392), BBB (1421170996537196544)],commit=} 0 31
[junit4:junit4]   2> 1186 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1192 T248 C13 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {} 0 1
[junit4:junit4]   2> 1193 T248 C13 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 1193 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1201 T248 C13 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 1229 T248 C13 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index,segFN=segments_5,generation=5,filenames=[_1.doc, _1.fdx, _1_nrm.cfs, _1.fdt, _1.pos, _1.si, segments_5, _1.tip, _1.fnm, _1.tim, _1_nrm.cfe]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index,segFN=segments_6,generation=6,filenames=[_1.doc, _2.pos, _2.si, _1_nrm.cfs, _2.fdt, _2.fdx, _1.fnm, _2.doc, _2.tim, _2.fnm, _1_nrm.cfe, _2.tip, _1.fdx, _2_nrm.cfe, _1.pos, _1.fdt, _1.si, _2_nrm.cfs, segments_6, _1.tip, _1.tim]
[junit4:junit4]   2> 1230 T248 C13 oasc.SolrDeletionPolicy.updateCommits newest commit = 6[_1.doc, _2.pos, _2.si, _1_nrm.cfs, _2.fdt, _2.fdx, _1.fnm, _2.doc, _2.tim, _2.fnm, _1_nrm.cfe, _2.tip, _1.fdx, _2_nrm.cfe, _1.pos, _1.fdt, _1.si, _2_nrm.cfs, segments_6, _1.tip, _1.tim]
[junit4:junit4]   2> 1231 T248 C13 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 1234 T248 C13 oass.SolrIndexSearcher.<init> Opening Searcher@133650d main
[junit4:junit4]   2> 1235 T252 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@133650d main{StandardDirectoryReader(segments_6:9:nrt _1(5.0):C1 _2(5.0):C1)}
[junit4:junit4]   2> 1235 T248 C13 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1236 T252 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 1236 T248 C13 UPDATE [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[BBB1 (1421170996582285312)],commit=} 0 37
[junit4:junit4]   2> 1237 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1242 T249 C13 REQ [core0] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 1243 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1247 T246 C14 REQ [core1] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 1248 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1251 T247 C13 REQ [core0] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 1252 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1256 T248 C13 REQ [core0] webapp=/example path=/select params={wt=javabin&q=id:BBB&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1257 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1261 T249 C14 REQ [core1] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 1262 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1265 T246 C14 REQ [core1] webapp=/example path=/select params={wt=javabin&q=id:BBB&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 1266 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1286 T247 C13 REQ [core0] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname}*:*&version=2} hits=0 status=0 QTime=17 
[junit4:junit4]   2> 1286 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1296 T248 C13 REQ [core0] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname+fromIndex%3Dcore1}id:BBB&version=2} hits=2 status=0 QTime=6 
[junit4:junit4]   2> 1298 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1302 T249 C14 REQ [core1] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname+fromIndex%3Dcore0}id:AAA&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 1303 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1342 T246 C13 REQ [core0] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname+fromIndex%3Dcore1}id:BB~&version=2} hits=2 status=0 QTime=36 
[junit4:junit4]   2> 1343 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1347 T247 C13 REQ [core0] webapp=/example path=/select params={wt=javabin&q={!join+from%3Dtype+to%3Dname+fromIndex%3Dcore1}core1:yup&version=2} hits=2 status=0 QTime=0 
[junit4:junit4]   2> 1349 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1357 T248 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 1359 T249 oasc.CoreContainer.reload Reloading SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
[junit4:junit4]   2> 1360 T249 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
[junit4:junit4]   2> 1407 T249 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1440 T249 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1441 T249 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1443 T249 oass.IndexSchema.readSchema Schema name=example core zero
[junit4:junit4]   2> 1454 T249 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 1455 T249 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 1456 T249 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1457 T249 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/
[junit4:junit4]   2> 1458 T249 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 1458 T249 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 1458 T249 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index/
[junit4:junit4]   2> 1460 T249 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1460 T249 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1460 T249 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1461 T249 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1461 T249 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 1461 T249 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 1462 T249 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1462 T249 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1463 T249 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 1465 T249 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1467 T249 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 1467 T249 oass.SolrIndexSearcher.<init> Opening Searcher@184bc10 main
[junit4:junit4]   2> 1469 T249 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1469 T249 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1477 T260 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@184bc10 main{StandardDirectoryReader(segments_6:9:nrt _1(5.0):C1 _2(5.0):C1)}
[junit4:junit4]   2> 1477 T249 oasc.CoreContainer.registerCore replacing core: core0
[junit4:junit4]   2> 1478 T249 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@8ef465
[junit4:junit4]   2> 1478 T249 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 1479 T249 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 1479 T249 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 1480 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C15 name=core0 org.apache.solr.core.SolrCore@a92801
[junit4:junit4]   2> 1487 T248 C15 REQ [core0] webapp=/example path=/select params={wt=javabin&q=id:AAA&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 1492 T246 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 1495 T258 oasc.CoreContainer.registerCore registering core: corea
[junit4:junit4]   2> 1498 T255 oasc.CoreContainer.registerCore registering core: coreb
[junit4:junit4]   2> 1500 T257 oasc.CoreContainer.registerCore registering core: corec
[junit4:junit4]   2> 1502 T259 oasc.CoreContainer.registerCore registering core: cored
[junit4:junit4]   2> 1504 T254 oasc.CoreContainer.registerCore registering core: corefoo
[junit4:junit4]   2> 1505 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1526 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1530 T249 C14 REQ [corefoo] webapp=/example path=/select params={wt=javabin&q=id:BBB&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 1531 T225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1541 T248 C14 REQ [corefoo] webapp=/example path=/admin/system params={qt=/admin/system&wt=javabin&version=2} status=0 QTime=7 
[junit4:junit4]   2> 1545 T246 oasc.SolrCore.close [corefoo]  CLOSING SolrCore org.apache.solr.core.SolrCore@847574
[junit4:junit4]   2> 1545 T246 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 1546 T246 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1546 T246 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1546 T246 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1547 T246 C14 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index
[junit4:junit4]   2> 1547 T246 oasc.SolrCore.closeSearcher [corefoo] Closing main searcher on request.
[junit4:junit4]   2> 1548 T246 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index
[junit4:junit4]   2> 1548 T246 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252/index
[junit4:junit4]   2> 1548 T246 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest-core1-1355334278252
[junit4:junit4]   2> 1549 T246 oasc.SolrException.log SEVERE java.lang.RuntimeException: Already closed
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:225)
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:210)
[junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler$1.postClose(CoreAdminHandler.java:619)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:1028)
[junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler.handleUnloadAction(CoreAdminHandler.java:689)
[junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:152)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:146)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:375)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:184)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 1550 T225 oas.SolrTestCaseJ4.tearDown ###Ending testMultiCore
[junit4:junit4]   2> 1574 T225 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=5437874
[junit4:junit4]   2> 1574 T225 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@a92801
[junit4:junit4]   2> 1574 T225 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> 1575 T225 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1575 T225 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1575 T225 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1577 T225 C15 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 1577 T225 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 1578 T225 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 1579 T225 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463
[junit4:junit4]   2> 1579 T225 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreExampleJettyTest-1355334277463/index
[junit4:junit4]   2> 1579 T225 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/example,null}
[junit4:junit4]   1> org.apache.solr.core.StandardDirectoryFactory
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MultiCoreExampleJettyTest -Dtests.method=testMultiCore -Dtests.seed=DCDF27930778BA4E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=no_NO_NY -Dtests.timezone=America/Campo_Grande -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 0.88s J0 | MultiCoreExampleJettyTest.testMultiCore <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Index directory exists after core unload with deleteIndex=true
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([DCDF27930778BA4E:58F73C60C8ABB77B]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.junit.Assert.assertTrue(Assert.java:43)
[junit4:junit4]    > 	at org.junit.Assert.assertFalse(Assert.java:68)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:229)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 1667 T225 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=10774071
[junit4:junit4]   2> 1667 T225 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=no_NO_NY, timezone=America/Campo_Grande
[junit4:junit4]   2> NOTE: Linux 3.2.0-34-generic i386/Sun Microsystems Inc. 1.6.0_37 (32-bit)/cpus=8,threads=1,free=129013384,total=189005824
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFastInputStream, FieldAnalysisResponseTest, TestSolrProperties, TestHash, TestDocumentObjectBinder, TestEmbeddedSolrServer, SolrQueryTest, ClientUtilsTest, CloudSolrServerTest, TestXMLEscaping, DocumentAnalysisResponseTest, MultiCoreExampleJettyTest]
[junit4:junit4] Completed on J0 in 1.69s, 2 tests, 1 failure <<< FAILURES!

[...truncated 49 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/./solrtest-MultiCoreEmbeddedTest-1355334322336
[junit4:junit4]   2> 1 T386 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1 T386 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
[junit4:junit4]   2> 2 T386 oasc.CoreContainer.<init> New CoreContainer 32974023
[junit4:junit4]   2> 6 T386 oas.SolrTestCaseJ4.setUp ###Starting testMultiCore
[junit4:junit4]   2> 7 T386 oascs.MultiCoreExampleTestBase.setUp CORES=org.apache.solr.core.CoreContainer@1f724c7 : []
[junit4:junit4]   2> 8 T386 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore'
[junit4:junit4]   2> 8 T386 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/'
[junit4:junit4]   2> 25 T386 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 40 T387 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
[junit4:junit4]   2> 40 T387 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
[junit4:junit4]   2> 41 T388 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1
[junit4:junit4]   2> 41 T388 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/'
[junit4:junit4]   2> 77 T387 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 80 T388 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 117 T387 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 118 T387 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 119 T388 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 119 T388 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 120 T387 oass.IndexSchema.readSchema Schema name=example core zero
[junit4:junit4]   2> 122 T388 oass.IndexSchema.readSchema Schema name=example core one
[junit4:junit4]   2> 134 T388 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 134 T387 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 135 T387 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 135 T388 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 136 T387 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 137 T388 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 138 T387 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/
[junit4:junit4]   2> 138 T388 oasc.SolrCore.<init> [core1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/
[junit4:junit4]   2> 138 T387 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 138 T388 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 138 T387 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 138 T388 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 139 T387 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336 forceNew:false
[junit4:junit4]   2> 139 T388 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343 forceNew:false
[junit4:junit4]   2> 139 T387 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336
[junit4:junit4]   2> 139 T388 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343
[junit4:junit4]   2> 139 T387 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index/
[junit4:junit4]   2> 139 T388 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index/
[junit4:junit4]   2> 140 T387 oasc.SolrCore.initIndex WARNING [core0] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 140 T388 oasc.SolrCore.initIndex WARNING [core1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 140 T387 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index forceNew:false
[junit4:junit4]   2> 141 T388 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index forceNew:false
[junit4:junit4]   2> 319 T388 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 319 T387 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 319 T388 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 319 T387 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 319 T388 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index
[junit4:junit4]   2> 320 T387 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index
[junit4:junit4]   2> 321 T388 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 321 T388 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 321 T388 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 321 T387 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 321 T387 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 321 T388 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 322 T387 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 322 T388 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 322 T388 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 323 T387 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 323 T388 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 323 T387 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 323 T388 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 323 T387 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 324 T388 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 324 T387 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 325 T387 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 326 T387 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 326 T388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 328 T387 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 329 T388 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343
[junit4:junit4]   2> 329 T388 oass.SolrIndexSearcher.<init> Opening Searcher@1560eeb main
[junit4:junit4]   2> 330 T388 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 330 T388 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 330 T388 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 331 T388 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 331 T388 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 331 T387 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336
[junit4:junit4]   2> 331 T388 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 331 T388 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 332 T388 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 332 T387 oass.SolrIndexSearcher.<init> Opening Searcher@8c5214 main
[junit4:junit4]   2> 332 T388 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 332 T388 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 332 T387 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 332 T388 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 332 T387 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 333 T388 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 344 T387 oasc.CoreContainer.registerCore registering core: core0
[junit4:junit4]   2> 344 T388 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 344 T389 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1560eeb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 344 T390 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@8c5214 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> ASYNC  NEW_CORE C27 name=core0 org.apache.solr.core.SolrCore@1b41390
[junit4:junit4]   2> 345 T386 C27 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336
[junit4:junit4]   2> 347 T386 C27 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 348 T386 C27 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 349 T386 C27 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336
[junit4:junit4]   2> 350 T386 C27 oass.SolrIndexSearcher.<init> Opening Searcher@c8c892 realtime
[junit4:junit4]   2> 350 T386 C27 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 357 T386 C27 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 357 T386 C27 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 358 T386 C27 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336
[junit4:junit4]   2> 358 T386 C27 oass.SolrIndexSearcher.<init> Opening Searcher@1fa0859 main
[junit4:junit4]   2> 359 T386 C27 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index
[junit4:junit4]   2> 359 T390 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1fa0859 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 359 T386 C27 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 359 T390 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index
[junit4:junit4]   2> 360 T386 C27 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421171042739552256),commit=} 0 15
[junit4:junit4]   2> ASYNC  NEW_CORE C28 name=core1 org.apache.solr.core.SolrCore@1706125
[junit4:junit4]   2> 361 T386 C28 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343
[junit4:junit4]   2> 362 T386 C28 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 363 T386 C28 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 364 T386 C28 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343
[junit4:junit4]   2> 364 T386 C28 oass.SolrIndexSearcher.<init> Opening Searcher@3017cd realtime
[junit4:junit4]   2> 365 T386 C28 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 387 T386 C28 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 387 T386 C28 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 388 T386 C28 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343
[junit4:junit4]   2> 388 T386 C28 oass.SolrIndexSearcher.<init> Opening Searcher@88151c main
[junit4:junit4]   2> 389 T386 C28 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index
[junit4:junit4]   2> 389 T389 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@88151c main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 389 T386 C28 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 389 T389 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index
[junit4:junit4]   2> 390 T386 C28 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421171042755280896),commit=} 0 30
[junit4:junit4]   2> 391 T386 C27 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 427 T386 C27 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index,segFN=segments_3,generation=3,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockSep_0.doc, _0_MockVariableIntBlock_0.tii, _0_MockRandom_0.tib, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tiv, _0_MockRandom_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 427 T386 C27 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockSep_0.doc, _0_MockVariableIntBlock_0.tii, _0_MockRandom_0.tib, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tiv, _0_MockRandom_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 428 T386 C27 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336
[junit4:junit4]   2> 433 T386 C27 oass.SolrIndexSearcher.<init> Opening Searcher@1d0144a main
[junit4:junit4]   2> 435 T390 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1d0144a main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 435 T386 C27 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 435 T390 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index
[junit4:junit4]   2> 436 T386 C27 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[AAA (1421171042786738176)],commit=} 0 46
[junit4:junit4]   2> 436 T386 C28 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 0
[junit4:junit4]   2> 437 T386 C28 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 438 T386 C28 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 477 T386 C28 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index,segFN=segments_3,generation=3,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockSep_0.doc, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_1.del, _0_nrm.cfs, _0_MockSep_0.tib, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _0_MockRandom_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0_MockRandom_0.tim, _0.fdt, segments_3]
[junit4:junit4]   2> 477 T386 C28 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockSep_0.doc, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_1.del, _0_nrm.cfs, _0_MockSep_0.tib, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _0_MockRandom_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0_MockRandom_0.tim, _0.fdt, segments_3]
[junit4:junit4]   2> 478 T386 C28 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343
[junit4:junit4]   2> 481 T386 C28 oass.SolrIndexSearcher.<init> Opening Searcher@984b95 main
[junit4:junit4]   2> 481 T389 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@984b95 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C2/1)}
[junit4:junit4]   2> 481 T386 C28 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 482 T389 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index
[junit4:junit4]   2> 482 T386 C28 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[BBB (1421171042836021248), BBB (1421171042837069824)],commit=} 0 45
[junit4:junit4]   2> 483 T386 C27 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 1
[junit4:junit4]   2> 483 T386 C27 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 484 T386 C27 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 527 T386 C27 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index,segFN=segments_3,generation=3,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockSep_0.doc, _0_MockVariableIntBlock_0.tii, _0_MockRandom_0.tib, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tiv, _0_MockRandom_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index,segFN=segments_4,generation=4,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.skp, _1.fnm, _1_MockRandom_0.pos, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _1_MockSep_0.doc, _1_MockSep_0.pyl, _1_MockSep_0.skp, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_MockSep_0.tib, _1_Pulsing41_0.doc, _1_MockRandom_0.sd, _1_MockRandom_0.tii, _1_MockSep_0.tii, _1_MockVariableIntBlock_0.tib, _1.fdx, _1_Pulsing41_0.tip, _1_MockRandom_0.tib, _1.fdt, _1_Pulsing41_0.tim, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _0_MockVariableIntBlock_0.frq, _1_MockRandom_0.doc, _1_MockVariableIntBlock_0.skp, _1_MockSep_0.frq, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0_MockRandom_0.tib, _1_nrm.cfs, _1_MockSep_0.pos, _1_MockVariableIntBlock_0.pos, _0_nrm.cfs, _1_Pulsing41_0.pos, _1_nrm.cfe, _0_MockSep_0.tib, _1_MockVariableIntBlock_0.frq, _0_MockRandom_0.sd, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockRandom_0.tiv, _1.si, _0_nrm.cfe, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_4]
[junit4:junit4]   2> 528 T386 C27 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.skp, _1.fnm, _1_MockRandom_0.pos, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _1_MockSep_0.doc, _1_MockSep_0.pyl, _1_MockSep_0.skp, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_MockSep_0.tib, _1_Pulsing41_0.doc, _1_MockRandom_0.sd, _1_MockRandom_0.tii, _1_MockSep_0.tii, _1_MockVariableIntBlock_0.tib, _1.fdx, _1_Pulsing41_0.tip, _1_MockRandom_0.tib, _1.fdt, _1_Pulsing41_0.tim, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _0_MockVariableIntBlock_0.frq, _1_MockRandom_0.doc, _1_MockVariableIntBlock_0.skp, _1_MockSep_0.frq, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0_MockRandom_0.tib, _1_nrm.cfs, _1_MockSep_0.pos, _1_MockVariableIntBlock_0.pos, _0_nrm.cfs, _1_Pulsing41_0.pos, _1_nrm.cfe, _0_MockSep_0.tib, _1_MockVariableIntBlock_0.frq, _0_MockRandom_0.sd, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockRandom_0.tiv, _1.si, _0_nrm.cfe, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_4]
[junit4:junit4]   2> 528 T386 C27 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336
[junit4:junit4]   2> 532 T386 C27 oass.SolrIndexSearcher.<init> Opening Searcher@16f356c main
[junit4:junit4]   2> 532 T390 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@16f356c main{StandardDirectoryReader(segments_4:5:nrt _0(5.0):C1 _1(5.0):C1)}
[junit4:junit4]   2> 532 T386 C27 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 532 T390 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index
[junit4:junit4]   2> 533 T386 C27 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[BBB1 (1421171042885304320)],commit=} 0 49
[junit4:junit4]   2> 534 T386 C27 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 534 T386 C28 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 535 T386 C27 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 535 T386 C27 REQ [core0] webapp=null path=/select params={q=id%3ABBB} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 536 T386 C28 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 536 T386 C28 REQ [core1] webapp=null path=/select params={q=id%3ABBB} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 537 T386 C27 REQ [core0] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname%7D*%3A*} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 538 T386 C27 REQ [core0] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname+fromIndex%3Dcore1%7Did%3ABBB} hits=2 status=0 QTime=0 
[junit4:junit4]   2> 539 T386 C28 REQ [core1] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname+fromIndex%3Dcore0%7Did%3AAAA} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 542 T386 C27 REQ [core0] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname+fromIndex%3Dcore1%7Did%3ABB%7E} hits=2 status=0 QTime=2 
[junit4:junit4]   2> 543 T386 C27 REQ [core0] webapp=null path=/select params={q=%7B%21join+from%3Dtype+to%3Dname+fromIndex%3Dcore1%7Dcore1%3Ayup} hits=2 status=0 QTime=0 
[junit4:junit4]   2> 549 T386 C27 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index
[junit4:junit4]   2> 549 T386 C27 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=6 
[junit4:junit4]   2> 550 T386 C27 oasc.CoreContainer.reload Reloading SolrCore 'core0' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0
[junit4:junit4]   2> 550 T386 C27 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/'
[junit4:junit4]   2> 580 T386 C27 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 616 T386 C27 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 617 T386 C27 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 619 T386 C27 oass.IndexSchema.readSchema Schema name=example core zero
[junit4:junit4]   2> 631 T386 C27 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 632 T386 C27 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 633 T386 C27 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 635 T386 C27 oasc.SolrCore.<init> [core0] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/multicore/core0/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/
[junit4:junit4]   2> 635 T386 C27 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 635 T386 C27 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336
[junit4:junit4]   2> 636 T386 C27 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index/
[junit4:junit4]   2> 637 T386 C27 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 637 T386 C27 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 638 T386 C27 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 638 T386 C27 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 639 T386 C27 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 639 T386 C27 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 640 T386 C27 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 640 T386 C27 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 641 T386 C27 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 643 T386 C27 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 645 T386 C27 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336
[junit4:junit4]   2> 646 T386 C27 oass.SolrIndexSearcher.<init> Opening Searcher@10cb13c main
[junit4:junit4]   2> 647 T386 C27 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 647 T386 C27 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 656 T391 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@10cb13c main{StandardDirectoryReader(segments_4:5:nrt _0(5.0):C1 _1(5.0):C1)}
[junit4:junit4]   2> 656 T386 C27 oasc.CoreContainer.registerCore replacing core: core0
[junit4:junit4]   2> 657 T386 C27 REQ [core0] webapp=null path=/admin/cores params={action=RELOAD&core=core0} status=0 QTime=107 
[junit4:junit4]   2> 657 T386 C27 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b41390
[junit4:junit4]   2> 657 T386 C27 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 658 T386 C27 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 658 T386 C27 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index
[junit4:junit4]   2> ASYNC  NEW_CORE C29 name=core0 org.apache.solr.core.SolrCore@128ef7d
[junit4:junit4]   2> 659 T386 C29 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 663 T386 C29 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index
[junit4:junit4]   2> 664 T386 C29 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=5 
[junit4:junit4]   2> 664 T386 C29 oasc.CoreContainer.registerCore registering core: corea
[junit4:junit4]   2> 664 T386 C29 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=core1&other=corea} status=0 QTime=0 
[junit4:junit4]   2> 665 T386 C29 oasc.CoreContainer.registerCore registering core: coreb
[junit4:junit4]   2> 665 T386 C29 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=corea&other=coreb} status=0 QTime=0 
[junit4:junit4]   2> 665 T386 C29 oasc.CoreContainer.registerCore registering core: corec
[junit4:junit4]   2> 666 T386 C29 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=coreb&other=corec} status=0 QTime=1 
[junit4:junit4]   2> 666 T386 C29 oasc.CoreContainer.registerCore registering core: cored
[junit4:junit4]   2> 666 T386 C29 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=corec&other=cored} status=0 QTime=0 
[junit4:junit4]   2> 667 T386 C29 oasc.CoreContainer.registerCore registering core: corefoo
[junit4:junit4]   2> 667 T386 C29 REQ [core0] webapp=null path=/admin/cores params={action=RENAME&core=cored&other=corefoo} status=0 QTime=0 
[junit4:junit4]   2> 668 T386 C28 REQ [corefoo] webapp=null path=/select params={q=id%3ABBB} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 672 T386 C28 REQ [corefoo] webapp=null path=/admin/system params={qt=%2Fadmin%2Fsystem} status=0 QTime=4 
[junit4:junit4]   2> 672 T386 C29 oasc.SolrCore.close [corefoo]  CLOSING SolrCore org.apache.solr.core.SolrCore@1706125
[junit4:junit4]   2> 673 T386 C29 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 673 T386 C29 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 673 T386 C29 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 674 T386 C29 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 674 T386 C29 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index
[junit4:junit4]   2> 675 T386 C29 oasc.SolrCore.closeSearcher [corefoo] Closing main searcher on request.
[junit4:junit4]   2> 675 T386 C29 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index
[junit4:junit4]   2> 675 T386 C29 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343
[junit4:junit4]   2> 676 T386 C29 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest-core1-1355334322343/index
[junit4:junit4]   2> 676 T386 C29 oasc.SolrException.log SEVERE java.lang.RuntimeException: Already closed
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:225)
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:210)
[junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler$1.postClose(CoreAdminHandler.java:619)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:1028)
[junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler.handleUnloadAction(CoreAdminHandler.java:689)
[junit4:junit4]   2> 		at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:152)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:146)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1818)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:150)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.request.CoreAdminRequest.unloadCore(CoreAdminRequest.java:455)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:227)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 677 T386 C29 REQ [core0] webapp=null path=/admin/cores params={action=UNLOAD&core=corefoo&deleteIndex=true} status=0 QTime=5 
[junit4:junit4]   2> 678 T386 oas.SolrTestCaseJ4.tearDown ###Ending testMultiCore
[junit4:junit4]   1> org.apache.solr.core.StandardDirectoryFactory
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MultiCoreEmbeddedTest -Dtests.method=testMultiCore -Dtests.seed=DCDF27930778BA4E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ca_ES -Dtests.timezone=Asia/Irkutsk -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 0.68s J0 | MultiCoreEmbeddedTest.testMultiCore <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Index directory exists after core unload with deleteIndex=true
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([DCDF27930778BA4E:58F73C60C8ABB77B]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.junit.Assert.assertTrue(Assert.java:43)
[junit4:junit4]    > 	at org.junit.Assert.assertFalse(Assert.java:68)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:229)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 686 T386 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=32974023
[junit4:junit4]   2> 687 T386 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@128ef7d
[junit4:junit4]   2> 687 T386 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> 687 T386 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 687 T386 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 687 T386 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 688 T386 C29 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index
[junit4:junit4]   2> 688 T386 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 689 T386 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index
[junit4:junit4]   2> 689 T386 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336/index
[junit4:junit4]   2> 689 T386 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J0/solrtest-MultiCoreEmbeddedTest-1355334322336
[junit4:junit4]   2> 690 T386 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {id=PostingsFormat(name=MockSep), _version_=MockVariableIntBlock(baseBlockSize=78), core1=PostingsFormat(name=MockRandom), core0=Pulsing41(freqCutoff=14 minBlockSize=76 maxBlockSize=224), name=PostingsFormat(name=MockSep), type=PostingsFormat(name=MockRandom)}, sim=DefaultSimilarity, locale=ca_ES, timezone=Asia/Irkutsk
[junit4:junit4]   2> NOTE: Linux 3.2.0-34-generic i386/Sun Microsystems Inc. 1.6.0_37 (32-bit)/cpus=8,threads=1,free=43878744,total=185729024
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFastInputStream, FieldAnalysisResponseTest, TestSolrProperties, TestHash, TestDocumentObjectBinder, TestEmbeddedSolrServer, SolrQueryTest, ClientUtilsTest, CloudSolrServerTest, TestXMLEscaping, DocumentAnalysisResponseTest, MultiCoreExampleJettyTest, SolrExampleStreamingTest, SolrExampleXMLTest, SolrExampleJettyTest, SolrExampleBinaryTest, MergeIndexesEmbeddedTest, TestBatchUpdate, ContentStreamTest, LargeVolumeEmbeddedTest, TermsResponseTest, MultiCoreEmbeddedTest]
[junit4:junit4] Completed on J0 in 0.90s, 1 test, 1 failure <<< FAILURES!

[...truncated 26 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:352: 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:185: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:438: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1175: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:839: There were test failures: 45 suites, 241 tests, 2 failures

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