Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.10-Linux/51/
Java: 64bit/jdk1.9.0-ea-b34 -XX:+UseCompressedOops -XX:+UseParallelGC (asserts: 
false)

4 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
SolrCore.getOpenCount()==2

Stack Trace:
java.lang.RuntimeException: SolrCore.getOpenCount()==2
        at __randomizedtesting.SeedInfo.seed([322AFE03EA9F554B]:0)
        at org.apache.solr.util.TestHarness.close(TestHarness.java:332)
        at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:620)
        at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:183)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:790)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
Cannot make java.lang.Class.classLoader accessible

Stack Trace:
java.lang.SecurityException: Cannot make java.lang.Class.classLoader accessible
        at 
java.lang.reflect.AccessibleObject.setAccessible0(AccessibleObject.java:147)
        at 
java.lang.reflect.AccessibleObject.setAccessible(AccessibleObject.java:129)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:579)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:537)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:385)
        at 
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:108)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
5 threads leaked from SUITE scope at 
org.apache.solr.rest.TestManagedResourceStorage:     1) Thread[id=7756, 
name=searcherExecutor-4318-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)    2) Thread[id=7751, 
name=OverseerStateUpdate-92740790041378819-188.138.97.18:_-n_0000000000, 
state=TIMED_WAITING, group=Overseer state updater.]         at 
java.lang.Object.wait(Native Method)         at 
org.apache.solr.cloud.DistributedQueue$LatchChildWatcher.await(DistributedQueue.java:266)
         at 
org.apache.solr.cloud.DistributedQueue.getChildren(DistributedQueue.java:309)   
      at org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:582) 
        at 
org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:560)         
at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:219)    
     at java.lang.Thread.run(Thread.java:745)    3) Thread[id=7753, 
name=OverseerHdfsCoreFailoverThread-92740790041378819-188.138.97.18:_-n_0000000000,
 state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:136)
         at java.lang.Thread.run(Thread.java:745)    4) Thread[id=7759, 
name=coreZkRegister-4312-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)    5) Thread[id=7757, 
name=Thread-2911, state=WAITING, group=TGRP-TestManagedResourceStorage]         
at java.lang.Object.wait(Native Method)         at 
java.lang.Object.wait(Object.java:502)         at 
org.apache.solr.core.CloserThread.run(CoreContainer.java:905)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 5 threads leaked from SUITE 
scope at org.apache.solr.rest.TestManagedResourceStorage: 
   1) Thread[id=7756, name=searcherExecutor-4318-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=7751, 
name=OverseerStateUpdate-92740790041378819-188.138.97.18:_-n_0000000000, 
state=TIMED_WAITING, group=Overseer state updater.]
        at java.lang.Object.wait(Native Method)
        at 
org.apache.solr.cloud.DistributedQueue$LatchChildWatcher.await(DistributedQueue.java:266)
        at 
org.apache.solr.cloud.DistributedQueue.getChildren(DistributedQueue.java:309)
        at 
org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:582)
        at 
org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:560)
        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:219)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=7753, 
name=OverseerHdfsCoreFailoverThread-92740790041378819-188.138.97.18:_-n_0000000000,
 state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:136)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=7759, name=coreZkRegister-4312-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   5) Thread[id=7757, name=Thread-2911, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:905)
        at __randomizedtesting.SeedInfo.seed([322AFE03EA9F554B]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=7756, name=searcherExecutor-4318-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)    2) Thread[id=7753, 
name=OverseerHdfsCoreFailoverThread-92740790041378819-188.138.97.18:_-n_0000000000,
 state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]         at 
java.lang.Throwable.fillInStackTrace(Native Method)         at 
java.lang.Throwable.fillInStackTrace(Throwable.java:782)         at 
java.lang.Throwable.<init>(Throwable.java:265)         at 
java.lang.Exception.<init>(Exception.java:66)         at 
java.lang.InterruptedException.<init>(InterruptedException.java:67)         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:136)
         at java.lang.Thread.run(Thread.java:745)    3) Thread[id=7759, 
name=coreZkRegister-4312-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)    4) Thread[id=7757, 
name=Thread-2911, state=WAITING, group=TGRP-TestManagedResourceStorage]         
at java.lang.Object.wait(Native Method)         at 
java.lang.Object.wait(Object.java:502)         at 
org.apache.solr.core.CloserThread.run(CoreContainer.java:905)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=7756, name=searcherExecutor-4318-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=7753, 
name=OverseerHdfsCoreFailoverThread-92740790041378819-188.138.97.18:_-n_0000000000,
 state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Throwable.java:782)
        at java.lang.Throwable.<init>(Throwable.java:265)
        at java.lang.Exception.<init>(Exception.java:66)
        at java.lang.InterruptedException.<init>(InterruptedException.java:67)
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:136)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=7759, name=coreZkRegister-4312-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=7757, name=Thread-2911, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:905)
        at __randomizedtesting.SeedInfo.seed([322AFE03EA9F554B]:0)




Build Log:
[...truncated 12211 lines...]
   [junit4] Suite: org.apache.solr.rest.TestManagedResourceStorage
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.rest.TestManagedResourceStorage-322AFE03EA9F554B-001/init-core-data-001
   [junit4]   2> 2671064 T7737 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (true)
   [junit4]   2> 2671064 T7737 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2671065 T7738 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 2671165 T7737 oasc.ZkTestServer.run start zk server on 
port:49392
   [junit4]   2> 2671166 T7737 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2671167 T7744 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@580eae2a 
name:ZooKeeperConnection Watcher:127.0.0.1:49392 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2671168 T7737 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2671168 T7737 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2671170 T7739 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x1497b41d69b0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2671170 T7737 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2671172 T7746 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1eed0927 
name:ZooKeeperConnection Watcher:127.0.0.1:49392/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2671172 T7737 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2671172 T7737 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 2671173 T7737 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 2671174 T7737 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 2671175 T7737 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 2671176 T7737 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2671176 T7737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 2671178 T7737 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2671178 T7737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 2671179 T7737 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2671179 T7737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2671180 T7737 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2671181 T7737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 2671182 T7737 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2671182 T7737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 2671183 T7737 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2671183 T7737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 2671184 T7737 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2671184 T7737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 2671185 T7737 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2671186 T7737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 2671187 T7737 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2671187 T7737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2671188 T7737 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2671188 T7737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 2671189 T7737 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2671189 T7737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 2671191 T7737 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2671191 T7737 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2671191 T7737 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2671191 T7737 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2671192 T7737 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2671215 T7737 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 4.10.3
   [junit4]   2> 2671233 T7737 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2671234 T7737 oass.IndexSchema.readSchema Reading Solr Schema 
from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 2671237 T7737 oass.IndexSchema.readSchema [null] Schema 
name=test
   [junit4]   2> 2671321 T7737 oass.ByteField.init WARN ByteField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2671322 T7737 oass.ShortField.init WARN ShortField is 
deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2671322 T7737 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2671325 T7737 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2671326 T7737 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2671329 T7737 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2671330 T7737 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2671332 T7737 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2671332 T7737 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2671332 T7737 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2671332 T7737 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2671333 T7737 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2671333 T7737 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2671333 T7737 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2671333 T7737 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr
   [junit4]   2> 2671333 T7737 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 2671344 T7737 oasc.CoreContainer.<init> New CoreContainer 
830116674
   [junit4]   2> 2671345 T7737 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 2671345 T7737 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 0
   [junit4]   2> 2671345 T7737 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: null
   [junit4]   2> 2671346 T7737 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 0
   [junit4]   2> 2671346 T7737 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2671346 T7737 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2671346 T7737 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2671347 T7737 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2671347 T7737 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2671347 T7737 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2671348 T7737 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 2671348 T7737 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2671348 T7737 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2671348 T7737 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 2671349 T7737 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:49392/solr
   [junit4]   2> 2671349 T7737 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2671349 T7737 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2671350 T7748 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4d922bc5 
name:ZooKeeperConnection Watcher:127.0.0.1:49392 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2671351 T7737 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2671353 T7737 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2671353 T7750 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5242b144 
name:ZooKeeperConnection Watcher:127.0.0.1:49392/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2671354 T7737 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2671354 T7737 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 2671356 T7737 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2671357 T7737 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 2671358 T7737 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2671360 T7737 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2671361 T7737 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2671362 T7737 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/188.138.97.18:_
   [junit4]   2> 2671362 T7737 oascc.SolrZkClient.makePath makePath: 
/live_nodes/188.138.97.18:_
   [junit4]   2> 2671363 T7737 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 2671364 T7737 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 2671365 T7737 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2671366 T7737 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 188.138.97.18:_
   [junit4]   2> 2671366 T7737 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 2671367 T7737 oasc.Overseer.start Overseer 
(id=92740790041378819-188.138.97.18:_-n_0000000000) starting
   [junit4]   2> 2671369 T7737 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 2671373 T7737 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2671374 T7752 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 2671374 T7737 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 2671376 T7737 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 2671376 T7737 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2671378 T7751 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 2671379 T7754 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2671379 T7754 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2671380 T7754 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2671380 T7755 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2671381 T7751 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=null message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"188.138.97.18:__collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://188.138.97.18:";,
   [junit4]   2>          "node_name":"188.138.97.18:_",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2671382 T7755 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2672380 T7754 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2672381 T7754 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2672381 T7754 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2672382 T7754 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2672382 T7754 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2672383 T7754 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2672384 T7754 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2672384 T7754 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2672410 T7754 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 4.10.3
   [junit4]   2> 2672429 T7754 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2672431 T7754 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2672434 T7754 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2672518 T7754 oass.ByteField.init WARN ByteField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2672519 T7754 oass.ShortField.init WARN ShortField is 
deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2672519 T7754 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2672522 T7754 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2672523 T7754 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2672528 T7754 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2672530 T7754 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2672531 T7754 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2672532 T7754 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2672532 T7754 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2672532 T7754 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2672533 T7754 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2672533 T7754 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2672533 T7754 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2672533 T7754 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2672533 T7754 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.rest.TestManagedResourceStorage-322AFE03EA9F554B-001/init-core-data-001/
   [junit4]   2> 2672534 T7754 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32ee1d1d
   [junit4]   2> 2672534 T7754 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.rest.TestManagedResourceStorage-322AFE03EA9F554B-001/init-core-data-001
   [junit4]   2> 2672534 T7754 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.rest.TestManagedResourceStorage-322AFE03EA9F554B-001/init-core-data-001/index/
   [junit4]   2> 2672534 T7754 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.rest.TestManagedResourceStorage-322AFE03EA9F554B-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2672535 T7754 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.rest.TestManagedResourceStorage-322AFE03EA9F554B-001/init-core-data-001/index
   [junit4]   2> 2672535 T7754 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2672535 T7754 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6ed830f6
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@631a705f)),segFN=segments_1,generation=1}
   [junit4]   2> 2672535 T7754 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2672535 T7754 oasc.SolrCore.initWriters created xml: 
solr.XMLResponseWriter
   [junit4]   2> 2672537 T7754 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2672537 T7754 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2672537 T7754 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2672538 T7754 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 2672538 T7754 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2672538 T7754 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2672538 T7754 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2672538 T7754 oasup.UniqFieldsUpdateProcessorFactory.init WARN 
Use of the 'fields' init param in UniqFieldsUpdateProcessorFactory is 
deprecated, please use 'fieldName' (or another 
FieldMutatingUpdateProcessorFactory selector option) instead
   [junit4]   2> 2672538 T7754 oasup.UniqFieldsUpdateProcessorFactory.init 
Replacing 'fields' init param with (individual) 'fieldName' params
   [junit4]   2> 2672538 T7754 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2672539 T7754 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2672539 T7754 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2672539 T7754 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2672539 T7754 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2672540 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2672540 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2672540 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2672540 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2672540 T7754 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2672540 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 2672541 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2672541 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 2672541 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created dismax: solr.SearchHandler
   [junit4]   2> 2672542 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 2672542 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2672542 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2672542 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created defaults: solr.StandardRequestHandler
   [junit4]   2> 2672542 T7754 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 2672542 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created lazy: solr.StandardRequestHandler
   [junit4]   2> 2672543 T7754 oasc.RequestHandlers.initHandlersFromConfig WARN 
Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2672543 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 2672543 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2672543 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2672544 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2672544 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2672544 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckWithWordbreak_Direct: 
org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2672544 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2672544 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2672545 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2672545 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 2672545 T7754 oasc.RequestHandlers.initHandlersFromConfig 
created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 2672547 T7754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2672547 T7754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2672548 T7754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2672548 T7754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2672549 T7754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2672550 T7754 oasc.SolrCore.initDeprecatedSupport WARN 
solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config 
to use the ShowFileRequestHandler.
   [junit4]   2> 2672550 T7754 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2672551 T7754 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2672551 T7754 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@493b556f
   [junit4]   2> 2672551 T7754 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6ed830f6
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@631a705f)),segFN=segments_1,generation=1}
   [junit4]   2> 2672551 T7754 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2672551 T7754 oass.SolrIndexSearcher.<init> Opening 
Searcher@47e31a8a[collection1] main
   [junit4]   2> 2672552 T7754 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2672552 T7754 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2672553 T7754 oasr.RestManager.init Initializing RestManager 
with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2672553 T7754 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using InMemoryStorage
   [junit4]   2> 2672553 T7754 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 2672553 T7754 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 2672553 T7754 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2672553 T7754 oashc.SpellCheckComponent.inform Initializing 
spell checkers
   [junit4]   2> 2672670 T7754 oass.DirectSolrSpellChecker.init init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2672698 T7756 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@47e31a8a[collection1] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2672700 T7754 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2672701 T7759 oasc.ZkController.register Register replica - 
core:collection1 address:http://188.138.97.18: collection:collection1 
shard:shard1
   [junit4]   2> 2672702 T7759 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 2672703 T7737 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2672712 T7737 oas.SolrTestCaseJ4.setUp ###Starting 
testFileBasedJsonStorage
   [junit4]   2> 2672713 T7737 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: './'
   [junit4]   2> 2672714 T7759 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 2672715 T7755 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2672716 T7759 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2672716 T7759 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> 2672716 T7759 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://188.138.97.18:/collection1/ shard1
   [junit4]   2> 2672716 T7759 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 2672722 T7755 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2672723 T7755 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2672727 T7737 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./managed
   [junit4]   2> 2672728 T7737 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _test_foo.json using 
file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./managed
   [junit4]   2> 2672728 T7737 oasr.ManagedResourceStorage.load Reading 
_test_foo.json using 
file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./managed
   [junit4]   2> 2672728 T7737 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _test_foo.json using 
file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./managed
   [junit4]   2> 2672729 T7737 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _test_foo.json using 
file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./managed
   [junit4]   2> 2672729 T7737 oasr.ManagedResourceStorage.load Reading 
_test_foo.json using 
file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./managed
   [junit4]   2> 2672729 T7737 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _test_foo.json using 
file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./managed
   [junit4]   2> 2672730 T7737 oas.SolrTestCaseJ4.tearDown ###Ending 
testFileBasedJsonStorage
   [junit4]   2> 2672735 T7737 oas.SolrTestCaseJ4.setUp ###Starting 
testZkBasedJsonStorage
   [junit4]   2> 2672735 T7737 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: './'
   [junit4]   2> 2672743 T7737 oascc.SolrZkClient.makePath makePath: /test
   [junit4]   2> 2672744 T7737 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /test
   [junit4]   2> 2672745 T7737 oascc.SolrZkClient.makePath makePath: 
/test/_test_foo.json
   [junit4]   2> 2672746 T7737 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 136 bytes to new 
znode /test/_test_foo.json
   [junit4]   2> 2672747 T7737 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _test_foo.json using ZooKeeperStorageIO:path=/test
   [junit4]   2> 2672747 T7737 oasr.ManagedResourceStorage.load Reading 
_test_foo.json using ZooKeeperStorageIO:path=/test
   [junit4]   2> 2672748 T7737 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 136 bytes 
from znode /test/_test_foo.json
   [junit4]   2> 2672748 T7737 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _test_foo.json using ZooKeeperStorageIO:path=/test
   [junit4]   2> 2672748 T7737 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 175 bytes to 
existing znode /test/_test_foo.json
   [junit4]   2> 2672749 T7737 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _test_foo.json using ZooKeeperStorageIO:path=/test
   [junit4]   2> 2672749 T7737 oasr.ManagedResourceStorage.load Reading 
_test_foo.json using ZooKeeperStorageIO:path=/test
   [junit4]   2> 2672749 T7737 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 175 bytes 
from znode /test/_test_foo.json
   [junit4]   2> 2672750 T7737 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _test_foo.json using ZooKeeperStorageIO:path=/test
   [junit4]   2> 2672751 T7755 oascc.ZkStateReader$3.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2672752 T7737 oas.SolrTestCaseJ4.tearDown ###Ending 
testZkBasedJsonStorage
   [junit4]   2> 2672753 T7737 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:49392 49392
   [junit4]   2> 2672770 T7759 oasc.ZkController.register We are 
http://188.138.97.18:/collection1/ and leader is 
http://188.138.97.18:/collection1/
   [junit4]   2> 2673376 T7752 oasc.OverseerCollectionProcessor.amILeader  
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /overseer_elect/leader
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionProcessor.amILeader(OverseerCollectionProcessor.java:514)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:272)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2673601 T7752 oasc.OverseerCollectionProcessor.amILeader 
According to ZK I (id=92740790041378819-188.138.97.18:_-n_0000000000) am no 
longer a leader.
   [junit4]   2> 2673600 T7738 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:49392 49392
   [junit4]   2> 2673599 T7759 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://188.138.97.18:
   [junit4]   2> 2673603 T7759 oasc.ZkController.checkRecovery WARN Skipping 
recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 2673603 T7737 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 2673603 T7759 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 2673604 T7759 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2673604 T7759 
oasc.ZkController.getLeaderInitiatedRecoveryStateObject WARN Unable to read 
/collections/collection1/leader_initiated_recovery/shard1/188.138.97.18:__collection1
 due to: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for 
/collections/collection1/leader_initiated_recovery/shard1/188.138.97.18:__collection1
   [junit4]   2> 2673605 T7759 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2673605 T7759 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2673605 T7759 oasc.ZkContainer$2.run ERROR  
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /overseer/queue/qn-
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:273)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:270)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:270)
   [junit4]   2>        at 
org.apache.solr.cloud.DistributedQueue.createData(DistributedQueue.java:369)
   [junit4]   2>        at 
org.apache.solr.cloud.DistributedQueue.offer(DistributedQueue.java:353)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.publish(ZkController.java:1123)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.publish(ZkController.java:1041)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.publish(ZkController.java:1037)
   [junit4]   2>        at 
org.apache.solr.core.ZkContainer$2.run(ZkContainer.java:228)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2673606 T7759 oasc.SolrException.log ERROR 
:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode 
= Session expired for /overseer/queue/qn-
   [junit4]   2>                at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>                at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>                at 
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2>                at 
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:273)
   [junit4]   2>                at 
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:270)
   [junit4]   2>                at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2>                at 
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:270)
   [junit4]   2>                at 
org.apache.solr.cloud.DistributedQueue.createData(DistributedQueue.java:369)
   [junit4]   2>                at 
org.apache.solr.cloud.DistributedQueue.offer(DistributedQueue.java:353)
   [junit4]   2>                at 
org.apache.solr.cloud.ZkController.publish(ZkController.java:1123)
   [junit4]   2>                at 
org.apache.solr.cloud.ZkController.publish(ZkController.java:1041)
   [junit4]   2>                at 
org.apache.solr.cloud.ZkController.publish(ZkController.java:1037)
   [junit4]   2>                at 
org.apache.solr.cloud.ZkController.register(ZkController.java:852)
   [junit4]   2>                at 
org.apache.solr.cloud.ZkController.register(ZkController.java:766)
   [junit4]   2>                at 
org.apache.solr.core.ZkContainer$2.run(ZkContainer.java:221)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>        
   [junit4]   2> 2638 T7736 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will 
linger awaiting termination of 5 leaked thread(s).
   [junit4]   2> 22868 T7736 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 5 
threads leaked from SUITE scope at 
org.apache.solr.rest.TestManagedResourceStorage: 
   [junit4]   2>           1) Thread[id=7756, 
name=searcherExecutor-4318-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2>                at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>                at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>                at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>                at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>           2) Thread[id=7751, 
name=OverseerStateUpdate-92740790041378819-188.138.97.18:_-n_0000000000, 
state=TIMED_WAITING, group=Overseer state updater.]
   [junit4]   2>                at java.lang.Object.wait(Native Method)
   [junit4]   2>                at 
org.apache.solr.cloud.DistributedQueue$LatchChildWatcher.await(DistributedQueue.java:266)
   [junit4]   2>                at 
org.apache.solr.cloud.DistributedQueue.getChildren(DistributedQueue.java:309)
   [junit4]   2>                at 
org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:582)
   [junit4]   2>                at 
org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:560)
   [junit4]   2>                at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:219)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>           3) Thread[id=7753, 
name=OverseerHdfsCoreFailoverThread-92740790041378819-188.138.97.18:_-n_0000000000,
 state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2>                at java.lang.Thread.sleep(Native Method)
   [junit4]   2>                at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:136)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>           4) Thread[id=7759, 
name=coreZkRegister-4312-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2>                at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>                at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>                at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>                at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>           5) Thread[id=7757, name=Thread-2911, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2>                at java.lang.Object.wait(Native Method)
   [junit4]   2>                at java.lang.Object.wait(Object.java:502)
   [junit4]   2>                at 
org.apache.solr.core.CloserThread.run(CoreContainer.java:905)
   [junit4]   2> 22870 T7736 ccr.ThreadLeakControl.tryToInterruptAll Starting 
to interrupt leaked threads:
   [junit4]   2>           1) Thread[id=7756, 
name=searcherExecutor-4318-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2>           2) Thread[id=7751, 
name=OverseerStateUpdate-92740790041378819-188.138.97.18:_-n_0000000000, 
state=TIMED_WAITING, group=Overseer state updater.]
   [junit4]   2>           3) Thread[id=7753, 
name=OverseerHdfsCoreFailoverThread-92740790041378819-188.138.97.18:_-n_0000000000,
 state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2>           4) Thread[id=7759, 
name=coreZkRegister-4312-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2>           5) Thread[id=7757, name=Thread-2911, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2> 2693934 T7751 oasc.Overseer$ClusterStateUpdater.run Overseer 
Loop exiting : 188.138.97.18:_
   [junit4]   2> 2693935 T7760 
oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read 
the data org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:320)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:292)
   [junit4]   2> 
   [junit4]   2> 25896 T7736 ccr.ThreadLeakControl.tryToInterruptAll SEVERE 
There are still zombie threads that couldn't be terminated:
   [junit4]   2>           1) Thread[id=7756, 
name=searcherExecutor-4318-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2>                at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>                at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>                at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>                at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>           2) Thread[id=7753, 
name=OverseerHdfsCoreFailoverThread-92740790041378819-188.138.97.18:_-n_0000000000,
 state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2>                at java.lang.Throwable.fillInStackTrace(Native 
Method)
   [junit4]   2>                at 
java.lang.Throwable.fillInStackTrace(Throwable.java:782)
   [junit4]   2>                at 
java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>                at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>                at 
java.lang.InterruptedException.<init>(InterruptedException.java:67)
   [junit4]   2>                at java.lang.Thread.sleep(Native Method)
   [junit4]   2>                at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:136)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>           3) Thread[id=7759, 
name=coreZkRegister-4312-thread-1, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2>                at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>                at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>                at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>                at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>           4) Thread[id=7757, name=Thread-2911, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2>                at java.lang.Object.wait(Native Method)
   [junit4]   2>                at java.lang.Object.wait(Object.java:502)
   [junit4]   2>                at 
org.apache.solr.core.CloserThread.run(CoreContainer.java:905)
   [junit4]   2> NOTE: test params are: codec=Lucene45, 
sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=zh_SG, 
timezone=Atlantic/Reykjavik
   [junit4]   2> NOTE: Linux 3.13.0-39-generic amd64/Oracle Corporation 
1.9.0-ea (64-bit)/cpus=8,threads=5,free=151374840,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [StressHdfsTest, 
TestExtendedDismaxParser, TestSortingResponseWriter, 
TestCopyFieldCollectionResource, ZkSolrClientTest, AutoCommitTest, 
TestCSVLoader, TestRandomFaceting, TestZkChroot, TestCloudManagedSchema, 
MultiTermTest, SolrPluginUtilsTest, LoggingHandlerTest, TestIntervalFaceting, 
CursorMarkTest, TestManagedStopFilterFactory, TestUpdate, RemoteQueryErrorTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestReplicationHandlerBackup, 
TestChildDocTransformer, TestPseudoReturnFields, TestAnalyzeInfixSuggestions, 
SearchHandlerTest, DistanceFunctionTest, TestIndexingPerformance, 
TestSolrQueryParser, TimeZoneUtilsTest, ResponseHeaderTest, 
TestReRankQParserPlugin, SolrInfoMBeanTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, SuggesterFSTTest, 
UniqFieldsUpdateProcessorFactoryTest, MergeStrategyTest, 
TestCloudManagedSchemaConcurrent, SampleTest, TestElisionMultitermQuery, 
DirectUpdateHandlerOptimizeTest, ClusterStateTest, OutputWriterTest, 
BasicZkTest, ConvertedLegacyTest, SolrCoreTest, PolyFieldTest, 
SimplePostToolTest, DistributedQueryComponentCustomSortTest, 
TestPerFieldSimilarity, QueryElevationComponentTest, AssignTest, TestLRUCache, 
SolrTestCaseJ4Test, LeaderInitiatedRecoveryOnCommitTest, 
TestIBSimilarityFactory, TestBadConfig, HardAutoCommitTest, DeleteShardTest, 
TestOmitPositions, TermVectorComponentDistributedTest, BJQParserTest, 
BinaryUpdateRequestHandlerTest, SliceStateTest, SolrRequestParserTest, 
TestQuerySenderNoQuery, FullSolrCloudDistribCmdsTest, TestSearcherReuse, 
TestHighFrequencyDictionaryFactory, StatsComponentTest, 
CoreMergeIndexesAdminHandlerTest, ChaosMonkeyNothingIsSafeTest, 
TestManagedSynonymFilterFactory, SpatialFilterTest, ChaosMonkeySafeLeaderTest, 
PreAnalyzedUpdateProcessorTest, RequestHandlersTest, DebugComponentTest, 
TestFreeTextSuggestions, TestFunctionQuery, CurrencyFieldXmlFileTest, 
CustomCollectionTest, DeleteInactiveReplicaTest, TestInitQParser, TestNRTOpen, 
TestPHPSerializedResponseWriter, TestShardHandlerFactory, 
CollectionsAPIDistributedZkTest, TestSweetSpotSimilarityFactory, 
CoreContainerCoreInitFailuresTest, HdfsChaosMonkeySafeLeaderTest, 
TestImplicitCoreProperties, TestUniqueKeyFieldResource, 
TestSchemaVersionResource, TestBinaryField, TestRecovery, HdfsSyncSliceTest, 
TestFastWriter, TestManagedResource, TestCSVResponseWriter, NumericFieldsTest, 
FileBasedSpellCheckerTest, TestRealTimeGet, UnloadDistributedZkTest, 
OpenCloseCoreStressTest, LeaderElectionIntegrationTest, TestFaceting, 
DistributedSpellCheckComponentTest, TestMultiCoreConfBootstrap, 
TestStressVersions, TestCoreContainer, TestSolr4Spatial, TestGroupingSearch, 
BadIndexSchemaTest, TestSort, TestFiltering, BasicFunctionalityTest, 
TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, 
HighlighterTest, ShowFileRequestHandlerTest, 
DistributedQueryElevationComponentTest, TestSolrDeletionPolicy1, 
CacheHeaderTest, TestReversedWildcardFilterFactory, TestQueryTypes, 
PrimitiveFieldTypeTest, TermVectorComponentTest, 
FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, 
IndexSchemaRuntimeFieldTest, TestCollationField, QueryParsingTest, 
CSVRequestHandlerTest, TestLFUCache, TestSolrIndexConfig, 
ResponseLogComponentTest, BadComponentTest, TestSolrDeletionPolicy2, 
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, 
TestSolrCoreProperties, OpenExchangeRatesOrgProviderTest, PluginInfoTest, 
DateMathParserTest, PrimUtilsTest, DOMUtilTest, TestSolrJ, TestDocumentBuilder, 
FileUtilsTest, DistributedIntervalFacetingTest, AsyncMigrateRouteKeyTest, 
DistribCursorPagingTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, 
ReplicationFactorTest, SharedFSAutoReplicaFailoverTest, SolrXmlInZkTest, 
TestCloudInspectUtil, TestCloudPivotFacet, TestCollectionAPI, 
TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, 
TestShortCircuitedRequests, HdfsBasicDistributedZkTest, HdfsRecoveryZkTest, 
HdfsUnloadDistributedZkTest, TestInfoStreamLogging, TestSolrXml, 
CoreAdminCreateDiscoverTest, InfoHandlerTest, DistributedDebugComponentTest, 
DistributedFacetPivotLargeTest, DistributedFacetPivotLongTailTest, 
DistributedQueryComponentOptimizationTest, DistributedSuggestComponentTest, 
SuggestComponentTest, TestExpandComponent, TestPivotHelperCode, 
HighlighterMaxOffsetTest, TestManagedResourceStorage]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestManagedResourceStorage -Dtests.seed=322AFE03EA9F554B 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh_SG 
-Dtests.timezone=Atlantic/Reykjavik -Dtests.asserts=false 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestManagedResourceStorage (suite) <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: 
SolrCore.getOpenCount()==2
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([322AFE03EA9F554B]:0)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.close(TestHarness.java:332)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:620)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:183)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)Throwable #2: 
java.lang.SecurityException: Cannot make java.lang.Class.classLoader accessible
   [junit4]    >        at 
java.lang.reflect.AccessibleObject.setAccessible0(AccessibleObject.java:147)
   [junit4]    >        at 
java.lang.reflect.AccessibleObject.setAccessible(AccessibleObject.java:129)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)Throwable #3: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 5 threads leaked from SUITE 
scope at org.apache.solr.rest.TestManagedResourceStorage: 
   [junit4]    >    1) Thread[id=7756, name=searcherExecutor-4318-thread-1, 
state=WAITING, group=TGRP-TestManagedResourceStorage]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=7751, 
name=OverseerStateUpdate-92740790041378819-188.138.97.18:_-n_0000000000, 
state=TIMED_WAITING, group=Overseer state updater.]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at 
org.apache.solr.cloud.DistributedQueue$LatchChildWatcher.await(DistributedQueue.java:266)
   [junit4]    >         at 
org.apache.solr.cloud.DistributedQueue.getChildren(DistributedQueue.java:309)
   [junit4]    >         at 
org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:582)
   [junit4]    >         at 
org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:560)
   [junit4]    >         at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:219)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    3) Thread[id=7753, 
name=OverseerHdfsCoreFailoverThread-92740790041378819-188.138.97.18:_-n_0000000000,
 state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:136)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    4) Thread[id=7759, name=coreZkRegister-4312-thread-1, 
state=WAITING, group=TGRP-TestManagedResourceStorage]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    5) Thread[id=7757, name=Thread-2911, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at 
org.apache.solr.core.CloserThread.run(CoreContainer.java:905)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([322AFE03EA9F554B]:0)Throwable #4: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=7756, name=searcherExecutor-4318-thread-1, 
state=WAITING, group=TGRP-TestManagedResourceStorage]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=7753, 
name=OverseerHdfsCoreFailoverThread-92740790041378819-188.138.97.18:_-n_0000000000,
 state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]    >         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]    >         at 
java.lang.Throwable.fillInStackTrace(Throwable.java:782)
   [junit4]    >         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]    >         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]    >         at 
java.lang.InterruptedException.<init>(InterruptedException.java:67)
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:136)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    3) Thread[id=7759, name=coreZkRegister-4312-thread-1, 
state=WAITING, group=TGRP-TestManagedResourceStorage]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    4) Thread[id=7757, name=Thread-2911, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at 
org.apache.solr.core.CloserThread.run(CoreContainer.java:905)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([322AFE03EA9F554B]:0)
   [junit4] Completed on J1 in 25.93s, 2 tests, 4 errors <<< FAILURES!

[...truncated 122 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:474: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:454: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:45: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/extra-targets.xml:37: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build.xml:189: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/common-build.xml:494: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:1350: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:970: 
There were test failures: 421 suites, 1740 tests, 4 suite-level errors, 191 
ignored (17 assumptions)

Total time: 83 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b34 
-XX:+UseCompressedOops -XX:+UseParallelGC (asserts: false)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to