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

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.6.0) - Build # 283 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/283/
Java: 64bit/jdk1.6.0 -XX:+UseSerialGC

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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=3681, name=coreLoadExecutor-2219-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=3681, name=coreLoadExecutor-2219-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1503)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@508c742a lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c3f3df8)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


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

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

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




Build Log:
[...truncated 8520 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T3622 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /oo_/h
[junit4:junit4]   2> 6 T3622 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1362304689814
[junit4:junit4]   2> 7 T3622 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T3623 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 10 T3623 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 10 T3623 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 10 T3623 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 10 T3623 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 18 T3623 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 109 T3622 oasc.ZkTestServer.run start zk server on port:50156
[junit4:junit4]   2> 110 T3622 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50156 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@19de71f
[junit4:junit4]   2> 119 T3622 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 125 T3628 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50156. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 127 T3628 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50156, initiating session
[junit4:junit4]   2> 127 T3624 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50157
[junit4:junit4]   2> 128 T3624 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50157
[junit4:junit4]   2> 128 T3626 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 137 T3626 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fafe6a20000 with negotiated timeout 10000 for client /127.0.0.1:50157
[junit4:junit4]   2> 137 T3628 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50156, sessionid = 0x13d2fafe6a20000, negotiated timeout = 10000
[junit4:junit4]   2> 139 T3629 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19de71f name:ZooKeeperConnection Watcher:127.0.0.1:50156 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 140 T3622 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 140 T3622 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 143 T3627 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2fafe6a20000
[junit4:junit4]   2> 145 T3624 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50157 which had sessionid 0x13d2fafe6a20000
[junit4:junit4]   2> 145 T3622 oaz.ZooKeeper.close Session: 0x13d2fafe6a20000 closed
[junit4:junit4]   2> 146 T3622 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50156/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4a35834f
[junit4:junit4]   2> 147 T3629 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 158 T3630 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50156. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 159 T3624 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50158
[junit4:junit4]   2> 160 T3630 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50156, initiating session
[junit4:junit4]   2> 160 T3624 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50158
[junit4:junit4]   2> 160 T3622 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 162 T3626 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fafe6a20001 with negotiated timeout 10000 for client /127.0.0.1:50158
[junit4:junit4]   2> 162 T3630 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50156, sessionid = 0x13d2fafe6a20001, negotiated timeout = 10000
[junit4:junit4]   2> 163 T3631 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a35834f name:ZooKeeperConnection Watcher:127.0.0.1:50156/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 163 T3622 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 163 T3622 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 167 T3622 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 171 T3622 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 179 T3622 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 189 T3622 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 190 T3622 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 199 T3622 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 200 T3622 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 206 T3622 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 206 T3622 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 210 T3622 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 210 T3622 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 214 T3622 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 214 T3622 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 218 T3622 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 219 T3622 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 223 T3622 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 223 T3622 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 227 T3622 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 227 T3622 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 231 T3622 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 232 T3622 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 235 T3627 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2fafe6a20001
[junit4:junit4]   2> 236 T3622 oaz.ZooKeeper.close Session: 0x13d2fafe6a20001 closed
[junit4:junit4]   2> 238 T3631 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 238 T3624 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d2fafe6a20001, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 
[junit4:junit4]   2> 239 T3624 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50158 which had sessionid 0x13d2fafe6a20001
[junit4:junit4]   2> 474 T3622 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 598 T3622 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50159
[junit4:junit4]   2> 599 T3622 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 599 T3622 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 600 T3622 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362304690044
[junit4:junit4]   2> 600 T3622 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362304690044/solr.xml
[junit4:junit4]   2> 600 T3622 oasc.CoreContainer.<init> New CoreContainer 2013727878
[junit4:junit4]   2> 601 T3622 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362304690044/'
[junit4:junit4]   2> 602 T3622 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362304690044/'
[junit4:junit4]   2> 636 T3622 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 637 T3622 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 637 T3622 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 637 T3622 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 639 T3622 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 639 T3622 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 639 T3622 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 640 T3622 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 640 T3622 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 641 T3622 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 664 T3622 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 688 T3622 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50156/solr
[junit4:junit4]   2> 688 T3622 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 689 T3622 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50156 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7f46eac4
[junit4:junit4]   2> 691 T3622 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 692 T3641 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50156. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 695 T3624 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50160
[junit4:junit4]   2> 695 T3641 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50156, initiating session
[junit4:junit4]   2> 695 T3624 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50160
[junit4:junit4]   2> 697 T3626 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fafe6a20002 with negotiated timeout 20000 for client /127.0.0.1:50160
[junit4:junit4]   2> 697 T3641 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50156, sessionid = 0x13d2fafe6a20002, negotiated timeout = 20000
[junit4:junit4]   2> 698 T3642 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f46eac4 name:ZooKeeperConnection Watcher:127.0.0.1:50156 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 698 T3622 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 700 T3627 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2fafe6a20002
[junit4:junit4]   2> 700 T3624 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50160 which had sessionid 0x13d2fafe6a20002
[junit4:junit4]   2> 700 T3622 oaz.ZooKeeper.close Session: 0x13d2fafe6a20002 closed
[junit4:junit4]   2> 701 T3622 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 701 T3642 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 710 T3622 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50156/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5b2ae2a8
[junit4:junit4]   2> 730 T3622 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 731 T3643 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50156. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 732 T3643 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50156, initiating session
[junit4:junit4]   2> 733 T3624 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50161
[junit4:junit4]   2> 733 T3624 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50161
[junit4:junit4]   2> 735 T3626 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fafe6a20003 with negotiated timeout 20000 for client /127.0.0.1:50161
[junit4:junit4]   2> 735 T3643 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50156, sessionid = 0x13d2fafe6a20003, negotiated timeout = 20000
[junit4:junit4]   2> 735 T3644 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b2ae2a8 name:ZooKeeperConnection Watcher:127.0.0.1:50156/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 735 T3622 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 738 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 741 T3622 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 744 T3622 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50159_oo_%2Fh
[junit4:junit4]   2> 745 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50159_oo_%2Fh Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50159_oo_%2Fh
[junit4:junit4]   2> 746 T3622 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50159_oo_%2Fh
[junit4:junit4]   2> 750 T3622 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 757 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 758 T3622 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 761 T3622 oasc.Overseer.start Overseer (id=89280000152436739-127.0.0.1:50159_oo_%2Fh-n_0000000000) starting
[junit4:junit4]   2> 762 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 763 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 764 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 766 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 770 T3646 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 774 T3622 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 777 T3622 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 784 T3647 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362304690044/collection1
[junit4:junit4]   2> 785 T3647 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 786 T3645 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 788 T3647 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 788 T3647 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 790 T3647 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362304690044/collection1/'
[junit4:junit4]   2> 790 T3647 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362304690044/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 792 T3647 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362304690044/collection1/lib/README' to classloader
[junit4:junit4]   2> 864 T3647 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 931 T3647 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 932 T3647 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 939 T3647 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1674 T3647 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1690 T3647 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1695 T3647 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1719 T3647 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1725 T3647 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1731 T3647 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1732 T3647 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1733 T3647 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1733 T3647 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1735 T3647 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1735 T3647 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1735 T3647 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362304690044/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362304689814/control/data/
[junit4:junit4]   2> 1736 T3647 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@62fa5ff3
[junit4:junit4]   2> 1736 T3647 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1737 T3647 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/control/data forceNew:false
[junit4:junit4]   2> 1737 T3647 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/control/data
[junit4:junit4]   2> 1738 T3647 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362304689814/control/data/index/
[junit4:junit4]   2> 1738 T3647 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362304689814/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1739 T3647 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/control/data/index forceNew:false
[junit4:junit4]   2> 1742 T3647 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@711a3c5c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f283e19),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1742 T3647 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1743 T3647 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/control/data/index
[junit4:junit4]   2> 1745 T3647 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1745 T3647 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1746 T3647 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1747 T3647 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1747 T3647 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1747 T3647 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1748 T3647 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1748 T3647 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1749 T3647 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1754 T3647 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1758 T3647 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/control/data
[junit4:junit4]   2> 1759 T3647 oass.SolrIndexSearcher.<init> Opening Searcher@c148659 main
[junit4:junit4]   2> 1759 T3647 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362304689814/control/data/tlog
[junit4:junit4]   2> 1760 T3647 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1760 T3647 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1764 T3648 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c148659 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1766 T3647 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1766 T3647 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1767 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2291 T3645 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2292 T3645 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50159_oo_%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50159/oo_/h"}
[junit4:junit4]   2> 2292 T3645 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2293 T3645 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2294 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2303 T3644 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> 2772 T3647 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2772 T3647 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50159/oo_/h collection:control_collection shard:shard1
[junit4:junit4]   2> 2773 T3647 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2781 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2784 T3647 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2788 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2791 T3647 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2792 T3647 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2793 T3647 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50159/oo_/h/collection1/
[junit4:junit4]   2> 2794 T3647 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2794 T3647 oasc.SyncStrategy.syncToMe http://127.0.0.1:50159/oo_/h/collection1/ has no replicas
[junit4:junit4]   2> 2794 T3647 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50159/oo_/h/collection1/
[junit4:junit4]   2> 2795 T3647 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2803 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3811 T3645 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3828 T3644 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> 3837 T3647 oasc.ZkController.register We are http://127.0.0.1:50159/oo_/h/collection1/ and leader is http://127.0.0.1:50159/oo_/h/collection1/
[junit4:junit4]   2> 3837 T3647 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50159/oo_/h
[junit4:junit4]   2> 3837 T3647 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3837 T3647 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3838 T3647 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3839 T3647 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3841 T3622 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3842 T3622 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3842 T3622 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3859 T3622 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3860 T3622 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50156/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@62b93dfb
[junit4:junit4]   2> 3861 T3622 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3862 T3650 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50156. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3863 T3650 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50156, initiating session
[junit4:junit4]   2> 3863 T3624 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50162
[junit4:junit4]   2> 3864 T3624 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50162
[junit4:junit4]   2> 3865 T3626 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fafe6a20004 with negotiated timeout 10000 for client /127.0.0.1:50162
[junit4:junit4]   2> 3866 T3650 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50156, sessionid = 0x13d2fafe6a20004, negotiated timeout = 10000
[junit4:junit4]   2> 3866 T3651 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62b93dfb name:ZooKeeperConnection Watcher:127.0.0.1:50156/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3867 T3622 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3868 T3622 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3871 T3622 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4101 T3622 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4126 T3622 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50163
[junit4:junit4]   2> 4128 T3622 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4129 T3622 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4129 T3622 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362304693678
[junit4:junit4]   2> 4129 T3622 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362304693678/solr.xml
[junit4:junit4]   2> 4130 T3622 oasc.CoreContainer.<init> New CoreContainer 1521001595
[junit4:junit4]   2> 4131 T3622 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362304693678/'
[junit4:junit4]   2> 4131 T3622 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362304693678/'
[junit4:junit4]   2> 4168 T3622 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4169 T3622 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4169 T3622 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4169 T3622 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4170 T3622 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4170 T3622 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4171 T3622 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4171 T3622 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4172 T3622 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4172 T3622 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4194 T3622 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4212 T3622 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50156/solr
[junit4:junit4]   2> 4213 T3622 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4214 T3622 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50156 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@48c5860c
[junit4:junit4]   2> 4216 T3661 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50156. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4233 T3622 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4235 T3661 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50156, initiating session
[junit4:junit4]   2> 4236 T3624 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50164
[junit4:junit4]   2> 4236 T3624 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50164
[junit4:junit4]   2> 4237 T3626 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fafe6a20005 with negotiated timeout 20000 for client /127.0.0.1:50164
[junit4:junit4]   2> 4237 T3661 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50156, sessionid = 0x13d2fafe6a20005, negotiated timeout = 20000
[junit4:junit4]   2> 4238 T3662 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48c5860c name:ZooKeeperConnection Watcher:127.0.0.1:50156 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4238 T3622 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4239 T3627 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2fafe6a20005
[junit4:junit4]   2> 4240 T3624 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50164 which had sessionid 0x13d2fafe6a20005
[junit4:junit4]   2> 4241 T3622 oaz.ZooKeeper.close Session: 0x13d2fafe6a20005 closed
[junit4:junit4]   2> 4241 T3622 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4246 T3662 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4256 T3622 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50156/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4621410f
[junit4:junit4]   2> 4257 T3622 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4258 T3663 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50156. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4259 T3663 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50156, initiating session
[junit4:junit4]   2> 4259 T3624 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50165
[junit4:junit4]   2> 4260 T3624 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50165
[junit4:junit4]   2> 4261 T3626 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fafe6a20006 with negotiated timeout 20000 for client /127.0.0.1:50165
[junit4:junit4]   2> 4261 T3663 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50156, sessionid = 0x13d2fafe6a20006, negotiated timeout = 20000
[junit4:junit4]   2> 4263 T3664 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4621410f name:ZooKeeperConnection Watcher:127.0.0.1:50156/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4264 T3622 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4265 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4267 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4270 T3622 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5274 T3622 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50163_oo_%2Fh
[junit4:junit4]   2> 5275 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50163_oo_%2Fh Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50163_oo_%2Fh
[junit4:junit4]   2> 5276 T3622 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50163_oo_%2Fh
[junit4:junit4]   2> 5287 T3665 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362304693678/collection1
[junit4:junit4]   2> 5287 T3665 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5288 T3665 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5288 T3665 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5290 T3665 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362304693678/collection1/'
[junit4:junit4]   2> 5290 T3665 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362304693678/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5291 T3665 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362304693678/collection1/lib/README' to classloader
[junit4:junit4]   2> 5312 T3644 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5313 T3644 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> 5315 T3664 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5315 T3651 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5337 T3645 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5355 T3645 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50159_oo_%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50159/oo_/h"}
[junit4:junit4]   2> 5359 T3665 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5396 T3664 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> 5396 T3644 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> 5397 T3651 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> 5441 T3665 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5443 T3665 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5449 T3665 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6193 T3665 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6204 T3665 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6208 T3665 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6236 T3665 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6243 T3665 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6248 T3665 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6253 T3665 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6256 T3665 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6256 T3665 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6259 T3665 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6259 T3665 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6259 T3665 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362304693678/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty1/
[junit4:junit4]   2> 6260 T3665 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@62fa5ff3
[junit4:junit4]   2> 6260 T3665 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6261 T3665 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty1 forceNew:false
[junit4:junit4]   2> 6261 T3665 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty1
[junit4:junit4]   2> 6262 T3665 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty1/index/
[junit4:junit4]   2> 6262 T3665 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6263 T3665 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty1/index forceNew:false
[junit4:junit4]   2> 6265 T3665 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71c613c3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3febf698),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6265 T3665 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6266 T3665 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty1/index
[junit4:junit4]   2> 6269 T3665 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6269 T3665 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6270 T3665 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6270 T3665 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6271 T3665 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6271 T3665 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6272 T3665 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6272 T3665 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6273 T3665 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6278 T3665 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6328 T3665 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty1
[junit4:junit4]   2> 6328 T3665 oass.SolrIndexSearcher.<init> Opening Searcher@47462467 main
[junit4:junit4]   2> 6329 T3665 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty1/tlog
[junit4:junit4]   2> 6330 T3665 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6330 T3665 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6336 T3666 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@47462467 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6339 T3665 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6339 T3665 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6904 T3645 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6905 T3645 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50163_oo_%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50163/oo_/h"}
[junit4:junit4]   2> 6906 T3645 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6906 T3645 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6911 T3644 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> 6914 T3651 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> 6914 T3664 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> 7363 T3665 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7363 T3665 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50163/oo_/h collection:collection1 shard:shard1
[junit4:junit4]   2> 7364 T3665 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7372 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20006 type:delete cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7373 T3665 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7373 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20006 type:create cxid:0x47 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7376 T3665 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7376 T3665 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7376 T3665 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50163/oo_/h/collection1/
[junit4:junit4]   2> 7377 T3665 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7378 T3665 oasc.SyncStrategy.syncToMe http://127.0.0.1:50163/oo_/h/collection1/ has no replicas
[junit4:junit4]   2> 7380 T3665 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50163/oo_/h/collection1/
[junit4:junit4]   2> 7383 T3665 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7393 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20006 type:create cxid:0x51 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8420 T3645 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8430 T3644 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> 8434 T3664 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> 8434 T3651 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> 8444 T3665 oasc.ZkController.register We are http://127.0.0.1:50163/oo_/h/collection1/ and leader is http://127.0.0.1:50163/oo_/h/collection1/
[junit4:junit4]   2> 8445 T3665 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50163/oo_/h
[junit4:junit4]   2> 8447 T3665 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8448 T3665 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8450 T3665 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8453 T3665 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8455 T3622 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8455 T3622 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8456 T3622 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8692 T3622 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8729 T3622 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50166
[junit4:junit4]   2> 8732 T3622 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8733 T3622 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8733 T3622 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362304698274
[junit4:junit4]   2> 8734 T3622 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362304698274/solr.xml
[junit4:junit4]   2> 8734 T3622 oasc.CoreContainer.<init> New CoreContainer 525396338
[junit4:junit4]   2> 8735 T3622 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362304698274/'
[junit4:junit4]   2> 8735 T3622 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362304698274/'
[junit4:junit4]   2> 8773 T3622 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8774 T3622 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8774 T3622 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8775 T3622 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8775 T3622 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8776 T3622 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8776 T3622 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8776 T3622 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8777 T3622 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8777 T3622 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8799 T3622 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8821 T3622 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50156/solr
[junit4:junit4]   2> 8822 T3622 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8822 T3622 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50156 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@197a1f32
[junit4:junit4]   2> 8828 T3622 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8829 T3677 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50156. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8830 T3624 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50167
[junit4:junit4]   2> 8831 T3677 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50156, initiating session
[junit4:junit4]   2> 8831 T3624 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50167
[junit4:junit4]   2> 8833 T3626 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fafe6a20007 with negotiated timeout 20000 for client /127.0.0.1:50167
[junit4:junit4]   2> 8833 T3677 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50156, sessionid = 0x13d2fafe6a20007, negotiated timeout = 20000
[junit4:junit4]   2> 8833 T3678 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@197a1f32 name:ZooKeeperConnection Watcher:127.0.0.1:50156 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8833 T3622 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8835 T3627 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2fafe6a20007
[junit4:junit4]   2> 8836 T3624 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50167 which had sessionid 0x13d2fafe6a20007
[junit4:junit4]   2> 8836 T3678 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8836 T3622 oaz.ZooKeeper.close Session: 0x13d2fafe6a20007 closed
[junit4:junit4]   2> 8837 T3622 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8845 T3622 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50156/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1074cc4b
[junit4:junit4]   2> 8847 T3679 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50156. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8848 T3679 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50156, initiating session
[junit4:junit4]   2> 8856 T3624 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50168
[junit4:junit4]   2> 8858 T3624 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50168
[junit4:junit4]   2> 8861 T3622 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8862 T3626 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2fafe6a20008 with negotiated timeout 20000 for client /127.0.0.1:50168
[junit4:junit4]   2> 8862 T3679 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50156, sessionid = 0x13d2fafe6a20008, negotiated timeout = 20000
[junit4:junit4]   2> 8863 T3680 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1074cc4b name:ZooKeeperConnection Watcher:127.0.0.1:50156/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8864 T3622 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8865 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8867 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8870 T3622 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9874 T3622 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50166_oo_%2Fh
[junit4:junit4]   2> 9875 T3627 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2fafe6a20008 type:delete cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50166_oo_%2Fh Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50166_oo_%2Fh
[junit4:junit4]   2> 9876 T3622 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50166_oo_%2Fh
[junit4:junit4]   2> 9880 T3664 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> 9881 T3651 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9881 T3651 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9882 T3680 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9883 T3664 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9892 T3644 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9892 T3644 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9893 T3681 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362304698274/collection1
[junit4:junit4]   2> 9893 T3681 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9896 T3681 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9896 T3681 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9897 T3681 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362304698274/collection1/'
[junit4:junit4]   2> 9898 T3681 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362304698274/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9898 T3681 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362304698274/collection1/lib/README' to classloader
[junit4:junit4]   2> 9961 T3645 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9962 T3645 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50163_oo_%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50163/oo_/h"}
[junit4:junit4]   2> 9966 T3681 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9999 T3644 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> 9999 T3680 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> 9999 T3664 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> 9999 T3651 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> 10041 T3681 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10043 T3681 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10049 T3681 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10810 T3681 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10820 T3681 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10825 T3681 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10843 T3681 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10850 T3681 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10860 T3681 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10862 T3681 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10864 T3681 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10865 T3681 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10877 T3681 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10877 T3681 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10877 T3681 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362304698274/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty2/
[junit4:junit4]   2> 10878 T3681 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@62fa5ff3
[junit4:junit4]   2> 10878 T3681 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10879 T3681 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty2 forceNew:false
[junit4:junit4]   2> 10879 T3681 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty2
[junit4:junit4]   2> 10880 T3681 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty2/index/
[junit4:junit4]   2> 10880 T3681 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10881 T3681 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty2/index forceNew:false
[junit4:junit4]   2> 10883 T3681 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@172099cb lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b458e7b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10883 T3681 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10884 T3681 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty2/index
[junit4:junit4]   2> 10887 T3681 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10887 T3681 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10888 T3681 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10889 T3681 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10889 T3681 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10890 T3681 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10890 T3681 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10891 T3681 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10891 T3681 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10897 T3681 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10902 T3681 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty2
[junit4:junit4]   2> 10902 T3681 oass.SolrIndexSearcher.<init> Opening Searcher@2ca99fc5 main
[junit4:junit4]   2> 10903 T3681 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty2/tlog
[junit4:junit4]   2> 10903 T3681 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10904 T3681 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10908 T3682 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2ca99fc5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10912 T3681 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10912 T3681 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11512 T3645 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11517 T3645 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50166_oo_%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50166/oo_/h"}
[junit4:junit4]   2> 11517 T3645 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11517 T3645 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11526 T3644 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> 11526 T3680 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> 11526 T3651 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> 11526 T3664 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> 11917 T3681 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11917 T3681 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50166/oo_/h collection:collection1 shard:shard1
[junit4:junit4]   2> 12026 T3681 oasc.ZkController.register We are http://127.0.0.1:50166/oo_/h/collection1/ and leader is http://127.0.0.1:50163/oo_/h/collection1/
[junit4:junit4]   2> 12026 T3681 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50166/oo_/h
[junit4:junit4]   2> 12027 T3681 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12027 T3681 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C324 name=collection1 org.apache.solr.core.SolrCore@57ee1887 url=http://127.0.0.1:50166/oo_/h/collection1 node=127.0.0.1:50166_oo_%2Fh C324_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50166_oo_%2Fh, base_url=http://127.0.0.1:50166/oo_/h}
[junit4:junit4]   2> 12028 T3683 C324 P50166 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12029 T3683 C324 P50166 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12029 T3683 C324 P50166 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12029 T3683 C324 P50166 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12030 T3681 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12106 T3683 C324 P50166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12118 T3622 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12119 T3622 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12119 T3622 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12137 T3622 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C325 name=collection1 org.apache.solr.core.SolrCore@55ff5151 url=http://127.0.0.1:50159/oo_/h/collection1 node=127.0.0.1:50159_oo_%2Fh C325_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:50159_oo_%2Fh, base_url=http://127.0.0.1:50159/oo_/h, leader=true}
[junit4:junit4]   2> 12155 T3638 C325 P50159 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/control/data
[junit4:junit4]   2> 12159 T3638 C325 P50159 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@711a3c5c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f283e19),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12159 T3638 C325 P50159 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12162 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[1 (1428480015164506112)]} 0 7
[junit4:junit4]   2> 12163 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10001 (1428480015166603264)]} 0 6
[junit4:junit4]   2> ASYNC  NEW_CORE C326 name=collection1 org.apache.solr.core.SolrCore@40a1c72e url=http://127.0.0.1:50163/oo_/h/collection1 node=127.0.0.1:50163_oo_%2Fh C326_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50163_oo_%2Fh, base_url=http://127.0.0.1:50163/oo_/h, leader=true}
[junit4:junit4]   2> 12190 T3657 C326 P50163 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty1
[junit4:junit4]   2> 12196 T3657 C326 P50163 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71c613c3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3febf698),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12197 T3657 C326 P50163 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12201 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[1 (1428480015201206272)]} 0 11
[junit4:junit4]   2> 12201 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10001 (1428480015202254848)]} 0 10
[junit4:junit4]   2> 12210 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[2 (1428480015221129216)]} 0 1
[junit4:junit4]   2> 12212 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10002 (1428480015223226368)]} 0 1
[junit4:junit4]   2> 12216 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[2 (1428480015227420672)]} 0 1
[junit4:junit4]   2> 12218 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10002 (1428480015229517824)]} 0 1
[junit4:junit4]   2> 12222 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[3 (1428480015234760704)]} 0 1
[junit4:junit4]   2> 12224 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10003 (1428480015235809280)]} 0 1
[junit4:junit4]   2> 12228 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10003 (1428480015241052160)]} 0 1
[junit4:junit4]   2> 12231 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[3 (1428480015244197888)]} 0 1
[junit4:junit4]   2> 12233 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10004 (1428480015245246464)]} 0 1
[junit4:junit4]   2> 12237 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[4 (1428480015250489344)]} 0 1
[junit4:junit4]   2> 12239 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10004 (1428480015252586496)]} 0 1
[junit4:junit4]   2> 12242 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[4 (1428480015254683648)]} 0 1
[junit4:junit4]   2> 12251 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10005 (1428480015264120832)]} 0 2
[junit4:junit4]   2> 12251 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[5 (1428480015264120833)]} 0 1
[junit4:junit4]   2> 12255 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[5 (1428480015268315136)]} 0 1
[junit4:junit4]   2> 12256 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10005 (1428480015268315137)]} 0 2
[junit4:junit4]   2> 12260 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[6 (1428480015274606592)]} 0 1
[junit4:junit4]   2> 12262 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10006 (1428480015275655168)]} 0 1
[junit4:junit4]   2> 12265 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[6 (1428480015278800896)]} 0 1
[junit4:junit4]   2> 12266 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10006 (1428480015279849472)]} 0 1
[junit4:junit4]   2> 12269 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[3 (-1428480015284043776)]} 0 1
[junit4:junit4]   2> 12269 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[10003 (-1428480015284043777)]} 0 1
[junit4:junit4]   2> 12272 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[3 (-1428480015287189504)]} 0 0
[junit4:junit4]   2> 12272 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[10003 (-1428480015287189505)]} 0 0
[junit4:junit4]   2> 12276 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[7 (1428480015290335232)]} 0 1
[junit4:junit4]   2> 12278 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10007 (1428480015292432384)]} 0 1
[junit4:junit4]   2> 12281 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[7 (1428480015295578112)]} 0 1
[junit4:junit4]   2> 12283 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10007 (1428480015297675264)]} 0 1
[junit4:junit4]   2> 12286 T3638 C325 P50159 /update {wt=javabin&version=2} {delete=[7 (-1428480015301869568)]} 0 0
[junit4:junit4]   2> 12287 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[10007 (-1428480015302918144)]} 0 0
[junit4:junit4]   2> 12289 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[7 (-1428480015305015296)]} 0 0
[junit4:junit4]   2> 12291 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[10007 (-1428480015307112448)]} 0 0
[junit4:junit4]   2> 12294 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[8 (1428480015309209600)]} 0 1
[junit4:junit4]   2> 12306 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10008 (1428480015321792512)]} 0 11
[junit4:junit4]   2> 12317 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[8 (1428480015333326848)]} 0 1
[junit4:junit4]   2> 12318 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10008 (1428480015334375424)]} 0 2
[junit4:junit4]   2> 12321 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[9 (1428480015337521152)]} 0 1
[junit4:junit4]   2> 12322 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10009 (1428480015338569728)]} 0 2
[junit4:junit4]   2> 12329 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10009 (1428480015345909761)]} 0 1
[junit4:junit4]   2> 12329 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[9 (1428480015345909760)]} 0 1
[junit4:junit4]   2> 12332 T3638 C325 P50159 /update {wt=javabin&version=2} {delete=[10008 (-1428480015350104064)]} 0 1
[junit4:junit4]   2> 12332 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[8 (-1428480015350104065)]} 0 0
[junit4:junit4]   2> 12335 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[10008 (-1428480015353249792)]} 0 0
[junit4:junit4]   2> 12336 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[8 (-1428480015354298368)]} 0 0
[junit4:junit4]   2> 12340 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10010 (1428480015357444096)]} 0 1
[junit4:junit4]   2> 12341 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10 (1428480015358492672)]} 0 1
[junit4:junit4]   2> 12345 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10 (1428480015362686976)]} 0 0
[junit4:junit4]   2> 12347 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10010 (1428480015364784128)]} 0 1
[junit4:junit4]   2> 12349 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[11 (1428480015367929856)]} 0 0
[junit4:junit4]   2> 12351 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10011 (1428480015370027008)]} 0 0
[junit4:junit4]   2> 12356 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[11 (1428480015374221312)]} 0 1
[junit4:junit4]   2> 12358 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10011 (1428480015376318464)]} 0 1
[junit4:junit4]   2> 12361 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[12 (1428480015380512768)]} 0 0
[junit4:junit4]   2> 12363 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10012 (1428480015381561344)]} 0 1
[junit4:junit4]   2> 12367 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10012 (1428480015385755648)]} 0 1
[junit4:junit4]   2> 12369 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[12 (1428480015387852800)]} 0 1
[junit4:junit4]   2> 12371 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[10009 (-1428480015389949952)]} 0 1
[junit4:junit4]   2> 12372 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[9 (-1428480015392047104)]} 0 0
[junit4:junit4]   2> 12379 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[9 (-1428480015398338560)]} 0 3
[junit4:junit4]   2> 12383 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[10009 (-1428480015402532864)]} 0 1
[junit4:junit4]   2> 12386 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[13 (1428480015405678592)]} 0 2
[junit4:junit4]   2> 12386 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10013 (1428480015405678593)]} 0 1
[junit4:junit4]   2> 12392 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10013 (1428480015411970048)]} 0 1
[junit4:junit4]   2> 12393 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[13 (1428480015411970049)]} 0 2
[junit4:junit4]   2> 12396 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10014 (1428480015417212928)]} 0 1
[junit4:junit4]   2> 12397 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[14 (1428480015417212929)]} 0 2
[junit4:junit4]   2> 12400 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10014 (1428480015420358656)]} 0 1
[junit4:junit4]   2> 12401 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[14 (1428480015421407232)]} 0 2
[junit4:junit4]   2> 12403 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[10011 (-1428480015424552960)]} 0 0
[junit4:junit4]   2> 12403 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[11 (-1428480015424552961)]} 0 0
[junit4:junit4]   2> 12407 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[10011 (-1428480015427698688)]} 0 1
[junit4:junit4]   2> 12407 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[11 (-1428480015427698689)]} 0 1
[junit4:junit4]   2> 12411 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[15 (1428480015431892992)]} 0 1
[junit4:junit4]   2> 12412 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10015 (1428480015433990144)]} 0 0
[junit4:junit4]   2> 12416 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[15 (1428480015438184448)]} 0 1
[junit4:junit4]   2> 12418 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10015 (1428480015439233024)]} 0 1
[junit4:junit4]   2> 12421 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[12 (-1428480015443427328)]} 0 0
[junit4:junit4]   2> 12422 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[10012 (-1428480015444475904)]} 0 0
[junit4:junit4]   2> 12425 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[10012 (-1428480015447621632)]} 0 0
[junit4:junit4]   2> 12427 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[12 (-1428480015449718784)]} 0 0
[junit4:junit4]   2> 12429 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10016 (1428480015450767360)]} 0 1
[junit4:junit4]   2> 12432 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[16 (1428480015454961664)]} 0 0
[junit4:junit4]   2> 12435 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10016 (1428480015457058816)]} 0 1
[junit4:junit4]   2> 12437 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[16 (1428480015460204544)]} 0 1
[junit4:junit4]   2> 12439 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10017 (1428480015462301696)]} 0 1
[junit4:junit4]   2> 12449 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[17 (1428480015471738880)]} 0 4
[junit4:junit4]   2> 12450 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10017 (1428480015472787456)]} 0 1
[junit4:junit4]   2> 12456 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[17 (1428480015479078912)]} 0 2
[junit4:junit4]   2> 12456 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10018 (1428480015480127488)]} 0 1
[junit4:junit4]   2> 12460 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[18 (1428480015483273216)]} 0 1
[junit4:junit4]   2> 12460 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10018 (1428480015483273216)]} 0 1
[junit4:junit4]   2> 12463 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[18 (1428480015487467520)]} 0 0
[junit4:junit4]   2> 12463 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10019 (1428480015487467520)]} 0 0
[junit4:junit4]   2> 12467 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[19 (1428480015491661824)]} 0 1
[junit4:junit4]   2> 12467 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10019 (1428480015491661824)]} 0 0
[junit4:junit4]   2> 12471 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[19 (1428480015494807552)]} 0 1
[junit4:junit4]   2> 12471 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10020 (1428480015495856128)]} 0 1
[junit4:junit4]   2> 12475 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[20 (1428480015499001856)]} 0 1
[junit4:junit4]   2> 12475 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10020 (1428480015499001856)]} 0 1
[junit4:junit4]   2> 12480 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[20 (1428480015504244736)]} 0 1
[junit4:junit4]   2> 12482 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10021 (1428480015506341888)]} 0 1
[junit4:junit4]   2> 12487 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10021 (1428480015511584768)]} 0 1
[junit4:junit4]   2> 12489 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[21 (1428480015514730496)]} 0 1
[junit4:junit4]   2> 12494 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[21 (1428480015518924800)]} 0 1
[junit4:junit4]   2> 12495 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[10013 (-1428480015519973376)]} 0 1
[junit4:junit4]   2> 12498 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[13 (-1428480015524167680)]} 0 1
[junit4:junit4]   2> 12499 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[10013 (-1428480015525216256)]} 0 0
[junit4:junit4]   2> 12502 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[13 (-1428480015528361984)]} 0 0
[junit4:junit4]   2> 12503 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10022 (1428480015528361984)]} 0 1
[junit4:junit4]   2> 12507 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10022 (1428480015532556288)]} 0 1
[junit4:junit4]   2> 12509 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[22 (1428480015535702016)]} 0 0
[junit4:junit4]   2> 12511 T3635 C325 P50159 /update {wt=javabin&version=2} {delete=[10021 (-1428480015537799168)]} 0 0
[junit4:junit4]   2> 12513 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[22 (1428480015539896320)]} 0 1
[junit4:junit4]   2> 12515 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[10021 (-1428480015540944896)]} 0 1
[junit4:junit4]   2> 12523 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10023 (1428480015549333504)]} 0 1
[junit4:junit4]   2> 12523 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[21 (-1428480015550382080)]} 0 0
[junit4:junit4]   2> 12527 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[21 (-1428480015554576385)]} 0 0
[junit4:junit4]   2> 12527 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10023 (1428480015554576384)]} 0 0
[junit4:junit4]   2> 12531 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[10022 (-1428480015558770688)]} 0 1
[junit4:junit4]   2> 12531 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[23 (1428480015557722112)]} 0 1
[junit4:junit4]   2> 12537 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[10022 (-1428480015565062144)]} 0 1
[junit4:junit4]   2> 12537 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[23 (1428480015565062145)]} 0 1
[junit4:junit4]   2> 12540 T3635 C325 P50159 /update {wt=javabin&version=2} {delete=[22 (-1428480015568207873)]} 0 0
[junit4:junit4]   2> 12541 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10024 (1428480015568207872)]} 0 1
[junit4:junit4]   2> 12544 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[22 (-1428480015572402176)]} 0 0
[junit4:junit4]   2> 12546 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10024 (1428480015573450752)]} 0 1
[junit4:junit4]   2> 12548 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[24 (1428480015575547904)]} 0 1
[junit4:junit4]   2> 12552 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[24 (1428480015579742208)]} 0 1
[junit4:junit4]   2> 12554 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10025 (1428480015581839360)]} 0 1
[junit4:junit4]   2> 12556 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[25 (1428480015583936512)]} 0 1
[junit4:junit4]   2> 12559 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10025 (1428480015587082240)]} 0 1
[junit4:junit4]   2> 12562 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[25 (1428480015589179392)]} 0 2
[junit4:junit4]   2> 12565 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10026 (1428480015593373696)]} 0 2
[junit4:junit4]   2> 12569 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[26 (1428480015597568000)]} 0 2
[junit4:junit4]   2> 12573 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10026 (1428480015601762304)]} 0 1
[junit4:junit4]   2> 12576 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[26 (1428480015604908032)]} 0 1
[junit4:junit4]   2> 12578 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10027 (1428480015607005184)]} 0 1
[junit4:junit4]   2> 12587 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10027 (1428480015614345216)]} 0 4
[junit4:junit4]   2> 12588 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[27 (1428480015617490944)]} 0 1
[junit4:junit4]   2> 12592 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10028 (1428480015621685248)]} 0 1
[junit4:junit4]   2> 12593 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[27 (1428480015623782400)]} 0 0
[junit4:junit4]   2> 12595 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10028 (1428480015625879552)]} 0 1
[junit4:junit4]   2> 12598 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[10027 (-1428480015629025280)]} 0 0
[junit4:junit4]   2> 12603 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[28 (1428480015631122432)]} 0 3
[junit4:junit4]   2> 12604 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[10027 (-1428480015635316736)]} 0 0
[junit4:junit4]   2> 12607 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[28 (1428480015637413888)]} 0 1
[junit4:junit4]   2> 12608 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10029 (1428480015638462464)]} 0 1
[junit4:junit4]   2> 12612 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10029 (1428480015642656768)]} 0 1
[junit4:junit4]   2> 12613 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[27 (-1428480015644753920)]} 0 0
[junit4:junit4]   2> 12615 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[10028 (-1428480015646851072)]} 0 0
[junit4:junit4]   2> 12617 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[27 (-1428480015648948224)]} 0 0
[junit4:junit4]   2> 12621 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[29 (1428480015652093952)]} 0 1
[junit4:junit4]   2> 12623 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[10028 (-1428480015655239680)]} 0 0
[junit4:junit4]   2> 12625 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[29 (1428480015657336832)]} 0 1
[junit4:junit4]   2> 12628 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[28 (-1428480015660482560)]} 0 0
[junit4:junit4]   2> 12630 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10030 (1428480015662579712)]} 0 0
[junit4:junit4]   2> 12632 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[28 (-1428480015664676864)]} 0 0
[junit4:junit4]   2> 12635 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10030 (1428480015666774016)]} 0 1
[junit4:junit4]   2> 12637 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[30 (1428480015668871168)]} 0 1
[junit4:junit4]   2> 12641 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[10029 (-1428480015673065472)]} 0 1
[junit4:junit4]   2> 12642 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[30 (1428480015674114048)]} 0 1
[junit4:junit4]   2> 12650 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[10029 (-1428480015683551232)]} 0 1
[junit4:junit4]   2> 12651 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[29 (-1428480015684599808)]} 0 0
[junit4:junit4]   2> 12654 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10031 (1428480015686696960)]} 0 1
[junit4:junit4]   2> 12654 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[29 (-1428480015687745536)]} 0 0
[junit4:junit4]   2> 12658 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10031 (1428480015690891264)]} 0 1
[junit4:junit4]   2> 12658 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[31 (1428480015690891264)]} 0 1
[junit4:junit4]   2> 12662 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[31 (1428480015695085568)]} 0 1
[junit4:junit4]   2> 12661 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10032 (1428480015695085568)]} 0 0
[junit4:junit4]   2> 12668 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[32 (1428480015702425600)]} 0 1
[junit4:junit4]   2> 12668 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10032 (1428480015702425600)]} 0 1
[junit4:junit4]   2> 12672 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[10031 (-1428480015706619904)]} 0 0
[junit4:junit4]   2> 12672 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[32 (1428480015705571328)]} 0 1
[junit4:junit4]   2> 12675 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[10031 (-1428480015709765632)]} 0 0
[junit4:junit4]   2> 12676 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[31 (-1428480015710814208)]} 0 0
[junit4:junit4]   2> 12680 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10033 (1428480015713959936)]} 0 1
[junit4:junit4]   2> 12682 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[31 (-1428480015717105664)]} 0 0
[junit4:junit4]   2> 12685 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10033 (1428480015719202816)]} 0 2
[junit4:junit4]   2> 12687 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[33 (1428480015721299968)]} 0 0
[junit4:junit4]   2> 12691 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10034 (1428480015725494272)]} 0 1
[junit4:junit4]   2> 12692 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[33 (1428480015726542848)]} 0 3
[junit4:junit4]   2> 12695 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10034 (1428480015729688576)]} 0 1
[junit4:junit4]   2> 12697 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[34 (1428480015731785728)]} 0 1
[junit4:junit4]   2> 12699 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[10032 (-1428480015734931456)]} 0 1
[junit4:junit4]   2> 12700 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[34 (1428480015735980032)]} 0 0
[junit4:junit4]   2> 12703 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[10032 (-1428480015739125760)]} 0 0
[junit4:junit4]   2> 12705 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[32 (-1428480015741222912)]} 0 0
[junit4:junit4]   2> 12708 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10035 (1428480015743320064)]} 0 1
[junit4:junit4]   2> 12709 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[32 (-1428480015745417216)]} 0 0
[junit4:junit4]   2> 12713 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10035 (1428480015747514368)]} 0 2
[junit4:junit4]   2> 12722 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[35 (1428480015756951552)]} 0 2
[junit4:junit4]   2> 12722 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10036 (1428480015758000128)]} 0 1
[junit4:junit4]   2> 12726 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[35 (1428480015762194432)]} 0 1
[junit4:junit4]   2> 12726 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10036 (1428480015762194433)]} 0 1
[junit4:junit4]   2> 12731 T3635 C325 P50159 /update {wt=javabin&version=2} {delete=[10033 (-1428480015767437312)]} 0 1
[junit4:junit4]   2> 12731 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[36 (1428480015767437313)]} 0 1
[junit4:junit4]   2> 12734 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[10033 (-1428480015771631616)]} 0 0
[junit4:junit4]   2> 12735 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[36 (1428480015771631617)]} 0 1
[junit4:junit4]   2> 12738 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[33 (-1428480015774777345)]} 0 1
[junit4:junit4]   2> 12738 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10037 (1428480015774777344)]} 0 1
[junit4:junit4]   2> 12741 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[33 (-1428480015778971649)]} 0 0
[junit4:junit4]   2> 12741 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10037 (1428480015778971648)]} 0 0
[junit4:junit4]   2> 12773 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[10037 (-1428480015812526080)]} 0 0
[junit4:junit4]   2> 12775 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[37 (1428480015813574656)]} 0 1
[junit4:junit4]   2> 12786 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[37 (1428480015825108992)]} 0 1
[junit4:junit4]   2> 12788 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[10037 (-1428480015828254720)]} 0 0
[junit4:junit4]   2> 12792 T3635 C325 P50159 /update {wt=javabin&version=2} {delete=[37 (-1428480015831400448)]} 0 1
[junit4:junit4]   2> 12794 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10038 (1428480015833497600)]} 0 1
[junit4:junit4]   2> 12800 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[37 (-1428480015840837632)]} 0 1
[junit4:junit4]   2> 12800 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10038 (1428480015839789056)]} 0 1
[junit4:junit4]   2> 12803 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[38 (1428480015843983360)]} 0 1
[junit4:junit4]   2> 12804 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10039 (1428480015843983361)]} 0 1
[junit4:junit4]   2> 12807 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[38 (1428480015847129088)]} 0 1
[junit4:junit4]   2> 12807 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10039 (1428480015848177664)]} 0 0
[junit4:junit4]   2> 12811 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[39 (1428480015851323392)]} 0 1
[junit4:junit4]   2> 12813 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10040 (1428480015853420544)]} 0 1
[junit4:junit4]   2> 12815 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[39 (1428480015855517696)]} 0 1
[junit4:junit4]   2> 12819 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[40 (1428480015859712000)]} 0 1
[junit4:junit4]   2> 12820 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10040 (1428480015860760576)]} 0 1
[junit4:junit4]   2> 12822 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[40 (1428480015863906304)]} 0 1
[junit4:junit4]   2> 12824 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10041 (1428480015866003456)]} 0 0
[junit4:junit4]   2> 12826 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[41 (1428480015868100608)]} 0 0
[junit4:junit4]   2> 12830 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10041 (1428480015871246336)]} 0 2
[junit4:junit4]   2> 12832 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[41 (1428480015873343488)]} 0 1
[junit4:junit4]   2> 12834 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10042 (1428480015875440640)]} 0 1
[junit4:junit4]   2> 12838 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10042 (1428480015879634944)]} 0 1
[junit4:junit4]   2> 12840 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[42 (1428480015881732096)]} 0 1
[junit4:junit4]   2> 12842 T3638 C325 P50159 /update {wt=javabin&version=2} {delete=[10042 (-1428480015884877824)]} 0 1
[junit4:junit4]   2> 12844 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[42 (1428480015885926400)]} 0 1
[junit4:junit4]   2> 12845 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[10042 (-1428480015888023552)]} 0 0
[junit4:junit4]   2> 12855 T3635 C325 P50159 /update {wt=javabin&version=2} {delete=[42 (-1428480015896412160)]} 0 1
[junit4:junit4]   2> 12858 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10043 (1428480015900606464)]} 0 1
[junit4:junit4]   2> 12862 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10043 (1428480015905849344)]} 0 0
[junit4:junit4]   2> 12863 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[42 (-1428480015906897920)]} 0 0
[junit4:junit4]   2> 12872 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[43 (1428480015915286528)]} 0 1
[junit4:junit4]   2> 12872 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[10043 (-1428480015916335104)]} 0 1
[junit4:junit4]   2> 12875 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[43 (1428480015919480832)]} 0 1
[junit4:junit4]   2> 12875 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[10043 (-1428480015919480833)]} 0 0
[junit4:junit4]   2> 12879 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[43 (-1428480015922626560)]} 0 1
[junit4:junit4]   2> 12880 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10044 (1428480015924723712)]} 0 1
[junit4:junit4]   2> 12881 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[43 (-1428480015925772288)]} 0 0
[junit4:junit4]   2> 12886 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[44 (1428480015931015168)]} 0 1
[junit4:junit4]   2> 12889 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10044 (1428480015933112320)]} 0 1
[junit4:junit4]   2> 12893 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[10044 (-1428480015938355200)]} 0 0
[junit4:junit4]   2> 12896 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[44 (1428480015940452352)]} 0 1
[junit4:junit4]   2> 12898 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[10044 (-1428480015943598080)]} 0 0
[junit4:junit4]   2> 12900 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[44 (-1428480015945695232)]} 0 0
[junit4:junit4]   2> 12905 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[44 (-1428480015950938112)]} 0 0
[junit4:junit4]   2> 12906 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10045 (1428480015951986688)]} 0 0
[junit4:junit4]   2> 12914 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10045 (1428480015960375296)]} 0 0
[junit4:junit4]   2> 12917 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[45 (1428480015962472448)]} 0 3
[junit4:junit4]   2> 12918 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10046 (1428480015963521024)]} 0 1
[junit4:junit4]   2> 12919 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[45 (1428480015965618176)]} 0 0
[junit4:junit4]   2> 12921 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10046 (1428480015967715328)]} 0 0
[junit4:junit4]   2> 12922 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[46 (1428480015968763904)]} 0 1
[junit4:junit4]   2> 12924 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10047 (1428480015970861056)]} 0 0
[junit4:junit4]   2> 12925 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[46 (1428480015970861056)]} 0 1
[junit4:junit4]   2> 12927 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10047 (1428480015974006784)]} 0 1
[junit4:junit4]   2> 12929 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[47 (1428480015975055360)]} 0 1
[junit4:junit4]   2> 12931 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10048 (1428480015977152512)]} 0 1
[junit4:junit4]   2> 12932 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[47 (1428480015978201088)]} 0 1
[junit4:junit4]   2> 12934 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10048 (1428480015980298240)]} 0 1
[junit4:junit4]   2> 12935 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[48 (1428480015981346816)]} 0 1
[junit4:junit4]   2> 12937 T3638 C325 P50159 /update {wt=javabin&version=2} {delete=[10047 (-1428480015984492544)]} 0 1
[junit4:junit4]   2> 12938 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[48 (1428480015985541120)]} 0 1
[junit4:junit4]   2> 12940 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[10047 (-1428480015987638272)]} 0 0
[junit4:junit4]   2> 12942 T3635 C325 P50159 /update {wt=javabin&version=2} {delete=[47 (-1428480015989735424)]} 0 1
[junit4:junit4]   2> 12944 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10049 (1428480015990784000)]} 0 1
[junit4:junit4]   2> 12948 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10049 (1428480015994978304)]} 0 1
[junit4:junit4]   2> 12949 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[47 (-1428480015997075456)]} 0 1
[junit4:junit4]   2> 12952 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[10048 (-1428480016000221184)]} 0 1
[junit4:junit4]   2> 12953 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[49 (1428480016001269760)]} 0 1
[junit4:junit4]   2> 12957 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[10048 (-1428480016005464064)]} 0 1
[junit4:junit4]   2> 12958 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[49 (1428480016006512640)]} 0 0
[junit4:junit4]   2> 12962 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[48 (-1428480016009658368)]} 0 1
[junit4:junit4]   2> 12963 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10050 (1428480016010706944)]} 0 1
[junit4:junit4]   2> 12966 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[48 (-1428480016014901248)]} 0 0
[junit4:junit4]   2> 12968 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10050 (1428480016015949824)]} 0 1
[junit4:junit4]   2> 12971 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[50 (1428480016020144128)]} 0 0
[junit4:junit4]   2> 12973 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10051 (1428480016021192704)]} 0 1
[junit4:junit4]   2> 12977 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[50 (1428480016025387008)]} 0 1
[junit4:junit4]   2> 12979 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10051 (1428480016027484160)]} 0 1
[junit4:junit4]   2> 12981 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[51 (1428480016030629888)]} 0 1
[junit4:junit4]   2> 12983 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[10049 (-1428480016032727040)]} 0 0
[junit4:junit4]   2> 12991 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[51 (1428480016037969920)]} 0 4
[junit4:junit4]   2> 12992 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[10049 (-1428480016042164224)]} 0 0
[junit4:junit4]   2> 13003 T3638 C325 P50159 /update {wt=javabin&version=2} {delete=[49 (-1428480016052649984)]} 0 1
[junit4:junit4]   2> 13003 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10052 (1428480016052649985)]} 0 1
[junit4:junit4]   2> 13006 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[49 (-1428480016056844288)]} 0 0
[junit4:junit4]   2> 13007 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10052 (1428480016056844289)]} 0 1
[junit4:junit4]   2> 13010 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[52 (1428480016059990016)]} 0 1
[junit4:junit4]   2> 13013 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10053 (1428480016064184320)]} 0 1
[junit4:junit4]   2> 13015 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[52 (1428480016066281472)]} 0 0
[junit4:junit4]   2> 13019 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[53 (1428480016069427200)]} 0 1
[junit4:junit4]   2> 13021 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10053 (1428480016071524352)]} 0 1
[junit4:junit4]   2> 13025 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10054 (1428480016075718656)]} 0 1
[junit4:junit4]   2> 13027 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[53 (1428480016077815808)]} 0 1
[junit4:junit4]   2> 13029 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10054 (1428480016080961536)]} 0 0
[junit4:junit4]   2> 13032 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[54 (1428480016083058688)]} 0 1
[junit4:junit4]   2> 13034 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10055 (1428480016085155840)]} 0 1
[junit4:junit4]   2> 13037 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10055 (1428480016089350144)]} 0 0
[junit4:junit4]   2> 13041 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[10052 (-1428480016093544448)]} 0 0
[junit4:junit4]   2> 13042 T3645 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13043 T3645 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50166_oo_%2Fh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50166/oo_/h"}
[junit4:junit4]   2> 13044 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[10052 (-1428480016096690176)]} 0 0
[junit4:junit4]   2> 13048 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10056 (1428480016099835904)]} 0 1
[junit4:junit4]   2> 13059 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10056 (1428480016110321664)]} 0 5
[junit4:junit4]   2> 13060 T3644 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> 13061 T3664 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> 13061 T3651 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> 13061 T3680 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> 13071 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[10053 (-1428480016125001728)]} 0 1
[junit4:junit4]   2>  C324_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50166_oo_%2Fh, base_url=http://127.0.0.1:50166/oo_/h}
[junit4:junit4]   2> 13085 T3676 C324 P50166 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362304689814/jetty2
[junit4:junit4]   2> 13088 T3676 C324 P50166 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@172099cb lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b458e7b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13088 T3676 C324 P50166 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13107 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[54 (1428480016122904576)]} 0 23
[junit4:junit4]   2> 13108 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[54 (1428480016122904576)]} 0 40
[junit4:junit4]   2> 13113 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10053 (-1428480016165896192)]} 0 1
[junit4:junit4]   2> 13114 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[10053 (-1428480016165896192)]} 0 4
[junit4:junit4]   2> 13117 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[55 (1428480016170090496)]} 0 3
[junit4:junit4]   2> 13129 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10057 (1428480016181624832)]} 0 5
[junit4:junit4]   2> 13136 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[55 (1428480016188964864)]} 0 1
[junit4:junit4]   2> 13137 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[55 (1428480016188964864)]} 0 6
[junit4:junit4]   2> 13143 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10057 (1428480016191062016)]} 0 3
[junit4:junit4]   2> 13145 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[52 (-1428480016202596352)]} 0 0
[junit4:junit4]   2> 13147 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10057 (1428480016191062016)]} 0 13
[junit4:junit4]   2> 13151 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[52 (-1428480016205742080)]} 0 0
[junit4:junit4]   2> 13152 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[10056 (-1428480016209936384)]} 0 0
[junit4:junit4]   2> 13153 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[52 (-1428480016205742080)]} 0 5
[junit4:junit4]   2> 13157 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[56 (1428480016214130688)]} 0 1
[junit4:junit4]   2> 13162 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10056 (-1428480016217276416)]} 0 1
[junit4:junit4]   2> 13165 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[56 (1428480016218324992)]} 0 1
[junit4:junit4]   2> 13166 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[10056 (-1428480016217276416)]} 0 8
[junit4:junit4]   2> 13166 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[56 (1428480016218324992)]} 0 6
[junit4:junit4]   2> 13169 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10058 (1428480016227762176)]} 0 1
[junit4:junit4]   2> 13171 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[53 (-1428480016229859328)]} 0 0
[junit4:junit4]   2> 13177 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10058 (1428480016231956480)]} 0 1
[junit4:junit4]   2> 13178 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[53 (-1428480016234053632)]} 0 0
[junit4:junit4]   2> 13179 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[53 (-1428480016234053632)]} 0 4
[junit4:junit4]   2> 13180 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10058 (1428480016231956480)]} 0 7
[junit4:junit4]   2> 13183 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[57 (1428480016241393664)]} 0 1
[junit4:junit4]   2> 13186 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10059 (1428480016243490816)]} 0 1
[junit4:junit4]   2> 13201 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[57 (1428480016256073728)]} 0 1
[junit4:junit4]   2> 13202 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[57 (1428480016256073728)]} 0 6
[junit4:junit4]   2> 13203 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10059 (1428480016258170880)]} 0 1
[junit4:junit4]   2> 13204 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10059 (1428480016258170880)]} 0 6
[junit4:junit4]   2> 13205 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[56 (-1428480016265510912)]} 0 0
[junit4:junit4]   2> 13207 T3635 C325 P50159 /update {wt=javabin&version=2} {delete=[10058 (-1428480016267608064)]} 0 1
[junit4:junit4]   2> 13211 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[56 (-1428480016268656640)]} 0 0
[junit4:junit4]   2> 13213 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10058 (-1428480016270753792)]} 0 1
[junit4:junit4]   2> 13214 T3656 C326 P50163 /update {wt=javabin&version=2} {delete=[56 (-1428480016268656640)]} 0 6
[junit4:junit4]   2> 13215 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[10058 (-1428480016270753792)]} 0 5
[junit4:junit4]   2> 13219 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[58 (1428480016280190976)]} 0 1
[junit4:junit4]   2> 13221 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10060 (1428480016281239552)]} 0 1
[junit4:junit4]   2> 13228 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10060 (1428480016285433856)]} 0 1
[junit4:junit4]   2> 13229 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10060 (1428480016285433856)]} 0 5
[junit4:junit4]   2> 13233 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[58 (1428480016287531008)]} 0 1
[junit4:junit4]   2> 13234 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[58 (1428480016287531008)]} 0 8
[junit4:junit4]   2> 13235 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10061 (1428480016296968192)]} 0 1
[junit4:junit4]   2> 13243 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10061 (1428480016301162496)]} 0 1
[junit4:junit4]   2> 13243 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[59 (1428480016303259648)]} 0 2
[junit4:junit4]   2> 13245 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10061 (1428480016301162496)]} 0 6
[junit4:junit4]   2> 13249 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10062 (1428480016310599680)]} 0 1
[junit4:junit4]   2> 13253 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[59 (1428480016308502528)]} 0 3
[junit4:junit4]   2> 13253 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[59 (1428480016308502528)]} 0 7
[junit4:junit4]   2> 13263 T3635 C325 P50159 /update {wt=javabin&version=2} {delete=[58 (-1428480016325279744)]} 0 1
[junit4:junit4]   2> 13264 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10062 (1428480016322134016)]} 0 1
[junit4:junit4]   2> 13264 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[10062 (1428480016322134016)]} 0 6
[junit4:junit4]   2> 13268 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[58 (-1428480016329474048)]} 0 0
[junit4:junit4]   2> 13268 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10063 (1428480016331571200)]} 0 1
[junit4:junit4]   2> 13269 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[58 (-1428480016329474048)]} 0 3
[junit4:junit4]   2> 13273 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[60 (1428480016335765504)]} 0 1
[junit4:junit4]   2> 13278 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10063 (1428480016335765504)]} 0 1
[junit4:junit4]   2> 13279 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10063 (1428480016335765504)]} 0 7
[junit4:junit4]   2> 13283 T3638 C325 P50159 /update {wt=javabin&version=2} {delete=[10061 (-1428480016346251264)]} 0 1
[junit4:junit4]   2> 13285 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[60 (1428480016344154112)]} 0 1
[junit4:junit4]   2> 13286 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[60 (1428480016344154112)]} 0 6
[junit4:junit4]   2> 13290 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[61 (1428480016354639872)]} 0 1
[junit4:junit4]   2> 13292 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10061 (-1428480016351494144)]} 0 0
[junit4:junit4]   2> 13293 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[10061 (-1428480016351494144)]} 0 6
[junit4:junit4]   2> 13298 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10064 (1428480016361979904)]} 0 1
[junit4:junit4]   2> 13299 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[61 (1428480016358834176)]} 0 1
[junit4:junit4]   2> 13300 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[61 (1428480016358834176)]} 0 6
[junit4:junit4]   2> 13304 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10064 (1428480016366174208)]} 0 0
[junit4:junit4]   2> 13305 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[10064 (1428480016366174208)]} 0 4
[junit4:junit4]   2> 13307 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[62 (1428480016371417088)]} 0 1
[junit4:junit4]   2> 13312 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10065 (1428480016376659968)]} 0 2
[junit4:junit4]   2> 13314 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[62 (1428480016375611392)]} 0 0
[junit4:junit4]   2> 13315 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[62 (1428480016375611392)]} 0 5
[junit4:junit4]   2> 13320 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[63 (1428480016385048576)]} 0 1
[junit4:junit4]   2> 13322 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10065 (1428480016382951424)]} 0 1
[junit4:junit4]   2> 13322 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10065 (1428480016382951424)]} 0 5
[junit4:junit4]   2> 13337 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10066 (1428480016403922944)]} 0 1
[junit4:junit4]   2> 13363 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[63 (1428480016407068672)]} 0 1
[junit4:junit4]   2> 13364 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[63 (1428480016407068672)]} 0 25
[junit4:junit4]   2> 13368 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[61 (-1428480016436428800)]} 0 0
[junit4:junit4]   2> 13371 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10066 (1428480016434331648)]} 0 1
[junit4:junit4]   2> 13371 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10066 (1428480016434331648)]} 0 5
[junit4:junit4]   2> 13375 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10067 (1428480016442720256)]} 0 1
[junit4:junit4]   2> 13386 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[61 (-1428480016445865984)]} 0 4
[junit4:junit4]   2> 13387 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10067 (1428480016446914560)]} 0 2
[junit4:junit4]   2> 13387 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[61 (-1428480016445865984)]} 0 11
[junit4:junit4]   2> 13389 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[10067 (1428480016446914560)]} 0 11
[junit4:junit4]   2> 13392 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[10066 (-1428480016461594625)]} 0 1
[junit4:junit4]   2> 13392 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[64 (1428480016461594624)]} 0 1
[junit4:junit4]   2> 13398 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10066 (-1428480016464740352)]} 0 1
[junit4:junit4]   2> 13400 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1428480016465788928)]} 0 1
[junit4:junit4]   2> 13399 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[10066 (-1428480016464740352)]} 0 4
[junit4:junit4]   2> 13401 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[64 (1428480016465788928)]} 0 5
[junit4:junit4]   2> 13406 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[65 (1428480016475226112)]} 0 1
[junit4:junit4]   2> 13406 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10068 (1428480016476274688)]} 0 0
[junit4:junit4]   2> 13413 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[65 (1428480016479420416)]} 0 1
[junit4:junit4]   2> 13415 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10068 (1428480016481517568)]} 0 1
[junit4:junit4]   2> 13416 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10068 (1428480016481517568)]} 0 5
[junit4:junit4]   2> 13417 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[65 (1428480016479420416)]} 0 8
[junit4:junit4]   2> 13421 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10069 (1428480016489906176)]} 0 2
[junit4:junit4]   2> 13423 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[66 (1428480016493051904)]} 0 1
[junit4:junit4]   2> 13430 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10069 (1428480016495149056)]} 0 2
[junit4:junit4]   2> 13431 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10069 (1428480016495149056)]} 0 7
[junit4:junit4]   2> 13431 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[66 (1428480016498294784)]} 0 1
[junit4:junit4]   2> 13432 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[66 (1428480016498294784)]} 0 5
[junit4:junit4]   2> 13435 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[10067 (-1428480016506683392)]} 0 0
[junit4:junit4]   2> 13436 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[67 (1428480016506683393)]} 0 1
[junit4:junit4]   2> 13441 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10067 (-1428480016510877697)]} 0 0
[junit4:junit4]   2> 13442 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[10067 (-1428480016510877697)]} 0 3
[junit4:junit4]   2> 13445 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[67 (1428480016510877696)]} 0 1
[junit4:junit4]   2> 13446 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[67 (1428480016510877696)]} 0 7
[junit4:junit4]   2> 13448 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10070 (1428480016519266304)]} 0 1
[junit4:junit4]   2> 13456 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[66 (-1428480016528703488)]} 0 1
[junit4:junit4]   2> 13459 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10070 (1428480016527654912)]} 0 0
[junit4:junit4]   2> 13460 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10070 (1428480016527654912)]} 0 5
[junit4:junit4]   2> 13461 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[66 (-1428480016531849216)]} 0 0
[junit4:junit4]   2> 13462 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[66 (-1428480016531849216)]} 0 3
[junit4:junit4]   2> 13466 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10071 (1428480016539189248)]} 0 3
[junit4:junit4]   2> 13469 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[68 (1428480016541286400)]} 0 1
[junit4:junit4]   2> 13475 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10071 (1428480016542334976)]} 0 1
[junit4:junit4]   2> 13477 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10071 (1428480016542334976)]} 0 8
[junit4:junit4]   2> 13479 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[68 (1428480016547577856)]} 0 1
[junit4:junit4]   2> 13480 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[68 (1428480016547577856)]} 0 6
[junit4:junit4]   2> 13482 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[10069 (-1428480016555966464)]} 0 0
[junit4:junit4]   2> 13485 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[69 (1428480016558063616)]} 0 1
[junit4:junit4]   2> 13491 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10069 (-1428480016561209344)]} 0 1
[junit4:junit4]   2> 13493 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[69 (1428480016562257920)]} 0 1
[junit4:junit4]   2> 13494 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[10069 (-1428480016561209344)]} 0 8
[junit4:junit4]   2> 13495 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[69 (1428480016562257920)]} 0 8
[junit4:junit4]   2> 13499 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10072 (1428480016571695104)]} 0 2
[junit4:junit4]   2> 13500 T3638 C325 P50159 /update {wt=javabin&version=2} {delete=[67 (-1428480016574840832)]} 0 0
[junit4:junit4]   2> 13508 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10072 (1428480016577986560)]} 0 1
[junit4:junit4]   2> 13508 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[67 (-1428480016579035136)]} 0 0
[junit4:junit4]   2> 13509 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10072 (1428480016577986560)]} 0 6
[junit4:junit4]   2> 13515 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[67 (-1428480016579035136)]} 0 11
[junit4:junit4]   2> 13519 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10073 (1428480016593715200)]} 0 1
[junit4:junit4]   2> 13520 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[70 (1428480016595812352)]} 0 1
[junit4:junit4]   2> 13525 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10073 (1428480016597909504)]} 0 1
[junit4:junit4]   2> 13527 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10073 (1428480016597909504)]} 0 6
[junit4:junit4]   2> 13529 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[70 (1428480016598958080)]} 0 1
[junit4:junit4]   2> 13530 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[70 (1428480016598958080)]} 0 7
[junit4:junit4]   2> 13530 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[10072 (-1428480016606298112)]} 0 0
[junit4:junit4]   2> 13533 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[71 (1428480016608395264)]} 0 1
[junit4:junit4]   2> 13536 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10072 (-1428480016609443840)]} 0 1
[junit4:junit4]   2> 13538 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[10072 (-1428480016609443840)]} 0 5
[junit4:junit4]   2> 13541 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[71 (1428480016613638144)]} 0 1
[junit4:junit4]   2> 13542 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[71 (1428480016613638144)]} 0 5
[junit4:junit4]   2> 13545 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10074 (1428480016620978176)]} 0 1
[junit4:junit4]   2> 13556 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[69 (-1428480016633561088)]} 0 0
[junit4:junit4]   2> 13558 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10074 (1428480016631463936)]} 0 0
[junit4:junit4]   2> 13559 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10074 (1428480016631463936)]} 0 5
[junit4:junit4]   2> 13563 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10075 (1428480016639852544)]} 0 1
[junit4:junit4]   2> 13568 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[69 (-1428480016641949696)]} 0 0
[junit4:junit4]   2> 13569 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[69 (-1428480016641949696)]} 0 5
[junit4:junit4]   2> 13571 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10075 (1428480016644046848)]} 0 1
[junit4:junit4]   2> 13572 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10075 (1428480016644046848)]} 0 7
[junit4:junit4]   2> 13579 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[72 (1428480016652435456)]} 0 5
[junit4:junit4]   2> 13582 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[10073 (-1428480016660824064)]} 0 1
[junit4:junit4]   2> 13587 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10073 (-1428480016663969792)]} 0 0
[junit4:junit4]   2> 13587 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[72 (1428480016662921216)]} 0 0
[junit4:junit4]   2> 13588 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[10073 (-1428480016663969792)]} 0 3
[junit4:junit4]   2> 13591 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[72 (1428480016662921216)]} 0 8
[junit4:junit4]   2> 13593 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10076 (1428480016671309824)]} 0 1
[junit4:junit4]   2> 13595 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[73 (1428480016673406976)]} 0 1
[junit4:junit4]   2> 13604 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10076 (1428480016675504128)]} 0 1
[junit4:junit4]   2> 13605 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10076 (1428480016675504128)]} 0 10
[junit4:junit4]   2> 13607 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[73 (1428480016682844160)]} 0 1
[junit4:junit4]   2> 13607 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[73 (1428480016682844160)]} 0 4
[junit4:junit4]   2> 13610 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10077 (1428480016689135616)]} 0 1
[junit4:junit4]   2> 13611 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[72 (-1428480016691232768)]} 0 0
[junit4:junit4]   2> 13618 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[72 (-1428480016694378496)]} 0 1
[junit4:junit4]   2> 13619 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[72 (-1428480016694378496)]} 0 5
[junit4:junit4]   2> 13621 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10077 (1428480016695427072)]} 0 1
[junit4:junit4]   2> 13622 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10077 (1428480016695427072)]} 0 7
[junit4:junit4]   2> 13625 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[74 (1428480016703815680)]} 0 2
[junit4:junit4]   2> 13626 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[10077 (-1428480016706961408)]} 0 0
[junit4:junit4]   2> 13633 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[74 (1428480016709058560)]} 0 1
[junit4:junit4]   2> 13634 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10077 (-1428480016710107136)]} 0 1
[junit4:junit4]   2> 13634 T3656 C326 P50163 /update {wt=javabin&version=2} {delete=[10077 (-1428480016710107136)]} 0 5
[junit4:junit4]   2> 13635 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[74 (1428480016709058560)]} 0 7
[junit4:junit4]   2> 13638 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10078 (1428480016718495744)]} 0 1
[junit4:junit4]   2> 13640 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[75 (1428480016720592896)]} 0 1
[junit4:junit4]   2> 13653 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10078 (1428480016728981504)]} 0 3
[junit4:junit4]   2> 13655 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10078 (1428480016728981504)]} 0 9
[junit4:junit4]   2> 13655 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[75 (1428480016731078656)]} 0 1
[junit4:junit4]   2> 13656 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[75 (1428480016731078656)]} 0 7
[junit4:junit4]   2> 13659 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10079 (1428480016740515840)]} 0 1
[junit4:junit4]   2> 13660 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[73 (-1428480016742612992)]} 0 0
[junit4:junit4]   2> 13675 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10079 (1428480016746807296)]} 0 1
[junit4:junit4]   2> 13676 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[73 (-1428480016745758720)]} 0 0
[junit4:junit4]   2> 13677 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[73 (-1428480016745758720)]} 0 14
[junit4:junit4]   2> 13678 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10079 (1428480016746807296)]} 0 15
[junit4:junit4]   2> 13681 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[76 (1428480016763584512)]} 0 1
[junit4:junit4]   2> 13683 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10080 (1428480016765681664)]} 0 1
[junit4:junit4]   2> 13690 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[76 (1428480016769875968)]} 0 1
[junit4:junit4]   2> 13692 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[76 (1428480016769875968)]} 0 6
[junit4:junit4]   2> 13694 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10080 (1428480016770924544)]} 0 1
[junit4:junit4]   2> 13694 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10080 (1428480016770924544)]} 0 7
[junit4:junit4]   2> 13697 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[10079 (-1428480016781410304)]} 0 0
[junit4:junit4]   2> 13699 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[77 (1428480016782458880)]} 0 1
[junit4:junit4]   2> 13705 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10079 (-1428480016786653184)]} 0 0
[junit4:junit4]   2> 13706 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[10079 (-1428480016786653184)]} 0 4
[junit4:junit4]   2> 13716 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10081 (1428480016798187520)]} 0 3
[junit4:junit4]   2> 13717 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[77 (1428480016787701760)]} 0 1
[junit4:junit4]   2> 13718 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[77 (1428480016787701760)]} 0 16
[junit4:junit4]   2> 13722 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[77 (-1428480016807624704)]} 0 1
[junit4:junit4]   2> 13724 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10081 (1428480016805527552)]} 0 1
[junit4:junit4]   2> 13725 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10081 (1428480016805527552)]} 0 5
[junit4:junit4]   2> 13727 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[77 (-1428480016809721856)]} 0 0
[junit4:junit4]   2> 13728 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[77 (-1428480016809721856)]} 0 4
[junit4:junit4]   2> 13728 T3635 C325 P50159 /update {wt=javabin&version=2} {delete=[10080 (-1428480016813916160)]} 0 0
[junit4:junit4]   2> 13732 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[78 (1428480016817061888)]} 0 1
[junit4:junit4]   2> 13735 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10080 (-1428480016817061888)]} 0 1
[junit4:junit4]   2> 13735 T3656 C326 P50163 /update {wt=javabin&version=2} {delete=[10080 (-1428480016817061888)]} 0 4
[junit4:junit4]   2> 13738 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[78 (1428480016820207616)]} 0 1
[junit4:junit4]   2> 13739 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[78 (1428480016820207616)]} 0 5
[junit4:junit4]   2> 13739 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10082 (1428480016825450496)]} 0 1
[junit4:junit4]   2> 13743 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[79 (1428480016828596224)]} 0 1
[junit4:junit4]   2> 13750 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10082 (1428480016830693376)]} 0 1
[junit4:junit4]   2> 13752 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[79 (1428480016832790528)]} 0 1
[junit4:junit4]   2> 13753 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[79 (1428480016832790528)]} 0 7
[junit4:junit4]   2> 13754 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10082 (1428480016830693376)]} 0 10
[junit4:junit4]   2> 13756 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[80 (1428480016843276288)]} 0 1
[junit4:junit4]   2> 13759 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10083 (1428480016845373440)]} 0 1
[junit4:junit4]   2> 13765 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[80 (1428480016848519168)]} 0 1
[junit4:junit4]   2> 13766 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[80 (1428480016848519168)]} 0 5
[junit4:junit4]   2> 13768 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10083 (1428480016850616320)]} 0 1
[junit4:junit4]   2> 13770 T3635 C325 P50159 /update {wt=javabin&version=2} {delete=[79 (-1428480016856907776)]} 0 1
[junit4:junit4]   2> 13771 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10083 (1428480016850616320)]} 0 9
[junit4:junit4]   2> 13782 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10084 (1428480016866344960)]} 0 5
[junit4:junit4]   2> 13783 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[79 (-1428480016861102080)]} 0 0
[junit4:junit4]   2> 13784 T3656 C326 P50163 /update {wt=javabin&version=2} {delete=[79 (-1428480016861102080)]} 0 12
[junit4:junit4]   2> 13790 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[81 (1428480016877879296)]} 0 1
[junit4:junit4]   2> 13790 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10084 (1428480016873684992)]} 0 1
[junit4:junit4]   2> 13791 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10084 (1428480016873684992)]} 0 6
[junit4:junit4]   2> 13794 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10085 (1428480016883122176)]} 0 1
[junit4:junit4]   2> 13797 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[81 (1428480016883122176)]} 0 1
[junit4:junit4]   2> 13798 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[81 (1428480016883122176)]} 0 5
[junit4:junit4]   2> 13801 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[80 (-1428480016890462208)]} 0 0
[junit4:junit4]   2> 13801 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10085 (1428480016886267904)]} 0 1
[junit4:junit4]   2> 13802 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10085 (1428480016886267904)]} 0 5
[junit4:junit4]   2> 13806 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10086 (1428480016894656512)]} 0 1
[junit4:junit4]   2> 13807 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[80 (-1428480016893607936)]} 0 0
[junit4:junit4]   2> 13808 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[80 (-1428480016893607936)]} 0 4
[junit4:junit4]   2> 13812 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[82 (1428480016900947968)]} 0 1
[junit4:junit4]   2> 13814 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10086 (1428480016898850816)]} 0 1
[junit4:junit4]   2> 13816 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[10086 (1428480016898850816)]} 0 7
[junit4:junit4]   2> 13820 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10087 (1428480016909336576)]} 0 1
[junit4:junit4]   2> 13826 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10087 (1428480016912482304)]} 0 1
[junit4:junit4]   2> 13827 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10087 (1428480016912482304)]} 0 5
[junit4:junit4]   2> 13828 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[82 (1428480016911433728)]} 0 0
[junit4:junit4]   2> 13830 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[82 (1428480016911433728)]} 0 9
[junit4:junit4]   2> 13832 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10088 (1428480016922968064)]} 0 1
[junit4:junit4]   2> 13834 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[83 (1428480016925065216)]} 0 1
[junit4:junit4]   2> 13839 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10088 (1428480016926113792)]} 0 1
[junit4:junit4]   2> 13840 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10088 (1428480016926113792)]} 0 5
[junit4:junit4]   2> 13849 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[10087 (-1428480016940793856)]} 0 1
[junit4:junit4]   2> 13850 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[83 (1428480016932405248)]} 0 0
[junit4:junit4]   2> 13851 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[83 (1428480016932405248)]} 0 10
[junit4:junit4]   2> 13864 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[84 (1428480016955473920)]} 0 1
[junit4:junit4]   2> 13866 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10087 (-1428480016943939584)]} 0 1
[junit4:junit4]   2> 13867 T3658 C326 P50163 /update {wt=javabin&version=2} {delete=[10087 (-1428480016943939584)]} 0 15
[junit4:junit4]   2> 13872 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10089 (1428480016964911104)]} 0 1
[junit4:junit4]   2> 13874 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[84 (1428480016962813952)]} 0 1
[junit4:junit4]   2> 13877 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[84 (1428480016962813952)]} 0 8
[junit4:junit4]   2> 13882 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[85 (1428480016975396864)]} 0 0
[junit4:junit4]   2> 13885 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10089 (1428480016973299712)]} 0 1
[junit4:junit4]   2> 13887 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10089 (1428480016973299712)]} 0 7
[junit4:junit4]   2> 13890 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[85 (1428480016979591168)]} 0 1
[junit4:junit4]   2> 13891 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[85 (1428480016979591168)]} 0 5
[junit4:junit4]   2> 13892 T3638 C325 P50159 /update {wt=javabin&version=2} {delete=[10088 (-1428480016985882624)]} 0 0
[junit4:junit4]   2> 13897 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[86 (1428480016990076928)]} 0 1
[junit4:junit4]   2> 13899 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10088 (-1428480016989028352)]} 0 1
[junit4:junit4]   2> 13900 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[10088 (-1428480016989028352)]} 0 5
[junit4:junit4]   2> 13903 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10090 (1428480016996368384)]} 0 1
[junit4:junit4]   2> 13906 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[86 (1428480016994271232)]} 0 2
[junit4:junit4]   2> 13907 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[86 (1428480016994271232)]} 0 7
[junit4:junit4]   2> 13913 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[87 (1428480017006854144)]} 0 2
[junit4:junit4]   2> 13918 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10090 (1428480017002659840)]} 0 4
[junit4:junit4]   2> 13923 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10090 (1428480017002659840)]} 0 15
[junit4:junit4]   2> 13928 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[87 (1428480017017339904)]} 0 1
[junit4:junit4]   2> 13929 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[87 (1428480017017339904)]} 0 7
[junit4:junit4]   2> 13933 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10091 (1428480017027825664)]} 0 1
[junit4:junit4]   2> 13934 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[88 (1428480017029922816)]} 0 0
[junit4:junit4]   2> 13941 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10091 (1428480017033068544)]} 0 1
[junit4:junit4]   2> 13941 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[88 (1428480017033068545)]} 0 1
[junit4:junit4]   2> 13942 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10091 (1428480017033068544)]} 0 6
[junit4:junit4]   2> 13943 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[88 (1428480017033068545)]} 0 6
[junit4:junit4]   2> 13945 T3638 C325 P50159 /update {wt=javabin&version=2} {delete=[10089 (-1428480017041457152)]} 0 0
[junit4:junit4]   2> 13947 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[87 (-1428480017043554304)]} 0 1
[junit4:junit4]   2> 13953 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[87 (-1428480017046700032)]} 0 1
[junit4:junit4]   2> 13954 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10089 (-1428480017045651456)]} 0 1
[junit4:junit4]   2> 13954 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[10089 (-1428480017045651456)]} 0 5
[junit4:junit4]   2> 13955 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[87 (-1428480017046700032)]} 0 5
[junit4:junit4]   2> 13958 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10092 (1428480017054040064)]} 0 1
[junit4:junit4]   2> 13962 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[89 (1428480017057185792)]} 0 2
[junit4:junit4]   2> 13965 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10092 (1428480017058234368)]} 0 1
[junit4:junit4]   2> 13968 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10092 (1428480017058234368)]} 0 7
[junit4:junit4]   2> 13970 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[89 (1428480017063477248)]} 0 1
[junit4:junit4]   2> 13971 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[89 (1428480017063477248)]} 0 5
[junit4:junit4]   2> 13973 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10093 (1428480017069768704)]} 0 1
[junit4:junit4]   2> 13974 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[88 (-1428480017071865856)]} 0 0
[junit4:junit4]   2> 13994 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[88 (-1428480017080254464)]} 0 0
[junit4:junit4]   2> 13995 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10093 (1428480017081303040)]} 0 1
[junit4:junit4]   2> 13995 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[88 (-1428480017080254464)]} 0 13
[junit4:junit4]   2> 13996 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10093 (1428480017081303040)]} 0 13
[junit4:junit4]   2> 13999 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[90 (1428480017097031680)]} 0 1
[junit4:junit4]   2> 13999 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10094 (1428480017097031681)]} 0 1
[junit4:junit4]   2> 14005 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[90 (1428480017101225984)]} 0 1
[junit4:junit4]   2> 14006 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10094 (1428480017101225985)]} 0 1
[junit4:junit4]   2> 14006 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[90 (1428480017101225984)]} 0 5
[junit4:junit4]   2> 14007 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10094 (1428480017101225985)]} 0 5
[junit4:junit4]   2> 14010 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[91 (1428480017108566016)]} 0 1
[junit4:junit4]   2> 14011 T3635 C325 P50159 /update {wt=javabin&version=2} {delete=[10093 (-1428480017110663168)]} 0 0
[junit4:junit4]   2> 14017 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[91 (1428480017112760320)]} 0 1
[junit4:junit4]   2> 14018 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[91 (1428480017112760320)]} 0 5
[junit4:junit4]   2> 14020 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10093 (-1428480017114857472)]} 0 1
[junit4:junit4]   2> 14021 T3656 C326 P50163 /update {wt=javabin&version=2} {delete=[10093 (-1428480017114857472)]} 0 6
[junit4:junit4]   2> 14022 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[89 (-1428480017122197504)]} 0 0
[junit4:junit4]   2> 14024 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[10095 (1428480017124294656)]} 0 1
[junit4:junit4]   2> 14028 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[89 (-1428480017126391808)]} 0 0
[junit4:junit4]   2> 14029 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[89 (-1428480017126391808)]} 0 4
[junit4:junit4]   2> 14034 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10095 (1428480017130586112)]} 0 1
[junit4:junit4]   2> 14035 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10095 (1428480017130586112)]} 0 5
[junit4:junit4]   2> 14037 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[92 (1428480017136877568)]} 0 1
[junit4:junit4]   2> 14039 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[10094 (-1428480017140023296)]} 0 1
[junit4:junit4]   2> 14050 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10094 (-1428480017148411904)]} 0 0
[junit4:junit4]   2> 14050 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[92 (1428480017142120448)]} 0 1
[junit4:junit4]   2> 14051 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[10094 (-1428480017148411904)]} 0 4
[junit4:junit4]   2> 14052 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[92 (1428480017142120448)]} 0 12
[junit4:junit4]   2> 14057 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[93 (1428480017157849088)]} 0 1
[junit4:junit4]   2> 14057 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10096 (1428480017157849089)]} 0 1
[junit4:junit4]   2> 14064 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[93 (1428480017162043392)]} 0 1
[junit4:junit4]   2> 14064 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10096 (1428480017162043393)]} 0 1
[junit4:junit4]   2> 14065 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[93 (1428480017162043392)]} 0 5
[junit4:junit4]   2> 14065 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[10096 (1428480017162043393)]} 0 5
[junit4:junit4]   2> 14069 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[94 (1428480017170432000)]} 0 1
[junit4:junit4]   2> 14069 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10097 (1428480017170432001)]} 0 1
[junit4:junit4]   2> 14075 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[94 (1428480017174626304)]} 0 1
[junit4:junit4]   2> 14078 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10097 (1428480017174626305)]} 0 1
[junit4:junit4]   2> 14079 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[94 (1428480017174626304)]} 0 8
[junit4:junit4]   2> 14079 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10097 (1428480017174626305)]} 0 7
[junit4:junit4]   2> 14083 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10098 (1428480017186160640)]} 0 0
[junit4:junit4]   2> 14084 T3637 C325 P50159 /update {wt=javabin&version=2} {delete=[93 (-1428480017187209216)]} 0 0
[junit4:junit4]   2> 14091 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[93 (-1428480017192452096)]} 0 0
[junit4:junit4]   2> 14093 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10098 (1428480017191403520)]} 0 1
[junit4:junit4]   2> 14094 T3660 C326 P50163 /update {wt=javabin&version=2} {delete=[93 (-1428480017192452096)]} 0 5
[junit4:junit4]   2> 14095 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10098 (1428480017191403520)]} 0 8
[junit4:junit4]   2> 14098 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[95 (1428480017200840704)]} 0 1
[junit4:junit4]   2> 14099 T3635 C325 P50159 /update {wt=javabin&version=2} {delete=[10097 (-1428480017202937856)]} 0 0
[junit4:junit4]   2> 14106 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[95 (1428480017206083584)]} 0 1
[junit4:junit4]   2> 14106 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[95 (1428480017206083584)]} 0 4
[junit4:junit4]   2> 14113 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10097 (-1428480017208180736)]} 0 4
[junit4:junit4]   2> 14117 T3656 C326 P50163 /update {wt=javabin&version=2} {delete=[10097 (-1428480017208180736)]} 0 14
[junit4:junit4]   2> 14118 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[94 (-1428480017222860800)]} 0 0
[junit4:junit4]   2> 14121 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10099 (1428480017224957952)]} 0 1
[junit4:junit4]   2> 14124 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[94 (-1428480017226006528)]} 0 0
[junit4:junit4]   2> 14126 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[94 (-1428480017226006528)]} 0 5
[junit4:junit4]   2> 14128 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10099 (1428480017229152256)]} 0 1
[junit4:junit4]   2> 14128 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[10099 (1428480017229152256)]} 0 4
[junit4:junit4]   2> 14133 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10100 (1428480017236492288)]} 0 2
[junit4:junit4]   2> 14135 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[96 (1428480017239638016)]} 0 1
[junit4:junit4]   2> 14140 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10100 (1428480017242783744)]} 0 1
[junit4:junit4]   2> 14142 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[96 (1428480017243832320)]} 0 1
[junit4:junit4]   2> 14142 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10100 (1428480017242783744)]} 0 6
[junit4:junit4]   2> 14143 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[96 (1428480017243832320)]} 0 5
[junit4:junit4]   2> 14146 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[10101 (1428480017251172352)]} 0 1
[junit4:junit4]   2> 14148 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[97 (1428480017254318080)]} 0 1
[junit4:junit4]   2> 14156 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10101 (1428480017258512384)]} 0 1
[junit4:junit4]   2> 14157 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10101 (1428480017258512384)]} 0 5
[junit4:junit4]   2> 14159 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[97 (1428480017259560960)]} 0 1
[junit4:junit4]   2> 14160 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[97 (1428480017259560960)]} 0 7
[junit4:junit4]   2> 14161 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[10098 (-1428480017267949568)]} 0 0
[junit4:junit4]   2> 14165 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[98 (1428480017271095296)]} 0 1
[junit4:junit4]   2> 14169 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10098 (-1428480017273192448)]} 0 0
[junit4:junit4]   2> 14170 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[10098 (-1428480017273192448)]} 0 4
[junit4:junit4]   2> 14174 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[10102 (1428480017280532480)]} 0 1
[junit4:junit4]   2> 14175 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[98 (1428480017275289600)]} 0 0
[junit4:junit4]   2> 14176 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[98 (1428480017275289600)]} 0 9
[junit4:junit4]   2> 14185 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[97 (-1428480017293115392)]} 0 1
[junit4:junit4]   2> 14191 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10102 (1428480017293115392)]} 0 2
[junit4:junit4]   2> 14192 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[97 (-1428480017296261120)]} 0 0
[junit4:junit4]   2> 14193 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[10102 (1428480017293115392)]} 0 9
[junit4:junit4]   2> 14194 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[97 (-1428480017296261120)]} 0 6
[junit4:junit4]   2> 14196 T3635 C325 P50159 /update {wt=javabin&version=2} {delete=[10099 (-1428480017304649728)]} 0 0
[junit4:junit4]   2> 14198 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[99 (1428480017305698304)]} 0 1
[junit4:junit4]   2> 14205 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10099 (-1428480017308844032)]} 0 0
[junit4:junit4]   2> 14206 T3656 C326 P50163 /update {wt=javabin&version=2} {delete=[10099 (-1428480017308844032)]} 0 6
[junit4:junit4]   2> 14207 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[99 (1428480017311989760)]} 0 1
[junit4:junit4]   2> 14208 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[99 (1428480017311989760)]} 0 5
[junit4:junit4]   2> 14210 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10103 (1428480017318281216)]} 0 1
[junit4:junit4]   2> 14214 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[100 (1428480017322475520)]} 0 1
[junit4:junit4]   2> 14220 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10103 (1428480017324572672)]} 0 2
[junit4:junit4]   2> 14221 T3659 C326 P50163 /update {wt=javabin&version=2} {add=[10103 (1428480017324572672)]} 0 6
[junit4:junit4]   2> 14223 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[100 (1428480017326669824)]} 0 0
[junit4:junit4]   2> 14224 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[100 (1428480017326669824)]} 0 7
[junit4:junit4]   2> 14226 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10104 (1428480017335058432)]} 0 1
[junit4:junit4]   2> 14231 T3636 C325 P50159 /update {wt=javabin&version=2} {add=[101 (1428480017341349888)]} 0 1
[junit4:junit4]   2> 14234 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10104 (1428480017339252736)]} 0 1
[junit4:junit4]   2> 14236 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10104 (1428480017339252736)]} 0 7
[junit4:junit4]   2> 14238 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[101 (1428480017345544192)]} 0 0
[junit4:junit4]   2> 14239 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[101 (1428480017345544192)]} 0 4
[junit4:junit4]   2> 14242 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10105 (1428480017351835648)]} 0 1
[junit4:junit4]   2> 14252 T3639 C325 P50159 /update {wt=javabin&version=2} {delete=[98 (-1428480017363369984)]} 0 0
[junit4:junit4]   2> 14255 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10105 (1428480017362321408)]} 0 1
[junit4:junit4]   2> 14256 T3656 C326 P50163 /update {wt=javabin&version=2} {add=[10105 (1428480017362321408)]} 0 5
[junit4:junit4]   2> 14257 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[98 (-1428480017366515712)]} 0 0
[junit4:junit4]   2> 14258 T3657 C326 P50163 /update {wt=javabin&version=2} {delete=[98 (-1428480017366515712)]} 0 3
[junit4:junit4]   2> 14259 T3640 C325 P50159 /update {wt=javabin&version=2} {delete=[10100 (-1428480017370710016)]} 0 0
[junit4:junit4]   2> 14264 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[102 (1428480017374904320)]} 0 1
[junit4:junit4]   2> 14265 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10100 (-1428480017374904320)]} 0 0
[junit4:junit4]   2> 14266 T3659 C326 P50163 /update {wt=javabin&version=2} {delete=[10100 (-1428480017374904320)]} 0 3
[junit4:junit4]   2> 14273 T3638 C325 P50159 /update {wt=javabin&version=2} {add=[10106 (1428480017384341504)]} 0 1
[junit4:junit4]   2> 14273 T3676 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[102 (1428480017379098624)]} 0 1
[junit4:junit4]   2> 14274 T3660 C326 P50163 /update {wt=javabin&version=2} {add=[102 (1428480017379098624)]} 0 7
[junit4:junit4]   2> 14278 T3636 C325 P50159 /update {wt=javabin&version=2} {delete=[99 (-1428480017390632960)]} 0 1
[junit4:junit4]   2> 14280 T3671 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10106 (1428480017388535808)]} 0 1
[junit4:junit4]   2> 14281 T3658 C326 P50163 /update {wt=javabin&version=2} {add=[10106 (1428480017388535808)]} 0 5
[junit4:junit4]   2> 14285 T3635 C325 P50159 /update {wt=javabin&version=2} {add=[10107 (1428480017396924416)]} 0 1
[junit4:junit4]   2> 14289 T3672 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[99 (-1428480017399021568)]} 0 0
[junit4:junit4]   2> 14290 T3655 C326 P50163 /update {wt=javabin&version=2} {delete=[99 (-1428480017399021568)]} 0 4
[junit4:junit4]   2> 14295 T3639 C325 P50159 /update {wt=javabin&version=2} {add=[103 (1428480017407410176)]} 0 1
[junit4:junit4]   2> 14297 T3675 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10107 (1428480017404264448)]} 0 1
[junit4:junit4]   2> 14297 T3655 C326 P50163 /update {wt=javabin&version=2} {add=[10107 (1428480017404264448)]} 0 6
[junit4:junit4]   2> 14302 T3673 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[103 (1428480017412653056)]} 0 1
[junit4:junit4]   2> 14304 T3640 C325 P50159 /update {wt=javabin&version=2} {add=[10108 (1428480017416847360)]} 0 1
[junit4:junit4]   2> 14306 T3657 C326 P50163 /update {wt=javabin&version=2} {add=[103 (1428480017412653056)]} 0 7
[junit4:junit4]   2> 14313 T3637 C325 P50159 /update {wt=javabin&version=2} {add=[104 (1428480017423138816)]} 0 4
[junit4:junit4]   2> 14320 T3674 C324 P50166 /update {distrib.from=http://127.0.0.1:50163/oo_/h/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10108 (1428480017423138816)]} 0 1
[junit4:junit4]   2> 14321 T3659 C326 P50163 /update {wt=javabin&v

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

Cache, SpellCheckCollatorTest, StatelessScriptUpdateProcessorFactoryTest, WordBreakSolrSpellCheckerTest, TestLazyCores, SynonymTokenizerTest, DisMaxRequestHandlerTest, TestSolrDiscoveryProperties, TestQuerySenderNoQuery, SolrCmdDistributorTest, TestGroupingSearch, TestDocSet, TestSearchPerf, TestSuggestSpellingConverter, PreAnalyzedFieldTest, DocumentBuilderTest, IndexBasedSpellCheckerTest, CSVRequestHandlerTest, TestDocumentBuilder, SimpleFacetsTest, TestRangeQuery, URLClassifyProcessorTest, TestValueSourceCache, TestIndexingPerformance, FileBasedSpellCheckerTest, StandardRequestHandlerTest, SchemaVersionSpecificBehaviorTest, FullSolrCloudDistribCmdsTest, DirectSolrConnectionTest, SampleTest, NumericFieldsTest, TestDefaultSimilarityFactory, TestFastLRUCache, TestFaceting, SolrInfoMBeanTest, TestRealTimeGet, SignatureUpdateProcessorFactoryTest, SystemInfoHandlerTest, TestFoldingMultitermQuery, TestNumberUtils, SolrCoreCheckLockOnStartupTest, ResponseLogComponentTest, TestSurroundQueryParser, TestBadConfig, SOLR749Test, TestReplicationHandler, TestSolrQueryParser, TestReversedWildcardFilterFactory, CoreContainerCoreInitFailuresTest, TestSystemIdResolver, TestPseudoReturnFields, TestStressLucene, PrimitiveFieldTypeTest, TestRandomFaceting, RequestHandlersTest, TestJmxIntegration, TestIndexSearcher, TestOmitPositions, TestWriterPerf, DirectSolrSpellCheckerTest, TestArbitraryIndexDir, BasicZkTest, DocValuesMultiTest, ShardRoutingTest, CurrencyFieldOpenExchangeTest, TestQueryUtils, TermVectorComponentDistributedTest, TestElisionMultitermQuery, TestTrie, SliceStateTest, SuggesterWFSTTest, DistanceFunctionTest, TestSolrIndexConfig, TimeZoneUtilsTest, BasicDistributedZkTest, OverseerTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=229D4032D8F946AF -Dtests.slow=true -Dtests.locale=ru_RU -Dtests.timezone=Atlantic/Faeroe -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=3681, name=coreLoadExecutor-2219-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1503)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@508c742a lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c3f3df8)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=3683, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1503)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@48c3a09a lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cdb519f)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4] Completed in 71.73s, 1 test, 2 errors <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 287 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/287/
Java: 64bit/jdk1.7.0 -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 26288 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene...
  [javadoc] Loading source files for package org.apache.lucene.analysis...
  [javadoc] Loading source files for package org.apache.lucene.analysis.tokenattributes...
  [javadoc] Loading source files for package org.apache.lucene.codecs...
  [javadoc] Loading source files for package org.apache.lucene.codecs.compressing...
  [javadoc] Loading source files for package org.apache.lucene.codecs.lucene40...
  [javadoc] Loading source files for package org.apache.lucene.codecs.lucene41...
  [javadoc] Loading source files for package org.apache.lucene.codecs.lucene42...
  [javadoc] Loading source files for package org.apache.lucene.codecs.perfield...
  [javadoc] Loading source files for package org.apache.lucene.document...
  [javadoc] Loading source files for package org.apache.lucene.index...
  [javadoc] Loading source files for package org.apache.lucene.search...
  [javadoc] Loading source files for package org.apache.lucene.search.payloads...
  [javadoc] Loading source files for package org.apache.lucene.search.similarities...
  [javadoc] Loading source files for package org.apache.lucene.search.spans...
  [javadoc] Loading source files for package org.apache.lucene.store...
  [javadoc] Loading source files for package org.apache.lucene.util...
  [javadoc] Loading source files for package org.apache.lucene.util.automaton...
  [javadoc] Loading source files for package org.apache.lucene.util.fst...
  [javadoc] Loading source files for package org.apache.lucene.util.mutable...
  [javadoc] Loading source files for package org.apache.lucene.util.packed...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/core/org/apache/lucene/search/package-summary.html...
  [javadoc] Copying file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/core/src/java/org/apache/lucene/search/doc-files/nrq-formula-1.png to directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/core/org/apache/lucene/search/doc-files...
  [javadoc] Copying file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/core/src/java/org/apache/lucene/search/doc-files/nrq-formula-2.png to directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/core/org/apache/lucene/search/doc-files...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/core/help-doc.html...
  [javadoc] 1 warning

[...truncated 33 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.analysis.ar...
  [javadoc] Loading source files for package org.apache.lucene.analysis.bg...
  [javadoc] Loading source files for package org.apache.lucene.analysis.br...
  [javadoc] Loading source files for package org.apache.lucene.analysis.ca...
  [javadoc] Loading source files for package org.apache.lucene.analysis.charfilter...
  [javadoc] Loading source files for package org.apache.lucene.analysis.cjk...
  [javadoc] Loading source files for package org.apache.lucene.analysis.commongrams...
  [javadoc] Loading source files for package org.apache.lucene.analysis.compound...
  [javadoc] Loading source files for package org.apache.lucene.analysis.compound.hyphenation...
  [javadoc] Loading source files for package org.apache.lucene.analysis.core...
  [javadoc] Loading source files for package org.apache.lucene.analysis.cz...
  [javadoc] Loading source files for package org.apache.lucene.analysis.da...
  [javadoc] Loading source files for package org.apache.lucene.analysis.de...
  [javadoc] Loading source files for package org.apache.lucene.analysis.el...
  [javadoc] Loading source files for package org.apache.lucene.analysis.en...
  [javadoc] Loading source files for package org.apache.lucene.analysis.es...
  [javadoc] Loading source files for package org.apache.lucene.analysis.eu...
  [javadoc] Loading source files for package org.apache.lucene.analysis.fa...
  [javadoc] Loading source files for package org.apache.lucene.analysis.fi...
  [javadoc] Loading source files for package org.apache.lucene.analysis.fr...
  [javadoc] Loading source files for package org.apache.lucene.analysis.ga...
  [javadoc] Loading source files for package org.apache.lucene.analysis.gl...
  [javadoc] Loading source files for package org.apache.lucene.analysis.hi...
  [javadoc] Loading source files for package org.apache.lucene.analysis.hu...
  [javadoc] Loading source files for package org.apache.lucene.analysis.hunspell...
  [javadoc] Loading source files for package org.apache.lucene.analysis.hy...
  [javadoc] Loading source files for package org.apache.lucene.analysis.id...
  [javadoc] Loading source files for package org.apache.lucene.analysis.in...
  [javadoc] Loading source files for package org.apache.lucene.analysis.it...
  [javadoc] Loading source files for package org.apache.lucene.analysis.lv...
  [javadoc] Loading source files for package org.apache.lucene.analysis.miscellaneous...
  [javadoc] Loading source files for package org.apache.lucene.analysis.ngram...
  [javadoc] Loading source files for package org.apache.lucene.analysis.nl...
  [javadoc] Loading source files for package org.apache.lucene.analysis.no...
  [javadoc] Loading source files for package org.apache.lucene.analysis.path...
  [javadoc] Loading source files for package org.apache.lucene.analysis.pattern...
  [javadoc] Loading source files for package org.apache.lucene.analysis.payloads...
  [javadoc] Loading source files for package org.apache.lucene.analysis.position...
  [javadoc] Loading source files for package org.apache.lucene.analysis.pt...
  [javadoc] Loading source files for package org.apache.lucene.analysis.query...
  [javadoc] Loading source files for package org.apache.lucene.analysis.reverse...
  [javadoc] Loading source files for package org.apache.lucene.analysis.ro...
  [javadoc] Loading source files for package org.apache.lucene.analysis.ru...
  [javadoc] Loading source files for package org.apache.lucene.analysis.shingle...
  [javadoc] Loading source files for package org.apache.lucene.analysis.sinks...
  [javadoc] Loading source files for package org.apache.lucene.analysis.snowball...
  [javadoc] Loading source files for package org.apache.lucene.analysis.standard...
  [javadoc] Loading source files for package org.apache.lucene.analysis.sv...
  [javadoc] Loading source files for package org.apache.lucene.analysis.synonym...
  [javadoc] Loading source files for package org.apache.lucene.analysis.th...
  [javadoc] Loading source files for package org.apache.lucene.analysis.tr...
  [javadoc] Loading source files for package org.apache.lucene.analysis.util...
  [javadoc] Loading source files for package org.apache.lucene.analysis.wikipedia...
  [javadoc] Loading source files for package org.apache.lucene.collation...
  [javadoc] Loading source files for package org.apache.lucene.collation.tokenattributes...
  [javadoc] Loading source files for package org.tartarus.snowball...
  [javadoc] Loading source files for package org.tartarus.snowball.ext...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/analyzers-common/help-doc.html...
  [javadoc] 1 warning

[...truncated 28 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.analysis.icu...
  [javadoc] Loading source files for package org.apache.lucene.analysis.icu.segmentation...
  [javadoc] Loading source files for package org.apache.lucene.analysis.icu.tokenattributes...
  [javadoc] Loading source files for package org.apache.lucene.collation...
  [javadoc] Loading source files for package org.apache.lucene.collation.tokenattributes...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/analyzers-icu/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal
  [javadoc] 1 warning

[...truncated 27 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.analysis.ja...
  [javadoc] Loading source files for package org.apache.lucene.analysis.ja.dict...
  [javadoc] Loading source files for package org.apache.lucene.analysis.ja.tokenattributes...
  [javadoc] Loading source files for package org.apache.lucene.analysis.ja.util...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/analyzers-kuromoji/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal
  [javadoc] 1 warning

[...truncated 27 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.analysis.morfologik...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/analyzers-morfologik/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal, @lucene.experimental
  [javadoc] 1 warning

[...truncated 27 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.analysis.phonetic...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/analyzers-phonetic/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal
  [javadoc] 1 warning

[...truncated 27 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.analysis.cn.smart...
  [javadoc] Loading source files for package org.apache.lucene.analysis.cn.smart.hhmm...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/analyzers-smartcn/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal
  [javadoc] 1 warning

[...truncated 27 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.analysis.pl...
  [javadoc] Loading source files for package org.apache.lucene.analysis.stempel...
  [javadoc] Loading source files for package org.egothor.stemmer...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/analyzers-stempel/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal, @lucene.experimental
  [javadoc] 1 warning

[...truncated 27 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.analysis.uima...
  [javadoc] Loading source files for package org.apache.lucene.analysis.uima.ae...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/analyzers-uima/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal, @lucene.experimental
  [javadoc] 1 warning

[...truncated 30 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.index.memory...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/memory/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal, @lucene.experimental
  [javadoc] 1 warning

[...truncated 29 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.lucene.search.highlight...
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.search.postingshighlight...
  [javadoc] Loading source files for package org.apache.lucene.search.vectorhighlight...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/highlighter/help-doc.html...
  [javadoc] 1 warning

[...truncated 31 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.lucene.queries...
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.queries.function...
  [javadoc] Loading source files for package org.apache.lucene.queries.function.docvalues...
  [javadoc] Loading source files for package org.apache.lucene.queries.function.valuesource...
  [javadoc] Loading source files for package org.apache.lucene.queries.mlt...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/queries/help-doc.html...
  [javadoc] 1 warning

[...truncated 26 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.sandbox.queries...
  [javadoc] Loading source files for package org.apache.lucene.sandbox.queries.regex...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/sandbox/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal, @lucene.experimental
  [javadoc] 1 warning

[...truncated 26 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.queryparser.analyzing...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.classic...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.complexPhrase...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.ext...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.builders...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.config...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.messages...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.nodes...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.parser...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.processors...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.util...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.messages...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.precedence...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.precedence.processors...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.standard...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.standard.builders...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.standard.config...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.standard.nodes...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.standard.parser...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.standard.processors...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.surround.parser...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.surround.query...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.xml...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.xml.builders...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/queryparser/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal, @lucene.experimental
  [javadoc] 1 warning

[...truncated 26 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.facet...
  [javadoc] Loading source files for package org.apache.lucene.facet.associations...
  [javadoc] Loading source files for package org.apache.lucene.facet.codecs.facet42...
  [javadoc] Loading source files for package org.apache.lucene.facet.collections...
  [javadoc] Loading source files for package org.apache.lucene.facet.complements...
  [javadoc] Loading source files for package org.apache.lucene.facet.encoding...
  [javadoc] Loading source files for package org.apache.lucene.facet.index...
  [javadoc] Loading source files for package org.apache.lucene.facet.params...
  [javadoc] Loading source files for package org.apache.lucene.facet.partitions...
  [javadoc] Loading source files for package org.apache.lucene.facet.sampling...
  [javadoc] Loading source files for package org.apache.lucene.facet.search...
  [javadoc] Loading source files for package org.apache.lucene.facet.taxonomy...
  [javadoc] Loading source files for package org.apache.lucene.facet.taxonomy.directory...
  [javadoc] Loading source files for package org.apache.lucene.facet.taxonomy.writercache...
  [javadoc] Loading source files for package org.apache.lucene.facet.taxonomy.writercache.cl2o...
  [javadoc] Loading source files for package org.apache.lucene.facet.taxonomy.writercache.lru...
  [javadoc] Loading source files for package org.apache.lucene.facet.util...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/facet/org/apache/lucene/facet/package-summary.html...
  [javadoc] Copying file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/facet/src/java/org/apache/lucene/facet/doc-files/prettify.css to directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/facet/org/apache/lucene/facet/doc-files...
  [javadoc] Copying file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/facet/src/java/org/apache/lucene/facet/doc-files/prettify.js to directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/facet/org/apache/lucene/facet/doc-files...
  [javadoc] Copying file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/facet/src/java/org/apache/lucene/facet/doc-files/userguide.html to directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/facet/org/apache/lucene/facet/doc-files...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/facet/help-doc.html...
  [javadoc] 1 warning

[...truncated 40 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.lucene.benchmark...
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.benchmark.byTask...
  [javadoc] Loading source files for package org.apache.lucene.benchmark.byTask.feeds...
  [javadoc] Loading source files for package org.apache.lucene.benchmark.byTask.programmatic...
  [javadoc] Loading source files for package org.apache.lucene.benchmark.byTask.stats...
  [javadoc] Loading source files for package org.apache.lucene.benchmark.byTask.tasks...
  [javadoc] Loading source files for package org.apache.lucene.benchmark.byTask.utils...
  [javadoc] Loading source files for package org.apache.lucene.benchmark.quality...
  [javadoc] Loading source files for package org.apache.lucene.benchmark.quality.trec...
  [javadoc] Loading source files for package org.apache.lucene.benchmark.quality.utils...
  [javadoc] Loading source files for package org.apache.lucene.benchmark.utils...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/benchmark/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal
  [javadoc] 1 warning

[...truncated 29 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.lucene.classification...
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.classification.utils...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/classification/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal
  [javadoc] 1 warning

[...truncated 24 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.lucene.codecs.blockterms...
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.codecs.bloom...
  [javadoc] Loading source files for package org.apache.lucene.codecs.diskdv...
  [javadoc] Loading source files for package org.apache.lucene.codecs.intblock...
  [javadoc] Loading source files for package org.apache.lucene.codecs.memory...
  [javadoc] Loading source files for package org.apache.lucene.codecs.pulsing...
  [javadoc] Loading source files for package org.apache.lucene.codecs.sep...
  [javadoc] Loading source files for package org.apache.lucene.codecs.simpletext...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/codecs/help-doc.html...
  [javadoc] 1 warning

[...truncated 38 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.demo...
  [javadoc] Loading source files for package org.apache.lucene.demo.facet...
  [javadoc] Loading source files for package org.apache.lucene.demo.xmlparser...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/demo/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal
  [javadoc] 1 warning

[...truncated 23 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.lucene.facet...
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.facet.associations...
  [javadoc] Loading source files for package org.apache.lucene.facet.codecs.facet42...
  [javadoc] Loading source files for package org.apache.lucene.facet.collections...
  [javadoc] Loading source files for package org.apache.lucene.facet.complements...
  [javadoc] Loading source files for package org.apache.lucene.facet.encoding...
  [javadoc] Loading source files for package org.apache.lucene.facet.index...
  [javadoc] Loading source files for package org.apache.lucene.facet.params...
  [javadoc] Loading source files for package org.apache.lucene.facet.partitions...
  [javadoc] Loading source files for package org.apache.lucene.facet.sampling...
  [javadoc] Loading source files for package org.apache.lucene.facet.search...
  [javadoc] Loading source files for package org.apache.lucene.facet.taxonomy...
  [javadoc] Loading source files for package org.apache.lucene.facet.taxonomy.directory...
  [javadoc] Loading source files for package org.apache.lucene.facet.taxonomy.writercache...
  [javadoc] Loading source files for package org.apache.lucene.facet.taxonomy.writercache.cl2o...
  [javadoc] Loading source files for package org.apache.lucene.facet.taxonomy.writercache.lru...
  [javadoc] Loading source files for package org.apache.lucene.facet.util...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/facet/org/apache/lucene/facet/package-summary.html...
  [javadoc] Copying file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/facet/src/java/org/apache/lucene/facet/doc-files/prettify.css to directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/facet/org/apache/lucene/facet/doc-files...
  [javadoc] Copying file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/facet/src/java/org/apache/lucene/facet/doc-files/prettify.js to directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/facet/org/apache/lucene/facet/doc-files...
  [javadoc] Copying file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/facet/src/java/org/apache/lucene/facet/doc-files/userguide.html to directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/facet/org/apache/lucene/facet/doc-files...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/facet/help-doc.html...
  [javadoc] 1 warning

[...truncated 27 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.search.grouping...
  [javadoc] Loading source files for package org.apache.lucene.search.grouping.function...
  [javadoc] Loading source files for package org.apache.lucene.search.grouping.term...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/grouping/help-doc.html...
  [javadoc] 1 warning

[...truncated 26 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.lucene.search.highlight...
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.search.postingshighlight...
  [javadoc] Loading source files for package org.apache.lucene.search.vectorhighlight...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/highlighter/help-doc.html...
  [javadoc] 1 warning

[...truncated 27 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.search.join...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/join/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal
  [javadoc] 1 warning

[...truncated 26 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.index.memory...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/memory/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal, @lucene.experimental
  [javadoc] 1 warning

[...truncated 24 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.document...
  [javadoc] Loading source files for package org.apache.lucene.index...
  [javadoc] Loading source files for package org.apache.lucene.misc...
  [javadoc] Loading source files for package org.apache.lucene.store...
  [javadoc] Loading source files for package org.apache.lucene.util.fst...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/misc/org/apache/lucene/misc/package-summary.html...
  [javadoc] Copying file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/misc/src/java/org/apache/lucene/misc/doc-files/ss.baselineTf.svg to directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/misc/org/apache/lucene/misc/doc-files...
  [javadoc] Copying file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/misc/src/java/org/apache/lucene/misc/doc-files/ss.computeLengthNorm.svg to directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/misc/org/apache/lucene/misc/doc-files...
  [javadoc] Copying file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/misc/src/java/org/apache/lucene/misc/doc-files/ss.gnuplot to directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/misc/org/apache/lucene/misc/doc-files...
  [javadoc] Copying file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/misc/src/java/org/apache/lucene/misc/doc-files/ss.hyperbolicTf.svg to directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/misc/org/apache/lucene/misc/doc-files...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/misc/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal
  [javadoc] 1 warning

[...truncated 23 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.lucene.queries...
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.queries.function...
  [javadoc] Loading source files for package org.apache.lucene.queries.function.docvalues...
  [javadoc] Loading source files for package org.apache.lucene.queries.function.valuesource...
  [javadoc] Loading source files for package org.apache.lucene.queries.mlt...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/queries/help-doc.html...
  [javadoc] 1 warning

[...truncated 30 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.queryparser.analyzing...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.classic...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.complexPhrase...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.ext...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.builders...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.config...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.messages...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.nodes...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.parser...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.processors...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.core.util...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.messages...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.precedence...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.precedence.processors...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.standard...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.standard.builders...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.standard.config...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.standard.nodes...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.standard.parser...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.flexible.standard.processors...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.surround.parser...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.surround.query...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.xml...
  [javadoc] Loading source files for package org.apache.lucene.queryparser.xml.builders...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/queryparser/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal, @lucene.experimental
  [javadoc] 1 warning

[...truncated 23 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.sandbox.queries...
  [javadoc] Loading source files for package org.apache.lucene.sandbox.queries.regex...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/sandbox/help-doc.html...
  [javadoc] Note: Custom tags that were not seen:  @lucene.internal, @lucene.experimental
  [javadoc] 1 warning

[...truncated 27 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.spatial...
  [javadoc] Loading source files for package org.apache.lucene.spatial.bbox...
  [javadoc] Loading source files for package org.apache.lucene.spatial.prefix...
  [javadoc] Loading source files for package org.apache.lucene.spatial.prefix.tree...
  [javadoc] Loading source files for package org.apache.lucene.spatial.query...
  [javadoc] Loading source files for package org.apache.lucene.spatial.util...
  [javadoc] Loading source files for package org.apache.lucene.spatial.vector...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/spatial/help-doc.html...
  [javadoc] 1 warning

[...truncated 24 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.lucene.search.spell...
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.search.suggest...
  [javadoc] Loading source files for package org.apache.lucene.search.suggest.analyzing...
  [javadoc] Loading source files for package org.apache.lucene.search.suggest.fst...
  [javadoc] Loading source files for package org.apache.lucene.search.suggest.jaspell...
  [javadoc] Loading source files for package org.apache.lucene.search.suggest.tst...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/suggest/help-doc.html...
  [javadoc] 1 warning

[...truncated 17 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.lucene.analysis...
  [javadoc] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  [javadoc] Loading source files for package org.apache.lucene.codecs.asserting...
  [javadoc] Loading source files for package org.apache.lucene.codecs.bloom...
  [javadoc] Loading source files for package org.apache.lucene.codecs.cheapbastard...
  [javadoc] Loading source files for package org.apache.lucene.codecs.compressing...
  [javadoc] Loading source files for package org.apache.lucene.codecs.compressing.dummy...
  [javadoc] Loading source files for package org.apache.lucene.codecs.lucene40...
  [javadoc] Loading source files for package org.apache.lucene.codecs.lucene41...
  [javadoc] Loading source files for package org.apache.lucene.codecs.lucene41ords...
  [javadoc] Loading source files for package org.apache.lucene.codecs.mockintblock...
  [javadoc] Loading source files for package org.apache.lucene.codecs.mockrandom...
  [javadoc] Loading source files for package org.apache.lucene.codecs.mocksep...
  [javadoc] Loading source files for package org.apache.lucene.codecs.nestedpulsing...
  [javadoc] Loading source files for package org.apache.lucene.codecs.ramonly...
  [javadoc] Loading source files for package org.apache.lucene.index...
  [javadoc] Loading source files for package org.apache.lucene.search...
  [javadoc] Loading source files for package org.apache.lucene.store...
  [javadoc] Loading source files for package org.apache.lucene.util...
  [javadoc] Loading source files for package org.apache.lucene.util.automaton...
  [javadoc] Loading source files for package org.apache.lucene.util.fst...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_15
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/docs/test-framework/help-doc.html...
  [javadoc] 1 warning

[...truncated 44 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:381: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:60: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build.xml:244: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build.xml:326: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1961: javax.script.ScriptException: javax.script.ScriptException: org.parboiled.errors.ParserRuntimeException: Error while parsing action 'Root/Sequence/ZeroOrMore/Sequence/Block/FirstOf/Heading/FirstOf/AtxHeading/OneOrMore/Sequence/AtxInline/Inline/Inline_Action1' at input position (line 1, pos 3):
# JRE Version Migration Guide
  ^

org.pegdown.ParsingTimeoutException
	at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:138)
	at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.tools.ant.util.ReflectUtil.invoke(ReflectUtil.java:108)
	at org.apache.tools.ant.util.ReflectWrapper.invoke(ReflectWrapper.java:81)
	at org.apache.tools.ant.util.optional.JavaxScriptRunner.evaluateScript(JavaxScriptRunner.java:103)
	at org.apache.tools.ant.util.optional.JavaxScriptRunner.executeScript(JavaxScriptRunner.java:67)
	at org.apache.tools.ant.types.optional.ScriptFilter.filter(ScriptFilter.java:110)
	at org.apache.tools.ant.filters.TokenFilter.read(TokenFilter.java:114)
	at org.apache.tools.ant.filters.BaseFilterReader.read(BaseFilterReader.java:83)
	at java.io.BufferedReader.read1(BufferedReader.java:203)
	at java.io.BufferedReader.read(BufferedReader.java:279)
	at org.apache.tools.ant.util.ResourceUtils.copyResource(ResourceUtils.java:494)
	at org.apache.tools.ant.util.FileUtils.copyFile(FileUtils.java:559)
	at org.apache.tools.ant.taskdefs.Copy.doFileOperations(Copy.java:875)
	at org.apache.tools.ant.taskdefs.Copy.execute(Copy.java:549)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:398)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.Main.runBuild(Main.java:809)
	at org.apache.tools.ant.Main.startAnt(Main.java:217)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Caused by: javax.script.ScriptException: org.parboiled.errors.ParserRuntimeException: Error while parsing action 'Root/Sequence/ZeroOrMore/Sequence/Block/FirstOf/Heading/FirstOf/AtxHeading/OneOrMore/Sequence/AtxInline/Inline/Inline_Action1' at input position (line 1, pos 3):
# JRE Version Migration Guide
  ^

org.pegdown.ParsingTimeoutException
	at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:335)
	at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:132)
	... 89 more
Caused by: org.parboiled.errors.ParserRuntimeException: Error while parsing action 'Root/Sequence/ZeroOrMore/Sequence/Block/FirstOf/Heading/FirstOf/AtxHeading/OneOrMore/Sequence/AtxInline/Inline/Inline_Action1' at input position (line 1, pos 3):
# JRE Version Migration Guide
  ^

org.pegdown.ParsingTimeoutException
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:353)
	at org.parboiled.matchers.SequenceMatcher.match(SequenceMatcher.java:46)
	at org.parboiled.matchers.MemoMismatchesMatcher.match(MemoMismatchesMatcher.java:47)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	at org.parboiled.matchers.SequenceMatcher.match(SequenceMatcher.java:46)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	at org.parboiled.matchers.SequenceMatcher.match(SequenceMatcher.java:46)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	at org.parboiled.matchers.OneOrMoreMatcher.match(OneOrMoreMatcher.java:38)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	at org.parboiled.matchers.SequenceMatcher.match(SequenceMatcher.java:46)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	at org.parboiled.matchers.FirstOfMatcher.match(FirstOfMatcher.java:41)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	at org.parboiled.matchers.SequenceMatcher.match(SequenceMatcher.java:46)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	at org.parboiled.matchers.FirstOfMatcher.match(FirstOfMatcher.java:41)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	at org.parboiled.matchers.SequenceMatcher.match(SequenceMatcher.java:46)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	at org.parboiled.matchers.SequenceMatcher.match(SequenceMatcher.java:46)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	at org.parboiled.matchers.ZeroOrMoreMatcher.match(ZeroOrMoreMatcher.java:39)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	at org.parboiled.matchers.SequenceMatcher.match(SequenceMatcher.java:46)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	at org.parboiled.matchers.SequenceMatcher.match(SequenceMatcher.java:46)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	at org.parboiled.parserunners.BasicParseRunner.run(BasicParseRunner.java:72)
	at org.parboiled.parserunners.ReportingParseRunner.runBasicMatch(ReportingParseRunner.java:86)
	at org.parboiled.parserunners.ReportingParseRunner.run(ReportingParseRunner.java:66)
	at org.parboiled.parserunners.AbstractParseRunner.run(AbstractParseRunner.java:81)
	at org.pegdown.Parser.parseToParsingResult(Parser.java:1329)
	at org.pegdown.Parser.parseInternal(Parser.java:1316)
	at org.pegdown.Parser.parse(Parser.java:78)
	at org.pegdown.PegDownProcessor.parseMarkdown(PegDownProcessor.java:137)
	at org.pegdown.PegDownProcessor.markdownToHtml(PegDownProcessor.java:122)
	at org.pegdown.PegDownProcessor.markdownToHtml(PegDownProcessor.java:109)
	at org.pegdown.PegDownProcessor.markdownToHtml(PegDownProcessor.java:86)
	at org.pegdown.PegDownProcessor$markdownToHtml.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
	at Script1.run(Script1.groovy:19)
	at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:332)
	... 90 more
Caused by: org.pegdown.ParsingTimeoutException
	at org.pegdown.Parser.checkForParsingTimeout(Parser.java:1334)
	at org.pegdown.Action$cxzDYiA1YTOH9nKV.run(Unknown Source)
	at org.parboiled.matchers.ActionMatcher.match(ActionMatcher.java:96)
	at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
	at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:338)
	... 147 more

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



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.6.0) - Build # 286 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/286/
Java: 64bit/jdk1.6.0 -XX:+UseConcMarkSweepGC

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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=679, name=coreLoadExecutor-387-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=679, name=coreLoadExecutor-387-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1503)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:874)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:580)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:575)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f0b6d81 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4902985e)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


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

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

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




Build Log:
[...truncated 8209 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T620 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 7 T620 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1362363543382
[junit4:junit4]   2> 9 T620 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 9 T621 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 11 T621 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 12 T621 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 12 T621 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 13 T621 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 17 T621 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 111 T620 oasc.ZkTestServer.run start zk server on port:49305
[junit4:junit4]   2> 114 T620 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49305 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4ba6c5d8
[junit4:junit4]   2> 115 T626 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49305. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 117 T622 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49306
[junit4:junit4]   2> 118 T626 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49305, initiating session
[junit4:junit4]   2> 118 T622 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49306
[junit4:junit4]   2> 119 T620 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 120 T624 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 125 T624 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d3331ef650000 with negotiated timeout 10000 for client /127.0.0.1:49306
[junit4:junit4]   2> 126 T626 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49305, sessionid = 0x13d3331ef650000, negotiated timeout = 10000
[junit4:junit4]   2> 126 T627 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ba6c5d8 name:ZooKeeperConnection Watcher:127.0.0.1:49305 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 127 T620 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 127 T620 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 132 T625 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d3331ef650000
[junit4:junit4]   2> 133 T620 oaz.ZooKeeper.close Session: 0x13d3331ef650000 closed
[junit4:junit4]   2> 134 T620 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49305/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6dccdc3b
[junit4:junit4]   2> 133 T627 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 150 T620 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 154 T622 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49306 which had sessionid 0x13d3331ef650000
[junit4:junit4]   2> 154 T628 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49305. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 156 T628 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49305, initiating session
[junit4:junit4]   2> 156 T622 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49307
[junit4:junit4]   2> 157 T622 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49307
[junit4:junit4]   2> 159 T624 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d3331ef650001 with negotiated timeout 10000 for client /127.0.0.1:49307
[junit4:junit4]   2> 159 T628 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49305, sessionid = 0x13d3331ef650001, negotiated timeout = 10000
[junit4:junit4]   2> 160 T629 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6dccdc3b name:ZooKeeperConnection Watcher:127.0.0.1:49305/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 160 T620 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 161 T620 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 168 T620 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 174 T620 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 180 T620 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 186 T620 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 187 T620 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 195 T620 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 196 T620 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 203 T620 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 204 T620 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 209 T620 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 210 T620 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 222 T620 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 223 T620 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 229 T620 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 230 T620 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 237 T620 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 238 T620 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 243 T620 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 244 T620 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 250 T620 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 251 T620 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 257 T625 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d3331ef650001
[junit4:junit4]   2> 258 T622 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49307 which had sessionid 0x13d3331ef650001
[junit4:junit4]   2> 259 T629 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 259 T620 oaz.ZooKeeper.close Session: 0x13d3331ef650001 closed
[junit4:junit4]   2> 520 T620 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 616 T620 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49308
[junit4:junit4]   2> 617 T620 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 618 T620 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 618 T620 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362363543634
[junit4:junit4]   2> 619 T620 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362363543634/solr.xml
[junit4:junit4]   2> 619 T620 oasc.CoreContainer.<init> New CoreContainer 1897248547
[junit4:junit4]   2> 620 T620 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362363543634/'
[junit4:junit4]   2> 621 T620 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362363543634/'
[junit4:junit4]   2> 678 T620 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 679 T620 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 680 T620 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 681 T620 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 682 T620 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 684 T620 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 685 T620 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 685 T620 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 686 T620 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 687 T620 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 710 T620 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 736 T620 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49305/solr
[junit4:junit4]   2> 737 T620 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 738 T620 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49305 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@51eb4fc6
[junit4:junit4]   2> 739 T620 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 740 T639 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49305. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 742 T639 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49305, initiating session
[junit4:junit4]   2> 742 T622 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49309
[junit4:junit4]   2> 743 T622 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49309
[junit4:junit4]   2> 746 T624 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d3331ef650002 with negotiated timeout 20000 for client /127.0.0.1:49309
[junit4:junit4]   2> 746 T639 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49305, sessionid = 0x13d3331ef650002, negotiated timeout = 20000
[junit4:junit4]   2> 747 T640 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51eb4fc6 name:ZooKeeperConnection Watcher:127.0.0.1:49305 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 747 T620 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 750 T625 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d3331ef650002
[junit4:junit4]   2> 751 T640 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 752 T622 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d3331ef650002, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 
[junit4:junit4]   2> 752 T622 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49309 which had sessionid 0x13d3331ef650002
[junit4:junit4]   2> 751 T620 oaz.ZooKeeper.close Session: 0x13d3331ef650002 closed
[junit4:junit4]   2> 754 T620 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 769 T620 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49305/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3448bc72
[junit4:junit4]   2> 781 T620 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 782 T641 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49305. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 783 T622 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49310
[junit4:junit4]   2> 783 T641 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49305, initiating session
[junit4:junit4]   2> 784 T622 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49310
[junit4:junit4]   2> 786 T624 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d3331ef650003 with negotiated timeout 20000 for client /127.0.0.1:49310
[junit4:junit4]   2> 788 T641 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49305, sessionid = 0x13d3331ef650003, negotiated timeout = 20000
[junit4:junit4]   2> 791 T642 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3448bc72 name:ZooKeeperConnection Watcher:127.0.0.1:49305/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 792 T620 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 796 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 800 T620 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 805 T620 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49308_
[junit4:junit4]   2> 806 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49308_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49308_
[junit4:junit4]   2> 807 T620 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49308_
[junit4:junit4]   2> 814 T620 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 824 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 825 T620 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 830 T620 oasc.Overseer.start Overseer (id=89283857180065795-127.0.0.1:49308_-n_0000000000) starting
[junit4:junit4]   2> 831 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 833 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 834 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 836 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 837 T644 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 840 T620 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 846 T620 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 858 T643 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 864 T645 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362363543634/collection1
[junit4:junit4]   2> 864 T645 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 865 T645 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 866 T645 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 868 T645 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362363543634/collection1/'
[junit4:junit4]   2> 869 T645 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362363543634/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 870 T645 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362363543634/collection1/lib/README' to classloader
[junit4:junit4]   2> 950 T645 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1051 T645 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1067 T645 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1082 T645 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1882 T645 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1892 T645 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1898 T645 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1929 T645 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1936 T645 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1942 T645 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1945 T645 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1946 T645 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1946 T645 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1948 T645 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1949 T645 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1949 T645 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362363543634/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362363543382/control/data/
[junit4:junit4]   2> 1950 T645 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d581e80
[junit4:junit4]   2> 1950 T645 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1951 T645 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/control/data forceNew:false
[junit4:junit4]   2> 1952 T645 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/control/data
[junit4:junit4]   2> 1952 T645 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362363543382/control/data/index/
[junit4:junit4]   2> 1953 T645 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362363543382/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1954 T645 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/control/data/index forceNew:false
[junit4:junit4]   2> 1958 T645 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@11437a26 lockFactory=org.apache.lucene.store.NativeFSLockFactory@83bedce),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1958 T645 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1959 T645 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/control/data/index
[junit4:junit4]   2> 1962 T645 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1962 T645 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1963 T645 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1964 T645 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1965 T645 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1965 T645 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1966 T645 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1967 T645 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1968 T645 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1973 T645 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1977 T645 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/control/data
[junit4:junit4]   2> 1978 T645 oass.SolrIndexSearcher.<init> Opening Searcher@6f489087 main
[junit4:junit4]   2> 1979 T645 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362363543382/control/data/tlog
[junit4:junit4]   2> 1980 T645 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1980 T645 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1991 T645 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/control/data
[junit4:junit4]   2> 1992 T646 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f489087 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1995 T645 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1995 T645 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1996 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2368 T643 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2370 T643 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49308_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49308"}
[junit4:junit4]   2> 2370 T643 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2373 T643 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2374 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2393 T642 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> 3004 T645 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3005 T645 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49308 collection:control_collection shard:shard1
[junit4:junit4]   2> 3006 T645 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3042 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 3043 T645 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3047 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3054 T645 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3054 T645 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3055 T645 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49308/collection1/
[junit4:junit4]   2> 3055 T645 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3056 T645 oasc.SyncStrategy.syncToMe http://127.0.0.1:49308/collection1/ has no replicas
[junit4:junit4]   2> 3056 T645 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49308/collection1/
[junit4:junit4]   2> 3056 T645 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3067 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3903 T643 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3919 T642 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> 3948 T645 oasc.ZkController.register We are http://127.0.0.1:49308/collection1/ and leader is http://127.0.0.1:49308/collection1/
[junit4:junit4]   2> 3949 T645 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49308
[junit4:junit4]   2> 3949 T645 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3949 T645 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3950 T645 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3953 T645 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3957 T620 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3958 T620 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3959 T620 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3974 T620 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3978 T620 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49305/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6a7ffd16
[junit4:junit4]   2> 3980 T620 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3981 T648 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49305. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3983 T622 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49311
[junit4:junit4]   2> 3983 T648 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49305, initiating session
[junit4:junit4]   2> 3983 T622 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49311
[junit4:junit4]   2> 3984 T624 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d3331ef650004 with negotiated timeout 10000 for client /127.0.0.1:49311
[junit4:junit4]   2> 3985 T648 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49305, sessionid = 0x13d3331ef650004, negotiated timeout = 10000
[junit4:junit4]   2> 3985 T649 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a7ffd16 name:ZooKeeperConnection Watcher:127.0.0.1:49305/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3985 T620 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3986 T620 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3989 T620 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4240 T620 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4250 T620 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49312
[junit4:junit4]   2> 4251 T620 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4252 T620 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4253 T620 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362363547364
[junit4:junit4]   2> 4253 T620 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362363547364/solr.xml
[junit4:junit4]   2> 4254 T620 oasc.CoreContainer.<init> New CoreContainer 1069560475
[junit4:junit4]   2> 4255 T620 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362363547364/'
[junit4:junit4]   2> 4255 T620 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362363547364/'
[junit4:junit4]   2> 4303 T620 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4304 T620 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4305 T620 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4305 T620 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4306 T620 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4307 T620 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4307 T620 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4308 T620 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4309 T620 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4309 T620 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4334 T620 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4371 T620 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49305/solr
[junit4:junit4]   2> 4372 T620 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4373 T620 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49305 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@28e3aa36
[junit4:junit4]   2> 4374 T620 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4375 T659 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49305. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4377 T622 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49313
[junit4:junit4]   2> 4377 T659 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49305, initiating session
[junit4:junit4]   2> 4378 T622 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49313
[junit4:junit4]   2> 4723 T624 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d3331ef650005 with negotiated timeout 20000 for client /127.0.0.1:49313
[junit4:junit4]   2> 4723 T659 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49305, sessionid = 0x13d3331ef650005, negotiated timeout = 20000
[junit4:junit4]   2> 4724 T660 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28e3aa36 name:ZooKeeperConnection Watcher:127.0.0.1:49305 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4725 T620 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4732 T625 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d3331ef650005
[junit4:junit4]   2> 4733 T622 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49313 which had sessionid 0x13d3331ef650005
[junit4:junit4]   2> 4734 T660 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4734 T620 oaz.ZooKeeper.close Session: 0x13d3331ef650005 closed
[junit4:junit4]   2> 4737 T620 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4753 T620 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49305/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@62e13f84
[junit4:junit4]   2> 4762 T620 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4764 T661 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49305. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4764 T661 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49305, initiating session
[junit4:junit4]   2> 4766 T622 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49314
[junit4:junit4]   2> 4766 T622 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49314
[junit4:junit4]   2> 4769 T624 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d3331ef650006 with negotiated timeout 20000 for client /127.0.0.1:49314
[junit4:junit4]   2> 4769 T661 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49305, sessionid = 0x13d3331ef650006, negotiated timeout = 20000
[junit4:junit4]   2> 4770 T662 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62e13f84 name:ZooKeeperConnection Watcher:127.0.0.1:49305/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4770 T620 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4778 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4780 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4783 T620 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5431 T643 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5432 T643 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49308_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49308"}
[junit4:junit4]   2> 5438 T649 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> 5440 T662 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> 5442 T642 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> 5789 T620 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49312_
[junit4:junit4]   2> 5790 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650006 type:delete cxid:0xb zxid:0x4f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49312_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49312_
[junit4:junit4]   2> 5791 T620 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49312_
[junit4:junit4]   2> 5795 T649 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5795 T649 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> 5797 T662 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 5799 T642 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 5802 T642 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5803 T662 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5812 T663 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362363547364/collection1
[junit4:junit4]   2> 5812 T663 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5813 T663 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5814 T663 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5819 T663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362363547364/collection1/'
[junit4:junit4]   2> 5822 T663 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362363547364/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5823 T663 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362363547364/collection1/lib/README' to classloader
[junit4:junit4]   2> 5889 T663 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5984 T663 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5986 T663 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5993 T663 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6815 T663 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6826 T663 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6831 T663 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6856 T663 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6862 T663 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6868 T663 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6870 T663 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6870 T663 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6871 T663 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6873 T663 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6873 T663 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6874 T663 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362363547364/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty1/
[junit4:junit4]   2> 6875 T663 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d581e80
[junit4:junit4]   2> 6875 T663 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6876 T663 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty1 forceNew:false
[junit4:junit4]   2> 6878 T663 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty1
[junit4:junit4]   2> 6882 T663 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty1/index/
[junit4:junit4]   2> 6884 T663 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6885 T663 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty1/index forceNew:false
[junit4:junit4]   2> 6888 T663 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@131d8f75 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6fa63f4c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6889 T663 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6889 T663 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty1/index
[junit4:junit4]   2> 6892 T663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6893 T663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6894 T663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6899 T663 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6902 T663 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6902 T663 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6903 T663 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6904 T663 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6905 T663 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6909 T663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6943 T663 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty1
[junit4:junit4]   2> 6949 T663 oass.SolrIndexSearcher.<init> Opening Searcher@7db4e7ae main
[junit4:junit4]   2> 6950 T663 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty1/tlog
[junit4:junit4]   2> 6951 T663 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6952 T663 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6958 T664 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7db4e7ae main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6966 T663 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6967 T663 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8462 T643 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8465 T643 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49312_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49312"}
[junit4:junit4]   2> 8465 T643 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 8466 T643 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 8479 T642 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> 8485 T662 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> 8486 T649 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> 8972 T663 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8972 T663 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49312 collection:collection1 shard:shard1
[junit4:junit4]   2> 8976 T663 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 8986 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650006 type:delete cxid:0x48 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 8987 T663 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8988 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650006 type:create cxid:0x49 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8990 T663 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8990 T663 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8991 T663 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49312/collection1/
[junit4:junit4]   2> 8991 T663 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8992 T663 oasc.SyncStrategy.syncToMe http://127.0.0.1:49312/collection1/ has no replicas
[junit4:junit4]   2> 8992 T663 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49312/collection1/
[junit4:junit4]   2> 8992 T663 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 8998 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650006 type:create cxid:0x53 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10000 T643 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10029 T662 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> 10029 T642 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> 10035 T649 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> 10085 T663 oasc.ZkController.register We are http://127.0.0.1:49312/collection1/ and leader is http://127.0.0.1:49312/collection1/
[junit4:junit4]   2> 10086 T663 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49312
[junit4:junit4]   2> 10086 T663 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 10087 T663 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 10088 T663 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10093 T663 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10097 T620 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 10098 T620 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10100 T620 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10424 T620 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10444 T620 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49315
[junit4:junit4]   2> 10445 T620 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10446 T620 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10447 T620 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362363553499
[junit4:junit4]   2> 10447 T620 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362363553499/solr.xml
[junit4:junit4]   2> 10448 T620 oasc.CoreContainer.<init> New CoreContainer 1960868541
[junit4:junit4]   2> 10449 T620 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362363553499/'
[junit4:junit4]   2> 10449 T620 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362363553499/'
[junit4:junit4]   2> 10513 T620 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 10514 T620 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10514 T620 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10515 T620 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10516 T620 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10517 T620 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10517 T620 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10518 T620 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10519 T620 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10520 T620 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10553 T620 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10588 T620 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49305/solr
[junit4:junit4]   2> 10589 T620 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10591 T620 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49305 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5a2a1906
[junit4:junit4]   2> 10593 T620 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10595 T675 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49305. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 10596 T675 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49305, initiating session
[junit4:junit4]   2> 10597 T622 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49316
[junit4:junit4]   2> 10598 T622 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49316
[junit4:junit4]   2> 10600 T624 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d3331ef650007 with negotiated timeout 20000 for client /127.0.0.1:49316
[junit4:junit4]   2> 10601 T675 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49305, sessionid = 0x13d3331ef650007, negotiated timeout = 20000
[junit4:junit4]   2> 10602 T676 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a2a1906 name:ZooKeeperConnection Watcher:127.0.0.1:49305 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10602 T620 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10605 T625 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d3331ef650007
[junit4:junit4]   2> 10607 T622 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49316 which had sessionid 0x13d3331ef650007
[junit4:junit4]   2> 10608 T676 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10608 T620 oaz.ZooKeeper.close Session: 0x13d3331ef650007 closed
[junit4:junit4]   2> 10609 T620 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 10746 T620 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49305/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@14dd2c34
[junit4:junit4]   2> 10748 T677 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49305. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 10750 T622 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49317
[junit4:junit4]   2> 10750 T620 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10751 T677 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49305, initiating session
[junit4:junit4]   2> 10752 T622 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49317
[junit4:junit4]   2> 10753 T624 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d3331ef650008 with negotiated timeout 20000 for client /127.0.0.1:49317
[junit4:junit4]   2> 10754 T677 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49305, sessionid = 0x13d3331ef650008, negotiated timeout = 20000
[junit4:junit4]   2> 10754 T678 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14dd2c34 name:ZooKeeperConnection Watcher:127.0.0.1:49305/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10755 T620 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10757 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10760 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10763 T620 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 11554 T643 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11556 T643 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49312_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49312"}
[junit4:junit4]   2> 11563 T642 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> 11564 T678 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> 11567 T649 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> 11570 T662 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> 11769 T620 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49315_
[junit4:junit4]   2> 11770 T625 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d3331ef650008 type:delete cxid:0xb zxid:0x73 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49315_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49315_
[junit4:junit4]   2> 11772 T620 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49315_
[junit4:junit4]   2> 11776 T642 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> 11777 T678 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> 11788 T642 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11791 T678 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11791 T662 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> 11792 T649 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11792 T649 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11796 T662 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11804 T679 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362363553499/collection1
[junit4:junit4]   2> 11805 T679 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 11806 T679 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11806 T679 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 11809 T679 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362363553499/collection1/'
[junit4:junit4]   2> 11810 T679 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362363553499/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11810 T679 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362363553499/collection1/lib/README' to classloader
[junit4:junit4]   2> 11876 T679 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 11958 T679 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11961 T679 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11972 T679 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12803 T679 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12813 T679 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12825 T679 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12858 T679 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12864 T679 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12872 T679 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12875 T679 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 12876 T679 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 12877 T679 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12879 T679 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 12880 T679 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 12881 T679 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362363553499/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/
[junit4:junit4]   2> 12881 T679 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d581e80
[junit4:junit4]   2> 12882 T679 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 12883 T679 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2 forceNew:false
[junit4:junit4]   2> 12883 T679 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2
[junit4:junit4]   2> 12884 T679 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index/
[junit4:junit4]   2> 12884 T679 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12885 T679 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index forceNew:false
[junit4:junit4]   2> 12888 T679 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a25417f lockFactory=org.apache.lucene.store.NativeFSLockFactory@4183d912),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12888 T679 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12889 T679 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index
[junit4:junit4]   2> 12893 T679 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12893 T679 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12895 T679 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12896 T679 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12897 T679 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12897 T679 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12898 T679 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12900 T679 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12901 T679 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12909 T679 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12923 T679 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2
[junit4:junit4]   2> 12925 T679 oass.SolrIndexSearcher.<init> Opening Searcher@3c925617 main
[junit4:junit4]   2> 12926 T679 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/tlog
[junit4:junit4]   2> 12928 T679 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12929 T679 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12941 T679 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2
[junit4:junit4]   2> 12955 T680 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3c925617 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 12959 T679 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 12959 T679 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13083 T643 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13086 T643 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49315_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49315"}
[junit4:junit4]   2> 13086 T643 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 13087 T643 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 13101 T642 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> 13115 T678 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> 13127 T649 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> 13127 T662 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> 13964 T679 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13965 T679 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49315 collection:collection1 shard:shard1
[junit4:junit4]   2> 13982 T679 oasc.ZkController.register We are http://127.0.0.1:49315/collection1/ and leader is http://127.0.0.1:49312/collection1/
[junit4:junit4]   2> 13982 T679 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49315
[junit4:junit4]   2> 13982 T679 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 13983 T679 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C57 name=collection1 org.apache.solr.core.SolrCore@3d2b710e url=http://127.0.0.1:49315/collection1 node=127.0.0.1:49315_ C57_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49315_, base_url=http://127.0.0.1:49315}
[junit4:junit4]   2> 14044 T681 C57 P49315 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 14052 T681 C57 P49315 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 14053 T681 C57 P49315 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 14053 T681 C57 P49315 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14054 T679 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14056 T681 C57 P49315 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14066 T620 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 14067 T620 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14068 T620 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14085 T620 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C58 name=collection1 org.apache.solr.core.SolrCore@851e188 url=http://127.0.0.1:49308/collection1 node=127.0.0.1:49308_ C58_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:49308_, base_url=http://127.0.0.1:49308, leader=true}
[junit4:junit4]   2> 14175 T636 C58 P49308 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/control/data
[junit4:junit4]   2> 14179 T636 C58 P49308 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@11437a26 lockFactory=org.apache.lucene.store.NativeFSLockFactory@83bedce),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14180 T636 C58 P49308 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14184 T637 C58 P49308 /update {wt=javabin&version=2} {add=[1 (1428541729723645952)]} 0 7
[junit4:junit4]   2> 14203 T636 C58 P49308 /update {wt=javabin&version=2} {add=[10001 (1428541729714208768)]} 0 38
[junit4:junit4]   2> ASYNC  NEW_CORE C59 name=collection1 org.apache.solr.core.SolrCore@2f03cd46 url=http://127.0.0.1:49312/collection1 node=127.0.0.1:49312_ C59_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49312_, base_url=http://127.0.0.1:49312, leader=true}
[junit4:junit4]   2> 14220 T657 C59 P49312 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty1
[junit4:junit4]   2> 14222 T657 C59 P49312 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@131d8f75 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6fa63f4c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14224 T657 C59 P49312 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14227 T657 C59 P49312 /update {wt=javabin&version=2} {add=[1 (1428541729765588992)]} 0 9
[junit4:junit4]   2> 14234 T656 C59 P49312 /update {wt=javabin&version=2} {add=[10001 (1428541729766637568)]} 0 15
[junit4:junit4]   2> 14263 T638 C58 P49308 /update {wt=javabin&version=2} {add=[2 (1428541729810677760)]} 0 1
[junit4:junit4]   2> 14265 T632 C58 P49308 /update {wt=javabin&version=2} {add=[10002 (1428541729813823488)]} 0 1
[junit4:junit4]   2> 14278 T658 C59 P49312 /update {wt=javabin&version=2} {add=[10002 (1428541729826406400)]} 0 3
[junit4:junit4]   2> 14281 T658 C59 P49312 /update {wt=javabin&version=2} {add=[2 (1428541729830600704)]} 0 2
[junit4:junit4]   2> 14353 T637 C58 P49308 /update {wt=javabin&version=2} {add=[10003 (1428541729905049600)]} 0 2
[junit4:junit4]   2> 14355 T635 C58 P49308 /update {wt=javabin&version=2} {add=[3 (1428541729905049601)]} 0 4
[junit4:junit4]   2> 14364 T657 C59 P49312 /update {wt=javabin&version=2} {add=[10003 (1428541729916583936)]} 0 2
[junit4:junit4]   2> 14366 T655 C59 P49312 /update {wt=javabin&version=2} {add=[3 (1428541729916583937)]} 0 4
[junit4:junit4]   2> 14383 T632 C58 P49308 /update {wt=javabin&version=2} {add=[4 (1428541729936506880)]} 0 2
[junit4:junit4]   2> 14387 T636 C58 P49308 /update {wt=javabin&version=2} {add=[10004 (1428541729940701184)]} 0 7
[junit4:junit4]   2> 14394 T658 C59 P49312 /update {wt=javabin&version=2} {add=[4 (1428541729949089792)]} 0 2
[junit4:junit4]   2> 14399 T653 C59 P49312 /update {wt=javabin&version=2} {add=[10004 (1428541729952235520)]} 0 3
[junit4:junit4]   2> 14487 T638 C58 P49308 /update {wt=javabin&version=2} {delete=[4 (-1428541730047655936)]} 0 0
[junit4:junit4]   2> 14490 T634 C58 P49308 /update {wt=javabin&version=2} {delete=[10004 (-1428541730049753088)]} 0 2
[junit4:junit4]   2> 14495 T656 C59 P49312 /update {wt=javabin&version=2} {delete=[4 (-1428541730054995968)]} 0 1
[junit4:junit4]   2> 14496 T657 C59 P49312 /update {wt=javabin&version=2} {delete=[10004 (-1428541730056044544)]} 0 1
[junit4:junit4]   2> 14499 T635 C58 P49308 /update {wt=javabin&version=2} {add=[5 (1428541730060238848)]} 0 1
[junit4:junit4]   2> 14505 T637 C58 P49308 /update {wt=javabin&version=2} {add=[10005 (1428541730062336000)]} 0 4
[junit4:junit4]   2> 14508 T655 C59 P49312 /update {wt=javabin&version=2} {add=[5 (1428541730068627456)]} 0 1
[junit4:junit4]   2> 14512 T653 C59 P49312 /update {wt=javabin&version=2} {add=[10005 (1428541730071773184)]} 0 2
[junit4:junit4]   2> 14592 T632 C58 P49308 /update {wt=javabin&version=2} {add=[6 (1428541730155659264)]} 0 2
[junit4:junit4]   2> 14595 T636 C58 P49308 /update {wt=javabin&version=2} {add=[10006 (1428541730159853568)]} 0 1
[junit4:junit4]   2> 14602 T658 C59 P49312 /update {wt=javabin&version=2} {add=[10006 (1428541730167193600)]} 0 2
[junit4:junit4]   2> 14604 T658 C59 P49312 /update {wt=javabin&version=2} {add=[6 (1428541730169290752)]} 0 1
[junit4:junit4]   2> 14619 T643 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14621 T643 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49315_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49315"}
[junit4:junit4]   2> 14673 T638 C58 P49308 /update {wt=javabin&version=2} {delete=[6 (-1428541730242691072)]} 0 0
[junit4:junit4]   2> 14675 T634 C58 P49308 /update {wt=javabin&version=2} {delete=[10006 (-1428541730244788224)]} 0 0
[junit4:junit4]   2> 14681 T657 C59 P49312 /update {wt=javabin&version=2} {delete=[6 (-1428541730251079680)]} 0 0
[junit4:junit4]   2> 14683 T657 C59 P49312 /update {wt=javabin&version=2} {delete=[10006 (-1428541730253176832)]} 0 0
[junit4:junit4]   2> 14697 T635 C58 P49308 /update {wt=javabin&version=2} {add=[10007 (1428541730257371136)]} 0 10
[junit4:junit4]   2> 14700 T637 C58 P49308 /update {wt=javabin&version=2} {add=[7 (1428541730258419712)]} 0 13
[junit4:junit4]   2> 14703 T653 C59 P49312 /update {wt=javabin&version=2} {add=[10007 (1428541730273099776)]} 0 1
[junit4:junit4]   2> 14705 T658 C59 P49312 /update {wt=javabin&version=2} {add=[7 (1428541730275196928)]} 0 1
[junit4:junit4]   2> 14713 T649 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> 14716 T642 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> 14722 T678 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> 14723 T662 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> 14738 T632 C58 P49308 /update {wt=javabin&version=2} {add=[10008 (1428541730307702784)]} 0 3
[junit4:junit4]   2> 14743 T636 C58 P49308 /update {wt=javabin&version=2} {add=[8 (1428541730315042816)]} 0 1
[junit4:junit4]   2>  C57_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49315_, base_url=http://127.0.0.1:49315}
[junit4:junit4]   2> 14784 T674 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2
[junit4:junit4]   2> 14790 T674 C57 P49315 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a25417f lockFactory=org.apache.lucene.store.NativeFSLockFactory@4183d912),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14791 T674 C57 P49315 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14794 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10008 (1428541730319237120)]} 0 12
[junit4:junit4]   2> 14797 T656 C59 P49312 /update {wt=javabin&version=2} {add=[10008 (1428541730319237120)]} 0 52
[junit4:junit4]   2> 14802 T673 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1428541730322382848)]} 0 13
[junit4:junit4]   2> 14804 T655 C59 P49312 /update {wt=javabin&version=2} {add=[8 (1428541730322382848)]} 0 55
[junit4:junit4]   2> 14832 T638 C58 P49308 /update {wt=javabin&version=2} {add=[10009 (1428541730408366080)]} 0 1
[junit4:junit4]   2> 14847 T635 C58 P49308 /update {wt=javabin&version=2} {add=[9 (1428541730424094720)]} 0 1
[junit4:junit4]   2> 14848 T669 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10009 (1428541730416754688)]} 0 2
[junit4:junit4]   2> 14850 T653 C59 P49312 /update {wt=javabin&version=2} {add=[10009 (1428541730416754688)]} 0 11
[junit4:junit4]   2> 14861 T670 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1428541730431434752)]} 0 2
[junit4:junit4]   2> 14863 T658 C59 P49312 /update {wt=javabin&version=2} {add=[9 (1428541730431434752)]} 0 11
[junit4:junit4]   2> 14867 T637 C58 P49308 /update {wt=javabin&version=2} {add=[10010 (1428541730444017664)]} 0 2
[junit4:junit4]   2> 14873 T632 C58 P49308 /update {wt=javabin&version=2} {add=[10 (1428541730451357696)]} 0 2
[junit4:junit4]   2> 14888 T672 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1428541730460794880)]} 0 2
[junit4:junit4]   2> 14896 T657 C59 P49312 /update {wt=javabin&version=2} {add=[10 (1428541730460794880)]} 0 16
[junit4:junit4]   2> 14897 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10010 (1428541730457649152)]} 0 8
[junit4:junit4]   2> 14899 T656 C59 P49312 /update {wt=javabin&version=2} {add=[10010 (1428541730457649152)]} 0 22
[junit4:junit4]   2> 14917 T636 C58 P49308 /update {wt=javabin&version=2} {delete=[9 (-1428541730498543616)]} 0 1
[junit4:junit4]   2> 14922 T636 C58 P49308 /update {wt=javabin&version=2} {delete=[10009 (-1428541730502737920)]} 0 2
[junit4:junit4]   2> 14929 T673 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[9 (-1428541730505883648)]} 0 1
[junit4:junit4]   2> 14931 T655 C59 P49312 /update {wt=javabin&version=2} {delete=[9 (-1428541730505883648)]} 0 7
[junit4:junit4]   2> 14936 T669 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10009 (-1428541730509029376)]} 0 2
[junit4:junit4]   2> 14938 T638 C58 P49308 /update {wt=javabin&version=2} {add=[11 (1428541730519515136)]} 0 1
[junit4:junit4]   2> 14939 T653 C59 P49312 /update {wt=javabin&version=2} {delete=[10009 (-1428541730509029376)]} 0 12
[junit4:junit4]   2> 14946 T635 C58 P49308 /update {wt=javabin&version=2} {add=[10011 (1428541730527903744)]} 0 1
[junit4:junit4]   2> 14949 T671 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1428541730525806592)]} 0 1
[junit4:junit4]   2> 14951 T658 C59 P49312 /update {wt=javabin&version=2} {add=[11 (1428541730525806592)]} 0 8
[junit4:junit4]   2> 14962 T670 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10011 (1428541730535243776)]} 0 6
[junit4:junit4]   2> 14966 T657 C59 P49312 /update {wt=javabin&version=2} {add=[10011 (1428541730535243776)]} 0 15
[junit4:junit4]   2> 14986 T637 C58 P49308 /update {wt=javabin&version=2} {add=[12 (1428541730569846784)]} 0 2
[junit4:junit4]   2> 14998 T672 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1428541730574041088)]} 0 4
[junit4:junit4]   2> 15000 T632 C58 P49308 /update {wt=javabin&version=2} {add=[10012 (1428541730584526848)]} 0 2
[junit4:junit4]   2> 15002 T656 C59 P49312 /update {wt=javabin&version=2} {add=[12 (1428541730574041088)]} 0 13
[junit4:junit4]   2> 15013 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10012 (1428541730590818304)]} 0 2
[junit4:junit4]   2> 15016 T655 C59 P49312 /update {wt=javabin&version=2} {add=[10012 (1428541730590818304)]} 0 11
[junit4:junit4]   2> 15051 T634 C58 P49308 /update {wt=javabin&version=2} {delete=[10 (-1428541730638004224)]} 0 1
[junit4:junit4]   2> 15062 T673 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10 (-1428541730644295680)]} 0 3
[junit4:junit4]   2> 15065 T653 C59 P49312 /update {wt=javabin&version=2} {delete=[10 (-1428541730644295680)]} 0 10
[junit4:junit4]   2> 15071 T636 C58 P49308 /update {wt=javabin&version=2} {delete=[10010 (-1428541730660024320)]} 0 1
[junit4:junit4]   2> 15076 T638 C58 P49308 /update {wt=javabin&version=2} {add=[13 (1428541730663170048)]} 0 2
[junit4:junit4]   2> 15096 T669 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1428541730672607232)]} 0 9
[junit4:junit4]   2> 15096 T671 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10010 (-1428541730670510080)]} 0 0
[junit4:junit4]   2> 15099 T657 C59 P49312 /update {wt=javabin&version=2} {add=[13 (1428541730672607232)]} 0 17
[junit4:junit4]   2> 15100 T658 C59 P49312 /update {wt=javabin&version=2} {delete=[10010 (-1428541730670510080)]} 0 19
[junit4:junit4]   2> 15108 T635 C58 P49308 /update {wt=javabin&version=2} {add=[10013 (1428541730697773056)]} 0 2
[junit4:junit4]   2> 15132 T670 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10013 (1428541730703015936)]} 0 2
[junit4:junit4]   2> 15134 T655 C59 P49312 /update {wt=javabin&version=2} {add=[10013 (1428541730703015936)]} 0 22
[junit4:junit4]   2> 15187 T637 C58 P49308 /update {wt=javabin&version=2} {delete=[11 (-1428541730781659136)]} 0 1
[junit4:junit4]   2> 15196 T672 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[11 (-1428541730786902016)]} 0 0
[junit4:junit4]   2> 15199 T653 C59 P49312 /update {wt=javabin&version=2} {delete=[11 (-1428541730786902016)]} 0 7
[junit4:junit4]   2> 15207 T634 C58 P49308 /update {wt=javabin&version=2} {delete=[10011 (-1428541730802630656)]} 0 1
[junit4:junit4]   2> 15207 T632 C58 P49308 /update {wt=javabin&version=2} {add=[14 (1428541730799484928)]} 0 4
[junit4:junit4]   2> 15215 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10011 (-1428541730806824960)]} 0 0
[junit4:junit4]   2> 15217 T654 C59 P49312 /update {wt=javabin&version=2} {delete=[10011 (-1428541730806824960)]} 0 7
[junit4:junit4]   2> 15222 T636 C58 P49308 /update {wt=javabin&version=2} {add=[10014 (1428541730817310720)]} 0 1
[junit4:junit4]   2> 15225 T673 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1428541730807873536)]} 0 1
[junit4:junit4]   2> 15227 T657 C59 P49312 /update {wt=javabin&version=2} {add=[14 (1428541730807873536)]} 0 15
[junit4:junit4]   2> 15234 T669 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1428541730825699328)]} 0 1
[junit4:junit4]   2> 15236 T658 C59 P49312 /update {wt=javabin&version=2} {add=[10014 (1428541730825699328)]} 0 8
[junit4:junit4]   2> 15278 T638 C58 P49308 /update {wt=javabin&version=2} {add=[15 (1428541730874982400)]} 0 3
[junit4:junit4]   2> 15279 T637 C58 P49308 /update {wt=javabin&version=2} {add=[10015 (1428541730877079552)]} 0 2
[junit4:junit4]   2> 15293 T671 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1428541730883371008)]} 0 2
[junit4:junit4]   2> 15298 T670 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1428541730885468160)]} 0 2
[junit4:junit4]   2> 15300 T653 C59 P49312 /update {wt=javabin&version=2} {add=[10015 (1428541730885468160)]} 0 14
[junit4:junit4]   2> 15302 T655 C59 P49312 /update {wt=javabin&version=2} {add=[15 (1428541730883371008)]} 0 19
[junit4:junit4]   2> 15395 T632 C58 P49308 /update {wt=javabin&version=2} {add=[16 (1428541730994520064)]} 0 5
[junit4:junit4]   2> 15403 T634 C58 P49308 /update {wt=javabin&version=2} {add=[10016 (1428541730978791424)]} 0 28
[junit4:junit4]   2> 15414 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1428541731011297280)]} 0 2
[junit4:junit4]   2> 15419 T673 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1428541731013394432)]} 0 2
[junit4:junit4]   2> 15422 T654 C59 P49312 /update {wt=javabin&version=2} {add=[10016 (1428541731013394432)]} 0 14
[junit4:junit4]   2> 15423 T656 C59 P49312 /update {wt=javabin&version=2} {add=[16 (1428541731011297280)]} 0 18
[junit4:junit4]   2> 15438 T636 C58 P49308 /update {wt=javabin&version=2} {delete=[10014 (-1428541731044851712)]} 0 1
[junit4:junit4]   2> 15441 T635 C58 P49308 /update {wt=javabin&version=2} {delete=[14 (-1428541731046948864)]} 0 1
[junit4:junit4]   2> 15449 T669 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[14 (-1428541731053240320)]} 0 0
[junit4:junit4]   2> 15451 T669 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10014 (-1428541731052191744)]} 0 0
[junit4:junit4]   2> 15452 T657 C59 P49312 /update {wt=javabin&version=2} {delete=[10014 (-1428541731052191744)]} 0 7
[junit4:junit4]   2> 15454 T658 C59 P49312 /update {wt=javabin&version=2} {delete=[14 (-1428541731053240320)]} 0 8
[junit4:junit4]   2> 15458 T638 C58 P49308 /update {wt=javabin&version=2} {add=[10017 (1428541731064774656)]} 0 2
[junit4:junit4]   2> 15470 T637 C58 P49308 /update {wt=javabin&version=2} {add=[17 (1428541731077357568)]} 0 8
[junit4:junit4]   2> 15475 T672 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1428541731077357568)]} 0 2
[junit4:junit4]   2> 15476 T653 C59 P49312 /update {wt=javabin&version=2} {add=[10017 (1428541731077357568)]} 0 8
[junit4:junit4]   2> 15480 T671 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1428541731082600448)]} 0 2
[junit4:junit4]   2> 15481 T655 C59 P49312 /update {wt=javabin&version=2} {add=[17 (1428541731082600448)]} 0 7
[junit4:junit4]   2> 15540 T632 C58 P49308 /update {wt=javabin&version=2} {add=[10018 (1428541731149709312)]} 0 2
[junit4:junit4]   2> 15541 T634 C58 P49308 /update {wt=javabin&version=2} {add=[18 (1428541731151806464)]} 0 1
[junit4:junit4]   2> 15551 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1428541731157049344)]} 0 2
[junit4:junit4]   2> 15552 T654 C59 P49312 /update {wt=javabin&version=2} {add=[10018 (1428541731157049344)]} 0 8
[junit4:junit4]   2> 15556 T673 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1428541731159146496)]} 0 2
[junit4:junit4]   2> 15557 T656 C59 P49312 /update {wt=javabin&version=2} {add=[18 (1428541731159146496)]} 0 10
[junit4:junit4]   2> 15569 T635 C58 P49308 /update {wt=javabin&version=2} {delete=[15 (-1428541731182215168)]} 0 1
[junit4:junit4]   2> 15570 T635 C58 P49308 /update {wt=javabin&version=2} {delete=[10015 (-1428541731183263744)]} 0 0
[junit4:junit4]   2> 15579 T670 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10015 (-1428541731189555200)]} 0 0
[junit4:junit4]   2> 15581 T670 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[15 (-1428541731187458048)]} 0 0
[junit4:junit4]   2> 15582 T657 C59 P49312 /update {wt=javabin&version=2} {delete=[15 (-1428541731187458048)]} 0 8
[junit4:junit4]   2> 15584 T658 C59 P49312 /update {wt=javabin&version=2} {delete=[10015 (-1428541731189555200)]} 0 9
[junit4:junit4]   2> 15588 T638 C58 P49308 /update {wt=javabin&version=2} {add=[19 (1428541731201089536)]} 0 2
[junit4:junit4]   2> 15601 T637 C58 P49308 /update {wt=javabin&version=2} {add=[10019 (1428541731213672448)]} 0 2
[junit4:junit4]   2> 15605 T672 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1428541731213672448)]} 0 2
[junit4:junit4]   2> 15607 T653 C59 P49312 /update {wt=javabin&version=2} {add=[19 (1428541731213672448)]} 0 8
[junit4:junit4]   2> 15610 T671 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1428541731219963904)]} 0 1
[junit4:junit4]   2> 15660 T655 C59 P49312 /update {wt=javabin&version=2} {add=[10019 (1428541731219963904)]} 0 55
[junit4:junit4]   2> 15706 T632 C58 P49308 /update {wt=javabin&version=2} {delete=[17 (-1428541731325870080)]} 0 1
[junit4:junit4]   2> 15713 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[17 (-1428541731329015808)]} 0 0
[junit4:junit4]   2> 15714 T656 C59 P49312 /update {wt=javabin&version=2} {delete=[17 (-1428541731329015808)]} 0 5
[junit4:junit4]   2> 15719 T635 C58 P49308 /update {wt=javabin&version=2} {add=[20 (1428541731338452992)]} 0 1
[junit4:junit4]   2> 15734 T670 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1428541731348938752)]} 0 1
[junit4:junit4]   2> 15738 T657 C59 P49312 /update {wt=javabin&version=2} {add=[20 (1428541731348938752)]} 0 10
[junit4:junit4]   2> 15748 T636 C58 P49308 /update {wt=javabin&version=2} {delete=[10017 (-1428541731369910272)]} 0 0
[junit4:junit4]   2> 15756 T669 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10017 (-1428541731374104576)]} 0 1
[junit4:junit4]   2> 15758 T658 C59 P49312 /update {wt=javabin&version=2} {delete=[10017 (-1428541731374104576)]} 0 6
[junit4:junit4]   2> 15769 T638 C58 P49308 /update {wt=javabin&version=2} {add=[10020 (1428541731384590336)]} 0 8
[junit4:junit4]   2> 15815 T637 C58 P49308 /update {wt=javabin&version=2} {add=[21 (1428541731428630528)]} 0 11
[junit4:junit4]   2> 15822 T672 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1428541731438067712)]} 0 5
[junit4:junit4]   2> 15824 T653 C59 P49312 /update {wt=javabin&version=2} {add=[10020 (1428541731438067712)]} 0 13
[junit4:junit4]   2> 15829 T671 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1428541731447504896)]} 0 1
[junit4:junit4]   2> 15831 T655 C59 P49312 /update {wt=javabin&version=2} {add=[21 (1428541731447504896)]} 0 9
[junit4:junit4]   2> 15867 T632 C58 P49308 /update {wt=javabin&version=2} {add=[10021 (1428541731492593664)]} 0 2
[junit4:junit4]   2> 15878 T673 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1428541731499933696)]} 0 2
[junit4:junit4]   2> 15880 T654 C59 P49312 /update {wt=javabin&version=2} {add=[10021 (1428541731499933696)]} 0 8
[junit4:junit4]   2> 15899 T634 C58 P49308 /update {wt=javabin&version=2} {add=[22 (1428541731527196672)]} 0 2
[junit4:junit4]   2> 15928 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1428541731541876736)]} 0 1
[junit4:junit4]   2> 15930 T656 C59 P49312 /update {wt=javabin&version=2} {add=[22 (1428541731541876736)]} 0 19
[junit4:junit4]   2> 15947 T635 C58 P49308 /update {wt=javabin&version=2} {add=[10022 (1428541731577528320)]} 0 2
[junit4:junit4]   2> 15949 T636 C58 P49308 /update {wt=javabin&version=2} {delete=[19 (-1428541731580674048)]} 0 0
[junit4:junit4]   2> 15958 T670 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1428541731584868352)]} 0 1
[junit4:junit4]   2> 15960 T669 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[19 (-1428541731585916928)]} 0 0
[junit4:junit4]   2> 15961 T657 C59 P49312 /update {wt=javabin&version=2} {add=[10022 (1428541731584868352)]} 0 8
[junit4:junit4]   2> 15963 T658 C59 P49312 /update {wt=javabin&version=2} {delete=[19 (-1428541731585916928)]} 0 9
[junit4:junit4]   2> 15967 T638 C58 P49308 /update {wt=javabin&version=2} {add=[23 (1428541731598499840)]} 0 1
[junit4:junit4]   2> 15994 T637 C58 P49308 /update {wt=javabin&version=2} {delete=[10019 (-1428541731627859968)]} 0 0
[junit4:junit4]   2> 16007 T672 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1428541731603742720)]} 0 4
[junit4:junit4]   2> 16013 T653 C59 P49312 /update {wt=javabin&version=2} {add=[23 (1428541731603742720)]} 0 43
[junit4:junit4]   2> 16018 T671 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10019 (-1428541731649880064)]} 0 1
[junit4:junit4]   2> 16019 T655 C59 P49312 /update {wt=javabin&version=2} {delete=[10019 (-1428541731649880064)]} 0 4
[junit4:junit4]   2> 16027 T632 C58 P49308 /update {wt=javabin&version=2} {add=[10023 (1428541731658268672)]} 0 5
[junit4:junit4]   2> 16040 T673 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1428541731666657280)]} 0 2
[junit4:junit4]   2> 16041 T654 C59 P49312 /update {wt=javabin&version=2} {add=[10023 (1428541731666657280)]} 0 10
[junit4:junit4]   2> 16103 T634 C58 P49308 /update {wt=javabin&version=2} {add=[24 (1428541731741106176)]} 0 2
[junit4:junit4]   2> 16107 T635 C58 P49308 /update {wt=javabin&version=2} {add=[10024 (1428541731744251904)]} 0 2
[junit4:junit4]   2> 16116 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1428541731748446208)]} 0 1
[junit4:junit4]   2> 16119 T656 C59 P49312 /update {wt=javabin&version=2} {add=[24 (1428541731748446208)]} 0 11
[junit4:junit4]   2> 16126 T670 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1428541731751591936)]} 0 1
[junit4:junit4]   2> 16129 T620 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 49315
[junit4:junit4]   2> 16129 T658 C59 P49312 /update {wt=javabin&version=2} {add=[10024 (1428541731751591936)]} 0 17
[junit4:junit4]   2> 16129 T620 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1960868541
[junit4:junit4]   2> 16183 T638 C58 P49308 /update {wt=javabin&version=2} {delete=[21 (-1428541731826040832)]} 0 1
[junit4:junit4]   2> 16187 T637 C58 P49308 /update {wt=javabin&version=2} {delete=[10021 (-1428541731830235136)]} 0 0
[junit4:junit4]   2> 16192 T672 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[21 (-1428541731832332288)]} 0 0
[junit4:junit4]   2> 16195 T653 C59 P49312 /update {wt=javabin&version=2} {delete=[21 (-1428541731832332288)]} 0 6
[junit4:junit4]   2> 16197 T671 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10021 (-1428541731834429440)]} 0 0
[junit4:junit4]   2> 16199 T655 C59 P49312 /update {wt=javabin&version=2} {delete=[10021 (-1428541731834429440)]} 0 9
[junit4:junit4]   2> 16202 T632 C58 P49308 /update {wt=javabin&version=2} {add=[25 (1428541731844915200)]} 0 2
[junit4:junit4]   2> 16206 T634 C58 P49308 /update {wt=javabin&version=2} {add=[10025 (1428541731849109504)]} 0 2
[junit4:junit4]   2> 16216 T673 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1428541731852255232)]} 0 2
[junit4:junit4]   2> 16218 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1428541731855400960)]} 0 1
[junit4:junit4]   2> 16220 T654 C59 P49312 /update {wt=javabin&version=2} {add=[25 (1428541731852255232)]} 0 12
[junit4:junit4]   2> 16221 T657 C59 P49312 /update {wt=javabin&version=2} {add=[10025 (1428541731855400960)]} 0 11
[junit4:junit4]   2> 16226 T643 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16228 T643 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:49315__collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49315_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49315"}
[junit4:junit4]   2> 16253 T678 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> 16254 T662 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> 16257 T649 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> 16257 T642 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> 16317 T635 C58 P49308 /update {wt=javabin&version=2} {delete=[22 (-1428541731966550016)]} 0 1
[junit4:junit4]   2> 16320 T636 C58 P49308 /update {wt=javabin&version=2} {delete=[10022 (-1428541731969695744)]} 0 1
[junit4:junit4]   2> 16323 T656 C59 P49312 /update {wt=javabin&version=2} {delete=[22 (-1428541731972841472)]} 0 1
[junit4:junit4]   2> 16326 T658 C59 P49312 /update {wt=javabin&version=2} {delete=[10022 (-1428541731975987200)]} 0 0
[junit4:junit4]   2> 16332 T638 C58 P49308 /update {wt=javabin&version=2} {add=[26 (1428541731980181504)]} 0 2
[junit4:junit4]   2> 16339 T637 C58 P49308 /update {wt=javabin&version=2} {add=[10026 (1428541731984375808)]} 0 5
[junit4:junit4]   2> 16347 T653 C59 P49312 /update {wt=javabin&version=2} {add=[26 (1428541731995910144)]} 0 2
[junit4:junit4]   2> 16349 T655 C59 P49312 /update {wt=javabin&version=2} {add=[10026 (1428541731998007296)]} 0 2
[junit4:junit4]   2> 16426 T632 C58 P49308 /update {wt=javabin&version=2} {delete=[10023 (-1428541732079796224)]} 0 1
[junit4:junit4]   2> 16427 T634 C58 P49308 /update {wt=javabin&version=2} {delete=[23 (-1428541732081893376)]} 0 0
[junit4:junit4]   2> 16430 T654 C59 P49312 /update {wt=javabin&version=2} {delete=[23 (-1428541732085039104)]} 0 0
[junit4:junit4]   2> 16432 T657 C59 P49312 /update {wt=javabin&version=2} {delete=[10023 (-1428541732087136256)]} 0 0
[junit4:junit4]   2> 16435 T635 C58 P49308 /update {wt=javabin&version=2} {add=[27 (1428541732089233408)]} 0 2
[junit4:junit4]   2> 16436 T636 C58 P49308 /update {wt=javabin&version=2} {add=[10027 (1428541732091330560)]} 0 0
[junit4:junit4]   2> 16441 T656 C59 P49312 /update {wt=javabin&version=2} {add=[10027 (1428541732095524864)]} 0 2
[junit4:junit4]   2> 16470 T658 C59 P49312 /update {wt=javabin&version=2} {add=[27 (1428541732110204928)]} 0 17
[junit4:junit4]   2> 16511 T638 C58 P49308 /update {wt=javabin&version=2} {add=[10028 (1428541732168925184)]} 0 1
[junit4:junit4]   2> 16517 T653 C59 P49312 /update {wt=javabin&version=2} {add=[10028 (1428541732174168064)]} 0 2
[junit4:junit4]   2> 16529 T634 C58 P49308 /update {wt=javabin&version=2} {add=[10029 (1428541732186750976)]} 0 2
[junit4:junit4]   2> 16533 T654 C59 P49312 /update {wt=javabin&version=2} {add=[10029 (1428541732191993856)]} 0 1
[junit4:junit4]   2> 16538 T632 C58 P49308 /update {wt=javabin&version=2} {add=[28 (1428541732197236736)]} 0 2
[junit4:junit4]   2> 16542 T657 C59 P49312 /update {wt=javabin&version=2} {add=[28 (1428541732201431040)]} 0 1
[junit4:junit4]   2> 16558 T636 C58 P49308 /update {wt=javabin&version=2} {add=[29 (1428541732215062528)]} 0 5
[junit4:junit4]   2> 16565 T656 C59 P49312 /update {wt=javabin&version=2} {add=[29 (1428541732225548288)]} 0 2
[junit4:junit4]   2> 16582 T635 C58 P49308 /update {wt=javabin&version=2} {delete=[10024 (-1428541732244422656)]} 0 0
[junit4:junit4]   2> 16586 T658 C59 P49312 /update {wt=javabin&version=2} {delete=[10024 (-1428541732248616960)]} 0 0
[junit4:junit4]   2> 16591 T638 C58 P49308 /update {wt=javabin&version=2} {add=[10030 (1428541732252811264)]} 0 1
[junit4:junit4]   2> 16628 T653 C59 P49312 /update {wt=javabin&version=2} {add=[10030 (1428541732287414272)]} 0 7
[junit4:junit4]   2> 16632 T637 C58 P49308 /update {wt=javabin&version=2} {delete=[24 (-1428541732296851456)]} 0 1
[junit4:junit4]   2> 16635 T655 C59 P49312 /update {wt=javabin&version=2} {delete=[24 (-1428541732299997184)]} 0 0
[junit4:junit4]   2> 16640 T634 C58 P49308 /update {wt=javabin&version=2} {add=[30 (1428541732304191488)]} 0 2
[junit4:junit4]   2> 16647 T654 C59 P49312 /update {wt=javabin&version=2} {add=[30 (1428541732310482944)]} 0 2
[junit4:junit4]   2> 16711 T632 C58 P49308 /update {wt=javabin&version=2} {add=[10031 (1428541732378640384)]} 0 2
[junit4:junit4]   2> 16716 T657 C59 P49312 /update {wt=javabin&version=2} {add=[10031 (1428541732383883264)]} 0 1
[junit4:junit4]   2> 16727 T636 C58 P49308 /update {wt=javabin&version=2} {add=[31 (1428541732394369024)]} 0 2
[junit4:junit4]   2> 16731 T656 C59 P49312 /update {wt=javabin&version=2} {add=[31 (1428541732399611904)]} 0 1
[junit4:junit4]   2> 16786 T635 C58 P49308 /update {wt=javabin&version=2} {delete=[10026 (-1428541732458332160)]} 0 0
[junit4:junit4]   2> 16790 T658 C59 P49312 /update {wt=javabin&version=2} {delete=[10026 (-1428541732462526464)]} 0 0
[junit4:junit4]   2> 16794 T638 C58 P49308 /update {wt=javabin&version=2} {add=[10032 (1428541732465672192)]} 0 1
[junit4:junit4]   2> 16799 T653 C59 P49312 /update {wt=javabin&version=2} {add=[10032 (1428541732470915072)]} 0 1
[junit4:junit4]   2> 16802 T637 C58 P49308 /update {wt=javabin&version=2} {delete=[26 (-1428541732475109376)]} 0 0
[junit4:junit4]   2> 16805 T637 C58 P49308 /update {wt=javabin&version=2} {add=[10033 (1428541732477206528)]} 0 1
[junit4:junit4]   2> 16808 T655 C59 P49312 /update {wt=javabin&version=2} {delete=[26 (-1428541732481400832)]} 0 1
[junit4:junit4]   2> 16812 T654 C59 P49312 /update {wt=javabin&version=2} {add=[10033 (1428541732483497984)]} 0 2
[junit4:junit4]   2> 16814 T632 C58 P49308 /update {wt=javabin&version=2} {add=[32 (1428541732486643712)]} 0 1
[junit4:junit4]   2> 16819 T657 C59 P49312 /update {wt=javabin&version=2} {add=[32 (1428541732491886592)]} 0 1
[junit4:junit4]   2> 16823 T636 C58 P49308 /update {wt=javabin&version=2} {add=[33 (1428541732496080896)]} 0 1
[junit4:junit4]   2> 16832 T656 C59 P49312 /update {wt=javabin&version=2} {add=[33 (1428541732505518080)]} 0 2
[junit4:junit4]   2> 16917 T635 C58 P49308 /update {wt=javabin&version=2} {add=[10034 (1428541732594647040)]} 0 2
[junit4:junit4]   2> 16922 T658 C59 P49312 /update {wt=javabin&version=2} {add=[10034 (1428541732599889920)]} 0 2
[junit4:junit4]   2> 16932 T637 C58 P49308 /update {wt=javabin&version=2} {add=[34 (1428541732610375680)]} 0 1
[junit4:junit4]   2> 16936 T655 C59 P49312 /update {wt=javabin&version=2} {add=[34 (1428541732614569984)]} 0 1
[junit4:junit4]   2> 16960 T634 C58 P49308 /update {wt=javabin&version=2} {delete=[10027 (-1428541732639735808)]} 0 1
[junit4:junit4]   2> 16968 T654 C59 P49312 /update {wt=javabin&version=2} {delete=[10027 (-1428541732648124416)]} 0 2
[junit4:junit4]   2> 16978 T632 C58 P49308 /update {wt=javabin&version=2} {add=[10035 (1428541732657561600)]} 0 2
[junit4:junit4]   2> 16979 T632 C58 P49308 /update {wt=javabin&version=2} {delete=[27 (-1428541732660707328)]} 0 0
[junit4:junit4]   2> 16984 T657 C59 P49312 /update {wt=javabin&version=2} {add=[10035 (1428541732664901632)]} 0 1
[junit4:junit4]   2> 16986 T657 C59 P49312 /update {wt=javabin&version=2} {delete=[27 (-1428541732668047360)]} 0 0
[junit4:junit4]   2> 16991 T638 C58 P49308 /update {wt=javabin&version=2} {add=[35 (1428541732672241664)]} 0 2
[junit4:junit4]   2> 16995 T653 C59 P49312 /update {wt=javabin&version=2} {add=[35 (1428541732676435968)]} 0 1
[junit4:junit4]   2> 17043 T635 C58 P49308 /update {wt=javabin&version=2} {delete=[10028 (-1428541732727816192)]} 0 1
[junit4:junit4]   2> 17047 T658 C59 P49312 /update {wt=javabin&version=2} {delete=[10028 (-1428541732732010496)]} 0 0
[junit4:junit4]   2> 17049 T637 C58 P49308 /update {wt=javabin&version=2} {delete=[28 (-1428541732734107648)]} 0 0
[junit4:junit4]   2> 17052 T634 C58 P49308 /update {wt=javabin&version=2} {add=[10036 (1428541732736204800)]} 0 1
[junit4:junit4]   2> 17067 T654 C59 P49312 /update {wt=javabin&version=2} {delete=[28 (-1428541732752982016)]} 0 0
[junit4:junit4]   2> 17072 T632 C58 P49308 /update {wt=javabin&version=2} {add=[36 (1428541732757176320)]} 0 1
[junit4:junit4]   2> 17073 T655 C59 P49312 /update {wt=javabin&version=2} {add=[10036 (1428541732741447680)]} 0 17
[junit4:junit4]   2> 17078 T657 C59 P49312 /update {wt=javabin&version=2} {add=[36 (1428541732763467776)]} 0 1
[junit4:junit4]   2>  C57_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49315_, base_url=http://127.0.0.1:49315}
[junit4:junit4]   2> 17086 T681 C57 P49315 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49312/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 17098 T681 C57 P49315 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 17108 T636 C58 P49308 /update {wt=javabin&version=2} {delete=[10030 (-1428541732795973632)]} 0 1
[junit4:junit4]   2> 17117 T681 C57 P49315 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49315 START replicas=[http://127.0.0.1:49312/collection1/] nUpdates=100
[junit4:junit4]   2> 17156 T638 C58 P49308 /update {wt=javabin&version=2} {delete=[30 (-1428541732845256704)]} 0 1
[junit4:junit4]   2> 17177 T656 C59 P49312 /update {wt=javabin&version=2} {delete=[30 (-1428541732867276800)]} 0 1
[junit4:junit4]   2> 17178 T656 C59 P49312 /update {wt=javabin&version=2} {delete=[10030 (-1428541732869373952)]} 0 0
[junit4:junit4]   2> 17191 T635 C58 P49308 /update {wt=javabin&version=2} {add=[37 (1428541732881956864)]} 0 1
[junit4:junit4]   2> 17202 T637 C58 P49308 /update {wt=javabin&version=2} {add=[10037 (1428541732891394048)]} 0 3
[junit4:junit4]   2> 17202 T654 C59 P49312 /update {wt=javabin&version=2} {add=[37 (1428541732889296896)]} 0 5
[junit4:junit4]   2> 17203 T658 C59 P49312 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=7 
[junit4:junit4]   2> 17205 T681 C57 P49315 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 17206 T681 C57 P49315 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 17207 T681 C57 P49315 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 17207 T681 C57 P49315 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 17208 T681 C57 P49315 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 17209 T681 C57 P49315 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49312/collection1/. core=collection1
[junit4:junit4]   2> 17209 T681 C57 P49315 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17222 T655 C59 P49312 /update {wt=javabin&version=2} {add=[10037 (1428541732900831232)]} 0 14
[junit4:junit4]   2> 17243 T657 C59 P49312 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 17258 T657 C59 P49312 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@131d8f75 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6fa63f4c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@131d8f75 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6fa63f4c),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_Lucene41_0.pos, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene41_0.doc, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 17259 T657 C59 P49312 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_Lucene41_0.pos, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene41_0.doc, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 17259 T657 C59 P49312 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty1
[junit4:junit4]   2> 17262 T657 C59 P49312 oass.SolrIndexSearcher.<init> Opening Searcher@502016b8 realtime
[junit4:junit4]   2> 17262 T657 C59 P49312 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17263 T657 C59 P49312 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   2> 17287 T634 C58 P49308 /update {wt=javabin&version=2} {delete=[32 (-1428541732982620160)]} 0 2
[junit4:junit4]   2> 17294 T632 C58 P49308 /update {wt=javabin&version=2} {delete=[10032 (-1428541732991008768)]} 0 1
[junit4:junit4]   2> 17297 T656 C59 P49312 /update {wt=javabin&version=2} {delete=[32 (-1428541732993105920)]} 0 1
[junit4:junit4]   2> 17321 T681 C57 P49315 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 17321 T681 C57 P49315 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 17344 T681 C57 P49315 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 17350 T654 C59 P49312 /update {wt=javabin&version=2} {delete=[10032 (-1428541733003591680)]} 0 44
[junit4:junit4]   2> 17350 T655 C59 P49312 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 17352 T655 C59 P49312 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 17353 T681 C57 P49315 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 17353 T681 C57 P49315 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 17354 T681 C57 P49315 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 17357 T636 C58 P49308 /update {wt=javabin&version=2} {add=[38 (1428541733056020480)]} 0 2
[junit4:junit4]   2> 17360 T657 C59 P49312 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty1
[junit4:junit4]   2> 17361 T657 C59 P49312 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty1/index
[junit4:junit4]   2> 17362 T657 C59 P49312 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 17366 T681 C57 P49315 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 14
[junit4:junit4]   2> 17375 T681 C57 P49315 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index.20130304091920744 forceNew:false
[junit4:junit4]   2> 17379 T681 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2
[junit4:junit4]   2> 17381 T635 C58 P49308 /update {wt=javabin&version=2} {add=[10038 (1428541733081186304)]} 0 2
[junit4:junit4]   2> 17383 T681 C57 P49315 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@68209b09 lockFactory=org.apache.lucene.store.NativeFSLockFactory@210a5750) fullCopy=true
[junit4:junit4]   2> 17390 T656 C59 P49312 /update {wt=javabin&version=2} {add=[10038 (1428541733090623488)]} 0 1
[junit4:junit4]   2> 17392 T653 C59 P49312 /update {wt=javabin&version=2} {add=[38 (1428541733063360512)]} 0 29
[junit4:junit4]   2> 17396 T658 C59 P49312 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=3 
[junit4:junit4]   2> 17405 T654 C59 P49312 REQ /replication {file=_0_Lucene41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 17417 T655 C59 P49312 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 17421 T657 C59 P49312 REQ /replication {file=_0_dv.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 17427 T637 C58 P49308 /update {wt=javabin&version=2} {add=[39 (1428541733129420800)]} 0 2
[junit4:junit4]   2> 17429 T656 C59 P49312 REQ /replication {file=_0_nrm.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 17432 T653 C59 P49312 /update {wt=javabin&version=2} {add=[39 (1428541733133615104)]} 0 2
[junit4:junit4]   2> 17448 T634 C58 P49308 /update {wt=javabin&version=2} {add=[10039 (1428541733151440896)]} 0 1
[junit4:junit4]   2> 17452 T658 C59 P49312 REQ /replication {file=_0_Lucene41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 17453 T654 C59 P49312 /update {wt=javabin&version=2} {add=[10039 (1428541733156683776)]} 0 1
[junit4:junit4]   2> 17457 T655 C59 P49312 REQ /replication {file=_0_nrm.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 17461 T657 C59 P49312 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 17467 T653 C59 P49312 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 17478 T656 C59 P49312 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 17483 T658 C59 P49312 REQ /replication {file=_0_Lucene41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 17488 T654 C59 P49312 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 17492 T655 C59 P49312 REQ /replication {file=_0_Lucene41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 17496 T657 C59 P49312 REQ /replication {file=_0_dv.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 17498 T681 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index
[junit4:junit4]   2> 17498 T681 C57 P49315 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 17499 T681 C57 P49315 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130304091920744
[junit4:junit4]   2> 17500 T681 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2
[junit4:junit4]   2> 17500 T681 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2
[junit4:junit4]   2> 17501 T681 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2
[junit4:junit4]   2> 17504 T681 C57 P49315 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 17504 T681 C57 P49315 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 17504 T681 C57 P49315 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 17506 T681 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index
[junit4:junit4]   2> 17507 T681 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2
[junit4:junit4]   2> 17507 T681 C57 P49315 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index.20130304091920744
[junit4:junit4]   2> 17510 T681 C57 P49315 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@68209b09 lockFactory=org.apache.lucene.store.NativeFSLockFactory@210a5750),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_Lucene41_0.pos, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene41_0.doc, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip, _0_dv.cfe]
[junit4:junit4]   2> 17511 T681 C57 P49315 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_Lucene41_0.pos, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene41_0.doc, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip, _0_dv.cfe]
[junit4:junit4]   2> 17511 T681 C57 P49315 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 17512 T681 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2
[junit4:junit4]   2> 17514 T681 C57 P49315 oass.SolrIndexSearcher.<init> Opening Searcher@87db50a main
[junit4:junit4]   2> 17516 T680 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@87db50a main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C74/34)}
[junit4:junit4]   2> 17517 T680 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index
[junit4:junit4]   2> 17517 T681 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index.20130304091920744
[junit4:junit4]   2> 17518 T681 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index
[junit4:junit4]   2> 17518 T681 C57 P49315 oasc.CachingDirectoryFactory.close Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index
[junit4:junit4]   2> 17519 T681 C57 P49315 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a25417f lockFactory=org.apache.lucene.store.NativeFSLockFactory@4183d912)
[junit4:junit4]   2> 17520 T681 C57 P49315 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index
[junit4:junit4]   2> 17520 T681 C57 P49315 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a25417f lockFactory=org.apache.lucene.store.NativeFSLockFactory@4183d912)
[junit4:junit4]   2> 17528 T632 C58 P49308 /update {wt=javabin&version=2} {add=[10040 (1428541733235326976)]} 0 2
[junit4:junit4]   2> 17528 T681 C57 P49315 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 17530 T689 C57 P49315 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=4085
[junit4:junit4]   2> 17538 T689 C57 P49315 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 17549 T636 C58 P49308 /update {wt=javabin&version=2} {add=[40 (1428541733245812736)]} 0 13
[junit4:junit4]   2> 17552 T653 C59 P49312 /update {wt=javabin&version=2} {add=[10040 (1428541733259444224)]} 0 2
[junit4:junit4]   2> 17554 T689 C57 P49315 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@68209b09 lockFactory=org.apache.lucene.store.NativeFSLockFactory@210a5750),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_Lucene41_0.pos, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene41_0.doc, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip, _0_dv.cfe]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@68209b09 lockFactory=org.apache.lucene.store.NativeFSLockFactory@210a5750),segFN=segments_3,generation=3,filenames=[_0.fnm, _0_Lucene41_0.pos, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene41_0.doc, _0_nrm.cfe, _0.fdx, _0.si, _0_Lucene41_0.tim, segments_3, _0.fdt, _0_Lucene41_0.tip, _0_dv.cfe]
[junit4:junit4]   2> 17555 T689 C57 P49315 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0_Lucene41_0.pos, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene41_0.doc, _0_nrm.cfe, _0.fdx, _0.si, _0_Lucene41_0.tim, segments_3, _0.fdt, _0_Lucene41_0.tip, _0_dv.cfe]
[junit4:junit4]   2> 17556 T689 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2
[junit4:junit4]   2> 17557 T689 C57 P49315 oass.SolrIndexSearcher.<init> Opening Searcher@1c0af206 main
[junit4:junit4]   2> 17557 T689 C57 P49315 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17562 T680 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c0af206 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C74/34)}
[junit4:junit4]   2> 17562 T680 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index.20130304091920744
[junit4:junit4]   2> 17563 T689 C57 P49315 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=4085}
[junit4:junit4]   2> 17563 T681 C57 P49315 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 17564 T681 C57 P49315 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 17564 T681 C57 P49315 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17570 T656 C59 P49312 /update {wt=javabin&version=2} {add=[40 (1428541733266784256)]} 0 14
[junit4:junit4]   2> 17573 T681 C57 P49315 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 17643 T638 C58 P49308 /update {wt=javabin&version=2} {add=[10041 (1428541733355913216)]} 0 1
[junit4:junit4]   2> 17648 T658 C59 P49312 /update {wt=javabin&version=2} {add=[10041 (1428541733361156096)]} 0 1
[junit4:junit4]   2> 17667 T635 C58 P49308 /update {wt=javabin&version=2} {add=[41 (1428541733381079040)]} 0 2
[junit4:junit4]   2> 17671 T654 C59 P49312 /update {wt=javabin&version=2} {add=[41 (1428541733386321920)]} 0 1
[junit4:junit4]   2> 17710 T637 C58 P49308 /update {wt=javabin&version=2} {delete=[10033 (-1428541733427216384)]} 0 0
[junit4:junit4]   2> 17713 T655 C59 P49312 /update {wt=javabin&version=2} {delete=[10033 (-1428541733430362112)]} 0 0
[junit4:junit4]   2> 17717 T634 C58 P49308 /update {wt=javabin&version=2} {add=[10042 (1428541733433507840)]} 0 1
[junit4:junit4]   2> 17732 T657 C59 P49312 /update {wt=javabin&version=2} {add=[10042 (1428541733449236480)]} 0 1
[junit4:junit4]   2> 17736 T632 C58 P49308 /update {wt=javabin&version=2} {delete=[33 (-1428541733454479360)]} 0 0
[junit4:junit4]   2> 17740 T656 C59 P49312 /update {wt=javabin&version=2} {delete=[33 (-1428541733458673664)]} 0 0
[junit4:junit4]   2> 17757 T636 C58 P49308 /update {wt=javabin&version=2} {add=[42 (1428541733475450880)]} 0 1
[junit4:junit4]   2> 17763 T658 C59 P49312 /update {wt=javabin&version=2} {add=[42 (1428541733480693760)]} 0 2
[junit4:junit4]   2> 17766 T635 C58 P49308 /update {wt=javabin&version=2} {delete=[10035 (-1428541733484888064)]} 0 1
[junit4:junit4]   2> 17771 T643 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17772 T643 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49315_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49315"}
[junit4:junit4]   2> 17785 T654 C59 P49312 /update {wt=javabin&version=2} {delete=[10035 (-1428541733503762432)]} 0 4
[junit4:junit4]   2> 17788 T642 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> 17789 T649 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> 17789 T678 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> 17789 T662 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> 17797 T637 C58 P49308 /update {wt=javabin&version=2} {add=[10043 (1428541733517393920)]} 0 2
[junit4:junit4]   2> 17799 T634 C58 P49308 /update {wt=javabin&version=2} {delete=[35 (-1428541733520539648)]} 0 0
[junit4:junit4]   2> 17803 T655 C59 P49312 /update {wt=javabin&version=2} {add=[10043 (1428541733523685376)]} 0 2
[junit4:junit4]   2>  C57_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49315_, base_url=http://127.0.0.1:49315}
[junit4:junit4]   2> 17809 T671 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[35 (-1428541733525782528)]} 0 2
[junit4:junit4]   2> 17811 T657 C59 P49312 /update {wt=javabin&version=2} {delete=[35 (-1428541733525782528)]} 0 7
[junit4:junit4]   2> 17816 T632 C58 P49308 /update {wt=javabin&version=2} {add=[43 (1428541733536268288)]} 0 2
[junit4:junit4]   2> 17831 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[43 (1428541733541511168)]} 0 8
[junit4:junit4]   2> 17832 T653 C59 P49312 /update {wt=javabin&version=2} {add=[43 (1428541733541511168)]} 0 13
[junit4:junit4]   2> 17842 T636 C58 P49308 /update {wt=javabin&version=2} {add=[10044 (1428541733563531264)]} 0 2
[junit4:junit4]   2> 17860 T673 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10044 (1428541733568774144)]} 0 8
[junit4:junit4]   2> 17861 T656 C59 P49312 /update {wt=javabin&version=2} {add=[10044 (1428541733568774144)]} 0 16
[junit4:junit4]   2> 17874 T638 C58 P49308 /update {wt=javabin&version=2} {add=[44 (1428541733598134272)]} 0 1
[junit4:junit4]   2> 17883 T635 C58 P49308 /update {wt=javabin&version=2} {delete=[10036 (-1428541733608620032)]} 0 0
[junit4:junit4]   2> 17883 T670 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[44 (1428541733603377152)]} 0 1
[junit4:junit4]   2> 17886 T658 C59 P49312 /update {wt=javabin&version=2} {add=[44 (1428541733603377152)]} 0 8
[junit4:junit4]   2> 17891 T672 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10036 (-1428541733613862912)]} 0 0
[junit4:junit4]   2> 17892 T654 C59 P49312 /update {wt=javabin&version=2} {delete=[10036 (-1428541733613862912)]} 0 4
[junit4:junit4]   2> 17897 T637 C58 P49308 /update {wt=javabin&version=2} {add=[10045 (1428541733622251520)]} 0 1
[junit4:junit4]   2> 17906 T671 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10045 (1428541733627494400)]} 0 2
[junit4:junit4]   2> 17907 T655 C59 P49312 /update {wt=javabin&version=2} {add=[10045 (1428541733627494400)]} 0 6
[junit4:junit4]   2> 17910 T634 C58 P49308 /update {wt=javabin&version=2} {delete=[36 (-1428541733636931584)]} 0 0
[junit4:junit4]   2> 17926 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[36 (-1428541733644271616)]} 0 1
[junit4:junit4]   2> 17927 T657 C59 P49312 /update {wt=javabin&version=2} {delete=[36 (-1428541733644271616)]} 0 12
[junit4:junit4]   2> 17931 T632 C58 P49308 /update {wt=javabin&version=2} {add=[45 (1428541733657903104)]} 0 1
[junit4:junit4]   2> 17941 T669 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[45 (1428541733664194560)]} 0 1
[junit4:junit4]   2> 17943 T653 C59 P49312 /update {wt=javabin&version=2} {add=[45 (1428541733664194560)]} 0 8
[junit4:junit4]   2> 17946 T636 C58 P49308 /update {wt=javabin&version=2} {delete=[10039 (-1428541733674680320)]} 0 1
[junit4:junit4]   2> 17952 T673 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10039 (-1428541733677826048)]} 0 1
[junit4:junit4]   2> 17953 T656 C59 P49312 /update {wt=javabin&version=2} {delete=[10039 (-1428541733677826048)]} 0 4
[junit4:junit4]   2> 17957 T638 C58 P49308 /update {wt=javabin&version=2} {add=[10046 (1428541733685166080)]} 0 1
[junit4:junit4]   2> 17968 T670 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10046 (1428541733691457536)]} 0 1
[junit4:junit4]   2> 17969 T658 C59 P49312 /update {wt=javabin&version=2} {add=[10046 (1428541733691457536)]} 0 8
[junit4:junit4]   2> 17987 T635 C58 P49308 /update {wt=javabin&version=2} {delete=[39 (-1428541733717671936)]} 0 1
[junit4:junit4]   2> 17988 T637 C58 P49308 /update {wt=javabin&version=2} {delete=[10040 (-1428541733718720512)]} 0 0
[junit4:junit4]   2> 17994 T672 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[39 (-1428541733721866240)]} 0 1
[junit4:junit4]   2> 17994 T671 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10040 (-1428541733721866241)]} 0 0
[junit4:junit4]   2> 17995 T654 C59 P49312 /update {wt=javabin&version=2} {delete=[39 (-1428541733721866240)]} 0 4
[junit4:junit4]   2> 17995 T655 C59 P49312 /update {wt=javabin&version=2} {delete=[10040 (-1428541733721866241)]} 0 4
[junit4:junit4]   2> 17999 T634 C58 P49308 /update {wt=javabin&version=2} {add=[46 (1428541733729206272)]} 0 1
[junit4:junit4]   2> 18000 T632 C58 P49308 /update {wt=javabin&version=2} {add=[10047 (1428541733730254848)]} 0 2
[junit4:junit4]   2> 18012 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[46 (1428541733737594880)]} 0 2
[junit4:junit4]   2> 18014 T657 C59 P49312 /update {wt=javabin&version=2} {add=[46 (1428541733737594880)]} 0 9
[junit4:junit4]   2> 18017 T669 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10047 (1428541733737594881)]} 0 2
[junit4:junit4]   2> 18018 T653 C59 P49312 /update {wt=javabin&version=2} {add=[10047 (1428541733737594881)]} 0 12
[junit4:junit4]   2> 18029 T636 C58 P49308 /update {wt=javabin&version=2} {delete=[40 (-1428541733761712128)]} 0 1
[junit4:junit4]   2> 18035 T673 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[40 (-1428541733764857856)]} 0 1
[junit4:junit4]   2> 18036 T656 C59 P49312 /update {wt=javabin&version=2} {delete=[40 (-1428541733764857856)]} 0 4
[junit4:junit4]   2> 18040 T638 C58 P49308 /update {wt=javabin&version=2} {add=[47 (1428541733772197888)]} 0 1
[junit4:junit4]   2> 18056 T670 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[47 (1428541733784780800)]} 0 1
[junit4:junit4]   2> 18057 T658 C59 P49312 /update {wt=javabin&version=2} {add=[47 (1428541733784780800)]} 0 6
[junit4:junit4]   2> 18076 T635 C58 P49308 /update {wt=javabin&version=2} {delete=[10045 (-1428541733810995200)]} 0 1
[junit4:junit4]   2> 18082 T672 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10045 (-1428541733815189504)]} 0 0
[junit4:junit4]   2> 18084 T654 C59 P49312 /update {wt=javabin&version=2} {delete=[10045 (-1428541733815189504)]} 0 5
[junit4:junit4]   2> 18089 T637 C58 P49308 /update {wt=javabin&version=2} {add=[10048 (1428541733822529536)]} 0 1
[junit4:junit4]   2> 18096 T671 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10048 (1428541733827772416)]} 0 1
[junit4:junit4]   2> 18097 T655 C59 P49312 /update {wt=javabin&version=2} {add=[10048 (1428541733827772416)]} 0 6
[junit4:junit4]   2> 18102 T634 C58 P49308 /update {wt=javabin&version=2} {add=[10049 (1428541733837209600)]} 0 2
[junit4:junit4]   2> 18112 T674 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10049 (1428541733841403904)]} 0 1
[junit4:junit4]   2> 18119 T657 C59 P49312 /update {wt=javabin&version=2} {add=[10049 (1428541733841403904)]} 0 14
[junit4:junit4]   2> 18120 T632 C58 P49308 /update {wt=javabin&version=2} {delete=[45 (-1428541733857132544)]} 0 1
[junit4:junit4]   2> 18131 T669 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[45 (-1428541733860278272)]} 0 0
[junit4:junit4]   2> 18132 T653 C59 P49312 /update {wt=javabin&version=2} {delete=[45 (-1428541733860278272)]} 0 9
[junit4:junit4]   2> 18139 T636 C58 P49308 /update {wt=javabin&version=2} {add=[48 (1428541733876006912)]} 0 1
[junit4:junit4]   2> 18147 T673 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[48 (1428541733881249792)]} 0 1
[junit4:junit4]   2> 18149 T658 C59 P49312 /update {wt=javabin&version=2} {add=[48 (1428541733881249792)]} 0 7
[junit4:junit4]   2> 18154 T638 C58 P49308 /update {wt=javabin&version=2} {add=[49 (1428541733891735552)]} 0 1
[junit4:junit4]   2> 18161 T670 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[49 (1428541733895929856)]} 0 1
[junit4:junit4]   2> 18163 T654 C59 P49312 /update {wt=javabin&version=2} {add=[49 (1428541733895929856)]} 0 6
[junit4:junit4]   2> 18178 T620 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 18180 T620 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18184 T635 C58 P49308 /update {wt=javabin&version=2} {delete=[10049 (-1428541733924241408)]} 0 1
[junit4:junit4]   2> 18186 T620 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d2b710e
[junit4:junit4]   2> 18190 T672 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10049 (-1428541733927387136)]} 0 0
[junit4:junit4]   2> 18191 T672 C57 P49315 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d2b710e
[junit4:junit4]   2> 18208 T672 C57 P49315 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: facet
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:178)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:959)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:125)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 	Caused by: javax.management.InstanceNotFoundException: solr/collection1:type=facet,id=facet
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1094)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:403)
[junit4:junit4]   2> 		at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:507)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:175)
[junit4:junit4]   2> 		... 28 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 18210 T672 C57 P49315 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=13,adds=13,deletesById=10,deletesByQuery=0,errors=0,cumulative_adds=49,cumulative_deletesById=26,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 18209 T620 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index.20130304091920744
[junit4:junit4]   2> 18213 T672 C57 P49315 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 18213 T620 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2
[junit4:junit4]   2> 18215 T620 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index.20130304091920744
[junit4:junit4]   2> 18216 T620 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2
[junit4:junit4]   2> 18213 T672 C57 P49315 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 18219 T672 C57 P49315 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 18228 T620 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=13,deletesById=10,deletesByQuery=0,errors=0,cumulative_adds=49,cumulative_deletesById=26,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 18232 T634 C58 P49308 /update {wt=javabin&version=2} {delete=[49 (-1428541733974573056)]} 0 1
[junit4:junit4]   2> 18239 T671 C57 P49315 /update {distrib.from=http://127.0.0.1:49312/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 1
[junit4:junit4]   2> 18240 T671 C57 P49315 oasc.SolrException.log SEVERE java.lang.RuntimeException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:84)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:288)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:77)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:456)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1031)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:717)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:121)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:346)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:277)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:583)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:293)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:125)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 18241 T671 C57 P49315 oasc.SolrException.log SEVERE null:java.lang.RuntimeException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:84)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:288)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:77)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:456)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1031)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:717)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:121)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:346)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:277)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:583)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:293)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:125)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 18245 T671 C57 P49315 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d2b710e
[junit4:junit4]   2> 18247 T671 C57 P49315 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=13,deletesById=11,deletesByQuery=0,errors=0,cumulative_adds=49,cumulative_deletesById=27,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 18256 T672 C57 P49315 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@68209b09 lockFactory=org.apache.lucene.store.NativeFSLockFactory@210a5750),segFN=segments_3,generation=3,filenames=[_0.fnm, _0_Lucene41_0.pos, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene41_0.doc, _0_nrm.cfe, _0.fdx, _0.si, _0_Lucene41_0.tim, segments_3, _0.fdt, _0_Lucene41_0.tip, _0_dv.cfe]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@68209b09 lockFactory=org.apache.lucene.store.NativeFSLockFactory@210a5750),segFN=segments_4,generation=4,filenames=[_1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_dv.cfs, _1.fnm, _1_dv.cfs, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1_nrm.cfs, _0.fnm, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _1_nrm.cfe, _1_Lucene41_0.pos, _1.fdx, _0_Lucene41_0.doc, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0_2.del, _0.fdt, segments_4, _0_dv.cfe]
[junit4:junit4]   2> 18257 T672 C57 P49315 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_dv.cfs, _1.fnm, _1_dv.cfs, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1_nrm.cfs, _0.fnm, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _1_nrm.cfe, _1_Lucene41_0.pos, _1.fdx, _0_Lucene41_0.doc, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0_2.del, _0.fdt, segments_4, _0_dv.cfe]
[junit4:junit4]   2> 18266 T672 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index.20130304091920744
[junit4:junit4]   2> 18267 T672 C57 P49315 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 18268 T620 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 18267 T671 C57 P49315 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 18270 T672 C57 P49315 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362363543382/jetty2/index.20130304091920744
[junit4:junit4]   2> 18273 T655 C59 P49312 /update {wt=javabin&version=2} {delete=[10049 (-1428541733927387136)]} 0 85
[junit4:junit4]   2> 18281 T625 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d3331ef650008
[junit4:junit4]   2> 18283 T622 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49317 which had sessionid 0x13d3331ef650008
[junit4:junit4]   2> 18284 T678 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 18284 T620 oaz.ZooKeeper.close Session: 0x13d3331ef650008 closed
[junit4:junit4]   2> 18285 T662 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 18289 T662 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 18291 T632 C58 P49308 /update {wt=javabin&version=2} {add=[10050 (1428541734035390464)]} 0 1
[junit4:junit4]   2> 18293 T657 C59 P49312 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:49315/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:49315/collection1 returned non ok status:500, message:Server Error
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:373)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 18297 T657 C59 P49312 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:49315 to recover
[junit4:junit4]   2> 18298 T657 C59 P49312 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18306 T653 C59 P49312 /update {wt=javabin&version=2} {add=[10050 (1428541734051119104)]} 0 2
[junit4:junit4]   2> 18310 T642 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 18314 T642 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 18325 T620 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 18331 T649 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 18334 T649 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> 18338 T657 C59 P49312 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:49315
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:440)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1086)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:179)
[junit4:junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
[junit4:junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:583)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:293)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:125)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:49315 refused
[junit4:junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
[junit4:junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
[junit4:junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
[junit4:junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]   2> 	... 34 more
[junit4:junit4]   2> Caused by: java.net.ConnectException: Connection refused
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
[junit

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

cc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 40115 T702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 40115 T702 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 40116 T702 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=de, timezone=Asia/Omsk
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Apple Inc. 1.6.0_41 (64-bit)/cpus=2,threads=1,free=24790480,total=86573056
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestZkChroot, DistributedQueryElevationComponentTest, TestReversedWildcardFilterFactory, NotRequiredUniqueKeyTest, CoreAdminHandlerTest, TestDistributedSearch, PingRequestHandlerTest, ClusterStateTest, SolrIndexSplitterTest, SolrPluginUtilsTest, ZkCLITest, TestFuzzyAnalyzedSuggestions, TestCollationField, TestMultiCoreConfBootstrap, NoCacheHeaderTest, AutoCommitTest, TestReload, IndexBasedSpellCheckerTest, StandardRequestHandlerTest, TestPHPSerializedResponseWriter, QueryEqualityTest, LukeRequestHandlerTest, SpellCheckComponentTest, SearchHandlerTest, PluginInfoTest, UpdateParamsTest, TestSolrDeletionPolicy2, SOLR749Test, CurrencyFieldXmlFileTest, TestOmitPositions, SolrCmdDistributorTest, ReturnFieldsTest, TestCodecSupport, IndexSchemaTest, TestQueryTypes, ResponseLogComponentTest, SolrCoreCheckLockOnStartupTest, TestArbitraryIndexDir, RegexBoostProcessorTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=DC507BE7A830D450 -Dtests.slow=true -Dtests.locale=de -Dtests.timezone=Asia/Omsk -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=679, name=coreLoadExecutor-387-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1503)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:874)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:580)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:575)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f0b6d81 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4902985e)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=681, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1503)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@68209b09 lockFactory=org.apache.lucene.store.NativeFSLockFactory@210a5750)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4] Completed in 40.40s, 1 test, 2 errors <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 285 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/285/
Java: 64bit/jdk1.7.0 -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.solr.core.TestCoreContainer.testReload

Error Message:
Captured an uncaught exception in thread: Thread[id=3390, name=Thread-1329, state=RUNNABLE, group=TGRP-TestCoreContainer]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3390, name=Thread-1329, state=RUNNABLE, group=TGRP-TestCoreContainer]
	at __randomizedtesting.SeedInfo.seed([93467612379E9777:54B60E11FDDD6F65]:0)
Caused by: org.apache.solr.common.SolrException: Unable to reload core: collection1
	at __randomizedtesting.SeedInfo.seed([93467612379E9777]:0)
	at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1350)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1079)
	at org.apache.solr.core.TestCoreContainer$1TestThread.run(TestCoreContainer.java:90)
Caused by: org.apache.solr.common.SolrException: Error opening new searcher
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:809)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:408)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1070)
	... 1 more
Caused by: org.apache.solr.common.SolrException: Error opening new searcher
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1418)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1530)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:784)
	... 3 more
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:581)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:595)
	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:329)
	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:110)
	at org.apache.solr.core.SolrCore$2.call(SolrCore.java:771)
	at org.apache.solr.core.SolrCore$2.call(SolrCore.java:768)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1389)
	... 5 more




Build Log:
[...truncated 9124 lines...]
[junit4:junit4] Suite: org.apache.solr.core.TestCoreContainer
[junit4:junit4]   2> 1 T3379 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 1 T3379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 2 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 3 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 140 T3379 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 278 T3379 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 279 T3379 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 289 T3379 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1216 T3379 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1227 T3379 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1231 T3379 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1240 T3379 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1254 T3379 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1259 T3379 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1260 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1260 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1261 T3379 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1261 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1262 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1262 T3379 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1263 T3379 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr
[junit4:junit4]   2> 1263 T3379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 1280 T3379 oasc.CoreContainer.<init> New CoreContainer 505777840
[junit4:junit4]   2> 1281 T3379 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/
[junit4:junit4]   2> 1281 T3379 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@209bc0df
[junit4:junit4]   2> 1282 T3379 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1283 T3379 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131 forceNew:false
[junit4:junit4]   2> 1283 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 1283 T3379 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index/
[junit4:junit4]   2> 1284 T3379 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1285 T3379 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index forceNew:false
[junit4:junit4]   2> 1287 T3379 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@27932e00 lockFactory=org.apache.lucene.store.NativeFSLockFactory@132ef00a))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1287 T3379 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1288 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index
[junit4:junit4]   2> 1289 T3379 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1291 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1292 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1292 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1295 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1296 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1296 T3379 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1297 T3379 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1298 T3379 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1298 T3379 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1299 T3379 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1300 T3379 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1300 T3379 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1301 T3379 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1302 T3379 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1302 T3379 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1303 T3379 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1303 T3379 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1304 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1304 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1306 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1306 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1307 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1307 T3379 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1308 T3379 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1308 T3379 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1309 T3379 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1314 T3379 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1316 T3379 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1318 T3379 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 1320 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 1321 T3379 oass.SolrIndexSearcher.<init> Opening Searcher@5fc1091b main
[junit4:junit4]   2> 1331 T3379 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1331 T3379 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1332 T3379 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1340 T3379 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1387 T3380 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5fc1091b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1397 T3379 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1409 T3379 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 1415 T3379 oas.SolrTestCaseJ4.setUp ###Starting testShareSchema
[junit4:junit4]   2> 1738 T3379 oasc.CoreContainer.<init> New CoreContainer 372316395
[junit4:junit4]   2> 1739 T3379 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema'
[junit4:junit4]   2> 1740 T3379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/'
[junit4:junit4]   2> 1817 T3379 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1819 T3379 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1820 T3379 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1821 T3379 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1822 T3379 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1822 T3379 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1824 T3379 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1825 T3379 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1826 T3379 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1827 T3379 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1864 T3379 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1910 T3381 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1
[junit4:junit4]   2> 1913 T3381 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/'
[junit4:junit4]   2> 1915 T3381 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.core.TestCoreContainer_shareSchema/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1916 T3381 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.core.TestCoreContainer_shareSchema/collection1/lib/README' to classloader
[junit4:junit4]   2> 2020 T3381 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2118 T3381 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2119 T3381 oasc.CoreContainer.createFromLocal creating new schema object for core: collection1
[junit4:junit4]   2> 2120 T3381 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2126 T3381 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 3093 T3381 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 3105 T3381 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 3109 T3381 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3127 T3381 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 3137 T3381 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 3143 T3381 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 3144 T3381 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 3144 T3381 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 3145 T3381 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 3145 T3381 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 3145 T3381 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 3146 T3381 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data/
[junit4:junit4]   2> 3146 T3381 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@209bc0df
[junit4:junit4]   2> 3147 T3381 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3148 T3381 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data forceNew:false
[junit4:junit4]   2> 3148 T3381 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data
[junit4:junit4]   2> 3149 T3381 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data/index/
[junit4:junit4]   2> 3149 T3381 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3150 T3381 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data/index forceNew:false
[junit4:junit4]   2> 3152 T3381 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@12eff412 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aba8958)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3153 T3381 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3154 T3381 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data/index
[junit4:junit4]   2> 3154 T3381 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 3157 T3381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 3158 T3381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 3158 T3381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 3159 T3381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 3160 T3381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 3160 T3381 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 3161 T3381 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 3162 T3381 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 3163 T3381 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 3165 T3381 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 3167 T3381 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 3167 T3381 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 3168 T3381 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 3168 T3381 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 3169 T3381 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 3169 T3381 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3170 T3381 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3171 T3381 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3172 T3381 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3172 T3381 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3173 T3381 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3174 T3381 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3174 T3381 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3175 T3381 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3177 T3381 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 3177 T3381 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 3184 T3381 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3188 T3381 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 3190 T3381 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 3194 T3381 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data
[junit4:junit4]   2> 3194 T3381 oass.SolrIndexSearcher.<init> Opening Searcher@3c436ca8 main
[junit4:junit4]   2> 3196 T3381 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3196 T3381 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3197 T3381 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 3205 T3381 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 3276 T3381 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data
[junit4:junit4]   2> 3280 T3382 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3c436ca8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3294 T3381 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3295 T3379 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1
[junit4:junit4]   2> 3296 T3379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/'
[junit4:junit4]   2> 3296 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.core.TestCoreContainer_shareSchema/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 3297 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.core.TestCoreContainer_shareSchema/collection1/lib/README' to classloader
[junit4:junit4]   2> 3425 T3379 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3568 T3379 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3569 T3379 oasc.CoreContainer.createFromLocal creating new schema object for core: core1
[junit4:junit4]   2> 3570 T3379 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3580 T3379 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4567 T3379 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4579 T3379 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4584 T3379 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4594 T3379 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4602 T3379 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4612 T3379 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4614 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4615 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4616 T3379 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4617 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4619 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4624 T3379 oasc.SolrCore.<init> [core1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/
[junit4:junit4]   2> 4625 T3379 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@209bc0df
[junit4:junit4]   2> 4626 T3379 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4627 T3379 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data forceNew:false
[junit4:junit4]   2> 4627 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data
[junit4:junit4]   2> 4628 T3379 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index/
[junit4:junit4]   2> 4629 T3379 oasc.SolrCore.initIndex WARNING [core1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4629 T3379 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index forceNew:false
[junit4:junit4]   2> 4632 T3379 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@58443a89 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17a06701)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4632 T3379 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4633 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index
[junit4:junit4]   2> 4634 T3379 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4641 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4642 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4642 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4643 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4644 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4644 T3379 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4645 T3379 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4646 T3379 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4647 T3379 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4648 T3379 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4649 T3379 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4649 T3379 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4650 T3379 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4650 T3379 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4651 T3379 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4652 T3379 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4653 T3379 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4653 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4654 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4655 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4656 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4656 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4657 T3379 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4658 T3379 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4659 T3379 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4660 T3379 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4668 T3379 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4672 T3379 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4675 T3379 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 4678 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data
[junit4:junit4]   2> 4679 T3379 oass.SolrIndexSearcher.<init> Opening Searcher@3e788728 main
[junit4:junit4]   2> 4680 T3379 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4681 T3379 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4681 T3379 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4689 T3379 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 4709 T3384 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@3e788728 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4718 T3379 oasc.CoreContainer.create Creating SolrCore 'core2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1
[junit4:junit4]   2> 4719 T3379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/'
[junit4:junit4]   2> 4720 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.core.TestCoreContainer_shareSchema/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4721 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.core.TestCoreContainer_shareSchema/collection1/lib/README' to classloader
[junit4:junit4]   2> 4865 T3379 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4948 T3379 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4949 T3379 oasc.CoreContainer.createFromLocal re-using schema object for core: core2
[junit4:junit4]   2> 4949 T3379 oasc.SolrCore.<init> [core2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/
[junit4:junit4]   2> 4950 T3379 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@209bc0df
[junit4:junit4]   2> 4951 T3379 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4952 T3379 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data forceNew:false
[junit4:junit4]   2> 4952 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data
[junit4:junit4]   2> 4953 T3379 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index/
[junit4:junit4]   2> 4957 T3379 oasc.SolrCore.initIndex WARNING [core2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4963 T3379 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index forceNew:false
[junit4:junit4]   2> 4966 T3379 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3ab02be6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@43c7ae92)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4966 T3379 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4967 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index
[junit4:junit4]   2> 4968 T3379 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4971 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4972 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4973 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4973 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4974 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4975 T3379 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4976 T3379 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4976 T3379 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4977 T3379 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4978 T3379 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4979 T3379 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4980 T3379 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4981 T3379 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4981 T3379 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4982 T3379 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4983 T3379 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4984 T3379 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4985 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4986 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4986 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4987 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4988 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4989 T3379 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4990 T3379 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4992 T3379 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4993 T3379 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5009 T3379 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5024 T3379 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5027 T3379 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 5030 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data
[junit4:junit4]   2> 5031 T3379 oass.SolrIndexSearcher.<init> Opening Searcher@17d7a242 main
[junit4:junit4]   2> 5032 T3379 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5032 T3379 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5033 T3379 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5036 T3379 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5051 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data
[junit4:junit4]   2> 5060 T3379 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@74832051
[junit4:junit4]   2> 5074 T3385 oasc.SolrCore.registerSearcher [core2] Registered new searcher Searcher@17d7a242 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5079 T3379 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> 5080 T3379 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 5081 T3379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 5082 T3379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 5083 T3379 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 5084 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index
[junit4:junit4]   2> 5085 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data
[junit4:junit4]   2> 5085 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data
[junit4:junit4]   2> 5086 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index
[junit4:junit4]   2> 5087 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index
[junit4:junit4]   2> 5088 T3379 oasc.SolrCore.close [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@fb5a8d3
[junit4:junit4]   2> 5119 T3379 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> 5120 T3379 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 5121 T3379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 5121 T3379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 5122 T3379 oasc.SolrCore.closeSearcher [core2] Closing main searcher on request.
[junit4:junit4]   2> 5123 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index
[junit4:junit4]   2> 5123 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index
[junit4:junit4]   2> 5124 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data/index
[junit4:junit4]   2> 5125 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data
[junit4:junit4]   2> 5125 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/./collection1/data
[junit4:junit4]   2> 5126 T3379 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=372316395
[junit4:junit4]   2> 5129 T3379 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@430308d3
[junit4:junit4]   2> 5148 T3379 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> 5149 T3379 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 5149 T3379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 5150 T3379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 5151 T3379 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 5152 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data/index
[junit4:junit4]   2> 5152 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data/index
[junit4:junit4]   2> 5153 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data/index
[junit4:junit4]   2> 5154 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data
[junit4:junit4]   2> 5154 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_shareSchema/collection1/data
[junit4:junit4]   2> 5155 T3379 oas.SolrTestCaseJ4.tearDown ###Ending testShareSchema
[junit4:junit4]   2> 5165 T3379 oas.SolrTestCaseJ4.setUp ###Starting testNoCores
[junit4:junit4]   2> 5168 T3379 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 5168 T3379 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores
[junit4:junit4]   2> 5169 T3379 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/solr.xml
[junit4:junit4]   2> 5170 T3379 oasc.CoreContainer.<init> New CoreContainer 282684306
[junit4:junit4]   2> 5170 T3379 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/'
[junit4:junit4]   2> 5171 T3379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/'
[junit4:junit4]   2> 5238 T3379 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 5239 T3379 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 5240 T3379 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 5241 T3379 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 5241 T3379 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 5242 T3379 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 5243 T3379 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 5243 T3379 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 5244 T3379 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 5245 T3379 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 5267 T3379 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 5564 T3379 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores
[junit4:junit4]   2> 5565 T3379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/'
[junit4:junit4]   2> 5566 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.core.TestCoreContainer_noCores/lib/classes/' to classloader
[junit4:junit4]   2> 5571 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.core.TestCoreContainer_noCores/lib/README' to classloader
[junit4:junit4]   2> 5682 T3379 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5881 T3379 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5882 T3379 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5892 T3379 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6834 T3379 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6852 T3379 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6859 T3379 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6873 T3379 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6881 T3379 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6895 T3379 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6896 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6897 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6897 T3379 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6898 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6899 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6900 T3379 oasc.SolrCore.<init> [core1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/data/
[junit4:junit4]   2> 6901 T3379 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@209bc0df
[junit4:junit4]   2> 6902 T3379 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6904 T3379 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/data forceNew:false
[junit4:junit4]   2> 6904 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/data
[junit4:junit4]   2> 6905 T3379 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/data/index/
[junit4:junit4]   2> 6906 T3379 oasc.SolrCore.initIndex WARNING [core1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6907 T3379 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/data/index forceNew:false
[junit4:junit4]   2> 6910 T3379 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@38e57cfa lockFactory=org.apache.lucene.store.NativeFSLockFactory@2ed334d9)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6911 T3379 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6911 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/data/index
[junit4:junit4]   2> 6912 T3379 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 6914 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6915 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 6915 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6916 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 6916 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6917 T3379 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6917 T3379 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6918 T3379 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6918 T3379 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6918 T3379 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 6919 T3379 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 6920 T3379 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6921 T3379 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 6921 T3379 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 6922 T3379 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 6923 T3379 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6924 T3379 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6924 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6925 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6926 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6927 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6928 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6928 T3379 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6929 T3379 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 6930 T3379 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 6931 T3379 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 6940 T3379 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6944 T3379 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 6946 T3379 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 6949 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/data
[junit4:junit4]   2> 6950 T3379 oass.SolrIndexSearcher.<init> Opening Searcher@178457d2 main
[junit4:junit4]   2> 6954 T3379 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6957 T3379 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6958 T3379 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 6965 T3379 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 7008 T3387 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@178457d2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7026 T3379 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 7029 T3379 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@774adc5d
[junit4:junit4]   2> 7045 T3379 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> 7046 T3379 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 7046 T3379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 7047 T3379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 7048 T3379 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 7049 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/data/index
[junit4:junit4]   2> 7049 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/data
[junit4:junit4]   2> 7050 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/data
[junit4:junit4]   2> 7050 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/data/index
[junit4:junit4]   2> 7050 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_noCores/data/index
[junit4:junit4]   2> 7051 T3379 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=282684306
[junit4:junit4]   2> 7144 T3379 oas.SolrTestCaseJ4.tearDown ###Ending testNoCores
[junit4:junit4]   2> 7153 T3379 oas.SolrTestCaseJ4.setUp ###Starting testReload
[junit4:junit4]   2> 7156 T3388 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 7157 T3388 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 7158 T3388 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7158 T3388 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 7166 T3389 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 7167 T3389 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 7168 T3389 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7168 T3389 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 7169 T3390 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 7170 T3390 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 7171 T3390 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7171 T3390 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 7172 T3391 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 7172 T3391 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 7173 T3391 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7175 T3391 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 7352 T3390 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7396 T3388 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7435 T3391 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7439 T3389 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7646 T3390 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7647 T3390 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7751 T3388 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7751 T3388 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7758 T3388 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7769 T3390 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7791 T3391 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7792 T3391 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7830 T3389 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7831 T3389 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7831 T3391 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7844 T3389 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10174 T2488 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 10305 T3391 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10324 T3391 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10328 T3391 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10333 T3389 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10342 T3389 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10366 T3391 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10373 T3389 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10352 T3388 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10407 T3391 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10413 T3389 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10419 T3389 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10421 T3391 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10422 T3391 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10427 T3391 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10427 T3391 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10428 T3391 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10428 T3391 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10426 T3388 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10437 T3388 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10439 T3391 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10439 T3391 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/
[junit4:junit4]   2> 10440 T3391 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@209bc0df
[junit4:junit4]   2> 10440 T3391 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10440 T3391 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index/
[junit4:junit4]   2> 10443 T3391 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10448 T3391 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10449 T3391 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10453 T3391 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10454 T3391 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10459 T3391 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10460 T3391 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10460 T3391 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10461 T3391 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10461 T3391 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10462 T3391 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10452 T3389 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10463 T3389 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10463 T3389 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10464 T3389 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10464 T3389 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10465 T3389 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10472 T3390 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10489 T3391 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10501 T3391 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10509 T3390 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10512 T3391 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10514 T3391 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10522 T3391 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10523 T3391 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10524 T3391 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10525 T3391 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10526 T3391 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10526 T3391 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10527 T3391 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10528 T3391 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10528 T3391 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10530 T3391 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10531 T3391 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10531 T3391 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 10533 T3388 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10537 T3390 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10538 T3388 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10540 T3389 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10541 T3389 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/
[junit4:junit4]   2> 10541 T3389 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@209bc0df
[junit4:junit4]   2> 10542 T3389 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10542 T3389 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index/
[junit4:junit4]   2> 10547 T3389 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10547 T3390 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10552 T3390 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10590 T3389 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10591 T3389 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10591 T3389 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10592 T3389 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10592 T3389 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10593 T3389 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10593 T3389 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10594 T3389 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10595 T3389 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10595 T3389 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10596 T3389 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10542 T3388 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10597 T3388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10597 T3388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10598 T3388 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10598 T3388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10599 T3388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10601 T3388 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10603 T3388 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/
[junit4:junit4]   2> 10604 T3388 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@209bc0df
[junit4:junit4]   2> 10599 T3389 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10607 T3389 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10607 T3389 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10608 T3389 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10609 T3389 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10610 T3389 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10610 T3389 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10611 T3390 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10613 T3390 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10613 T3390 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10614 T3390 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10614 T3391 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10614 T3390 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10614 T3390 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10615 T3388 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10615 T3388 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index/
[junit4:junit4]   2> 10615 T3388 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10616 T3391 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 10619 T3388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10620 T3388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10620 T3388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10621 T3388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10622 T3388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10611 T3389 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10623 T3389 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10623 T3389 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10624 T3389 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10625 T3389 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10625 T3389 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10626 T3389 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10627 T3389 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 10629 T3389 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10631 T3389 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 10632 T3388 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10632 T3388 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10633 T3388 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10634 T3388 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10635 T3388 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10636 T3391 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 10639 T3388 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10640 T3388 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10640 T3388 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10641 T3388 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10641 T3388 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10642 T3388 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10643 T3388 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10643 T3388 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10644 T3388 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10645 T3388 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10646 T3388 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10647 T3388 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10648 T3388 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10648 T3388 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10649 T3388 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10650 T3388 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 10651 T3390 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10652 T3390 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/
[junit4:junit4]   2> 10653 T3390 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@209bc0df
[junit4:junit4]   2> 10637 T3389 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 10659 T3388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10661 T3388 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 10662 T3390 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10663 T3390 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index/
[junit4:junit4]   2> 10663 T3390 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10663 T3388 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 10666 T3389 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10666 T3390 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10667 T3388 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10667 T3390 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10667 T3390 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10667 T3388 oass.SolrIndexSearcher.<init> Opening Searcher@675fa45f main
[junit4:junit4]   2> 10668 T3389 oass.SolrIndexSearcher.<init> Opening Searcher@614a3b7b main
[junit4:junit4]   2> 10668 T3390 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10668 T3389 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10669 T3389 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10667 T3391 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10669 T3390 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10670 T3390 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10670 T3391 oass.SolrIndexSearcher.<init> Opening Searcher@2130dd01 main
[junit4:junit4]   2> 10669 T3389 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 10670 T3391 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10671 T3391 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10671 T3391 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 10672 T3389 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 10673 T3391 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 10670 T3388 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10670 T3390 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10675 T3390 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10677 T3390 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10678 T3390 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10679 T3390 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10679 T3390 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10680 T3390 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10680 T3390 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10681 T3390 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10681 T3390 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10682 T3390 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10682 T3390 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10683 T3390 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10697 T3390 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10697 T3390 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10698 T3390 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10699 T3390 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10699 T3390 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10700 T3390 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10701 T3390 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 10703 T3390 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10705 T3390 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 10707 T3389 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10711 T3393 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@614a3b7b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10714 T3389 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 10715 T3389 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 10721 T3390 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 10723 T3392 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2130dd01 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10674 T3388 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10729 T3388 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 10732 T3388 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 10734 T3389 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10740 T3389 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@27932e00 lockFactory=org.apache.lucene.store.NativeFSLockFactory@132ef00a))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10740 T3389 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10742 T3389 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 10742 T3389 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10743 T3389 oass.SolrIndexSearcher.<init> Opening Searcher@19fa35fd main
[junit4:junit4]   2> 10744 T3389 oasc.CoreContainer.registerCore replacing core: collection1
[junit4:junit4]   2> 10744 T3389 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@33bad446
[junit4:junit4]   2> 10749 T3393 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19fa35fd main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 10751 T3391 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 10759 T3391 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 10759 T3391 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
[junit4:junit4]   2> 10749 T3390 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10761 T3393 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index
[junit4:junit4]   2> 10763 T3391 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index
[junit4:junit4]   2> 10763 T3391 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10766 T3389 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> 10775 T3394 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@675fa45f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10816 T3391 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@27932e00 lockFactory=org.apache.lucene.store.NativeFSLockFactory@132ef00a))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10817 T3391 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10818 T3391 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 10818 T3391 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10819 T3390 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@58d9458e
[junit4:junit4]   2> 10819 T3388 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 10819 T3388 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 10819 T3388 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
[junit4:junit4]   2> 10833 T3388 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index
[junit4:junit4]   2> 10833 T3388 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10836 T3388 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@27932e00 lockFactory=org.apache.lucene.store.NativeFSLockFactory@132ef00a))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10837 T3388 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10837 T3388 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 10838 T3388 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 10838 T3391 oass.SolrIndexSearcher.<init> Opening Searcher@20170643 main
[junit4:junit4]   2> 10838 T3389 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 10841 T3390 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 10841 T3390 oasc.CoreContainer.recordAndThrow SEVERE Unable to reload core: collection1 org.apache.solr.common.SolrException: Error opening new searcher
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:809)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:408)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1070)
[junit4:junit4]   2> 	at org.apache.solr.core.TestCoreContainer$1TestThread.run(TestCoreContainer.java:90)
[junit4:junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening new searcher
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1418)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1530)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:784)
[junit4:junit4]   2> 	... 3 more
[junit4:junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
[junit4:junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:581)
[junit4:junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:595)
[junit4:junit4]   2> 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:329)
[junit4:junit4]   2> 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:110)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore$2.call(SolrCore.java:771)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore$2.call(SolrCore.java:768)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1389)
[junit4:junit4]   2> 	... 5 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 10841 T3389 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index
[junit4:junit4]   2> 10841 T3388 oass.SolrIndexSearcher.<init> Opening Searcher@5ddda3bd main
[junit4:junit4]   2> 10843 T3391 oasc.CoreContainer.registerCore replacing core: collection1
[junit4:junit4]   2> 10844 T3391 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3e84bc2b
[junit4:junit4]   2> 10846 T3392 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@20170643 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 10847 T3392 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index
[junit4:junit4]   2> 10849 T3391 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> 10850 T3391 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 10861 T3391 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index
[junit4:junit4]   2> 10863 T3388 oasc.CoreContainer.registerCore replacing core: collection1
[junit4:junit4]   2> 10863 T3388 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1760bb4b
[junit4:junit4]   2> 10866 T3394 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5ddda3bd main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 10867 T3394 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index
[junit4:junit4]   2> 10870 T3390 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[Thread-1329,5,TGRP-TestCoreContainer] org.apache.solr.common.SolrException: Unable to reload core: collection1
[junit4:junit4]   2> 	at __randomizedtesting.SeedInfo.seed([93467612379E9777]:0)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1350)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1079)
[junit4:junit4]   2> 	at org.apache.solr.core.TestCoreContainer$1TestThread.run(TestCoreContainer.java:90)
[junit4:junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening new searcher
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:809)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:408)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1070)
[junit4:junit4]   2> 	... 1 more
[junit4:junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening new searcher
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1418)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1530)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:784)
[junit4:junit4]   2> 	... 3 more
[junit4:junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
[junit4:junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:581)
[junit4:junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:595)
[junit4:junit4]   2> 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:329)
[junit4:junit4]   2> 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:110)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore$2.call(SolrCore.java:771)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore$2.call(SolrCore.java:768)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1389)
[junit4:junit4]   2> 	... 5 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 10879 T3388 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> 10881 T3388 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 10882 T3388 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index
[junit4:junit4]   2> 10882 T3379 oas.SolrTestCaseJ4.tearDown ###Ending testReload
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreContainer -Dtests.method=testReload -Dtests.seed=93467612379E9777 -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=America/Belem -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   3.91s | TestCoreContainer.testReload <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3390, name=Thread-1329, state=RUNNABLE, group=TGRP-TestCoreContainer]
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([93467612379E9777:54B60E11FDDD6F65]:0)
[junit4:junit4]    > Caused by: org.apache.solr.common.SolrException: Unable to reload core: collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([93467612379E9777]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1350)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1079)
[junit4:junit4]    > 	at org.apache.solr.core.TestCoreContainer$1TestThread.run(TestCoreContainer.java:90)
[junit4:junit4]    > Caused by: org.apache.solr.common.SolrException: Error opening new searcher
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:809)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:408)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1070)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Caused by: org.apache.solr.common.SolrException: Error opening new searcher
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1418)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1530)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:784)
[junit4:junit4]    > 	... 3 more
[junit4:junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
[junit4:junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:581)
[junit4:junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:595)
[junit4:junit4]    > 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:329)
[junit4:junit4]    > 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:110)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore$2.call(SolrCore.java:771)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore$2.call(SolrCore.java:768)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1389)
[junit4:junit4]    > 	... 5 more
[junit4:junit4]   2> 11068 T3379 oas.SolrTestCaseJ4.setUp ###Starting testPersist
[junit4:junit4]   2> 11069 T3379 oasc.CoreContainer.persistFile Persisting cores config to ./org.apache.solr.core.TestCoreContainer_persist/1.solr.xml
[junit4:junit4]   2> 11069 T3379 oasc.SolrXMLSerializer.persistFile Persisting cores config to ./org.apache.solr.core.TestCoreContainer_persist/1.solr.xml
[junit4:junit4]   2> 11365 T3379 oasc.CoreContainer.create Creating SolrCore 'X' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 11366 T3379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 11367 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11368 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 11450 T3379 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 11533 T3379 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11534 T3379 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11541 T3379 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12389 T3379 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12402 T3379 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12407 T3379 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12418 T3379 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12424 T3379 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12430 T3379 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12431 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 12432 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 12432 T3379 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12433 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 12433 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 12435 T3379 oasc.SolrCore.<init> [X] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX/
[junit4:junit4]   2> 12437 T3379 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@209bc0df
[junit4:junit4]   2> 12441 T3379 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 12444 T3379 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX forceNew:false
[junit4:junit4]   2> 12445 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX
[junit4:junit4]   2> 12445 T3379 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX/index/
[junit4:junit4]   2> 12446 T3379 oasc.SolrCore.initIndex WARNING [X] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12447 T3379 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX/index forceNew:false
[junit4:junit4]   2> 12450 T3379 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@21127cd8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@339a2116))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12451 T3379 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12453 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX/index
[junit4:junit4]   2> 12453 T3379 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 12457 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12458 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 12458 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12459 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 12461 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12461 T3379 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12462 T3379 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12463 T3379 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12464 T3379 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12465 T3379 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 12466 T3379 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 12466 T3379 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12467 T3379 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 12468 T3379 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 12468 T3379 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 12469 T3379 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12470 T3379 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12471 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12472 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12473 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12474 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12475 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12476 T3379 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12477 T3379 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12478 T3379 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 12479 T3379 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 12490 T3379 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12494 T3379 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 12497 T3379 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 12501 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX
[junit4:junit4]   2> 12502 T3379 oass.SolrIndexSearcher.<init> Opening Searcher@45c9129b main
[junit4:junit4]   2> 12503 T3379 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12504 T3379 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12504 T3379 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 12521 T3379 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 12586 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX
[junit4:junit4]   2> 12594 T3396 oasc.SolrCore.registerSearcher [X] Registered new searcher Searcher@45c9129b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 12595 T3379 oasc.CoreContainer.create Creating SolrCore 'Y' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY
[junit4:junit4]   2> 12596 T3379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/'
[junit4:junit4]   2> 12597 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.core.TestCoreContainer_persist/instY/lib/classes/' to classloader
[junit4:junit4]   2> 12598 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.core.TestCoreContainer_persist/instY/lib/README' to classloader
[junit4:junit4]   2> 12697 T3379 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12804 T3379 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12805 T3379 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12813 T3379 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13662 T3379 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13675 T3379 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13680 T3379 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13689 T3379 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13695 T3379 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13700 T3379 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13701 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 13701 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 13702 T3379 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13703 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 13703 T3379 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 13704 T3379 oasc.SolrCore.<init> [Y] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data/
[junit4:junit4]   2> 13704 T3379 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@209bc0df
[junit4:junit4]   2> 13705 T3379 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 13707 T3379 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data forceNew:false
[junit4:junit4]   2> 13707 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data
[junit4:junit4]   2> 13708 T3379 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data/index/
[junit4:junit4]   2> 13708 T3379 oasc.SolrCore.initIndex WARNING [Y] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13711 T3379 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data/index forceNew:false
[junit4:junit4]   2> 13716 T3379 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/index3580035814tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1fb1ad8b)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13716 T3379 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13717 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data/index
[junit4:junit4]   2> 13718 T3379 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13726 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13732 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13733 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13735 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13736 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13739 T3379 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13740 T3379 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13742 T3379 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13743 T3379 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13745 T3379 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13746 T3379 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13747 T3379 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13749 T3379 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13749 T3379 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13750 T3379 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13751 T3379 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13752 T3379 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13754 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13755 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13757 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13758 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13760 T3379 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13761 T3379 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13762 T3379 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13764 T3379 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13767 T3379 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13787 T3379 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13790 T3379 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13792 T3379 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MERGEPOLICY.XML, CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, SCHEMA-REPLICATION1.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, HYPHENATION.DTD, STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, OPEN-EXCHANGE-RATES.JSON, SCHEMA-SPATIAL.XML, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, STOP-2.TXT, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, FRENCHARTICLES.TXT, BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-DOCVALUESFACETING.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 13796 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data
[junit4:junit4]   2> 13799 T3379 oass.SolrIndexSearcher.<init> Opening Searcher@1b0c10e0 main
[junit4:junit4]   2> 13801 T3379 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13801 T3379 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13802 T3379 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13810 T3379 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13858 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data
[junit4:junit4]   2> 13860 T3397 oasc.SolrCore.registerSearcher [Y] Registered new searcher Searcher@1b0c10e0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13873 T3379 oasc.CoreContainer.registerCore registering core: X
[junit4:junit4]   2> 13875 T3379 oasc.CoreContainer.registerCore registering core: Y
[junit4:junit4]   2> 13876 T3379 oasc.CoreContainer.persistFile Persisting cores config to ./org.apache.solr.core.TestCoreContainer_persist/2.solr.xml
[junit4:junit4]   2> 13877 T3379 oasc.SolrXMLSerializer.persistFile Persisting cores config to ./org.apache.solr.core.TestCoreContainer_persist/2.solr.xml
[junit4:junit4]   2> 13893 T3379 oasc.CoreContainer.persistFile Persisting cores config to ./org.apache.solr.core.TestCoreContainer_persist/3.solr.xml
[junit4:junit4]   2> 13894 T3379 oasc.SolrXMLSerializer.persistFile Persisting cores config to ./org.apache.solr.core.TestCoreContainer_persist/3.solr.xml
[junit4:junit4]   2> 13906 T3379 oasc.CoreContainer.persistFile Persisting cores config to ./org.apache.solr.core.TestCoreContainer_persist/4.solr.xml
[junit4:junit4]   2> 13907 T3379 oasc.SolrXMLSerializer.persistFile Persisting cores config to ./org.apache.solr.core.TestCoreContainer_persist/4.solr.xml
[junit4:junit4]   2> 13911 T3379 oasc.SolrCore.close [X]  CLOSING SolrCore org.apache.solr.core.SolrCore@38393cf8
[junit4:junit4]   2> 13928 T3379 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> 13929 T3379 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 13929 T3379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 13930 T3379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 13930 T3379 oasc.SolrCore.closeSearcher [X] Closing main searcher on request.
[junit4:junit4]   2> 13935 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX/index
[junit4:junit4]   2> 13939 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX/index
[junit4:junit4]   2> 13940 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX/index
[junit4:junit4]   2> 13940 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX
[junit4:junit4]   2> 13941 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/dataX
[junit4:junit4]   2> 13942 T3379 oas.SolrTestCaseJ4.tearDown ###Ending testPersist
[junit4:junit4]   2> 13944 T3379 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 13946 T3379 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=505777840
[junit4:junit4]   2> 13946 T3379 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@63644ed7
[junit4:junit4]   2> 13957 T3379 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> 13958 T3379 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 13958 T3379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 13958 T3379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> ASYNC  NEW_CORE C240 name=collection1 org.apache.solr.core.SolrCore@63644ed7
[junit4:junit4]   2> 13962 T3379 C240 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index
[junit4:junit4]   2> 13962 T3379 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 13963 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index
[junit4:junit4]   2> 13963 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 13964 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131
[junit4:junit4]   2> 13964 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index
[junit4:junit4]   2> 13965 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-TestCoreContainer-1362345265131/index
[junit4:junit4]   2> 13965 T3379 oasc.SolrCore.close [Y]  CLOSING SolrCore org.apache.solr.core.SolrCore@2ab188da
[junit4:junit4]   2> 13982 T3379 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> 13982 T3379 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 13983 T3379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 13983 T3379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 13984 T3379 oasc.SolrCore.closeSearcher [Y] Closing main searcher on request.
[junit4:junit4]   2> 13984 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data/index
[junit4:junit4]   2> 13985 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data
[junit4:junit4]   2> 13985 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data
[junit4:junit4]   2> 13985 T3379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data/index
[junit4:junit4]   2> 13986 T3379 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.core.TestCoreContainer_persist/instY/data/index
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=ga, timezone=America/Belem
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_15 (64-bit)/cpus=2,threads=1,free=134626128,total=536870912
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestCharFilters, ClusterStateUpdateTest, TestUpdate, TestRandomDVFaceting, DocumentAnalysisRequestHandlerTest, URLClassifyProcessorTest, TestDFRSimilarityFactory, SolrIndexSplitterTest, TestJmxMonitoredMap, TestQuerySenderListener, SampleTest, TestPhraseSuggestions, TermVectorComponentTest, TestSolrDeletionPolicy2, TestIndexSearcher, ExternalFileFieldSortTest, DirectSolrConnectionTest, TestDocumentBuilder, SolrCoreCheckLockOnStartupTest, TestLMJelinekMercerSimilarityFactory, TestLRUCache, TestPluginEnable, SyncSliceTest, TestPropInject, ZkControllerTest, SchemaVersionSpecificBehaviorTest, PolyFieldTest, MoreLikeThisHandlerTest, DateMathParserTest, DisMaxRequestHandlerTest, DistributedSpellCheckComponentTest, OutputWriterTest, TestSolrCoreProperties, FastVectorHighlighterTest, DirectUpdateHandlerOptimizeTest, XsltUpdateRequestHandlerTest, BasicZkTest, TestXIncludeConfig, SynonymTokenizerTest, SolrInfoMBeanTest, FileBasedSpellCheckerTest, CopyFieldTest, RequiredFieldsTest, RAMDirectoryFactoryTest, NumericFieldsTest, TestBinaryField, TestDistributedSearch, SliceStateTest, ShardRoutingTest, DebugComponentTest, CollectionsAPIDistributedZkTest, ConvertedLegacyTest, IndexReaderFactoryTest, TestQueryTypes, PluginInfoTest, TestConfig, TestReplicationHandler, TestComponentsName, TestFastWriter, NoCacheHeaderTest, DefaultValueUpdateProcessorTest, HighlighterTest, CoreContainerCoreInitFailuresTest, PingRequestHandlerTest, RecoveryZkTest, TestCollationField, TestMergePolicyConfig, CoreAdminHandlerTest, ZkCLITest, BinaryUpdateRequestHandlerTest, TestLMDirichletSimilarityFactory, TestZkChroot, TestAtomicUpdateErrorCases, TestSolrJ, SolrIndexConfigTest, TestSuggestSpellingConverter, TestFiltering, SpellCheckCollatorTest, SOLR749Test, TestAnalyzedSuggestions, StatsComponentTest, TestSurroundQueryParser, SearchHandlerTest, OverseerTest, DOMUtilTest, TermsComponentTest, TestPseudoReturnFields, SpellCheckComponentTest, OpenExchangeRatesOrgProviderTest, TestPostingsSolrHighlighter, PrimUtilsTest, SystemInfoHandlerTest, EchoParamsTest, TestMultiCoreConfBootstrap, DocumentBuilderTest, SortByFunctionTest, TestQuerySenderNoQuery, TestRangeQuery, TestFastOutputStream, TestJmxIntegration, CircularListTest, SimplePostToolTest, ChaosMonkeySafeLeaderTest, TestSearchPerf, MBeansHandlerTest, TestSolrDiscoveryProperties, HardAutoCommitTest, TestLFUCache, TestCoreContainer]
[junit4:junit4] Completed in 14.04s, 4 tests, 1 error <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.6.0) - Build # 284 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/284/
Java: 64bit/jdk1.6.0 -XX:+UseConcMarkSweepGC

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

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

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


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

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

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=4998, name=coreLoadExecutor-2687-thread-1, state=RUNNABLE, group=TGRP-ClusterStateUpdateTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1503)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:62)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:500)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1193e75d lockFactory=org.apache.lucene.store.NativeFSLockFactory@48b5c8d7)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


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

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.ClusterStateUpdateTest:     1) Thread[id=4995, name=TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[9981F43EFA94FE9]-EventThread, state=TIMED_WAITING, group=TGRP-ClusterStateUpdateTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:428)         at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:404)         at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:833)         at org.apache.solr.cloud.ZkController.register(ZkController.java:766)         at org.apache.solr.cloud.ZkController$1.command(ZkController.java:212)         at org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:117)         at org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:46)         at org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:91)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ClusterStateUpdateTest: 
   1) Thread[id=4995, name=TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[9981F43EFA94FE9]-EventThread, state=TIMED_WAITING, group=TGRP-ClusterStateUpdateTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:428)
        at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:404)
        at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:833)
        at org.apache.solr.cloud.ZkController.register(ZkController.java:766)
        at org.apache.solr.cloud.ZkController$1.command(ZkController.java:212)
        at org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:117)
        at org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:46)
        at org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:91)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
	at __randomizedtesting.SeedInfo.seed([9981F43EFA94FE9]:0)




Build Log:
[...truncated 8800 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ClusterStateUpdateTest
[junit4:junit4]   2> 8 T4982 oas.SolrTestCaseJ4.setUp ###Starting testCoreRegistration
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713
[junit4:junit4]   2> 10 T4982 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 11 T4983 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 16 T4983 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 16 T4983 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 17 T4983 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 18 T4983 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 20 T4983 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 112 T4982 oasc.ZkTestServer.run start zk server on port:50530
[junit4:junit4]   2> 113 T4982 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50530 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@13caa9b8
[junit4:junit4]   2> 114 T4982 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 115 T4988 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50530. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 117 T4988 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50530, initiating session
[junit4:junit4]   2> 118 T4984 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50531
[junit4:junit4]   2> 119 T4984 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50531
[junit4:junit4]   2> 120 T4986 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 123 T4986 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30e4c48e0000 with negotiated timeout 10000 for client /127.0.0.1:50531
[junit4:junit4]   2> 123 T4988 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50530, sessionid = 0x13d30e4c48e0000, negotiated timeout = 10000
[junit4:junit4]   2> 127 T4989 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13caa9b8 name:ZooKeeperConnection Watcher:127.0.0.1:50530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 127 T4982 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 128 T4982 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 134 T4987 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30e4c48e0000
[junit4:junit4]   2> 139 T4984 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50531 which had sessionid 0x13d30e4c48e0000
[junit4:junit4]   2> 139 T4982 oaz.ZooKeeper.close Session: 0x13d30e4c48e0000 closed
[junit4:junit4]   2> 140 T4989 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 140 T4982 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50530/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@526966bc
[junit4:junit4]   2> 143 T4982 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 144 T4990 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50530. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 145 T4990 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50530, initiating session
[junit4:junit4]   2> 146 T4984 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50532
[junit4:junit4]   2> 146 T4984 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50532
[junit4:junit4]   2> 148 T4986 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30e4c48e0001 with negotiated timeout 10000 for client /127.0.0.1:50532
[junit4:junit4]   2> 148 T4990 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50530, sessionid = 0x13d30e4c48e0001, negotiated timeout = 10000
[junit4:junit4]   2> 149 T4991 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@526966bc name:ZooKeeperConnection Watcher:127.0.0.1:50530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 149 T4982 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 150 T4982 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 158 T4982 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 165 T4982 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 171 T4982 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 178 T4982 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 180 T4982 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 195 T4982 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 197 T4982 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 208 T4982 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 210 T4982 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 219 T4982 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 221 T4982 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 232 T4982 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 234 T4982 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 253 T4982 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 256 T4982 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 266 T4982 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 268 T4982 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 279 T4982 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 281 T4982 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 290 T4982 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 292 T4982 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 312 T4987 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30e4c48e0001
[junit4:junit4]   2> 315 T4984 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50532 which had sessionid 0x13d30e4c48e0001
[junit4:junit4]   2> 315 T4991 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 315 T4982 oaz.ZooKeeper.close Session: 0x13d30e4c48e0001 closed
[junit4:junit4]   2> 318 T4982 oasc.ClusterStateUpdateTest.setUp ####SETUP_START testCoreRegistration
[junit4:junit4]   2> 327 T4982 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 328 T4982 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr
[junit4:junit4]   2> 330 T4982 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/solr.xml
[junit4:junit4]   2> 331 T4982 oasc.CoreContainer.<init> New CoreContainer 1935115600
[junit4:junit4]   2> 334 T4982 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 335 T4982 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 428 T4982 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 430 T4982 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 430 T4982 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 431 T4982 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 431 T4982 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 432 T4982 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 432 T4982 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 433 T4982 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 433 T4982 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 434 T4982 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 470 T4982 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 512 T4982 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50530/solr
[junit4:junit4]   2> 512 T4982 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 513 T4982 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50530 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3618e7ae
[junit4:junit4]   2> 515 T4982 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 516 T4992 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50530. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 519 T4992 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50530, initiating session
[junit4:junit4]   2> 520 T4984 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50533
[junit4:junit4]   2> 521 T4984 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50533
[junit4:junit4]   2> 523 T4986 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30e4c48e0002 with negotiated timeout 20000 for client /127.0.0.1:50533
[junit4:junit4]   2> 523 T4992 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50530, sessionid = 0x13d30e4c48e0002, negotiated timeout = 20000
[junit4:junit4]   2> 524 T4993 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3618e7ae name:ZooKeeperConnection Watcher:127.0.0.1:50530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 525 T4982 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 528 T4987 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30e4c48e0002
[junit4:junit4]   2> 530 T4984 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50533 which had sessionid 0x13d30e4c48e0002
[junit4:junit4]   2> 531 T4993 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 531 T4982 oaz.ZooKeeper.close Session: 0x13d30e4c48e0002 closed
[junit4:junit4]   2> 534 T4982 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 556 T4982 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50530/solr sessionTimeout=3000 watcher=org.apache.solr.common.cloud.ConnectionManager@2924e074
[junit4:junit4]   2> 557 T4982 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 558 T4994 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50530. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 560 T4994 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50530, initiating session
[junit4:junit4]   2> 560 T4984 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50534
[junit4:junit4]   2> 561 T4984 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50534
[junit4:junit4]   2> 563 T4986 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30e4c48e0003 with negotiated timeout 3000 for client /127.0.0.1:50534
[junit4:junit4]   2> 563 T4994 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50530, sessionid = 0x13d30e4c48e0003, negotiated timeout = 3000
[junit4:junit4]   2> 564 T4995 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2924e074 name:ZooKeeperConnection Watcher:127.0.0.1:50530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 564 T4982 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 571 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 576 T4982 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 582 T4982 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:1661_solr
[junit4:junit4]   2> 583 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:1661_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:1661_solr
[junit4:junit4]   2> 584 T4982 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:1661_solr
[junit4:junit4]   2> 593 T4982 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 605 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 606 T4982 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 611 T4982 oasc.Overseer.start Overseer (id=89281326725595139-127.0.0.1:1661_solr-n_0000000000) starting
[junit4:junit4]   2> 612 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 614 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 615 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 617 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 619 T4997 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 620 T4982 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 625 T4982 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 629 T4996 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 653 T4998 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 654 T4998 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 655 T4998 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 656 T4998 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 658 T4998 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 660 T4998 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 660 T4998 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 764 T4998 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 922 T4998 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 925 T4998 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 937 T4998 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 2236 T4998 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2253 T4998 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2259 T4998 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2296 T4998 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2305 T4998 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2315 T4998 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2318 T4998 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2319 T4998 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2319 T4998 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2322 T4998 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2323 T4998 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2324 T4998 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data1/
[junit4:junit4]   2> 2324 T4998 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b5a5cf
[junit4:junit4]   2> 2325 T4998 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2326 T4998 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data1 forceNew:false
[junit4:junit4]   2> 2327 T4998 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data1
[junit4:junit4]   2> 2327 T4998 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data1/index/
[junit4:junit4]   2> 2328 T4998 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2329 T4998 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data1/index forceNew:false
[junit4:junit4]   2> 2332 T4998 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@1193e75d lockFactory=org.apache.lucene.store.NativeFSLockFactory@48b5c8d7)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2333 T4998 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2334 T4998 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data1/index
[junit4:junit4]   2> 2335 T4998 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 2340 T4998 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2340 T4998 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 2341 T4998 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2342 T4998 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 2343 T4998 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2343 T4998 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2344 T4998 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2345 T4998 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2346 T4998 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2347 T4998 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 2348 T4998 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 2349 T4998 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2350 T4998 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 2350 T4998 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 2351 T4998 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 2352 T4998 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2354 T4998 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2355 T4998 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2356 T4998 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2356 T4998 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2357 T4998 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2358 T4998 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2359 T4998 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2360 T4998 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2361 T4998 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 2362 T4998 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 2371 T4998 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2377 T4998 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 2380 T4998 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 2384 T4998 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data1
[junit4:junit4]   2> 2385 T4998 oass.SolrIndexSearcher.<init> Opening Searcher@c602867 main
[junit4:junit4]   2> 2386 T4998 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2387 T4998 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2388 T4998 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2418 T4998 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 2467 T4998 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data1
[junit4:junit4]   2> 2470 T4999 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c602867 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2479 T4998 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2479 T4998 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2481 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:create cxid:0x54 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 3673 T4996 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3675 T4996 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:1661_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1661/solr"}
[junit4:junit4]   2> 3676 T4996 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 3678 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:create cxid:0x5c zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 3692 T4995 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> 4490 T4998 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 4490 T4998 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:1661/solr collection:collection1 shard:shard1
[junit4:junit4]   2> 4492 T4998 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 4509 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:delete cxid:0x76 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 4511 T4998 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 4513 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:create cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4518 T4998 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 4519 T4998 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 4519 T4998 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:1661/solr/collection1/
[junit4:junit4]   2> 4520 T4998 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 4531 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:create cxid:0x81 zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5204 T4996 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5225 T4995 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> 5258 T4998 oasc.ZkController.register We are http://127.0.0.1:1661/solr/collection1/ and leader is http://127.0.0.1:1661/solr/collection1/
[junit4:junit4]   2> 5259 T4998 oasc.ZkController.checkRecovery WARNING Skipping recovery according to sys prop solrcloud.skip.autorecovery
[junit4:junit4]   2> 5260 T4998 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 5260 T4998 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5265 T4998 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5269 T4982 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 5270 T4982 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr
[junit4:junit4]   2> 5271 T4982 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/solr.xml
[junit4:junit4]   2> 5272 T4982 oasc.CoreContainer.<init> New CoreContainer 1673492830
[junit4:junit4]   2> 5273 T4982 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 5274 T4982 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 5378 T4982 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 5379 T4982 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 5381 T4982 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 5382 T4982 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 5384 T4982 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 5385 T4982 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 5385 T4982 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 5386 T4982 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 5386 T4982 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 5387 T4982 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 5422 T4982 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 5458 T4982 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50530/solr
[junit4:junit4]   2> 5459 T4982 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 5460 T4982 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50530 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2a736eb7
[junit4:junit4]   2> 5462 T4982 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 5463 T5001 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50530. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 5468 T5001 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50530, initiating session
[junit4:junit4]   2> 5469 T4984 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50535
[junit4:junit4]   2> 5470 T4984 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50535
[junit4:junit4]   2> 5473 T4986 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30e4c48e0004 with negotiated timeout 20000 for client /127.0.0.1:50535
[junit4:junit4]   2> 5473 T5001 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50530, sessionid = 0x13d30e4c48e0004, negotiated timeout = 20000
[junit4:junit4]   2> 5475 T5002 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a736eb7 name:ZooKeeperConnection Watcher:127.0.0.1:50530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 5475 T4982 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 5478 T4987 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30e4c48e0004
[junit4:junit4]   2> 5480 T4984 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50535 which had sessionid 0x13d30e4c48e0004
[junit4:junit4]   2> 5480 T4982 oaz.ZooKeeper.close Session: 0x13d30e4c48e0004 closed
[junit4:junit4]   2> 5481 T5002 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 5481 T4982 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 5523 T4982 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50530/solr sessionTimeout=3000 watcher=org.apache.solr.common.cloud.ConnectionManager@5948137c
[junit4:junit4]   2> 5525 T4982 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 5526 T5003 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50530. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 5528 T5003 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50530, initiating session
[junit4:junit4]   2> 5528 T4984 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50536
[junit4:junit4]   2> 5529 T4984 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50536
[junit4:junit4]   2> 5531 T4986 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30e4c48e0005 with negotiated timeout 3000 for client /127.0.0.1:50536
[junit4:junit4]   2> 5532 T5003 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50530, sessionid = 0x13d30e4c48e0005, negotiated timeout = 3000
[junit4:junit4]   2> 5532 T5004 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5948137c name:ZooKeeperConnection Watcher:127.0.0.1:50530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 5533 T4982 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 5533 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0005 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5535 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0005 type:create cxid:0x2 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5539 T4982 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 6545 T4982 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:1662_solr
[junit4:junit4]   2> 6547 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0005 type:delete cxid:0x9 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:1662_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:1662_solr
[junit4:junit4]   2> 6550 T4982 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:1662_solr
[junit4:junit4]   2> 6556 T4995 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6556 T4995 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> 6557 T5004 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6572 T5005 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 6573 T5005 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 6574 T5005 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 6575 T5005 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 6578 T5005 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 6579 T5005 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 6580 T5005 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 6692 T5005 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 6837 T4996 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6837 T5005 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6840 T4996 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:1661_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1661/solr"}
[junit4:junit4]   2> 6840 T5005 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6852 T5005 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6864 T4995 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> 6866 T5004 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> 8217 T5005 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8234 T5005 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8245 T5005 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8283 T5005 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8293 T5005 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8303 T5005 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8307 T5005 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8310 T5005 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8311 T5005 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8315 T5005 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8315 T5005 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8316 T5005 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data2/
[junit4:junit4]   2> 8317 T5005 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b5a5cf
[junit4:junit4]   2> 8318 T5005 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8320 T5005 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data2 forceNew:false
[junit4:junit4]   2> 8320 T5005 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data2
[junit4:junit4]   2> 8321 T5005 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data2/index/
[junit4:junit4]   2> 8322 T5005 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8323 T5005 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data2/index forceNew:false
[junit4:junit4]   2> 8327 T5005 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@10dd4a9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@759cfb49)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8328 T5005 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8330 T5005 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data2/index
[junit4:junit4]   2> 8331 T5005 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8338 T5005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8339 T5005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8340 T5005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8342 T5005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8344 T5005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8345 T5005 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8346 T5005 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8348 T5005 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8350 T5005 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8351 T5005 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8353 T5005 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8354 T5005 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8355 T5005 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8356 T5005 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8356 T5005 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8357 T5005 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8357 T5005 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8358 T5005 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8359 T5005 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8377 T5005 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8379 T5005 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8382 T5005 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8383 T5005 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8383 T5005 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8384 T5005 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8386 T5005 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8395 T5005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8403 T5005 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8406 T5005 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 8409 T5005 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data2
[junit4:junit4]   2> 8410 T5005 oass.SolrIndexSearcher.<init> Opening Searcher@28f887e8 main
[junit4:junit4]   2> 8411 T5005 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8411 T5005 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8412 T5005 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8438 T5005 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8497 T5006 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@28f887e8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8511 T5005 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8512 T5005 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9888 T4996 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9890 T4996 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:1662_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1662/solr"}
[junit4:junit4]   2> 9890 T4996 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 9890 T4996 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 9900 T4995 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> 9900 T5004 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> 10517 T5005 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 10518 T5005 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:1662/solr collection:collection1 shard:shard1
[junit4:junit4]   2> 10526 T5005 oasc.ZkController.register We are http://127.0.0.1:1662/solr/collection1/ and leader is http://127.0.0.1:1661/solr/collection1/
[junit4:junit4]   2> 10527 T5005 oasc.ZkController.checkRecovery WARNING Skipping recovery according to sys prop solrcloud.skip.autorecovery
[junit4:junit4]   2> 10527 T5005 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 10528 T5005 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10532 T5005 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10535 T4982 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10536 T4982 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr
[junit4:junit4]   2> 10536 T4982 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/solr.xml
[junit4:junit4]   2> 10537 T4982 oasc.CoreContainer.<init> New CoreContainer 1486723950
[junit4:junit4]   2> 10538 T4982 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 10538 T4982 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 10610 T4982 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 10611 T4982 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10612 T4982 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10612 T4982 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10613 T4982 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10613 T4982 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10614 T4982 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10615 T4982 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10615 T4982 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10616 T4982 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10651 T4982 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10706 T4982 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50530/solr
[junit4:junit4]   2> 10707 T4982 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10707 T4982 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50530 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@209e05cf
[junit4:junit4]   2> 10709 T4982 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10710 T5008 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50530. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 10712 T5008 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50530, initiating session
[junit4:junit4]   2> 10714 T4984 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50537
[junit4:junit4]   2> 10716 T4984 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50537
[junit4:junit4]   2> 10718 T4986 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30e4c48e0006 with negotiated timeout 20000 for client /127.0.0.1:50537
[junit4:junit4]   2> 10718 T5008 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50530, sessionid = 0x13d30e4c48e0006, negotiated timeout = 20000
[junit4:junit4]   2> 10719 T5009 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@209e05cf name:ZooKeeperConnection Watcher:127.0.0.1:50530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10719 T4982 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10722 T4987 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30e4c48e0006
[junit4:junit4]   2> 10724 T4984 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50537 which had sessionid 0x13d30e4c48e0006
[junit4:junit4]   2> 10724 T4982 oaz.ZooKeeper.close Session: 0x13d30e4c48e0006 closed
[junit4:junit4]   2> 10725 T5009 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10730 T4982 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 10753 T4982 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50530/solr sessionTimeout=3000 watcher=org.apache.solr.common.cloud.ConnectionManager@57b7b039
[junit4:junit4]   2> 10755 T4982 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10756 T5010 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50530. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 10758 T5010 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50530, initiating session
[junit4:junit4]   2> 10759 T4984 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50538
[junit4:junit4]   2> 10760 T4984 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50538
[junit4:junit4]   2> 10762 T4986 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30e4c48e0007 with negotiated timeout 3000 for client /127.0.0.1:50538
[junit4:junit4]   2> 10762 T5010 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50530, sessionid = 0x13d30e4c48e0007, negotiated timeout = 3000
[junit4:junit4]   2> 10763 T5011 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57b7b039 name:ZooKeeperConnection Watcher:127.0.0.1:50530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10764 T4982 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10766 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0007 type:create cxid:0x1 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10768 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0007 type:create cxid:0x2 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10772 T4982 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 11412 T4996 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11415 T4996 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:1662_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1662/solr"}
[junit4:junit4]   2> 11425 T5011 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> 11425 T5004 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> 11425 T4995 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> 11786 T4982 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:1663_solr
[junit4:junit4]   2> 11790 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0007 type:delete cxid:0xb zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:1663_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:1663_solr
[junit4:junit4]   2> 11794 T4982 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:1663_solr
[junit4:junit4]   2> 11802 T5011 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> 11807 T5004 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11808 T4995 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11810 T4995 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11808 T5004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11817 T5011 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11828 T5012 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 11829 T5012 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 11831 T5012 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11831 T5012 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 11834 T5012 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 11835 T5012 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11836 T5012 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 11913 T5012 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12021 T5012 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12023 T5012 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12030 T5012 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13069 T5012 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13090 T5012 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13096 T5012 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13129 T5012 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13138 T5012 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13162 T5012 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13165 T5012 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 13167 T5012 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 13167 T5012 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13169 T5012 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 13170 T5012 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 13170 T5012 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3/
[junit4:junit4]   2> 13171 T5012 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b5a5cf
[junit4:junit4]   2> 13172 T5012 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 13173 T5012 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3 forceNew:false
[junit4:junit4]   2> 13174 T5012 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3
[junit4:junit4]   2> 13174 T5012 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3/index/
[junit4:junit4]   2> 13175 T5012 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13175 T5012 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3/index forceNew:false
[junit4:junit4]   2> 13178 T5012 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ad587be lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aa75506)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13179 T5012 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13180 T5012 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3/index
[junit4:junit4]   2> 13181 T5012 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13185 T5012 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13186 T5012 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13186 T5012 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13187 T5012 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13188 T5012 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13188 T5012 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13189 T5012 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13190 T5012 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13192 T5012 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13193 T5012 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13194 T5012 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13195 T5012 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13196 T5012 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13196 T5012 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13197 T5012 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13198 T5012 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13199 T5012 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13200 T5012 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13201 T5012 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13202 T5012 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13203 T5012 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13204 T5012 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13205 T5012 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13205 T5012 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13207 T5012 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13208 T5012 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13217 T5012 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13224 T5012 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13227 T5012 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 13230 T5012 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3
[junit4:junit4]   2> 13231 T5012 oass.SolrIndexSearcher.<init> Opening Searcher@33c8c47e main
[junit4:junit4]   2> 13231 T5012 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13232 T5012 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13232 T5012 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13241 T5012 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13286 T5012 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3
[junit4:junit4]   2> 13291 T5013 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@33c8c47e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13304 T5012 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13305 T5012 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14443 T4996 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14445 T4996 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:1663_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1663/solr"}
[junit4:junit4]   2> 14445 T4996 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 14446 T4996 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 14454 T5011 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> 14455 T5004 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> 14455 T4995 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> 15311 T5012 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15311 T5012 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:1663/solr collection:collection1 shard:shard1
[junit4:junit4]   2> 15319 T5012 oasc.ZkController.register We are http://127.0.0.1:1663/solr/collection1/ and leader is http://127.0.0.1:1661/solr/collection1/
[junit4:junit4]   2> 15320 T5012 oasc.ZkController.checkRecovery WARNING Skipping recovery according to sys prop solrcloud.skip.autorecovery
[junit4:junit4]   2> 15321 T5012 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15321 T5012 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15325 T5012 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15328 T4982 oasc.ClusterStateUpdateTest.setUp ####SETUP_END testCoreRegistration
[junit4:junit4]   2> 15328 T4982 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50530/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5c783100
[junit4:junit4]   2> 15331 T4982 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15331 T5015 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50530. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 15333 T5015 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50530, initiating session
[junit4:junit4]   2> 15334 T4984 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50539
[junit4:junit4]   2> 15335 T4984 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50539
[junit4:junit4]   2> 15337 T4986 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30e4c48e0008 with negotiated timeout 10000 for client /127.0.0.1:50539
[junit4:junit4]   2> 15337 T5015 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50530, sessionid = 0x13d30e4c48e0008, negotiated timeout = 10000
[junit4:junit4]   2> 15338 T5016 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c783100 name:ZooKeeperConnection Watcher:127.0.0.1:50530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15338 T4982 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15339 T4982 oascc.SolrZkClient.makePath makePath: /collections/testcore
[junit4:junit4]   2> 15345 T4982 oascc.SolrZkClient.makePath makePath: /collections/testcore/shards
[junit4:junit4]   2> 15352 T4987 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30e4c48e0008
[junit4:junit4]   2> 15353 T4984 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50539 which had sessionid 0x13d30e4c48e0008
[junit4:junit4]   2> 15354 T5016 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15353 T4982 oaz.ZooKeeper.close Session: 0x13d30e4c48e0008 closed
[junit4:junit4]   2> 15356 T4982 oasc.CoreContainer.create Creating SolrCore 'testcore' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/testcore
[junit4:junit4]   2> 15357 T4982 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testcore
[junit4:junit4]   2> 15359 T4982 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 15359 T4982 oasc.ZkController.readConfigName Load collection config from:/collections/testcore
[junit4:junit4]   2> 15362 T4982 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/testcore/'
[junit4:junit4]   2> 15501 T4982 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 15627 T4982 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 15630 T4982 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 15642 T4982 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15967 T4996 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15970 T4996 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:1663_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1663/solr"}
[junit4:junit4]   2> 16010 T4995 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> 16011 T5004 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> 16010 T5011 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> 16856 T4982 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 16872 T4982 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 16881 T4982 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 16914 T4982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16921 T4982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16926 T4982 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16929 T4982 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 16930 T4982 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 16931 T4982 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16933 T4982 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 16934 T4982 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 16935 T4982 oasc.SolrCore.<init> [testcore] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/testcore/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4/
[junit4:junit4]   2> 16935 T4982 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b5a5cf
[junit4:junit4]   2> 16936 T4982 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 16939 T4982 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4 forceNew:false
[junit4:junit4]   2> 16939 T4982 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4
[junit4:junit4]   2> 16940 T4982 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4/index/
[junit4:junit4]   2> 16941 T4982 oasc.SolrCore.initIndex WARNING [testcore] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 16942 T4982 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4/index forceNew:false
[junit4:junit4]   2> 16945 T4982 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3418a5cc lockFactory=org.apache.lucene.store.NativeFSLockFactory@2692f8)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16946 T4982 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16948 T4982 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4/index
[junit4:junit4]   2> 16948 T4982 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 16952 T4982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 16953 T4982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 16954 T4982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 16955 T4982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 16956 T4982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 16957 T4982 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 16958 T4982 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 16959 T4982 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 16960 T4982 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 16961 T4982 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 16962 T4982 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 16963 T4982 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 16964 T4982 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 16965 T4982 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 16966 T4982 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 16967 T4982 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 16968 T4982 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16969 T4982 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16970 T4982 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16971 T4982 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16972 T4982 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16973 T4982 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16974 T4982 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16974 T4982 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16975 T4982 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 16976 T4982 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 16985 T4982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 16992 T4982 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 16994 T4982 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 16997 T4982 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4
[junit4:junit4]   2> 16998 T4982 oass.SolrIndexSearcher.<init> Opening Searcher@1b4b2904 main
[junit4:junit4]   2> 16999 T4982 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 16999 T4982 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17000 T4982 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 17009 T4982 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 17056 T4982 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4
[junit4:junit4]   2> 17059 T5017 oasc.SolrCore.registerSearcher [testcore] Registered new searcher Searcher@1b4b2904 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17070 T4982 oasc.ZkController.publish publishing core=testcore state=down
[junit4:junit4]   2> 17071 T4982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17535 T4996 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17539 T4996 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"testcore",
[junit4:junit4]   2> 	  "collection":"testcore",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:1661_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1661/solr"}
[junit4:junit4]   2> 17541 T4996 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 17564 T5004 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> 17566 T4995 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> 17565 T5011 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> 18077 T4982 oasc.CoreContainer.registerCore registering core: testcore
[junit4:junit4]   2> 18078 T4982 oasc.ZkController.register Register replica - core:testcore address:http://127.0.0.1:1661/solr collection:testcore shard:shard1
[junit4:junit4]   2> 18081 T4982 oascc.SolrZkClient.makePath makePath: /collections/testcore/leader_elect/shard1/election
[junit4:junit4]   2> 18100 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:delete cxid:0x142 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/testcore/leaders Error:KeeperErrorCode = NoNode for /solr/collections/testcore/leaders
[junit4:junit4]   2> 18101 T4982 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 18103 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:create cxid:0x143 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18106 T4982 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 18107 T4982 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 18108 T4982 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:1661/solr/testcore/
[junit4:junit4]   2> 18108 T4982 oascc.SolrZkClient.makePath makePath: /collections/testcore/leaders/shard1
[junit4:junit4]   2> 18117 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e0003 type:create cxid:0x14d zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 19090 T4996 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19115 T5004 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> 19116 T5011 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> 19116 T4995 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> 19152 T4982 oasc.ZkController.register We are http://127.0.0.1:1661/solr/testcore/ and leader is http://127.0.0.1:1661/solr/testcore/
[junit4:junit4]   2> 19153 T4982 oasc.ZkController.checkRecovery WARNING Skipping recovery according to sys prop solrcloud.skip.autorecovery
[junit4:junit4]   2> 19154 T4982 oasc.ZkController.publish publishing core=testcore state=active
[junit4:junit4]   2> 19156 T4982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19161 T4982 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19165 T4982 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1486723950
[junit4:junit4]   2> 20636 T4996 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20639 T4996 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"testcore",
[junit4:junit4]   2> 	  "collection":"testcore",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:1661_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1661/solr"}
[junit4:junit4]   2> 20650 T4996 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:1663_solr_collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:1663_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1663/solr"}
[junit4:junit4]   2> 20663 T5011 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> 20663 T5004 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> 20664 T4995 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> 22176 T4982 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 22177 T4982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22184 T4982 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7a5d4302
[junit4:junit4]   2> 22198 T4982 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> 22199 T4982 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 22200 T4982 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 22201 T4982 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 22201 T4982 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 22203 T4982 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3/index
[junit4:junit4]   2> 22203 T4982 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3/index
[junit4:junit4]   2> 22204 T4982 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3/index
[junit4:junit4]   2> 22205 T4982 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3
[junit4:junit4]   2> 22205 T4982 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data3
[junit4:junit4]   2> 22210 T4987 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30e4c48e0007
[junit4:junit4]   2> 22212 T4984 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50538 which had sessionid 0x13d30e4c48e0007
[junit4:junit4]   2> 22213 T5011 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 22213 T4982 oaz.ZooKeeper.close Session: 0x13d30e4c48e0007 closed
[junit4:junit4]   2> 22215 T5004 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 22215 T5004 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> 22217 T4996 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22219 T4996 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:1663_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1663/solr"}
[junit4:junit4]   2> 22229 T5004 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> 22237 T4995 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 22238 T4995 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> 22241 T4995 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> 22416 T4984 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d30e4c48e0005, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 
[junit4:junit4]   2> 22416 T4982 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1673492830
[junit4:junit4]   2> 22417 T4982 oasc.CoreContainer.shutdown SEVERE  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/queue/qn-
[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$5.execute(SolrZkClient.java:219)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:216)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:216)
[junit4:junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.createData(DistributedQueue.java:271)
[junit4:junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.offer(DistributedQueue.java:258)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ZkController.publishAndWaitForDownStates(ZkController.java:556)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:660)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:221)
[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:680)
[junit4:junit4]   2> 
[junit4:junit4]   2> 22416 T5004 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 22418 T4984 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50536 which had sessionid 0x13d30e4c48e0005
[junit4:junit4]   2> 22420 T4982 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 22422 T4982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22423 T4982 oasc.CoreMaps.publishCoresAsDown SEVERE  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/queue/qn-
[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$5.execute(SolrZkClient.java:219)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:216)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:216)
[junit4:junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.createData(DistributedQueue.java:271)
[junit4:junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.offer(DistributedQueue.java:258)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ZkController.publish(ZkController.java:997)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ZkController.publish(ZkController.java:966)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreMaps.publishCoresAsDown(CoreContainer.java:1669)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:671)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:221)
[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:680)
[junit4:junit4]   2> 
[junit4:junit4]   2> 22429 T4982 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7a786425
[junit4:junit4]   2> 22432 T4982 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> 22433 T4982 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 22433 T4982 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 22434 T4982 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 22435 T4982 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 22436 T4982 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data2/index
[junit4:junit4]   2> 22437 T4982 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data2/index
[junit4:junit4]   2> 22438 T4982 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data2/index
[junit4:junit4]   2> 22438 T4982 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data2
[junit4:junit4]   2> 22439 T4982 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data2
[junit4:junit4]   2> 22441 T4982 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 22441 T4982 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
[junit4:junit4]   2> 22442 T4982 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/solr/solr.xml
[junit4:junit4]   2> 22442 T4982 oasc.CoreContainer.<init> New CoreContainer 1708188013
[junit4:junit4]   2> 22444 T4982 oasc.CoreContainer$Initializer.initialize no solr.xml or solr.properties file found - using default old-style solr.xml
[junit4:junit4]   2> 22445 T4982 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'solr/'
[junit4:junit4]   2> 22445 T4982 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'solr/'
[junit4:junit4]   2> 22519 T4982 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 22521 T4982 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 22521 T4982 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 22522 T4982 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 22523 T4982 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 22523 T4982 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 22524 T4982 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 22525 T4982 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 22525 T4982 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 22526 T4982 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 22565 T4982 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 22641 T4982 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50530/solr
[junit4:junit4]   2> 22642 T4982 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 22643 T4982 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50530 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4199c113
[junit4:junit4]   2> 22646 T4982 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 22647 T5018 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50530. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 22656 T4984 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50540
[junit4:junit4]   2> 22657 T5018 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50530, initiating session
[junit4:junit4]   2> 22658 T4984 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50540
[junit4:junit4]   2> 22660 T4986 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30e4c48e0009 with negotiated timeout 20000 for client /127.0.0.1:50540
[junit4:junit4]   2> 22661 T5018 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50530, sessionid = 0x13d30e4c48e0009, negotiated timeout = 20000
[junit4:junit4]   2> 22662 T5019 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4199c113 name:ZooKeeperConnection Watcher:127.0.0.1:50530 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 22663 T4982 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 22666 T4987 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30e4c48e0009
[junit4:junit4]   2> 22668 T4984 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50540 which had sessionid 0x13d30e4c48e0009
[junit4:junit4]   2> 22670 T4982 oaz.ZooKeeper.close Session: 0x13d30e4c48e0009 closed
[junit4:junit4]   2> 22671 T4982 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=0&connTimeout=0
[junit4:junit4]   2> 22680 T5019 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23514 T5011 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 27906 T4994 oaz.ClientCnxn$SendThread.run Client session timed out, have not heard from server in 5661ms for sessionid 0x13d30e4c48e0003, closing socket connection and attempting reconnect
[junit4:junit4]   2> 27905 T4982 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50530/solr sessionTimeout=3000 watcher=org.apache.solr.common.cloud.ConnectionManager@11b85bd3
[junit4:junit4]   2> 27908 T4984 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d30e4c48e0003, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 
[junit4:junit4]   2> 25297 T4985 oazs.ZooKeeperServer.expire Expiring session 0x13d30e4c48e0003, timeout of 3000ms exceeded
[junit4:junit4]   2> 27906 T5011 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 27917 T5011 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 27909 T4985 oazs.ZooKeeperServer.expire Expiring session 0x13d30e4c48e0005, timeout of 3000ms exceeded
[junit4:junit4]   2> 27918 T4982 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 27917 T4984 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50534 which had sessionid 0x13d30e4c48e0003
[junit4:junit4]   2> 27923 T4987 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30e4c48e0003
[junit4:junit4]   2> 27926 T4987 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30e4c48e0005
[junit4:junit4]   2> 27922 T5020 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50530. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 27929 T5020 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50530, initiating session
[junit4:junit4]   2> 27931 T4984 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50541
[junit4:junit4]   2> 27932 T4984 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50541
[junit4:junit4]   2> 27934 T4986 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30e4c48e000a with negotiated timeout 3000 for client /127.0.0.1:50541
[junit4:junit4]   2> 27934 T5020 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50530, sessionid = 0x13d30e4c48e000a, negotiated timeout = 3000
[junit4:junit4]   2> 27935 T5021 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11b85bd3 name:ZooKeeperConnection Watcher:127.0.0.1:50530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 27936 T4982 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 27939 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e000a type:create cxid:0x1 zxid:0x9e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 27956 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e000a type:create cxid:0x2 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 27961 T4982 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 28008 T4995 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2924e074 name:ZooKeeperConnection Watcher:127.0.0.1:50530/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
[junit4:junit4]   2> 28009 T4995 oascc.ConnectionManager.process zkClient has disconnected
[junit4:junit4]   2> 28009 T4995 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: null state: Disconnected type None
[junit4:junit4]   2> 28970 T4982 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/192.168.57.17:8983_solr
[junit4:junit4]   2> 28972 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e000a type:delete cxid:0x9 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/192.168.57.17:8983_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/192.168.57.17:8983_solr
[junit4:junit4]   2> 28973 T4982 oascc.SolrZkClient.makePath makePath: /live_nodes/192.168.57.17:8983_solr
[junit4:junit4]   2> 28980 T5021 oascc.ZkStateReader$3.process Updating live nodes... (1)
[junit4:junit4]   2> 28987 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e000a type:delete cxid:0x13 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 28988 T4982 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 28995 T4982 oasc.Overseer.start Overseer (id=89281326725595146-192.168.57.17:8983_solr-n_0000000003) starting
[junit4:junit4]   2> 28997 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e000a type:create cxid:0x18 zxid:0xa5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 28999 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e000a type:create cxid:0x19 zxid:0xa6 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 29002 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e000a type:create cxid:0x1a zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 29004 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e000a type:create cxid:0x1b zxid:0xa8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 29009 T5022 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 29014 T5023 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 29019 T5024 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: solr/collection1
[junit4:junit4]   2> 29019 T5024 oasc.ZkController.createCollectionZkNode Check for collection zkNode:
[junit4:junit4]   2> 29020 T5024 oasc.CoreContainer.recordAndThrow SEVERE Unable to create core: collection1 java.lang.IllegalArgumentException: Path must not end with / character
[junit4:junit4]   2> 	at org.apache.zookeeper.common.PathUtils.validatePath(PathUtils.java:58)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1020)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:202)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:199)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:199)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ZkController.createCollectionZkNode(ZkController.java:1057)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:857)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 
[junit4:junit4]   2> 29021 T5024 oasc.SolrException.log SEVERE null:org.apache.solr.common.SolrException: Unable to create core: collection1
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1350)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:959)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 	Caused by: java.lang.IllegalArgumentException: Path must not end with / character
[junit4:junit4]   2> 		at org.apache.zookeeper.common.PathUtils.validatePath(PathUtils.java:58)
[junit4:junit4]   2> 		at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1020)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:202)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:199)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:199)
[junit4:junit4]   2> 		at org.apache.solr.cloud.ZkController.createCollectionZkNode(ZkController.java:1057)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:857)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
[junit4:junit4]   2> 		... 10 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 29136 T4994 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50530. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 29144 T4984 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50542
[junit4:junit4]   2> 29145 T4994 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50530, initiating session
[junit4:junit4]   2> 29147 T4984 oazs.ZooKeeperServer.processConnectRequest Client attempting to renew session 0x13d30e4c48e0003 at /127.0.0.1:50542
[junit4:junit4]   2> 29147 T4984 oazs.ZooKeeperServer.finishSessionInit Invalid session 0x13d30e4c48e0003 for client /127.0.0.1:50542, probably expired
[junit4:junit4]   2> 29148 T4984 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50542 which had sessionid 0x13d30e4c48e0003
[junit4:junit4]   2> 29149 T4994 oaz.ClientCnxn$SendThread.run Unable to reconnect to ZooKeeper service, session 0x13d30e4c48e0003 has expired, closing socket connection
[junit4:junit4]   2> 29150 T4995 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2924e074 name:ZooKeeperConnection Watcher:127.0.0.1:50530/solr got event WatchedEvent state:Expired type:None path:null path:null type:None
[junit4:junit4]   2> 29151 T4995 oascc.ConnectionManager.process Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
[junit4:junit4]   2> 29152 T4995 oascc.DefaultConnectionStrategy.reconnect Connection expired - starting a new one...
[junit4:junit4]   2> 29152 T4995 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50530/solr sessionTimeout=3000 watcher=org.apache.solr.common.cloud.ConnectionManager@2924e074
[junit4:junit4]   2> 29161 T4995 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 29162 T5026 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50530. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 29165 T5026 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50530, initiating session
[junit4:junit4]   2> 29170 T4984 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50543
[junit4:junit4]   2> 29171 T4984 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50543
[junit4:junit4]   2> 29173 T4986 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30e4c48e000b with negotiated timeout 3000 for client /127.0.0.1:50543
[junit4:junit4]   2> 29173 T5026 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50530, sessionid = 0x13d30e4c48e000b, negotiated timeout = 3000
[junit4:junit4]   2> 29174 T5027 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2924e074 name:ZooKeeperConnection Watcher:127.0.0.1:50530/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 29180 T4995 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 29181 T4995 oascc.ConnectionManager$1.update Connection with ZooKeeper reestablished.
[junit4:junit4]   2> 29182 T4995 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 29183 T4995 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 29194 T4995 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 29198 T4995 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:1661_solr
[junit4:junit4]   2> 29200 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e000b type:delete cxid:0xa zxid:0xac txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:1661_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:1661_solr
[junit4:junit4]   2> 29202 T4995 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:1661_solr
[junit4:junit4]   2> 29210 T5021 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 29211 T5027 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 29211 T4995 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:1661/solr collection:collection1 shard:shard1
[junit4:junit4]   2> 29224 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e000b type:delete cxid:0x13 zxid:0xaf txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 29226 T4982 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1935115600
[junit4:junit4]   2> 29230 T4995 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 29232 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e000b type:create cxid:0x16 zxid:0xb2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 29238 T4995 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=3 found=1 timeoutin=179999
[junit4:junit4]   2> 29252 T4996 oasc.Overseer$ClusterStateUpdater.amILeader WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
[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.getData(ZooKeeper.java:1151)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:253)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:250)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:250)
[junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.amILeader(Overseer.java:202)
[junit4:junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:125)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 
[junit4:junit4]   2> 29252 T4997 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 29253 T4996 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89281326725595139-127.0.0.1:1661_solr-n_0000000000) am no longer a leader.
[junit4:junit4]   2> 30531 T5022 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 30535 T5022 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":null,
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:1661_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1661/solr"}
[junit4:junit4]   2> 30546 T5022 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:1661_solr_collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:1661_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1661/solr"}
[junit4:junit4]   2> 30562 T5022 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:1661_solr_testcore",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"testcore",
[junit4:junit4]   2> 	  "collection":"testcore",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:1661_solr",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:1661/solr"}
[junit4:junit4]   2> 30604 T5027 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> 30606 T5021 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> 32241 T4982 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 32242 T4982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 32246 T4982 oasc.ZkController.publish publishing core=testcore state=down
[junit4:junit4]   2> 32247 T4982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 32253 T4982 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1be1b2c3
[junit4:junit4]   2> 32256 T4995 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 32257 T4995 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:1661/solr/collection1/
[junit4:junit4]   2> 32257 T4995 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1be1b2c3
[junit4:junit4]   2> 32257 T4982 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> 32258 T4995 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> 32259 T4982 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 32264 T4995 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 32264 T4982 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 32267 T4995 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data1/index
[junit4:junit4]   2> 32267 T4982 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 32268 T4995 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 32268 T4982 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 32270 T4982 oasc.SolrCore.close [testcore]  CLOSING SolrCore org.apache.solr.core.SolrCore@7efd6d85
[junit4:junit4]   2> 32280 T4987 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30e4c48e000b type:create cxid:0x28 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 32304 T4982 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> 32306 T4982 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 32307 T4982 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 32308 T4982 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 32309 T4982 oasc.SolrCore.closeSearcher [testcore] Closing main searcher on request.
[junit4:junit4]   2> 32310 T4982 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4/index
[junit4:junit4]   2> 32311 T4982 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4
[junit4:junit4]   2> 32312 T4982 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4
[junit4:junit4]   2> 32313 T4982 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4/index
[junit4:junit4]   2> 32314 T4982 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ClusterStateUpdateTest-1362324931713/data4/index
[junit4:junit4]   2> 32317 T4987 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30e4c48e000b
[junit4:junit4]   2> 32319 T4984 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d30e4c48e000b, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 
[junit4:junit4]   2> 32319 T4982 oaz.ZooKeeper.close Session: 0x13d30e4c48e000b closed
[junit4:junit4]   2> 32321 T4984 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50543 which had sessionid 0x13d30e4c48e000b
[junit4:junit4]   2> 32321 T4982 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1708188013
[junit4:junit4]   2> 32323 T5021 oascc.ZkStateReader$3.process Updating live nodes... (1)
[junit4:junit4]   2> 32324 T5021 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 33327 T5022 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89281326725595146-192.168.57.17:8983_solr-n_0000000003) am no longer a leader.
[junit4:junit4]   2> 33334 T4987 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30e4c48e000a
[junit4:junit4]   2> 33336 T4984 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50541 which had sessionid 0x13d30e4c48e000a
[junit4:junit4]   2> 33336 T4982 oaz.ZooKeeper.close Session: 0x13d30e4c48e000a closed
[junit4:junit4]   2> 33337 T5021 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 33337 T4982 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1486723950
[junit4:junit4]   2> 33338 T5021 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 33339 T5021 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 33339 T5021 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 33620 T5027 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 33621 T5027 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> 33622 T5027 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 33623 T5027 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 34340 T4982 oazs.ZooKeeperServer.shutdown shutting down
[junit4:junit4]   2> 34341 T4982 oazs.SessionTrackerImpl.shutdown Shutting down
[junit4:junit4]   2> 34341 T4982 oazs.PrepRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 34342 T4982 oazs.SyncRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 34344 T4986 oazs.SyncRequestProcessor.run SyncRequestProcessor exited!
[junit4:junit4]   2> 34345 T4982 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
[junit4:junit4]   2> 34353 T4987 oazs.PrepRequestProcessor.run PrepRequestProcessor exited loop!
[junit4:junit4]   2> 34684 T4982 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50530 50530
[junit4:junit4]   2> 34862 T4984 oazs.NIOServerCnxnFactory.run NIOServerCnxn factory exited run method
[junit4:junit4]   2> 34868 T4982 oazs.ZooKeeperServer.shutdown shutting down
[junit4:junit4]   2> 34875 T4982 oazs.SessionTrackerImpl.shutdown Shutting down
[junit4:junit4]   2> 34877 T4982 oazs.PrepRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 34878 T4982 oazs.SyncRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 34879 T4982 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
[junit4:junit4]   2> 34880 T4982 oas.SolrTestCaseJ4.tearDown ###Ending testCoreRegistration
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 34899 T4982 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 35012 T4981 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 35299 T4985 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 55077 T4981 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.cloud.ClusterStateUpdateTest: 
[junit4:junit4]   2> 	   1) Thread[id=4995, name=TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[9981F43EFA94FE9]-EventThread, state=TIMED_WAITING, group=TGRP-ClusterStateUpdateTest]
[junit4:junit4]   2> 	        at java.lang.Thread.sleep(Native Method)
[junit4:junit4]   2> 	        at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:428)
[junit4:junit4]   2> 	        at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:404)
[junit4:junit4]   2> 	        at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:833)
[junit4:junit4]   2> 	        at org.apache.solr.cloud.ZkController.register(ZkController.java:766)
[junit4:junit4]   2> 	        at org.apache.solr.cloud.ZkController$1.command(ZkController.java:212)
[junit4:junit4]   2> 	        at org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:117)
[junit4:junit4]   2> 	        at org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:46)
[junit4:junit4]   2> 	        at org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:91)
[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> 55078 T4981 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
[junit4:junit4]   2> 	   1) Thread[id=4995, name=TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[9981F43EFA94FE9]-EventThread, state=TIMED_WAITING, group=TGRP-ClusterStateUpdateTest]
[junit4:junit4]   2> 55080 T4995 oasc.ZkController.getLeader SEVERE Error getting leader from zk java.lang.InterruptedException: sleep interrupted
[junit4:junit4]   2> 	at java.lang.Thread.sleep(Native Method)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:428)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:404)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:833)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:766)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ZkController$1.command(ZkController.java:212)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:117)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:46)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:91)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> 55081 T4995 oasc.SolrException.log SEVERE Error registering SolrCore:org.apache.solr.common.SolrException: Error getting leader from zk
[junit4:junit4]   2> 		at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:854)
[junit4:junit4]   2> 		at org.apache.solr.cloud.ZkController.register(ZkController.java:766)
[junit4:junit4]   2> 		at org.apache.solr.cloud.ZkController$1.command(ZkController.java:212)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:117)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:46)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:91)
[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: java.lang.InterruptedException: sleep interrupted
[junit4:junit4]   2> 		at java.lang.Thread.sleep(Native Method)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:428)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:404)
[junit4:junit4]   2> 		at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:833)
[junit4:junit4]   2> 		... 7 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 55082 T4995 oasc.ZkController.register Register replica - core:testcore address:http://127.0.0.1:1661/solr collection:testcore shard:shard1
[junit4:junit4]   2> 55083 T4995 oasc.SolrException.log SEVERE Error registering SolrCore:org.apache.solr.common.cloud.ZooKeeperException: 
[junit4:junit4]   2> 		at org.apache.solr.cloud.ZkController.register(ZkController.java:757)
[junit4:junit4]   2> 		at org.apache.solr.cloud.ZkController$1.command(ZkController.java:212)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:117)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:46)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:91)
[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 /collections/testcore/leader_elect/shard1/election
[junit4:junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 		at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1041)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:202)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:199)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:199)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:92)
[junit4:junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:86)
[junit4:junit4]   2> 		at org.apache.solr.cloud.LeaderElector.setup(LeaderElector.java:278)
[junit4:junit4]   2> 		at org.apache.solr.cloud.ZkController.joinElection(ZkController.java:923)
[junit4:junit4]   2> 		at org.apache.solr.cloud.ZkController.register(ZkController.java:751)
[junit4:junit4]   2> 		... 6 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 55084 T4995 oascc.DefaultConnectionStrategy.reconnect Reconnected to ZooKeeper
[junit4:junit4]   2> 55084 T4995 oascc.ConnectionManager.process Connected:true
[junit4:junit4]   2> 55084 T4995 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: null state: Expired type None
[junit4:junit4]   2> 55084 T4995 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 55085 T4981 ccr.ThreadLeakControl.tryToInterruptAll All leaked threads terminated.
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=vi_VN, timezone=America/Argentina/La_Rioja
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Apple Inc. 1.6.0_41 (64-bit)/cpus=2,threads=1,free=50745456,total=320741376
[junit4:junit4]   2> NOTE: All tests run in this JVM: [StatelessScriptUpdateProcessorFactoryTest, TestFaceting, CoreContainerCoreInitFailuresTest, TestBinaryField, LukeRequestHandlerTest, CoreAdminHandlerTest, StandardRequestHandlerTest, TestMergePolicyConfig, IndexBasedSpellCheckerTest, OverseerCollectionProcessorTest, CurrencyFieldXmlFileTest, TestLMJelinekMercerSimilarityFactory, TestElisionMultitermQuery, TestSolrDeletionPolicy1, SyncSliceTest, RequestHandlersTest, MoreLikeThisHandlerTest, TestQueryUtils, SortByFunctionTest, BadIndexSchemaTest, SpellPossibilityIteratorTest, UUIDFieldTest, TestBinaryResponseWriter, AnalysisAfterCoreReloadTest, TestReversedWildcardFilterFactory, TestNumberUtils, TermVectorComponentDistributedTest, ShowFileRequestHandlerTest, DisMaxRequestHandlerTest, TestCodecSupport, TestDocSet, ResourceLoaderTest, TestCollationField, DateMathParserTest, OverseerTest, TestDFRSimilarityFactory, TestWriterPerf, RegexBoostProcessorTest, IndexReaderFactoryTest, TestSurroundQueryParser, TestCSVLoader, TestCoreContainer, SolrRequestParserTest, SpellCheckCollatorTest, TestSearchPerf, TestStressLucene, SpatialFilterTest, BinaryUpdateRequestHandlerTest, UpdateRequestProcessorFactoryTest, NoCacheHeaderTest, TestSort, ShardRoutingTest, SampleTest, UniqFieldsUpdateProcessorFactoryTest, DistributedTermsComponentTest, SignatureUpdateProcessorFactoryTest, FullSolrCloudDistribCmdsTest, TestDistributedSearch, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerTest, TestExtendedDismaxParser, BadComponentTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, TestRealTimeGet, ConvertedLegacyTest, TestFuzzyAnalyzedSuggestions, AutoCommitTest, TestDocumentBuilder, TermsComponentTest, CSVRequestHandlerTest, TestDefaultSimilarityFactory, SystemInfoHandlerTest, LeaderElectionTest, ChaosMonkeyNothingIsSafeTest, DirectSolrSpellCheckerTest, HardAutoCommitTest, TestQuerySenderNoQuery, SuggesterWFSTTest, TestSystemIdResolver, TestGroupingSearch, OpenExchangeRatesOrgProviderTest, QueryEqualityTest, DocumentAnalysisRequestHandlerTest, TestFiltering, TestRandomDVFaceting, OutputWriterTest, TestCharFilters, BasicFunctionalityTest, ScriptEngineTest, TestPhraseSuggestions, ExternalFileFieldSortTest, TestStressReorder, TestSolrDeletionPolicy2, DebugComponentTest, BasicDistributedZkTest, TermVectorComponentTest, TestLuceneMatchVersion, TestSolrIndexConfig, SolrIndexConfigTest, TestPropInject, RecoveryZkTest, DistributedSpellCheckComponentTest, QueryElevationComponentTest, CacheHeaderTest, IndexSchemaTest, TestJoin, TestComponentsName, SearchHandlerTest, SpellingQueryConverterTest, CircularListTest, LeaderElectionIntegrationTest, TestLRUCache, TestOmitPositions, HighlighterTest, FileUtilsTest, QueryParsingTest, TestReload, PeerSyncTest, SoftAutoCommitTest, SuggesterTSTTest, URLClassifyProcessorTest, TestFunctionQuery, TestPerFieldSimilarity, TestPropInjectDefaults, SpellCheckComponentTest, TestReplicationHandler, ZkControllerTest, TestDistributedGrouping, TestRandomFaceting, BasicZkTest, ZkSolrClientTest, WordBreakSolrSpellCheckerTest, TestHashPartitioner, StatsComponentTest, TestRecovery, SolrCoreTest, TestRangeQuery, TestMultiCoreConfBootstrap, SimpleFacetsTest, FileBasedSpellCheckerTest, TestJmxIntegration, TestIndexSearcher, TestTrie, DirectSolrConnectionTest, TestRemoteStreaming, TestWordDelimiterFilterFactory, PolyFieldTest, TestCSVResponseWriter, MBeansHandlerTest, DistributedQueryElevationComponentTest, TestPseudoReturnFields, DistanceFunctionTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, MinimalSchemaTest, TestQueryTypes, TestPHPSerializedResponseWriter, FieldAnalysisRequestHandlerTest, PingRequestHandlerTest, JsonLoaderTest, DirectUpdateHandlerOptimizeTest, IndexSchemaRuntimeFieldTest, TestSolrQueryParser, SolrPluginUtilsTest, TestValueSourceCache, FastVectorHighlighterTest, JSONWriterTest, ReturnFieldsTest, RequiredFieldsTest, SuggesterFSTTest, CopyFieldTest, TestArbitraryIndexDir, LoggingHandlerTest, SolrCmdDistributorTest, UpdateParamsTest, SuggesterTest, NotRequiredUniqueKeyTest, TestFoldingMultitermQuery, SolrCoreCheckLockOnStartupTest, TestIndexingPerformance, PrimitiveFieldTypeTest, AlternateDirectoryTest, TestUpdate, HighlighterConfigTest, SOLR749Test, DefaultValueUpdateProcessorTest, TestXIncludeConfig, TestLFUCache, TestQuerySenderListener, NumericFieldsTest, MultiTermTest, TestSolrCoreProperties, TestJmxMonitoredMap, TestConfig, EchoParamsTest, TestBM25SimilarityFactory, TestLMDirichletSimilarityFactory, TestPluginEnable, LegacyHTMLStripCharFilterTest, TestIBSimilarityFactory, TimeZoneUtilsTest, TestFastLRUCache, PluginInfoTest, PrimUtilsTest, TestSolrXMLSerializer, DateFieldTest, TestSuggestSpellingConverter, TestBadConfig, DOMUtilTest, ChaosMonkeySafeLeaderTest, RAMDirectoryFactoryTest, TestUtils, PreAnalyzedFieldTest, ZkNodePropsTest, PathHierarchyTokenizerFactoryTest, BasicDistributedZk2Test, ClusterStateTest, ClusterStateUpdateTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ClusterStateUpdateTest -Dtests.seed=9981F43EFA94FE9 -Dtests.slow=true -Dtests.locale=vi_VN -Dtests.timezone=America/Argentina/La_Rioja -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s | ClusterStateUpdateTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=4998, name=coreLoadExecutor-2687-thread-1, state=RUNNABLE, group=TGRP-ClusterStateUpdateTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1503)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@7e9f2e81 lockFactory=org.apache.lucene.store.NativeFSLockFactory@44e1d3b1)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=4998, name=coreLoadExecutor-2687-thread-1, state=RUNNABLE, group=TGRP-ClusterStateUpdateTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1503)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:62)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:500)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1193e75d lockFactory=org.apache.lucene.store.NativeFSLockFactory@48b5c8d7)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ClusterStateUpdateTest: 
[junit4:junit4]    >    1) Thread[id=4995, name=TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[9981F43EFA94FE9]-EventThread, state=TIMED_WAITING, group=TGRP-ClusterStateUpdateTest]
[junit4:junit4]    >         at java.lang.Thread.sleep(Native Method)
[junit4:junit4]    >         at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:428)
[junit4:junit4]    >         at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:404)
[junit4:junit4]    >         at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:833)
[junit4:junit4]    >         at org.apache.solr.cloud.ZkController.register(ZkController.java:766)
[junit4:junit4]    >         at org.apache.solr.cloud.ZkController$1.command(ZkController.java:212)
[junit4:junit4]    >         at org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:117)
[junit4:junit4]    >         at org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:46)
[junit4:junit4]    >         at org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:91)
[junit4:junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([9981F43EFA94FE9]:0)
[junit4:junit4] Completed in 55.20s, 1 test, 3 errors <<< FAILURES!

[...truncated 119 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:381: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:361: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:183: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1207: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:870: There were test failures: 261 suites, 1101 tests, 3 suite-level errors, 18 ignored (6 assumptions)

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