Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11210/
Java: 64bit/jdk1.9.0-ea-b28 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
REGRESSION:  org.apache.solr.core.ExitableDirectoryReaderTest.testPrefixQuery

Error Message:


Stack Trace:
java.lang.AssertionError: 
        at 
__randomizedtesting.SeedInfo.seed([6E1E527AF3DDAA6D:DD49663897004EE8]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.apache.solr.SolrTestCaseJ4.assertQEx(SolrTestCaseJ4.java:850)
        at 
org.apache.solr.core.ExitableDirectoryReaderTest.testPrefixQuery(ExitableDirectoryReaderTest.java:67)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:484)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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:43)
        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:  
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testDistribSearch

Error Message:
no exception matching expected: 400: Request took too long during query 
expansion. Terminating request.

Stack Trace:
java.lang.AssertionError: no exception matching expected: 400: Request took too 
long during query expansion. Terminating request.
        at 
__randomizedtesting.SeedInfo.seed([6E1E527AF3DDAA6D:EFF8DC628482CA51]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertFail(CloudExitableDirectoryReaderTest.java:101)
        at 
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTimeoutTests(CloudExitableDirectoryReaderTest.java:81)
        at 
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTest(CloudExitableDirectoryReaderTest.java:54)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:484)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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:43)
        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)




Build Log:
[...truncated 11827 lines...]
   [junit4] Suite: org.apache.solr.cloud.CloudExitableDirectoryReaderTest
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/init-core-data-001
   [junit4]   2> 2124988 T6279 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 2124988 T6279 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /eow/wy
   [junit4]   2> 2124990 T6279 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 2124991 T6279 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2124991 T6280 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 2125091 T6279 oasc.ZkTestServer.run start zk server on 
port:33616
   [junit4]   2> 2125091 T6279 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2125092 T6279 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2125094 T6286 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@51cf479a 
name:ZooKeeperConnection Watcher:127.0.0.1:33616 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2125095 T6279 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2125095 T6279 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2125095 T6279 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2125097 T6279 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2125098 T6279 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2125099 T6288 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@24591cd7 
name:ZooKeeperConnection Watcher:127.0.0.1:33616/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2125099 T6279 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2125099 T6279 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2125099 T6279 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 2125101 T6279 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 2125102 T6279 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 2125103 T6279 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 2125104 T6279 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2125104 T6279 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 2125106 T6279 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2125106 T6279 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 2125107 T6279 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2125107 T6279 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2125108 T6279 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2125109 T6279 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 2125110 T6279 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2125110 T6279 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 2125111 T6279 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2125111 T6279 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 2125112 T6279 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2125112 T6279 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 2125113 T6279 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2125114 T6279 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 2125114 T6279 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2125115 T6279 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2125116 T6279 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2125116 T6279 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 2125117 T6279 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2125117 T6279 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 2125119 T6279 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2125119 T6279 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2125120 T6290 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2de42d40 
name:ZooKeeperConnection Watcher:127.0.0.1:33616/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2125120 T6279 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2125120 T6279 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2125344 T6279 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2125346 T6279 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2125349 T6279 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:54715
   [junit4]   2> 2125350 T6279 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2125351 T6279 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2125351 T6279 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-002
   [junit4]   2> 2125351 T6279 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-002/'
   [junit4]   2> 2125361 T6279 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-002/solr.xml
   [junit4]   2> 2125368 T6279 oasc.CoreContainer.<init> New CoreContainer 
1996990229
   [junit4]   2> 2125368 T6279 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-002/]
   [junit4]   2> 2125369 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2125369 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2125369 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2125369 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2125370 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2125370 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2125370 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2125370 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2125370 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2125372 T6279 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2125372 T6279 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2125373 T6279 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2125373 T6279 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2125373 T6279 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:33616/solr
   [junit4]   2> 2125373 T6279 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2125374 T6279 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2125374 T6279 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2125375 T6301 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@46bbc968 
name:ZooKeeperConnection Watcher:127.0.0.1:33616 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2125375 T6279 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2125375 T6279 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2125377 T6279 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2125378 T6303 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@59aa648 name:ZooKeeperConnection 
Watcher:127.0.0.1:33616/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2125378 T6279 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2125379 T6279 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 2125381 T6279 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2125382 T6279 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 2125383 T6279 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2125385 T6279 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2125387 T6279 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2125388 T6279 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54715_eow%2Fwy
   [junit4]   2> 2125389 T6279 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54715_eow%2Fwy
   [junit4]   2> 2125391 T6279 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 2125392 T6279 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 2125393 T6279 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2125394 T6279 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:54715_eow%2Fwy
   [junit4]   2> 2125394 T6279 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 2125396 T6279 oasc.Overseer.start Overseer 
(id=92547806059888644-127.0.0.1:54715_eow%2Fwy-n_0000000000) starting
   [junit4]   2> 2125398 T6279 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 2125403 T6279 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2125404 T6305 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 2125404 T6279 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 2125406 T6279 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 2125407 T6279 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2125408 T6304 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 2125410 T6307 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 2125410 T6307 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2125411 T6307 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2125411 T6308 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2125412 T6304 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:54715/eow/wy";,
   [junit4]   2>          "node_name":"127.0.0.1:54715_eow%2Fwy",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2125413 T6304 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 2125413 T6304 
oasc.Overseer$ClusterStateUpdater.createCollection state version 
control_collection 1
   [junit4]   2> 2125413 T6304 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 2125414 T6308 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> 2126411 T6307 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2126411 T6307 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 2126412 T6307 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2126412 T6307 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2126413 T6307 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2126413 T6307 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-002/collection1/'
   [junit4]   2> 2126413 T6307 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2126414 T6307 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2126414 T6307 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 2126439 T6307 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2126447 T6307 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2126448 T6307 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 2126452 T6307 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2126538 T6307 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2126542 T6307 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2126543 T6307 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2126550 T6307 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2126552 T6307 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2126553 T6307 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2126553 T6307 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2126554 T6307 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2126554 T6307 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2126554 T6307 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2126554 T6307 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2126554 T6307 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 2126555 T6307 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2126555 T6307 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-002/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/control/data/
   [junit4]   2> 2126555 T6307 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20e382ea
   [junit4]   2> 2126555 T6307 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/control/data
   [junit4]   2> 2126556 T6307 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/control/data/index/
   [junit4]   2> 2126556 T6307 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/control/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2126556 T6307 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/control/data/index
   [junit4]   2> 2126556 T6307 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=49, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=27.162109375, 
floorSegmentMB=0.5693359375, forceMergeDeletesPctAllowed=17.799405718157203, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2126557 T6307 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-55272847)),segFN=segments_1,generation=1}
   [junit4]   2> 2126557 T6307 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2126558 T6307 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2126559 T6307 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2126559 T6307 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2126559 T6307 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2126559 T6307 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2126559 T6307 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2126559 T6307 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2126559 T6307 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2126560 T6307 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2126560 T6307 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2126560 T6307 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2126560 T6307 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2126560 T6307 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2126561 T6307 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 2126561 T6307 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2126561 T6307 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 2126561 T6307 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 2126561 T6307 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2126562 T6307 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2126562 T6307 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2126563 T6307 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2126564 T6307 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2126564 T6307 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2126565 T6307 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2126566 T6307 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2126566 T6307 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2126566 T6307 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5876510766585397]
   [junit4]   2> 2126567 T6307 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-55272847)),segFN=segments_1,generation=1}
   [junit4]   2> 2126567 T6307 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2126567 T6307 oass.SolrIndexSearcher.<init> Opening 
Searcher@787f0707[collection1] main
   [junit4]   2> 2126567 T6307 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2126568 T6307 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2126568 T6307 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2126568 T6307 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2126568 T6307 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2126568 T6307 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2126569 T6307 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2126569 T6307 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2126569 T6307 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 2126570 T6307 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2126571 T6307 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2126571 T6307 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2126572 T6309 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@787f0707[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2126572 T6307 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2126573 T6312 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:54715/eow/wy 
collection:control_collection shard:shard1
   [junit4]   2> 2126573 T6279 oass.SolrDispatchFilter.init 
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2126574 T6279 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2126574 T6312 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2126575 T6279 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2126576 T6279 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2126585 T6312 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 2126586 T6314 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2b597d17 
name:ZooKeeperConnection Watcher:127.0.0.1:33616/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2126586 T6279 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2126586 T6308 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2126586 T6312 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2126587 T6312 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> 2126586 T6279 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> ASYNC  NEW_CORE C3921 name=collection1 
org.apache.solr.core.SolrCore@6d40dcc8 
url=https://127.0.0.1:54715/eow/wy/collection1 node=127.0.0.1:54715_eow%2Fwy 
C3921_STATE=coll:control_collection core:collection1 props:{core=collection1, 
base_url=https://127.0.0.1:54715/eow/wy, node_name=127.0.0.1:54715_eow%2Fwy, 
state=down}
   [junit4]   2> 2126587 T6312 C3921 P54715 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:54715/eow/wy/collection1/
   [junit4]   2> 2126587 T6279 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2126590 T6312 C3921 P54715 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2126590 T6312 C3921 P54715 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:54715/eow/wy/collection1/ has no replicas
   [junit4]   2> 2126590 T6312 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:54715/eow/wy/collection1/ shard1
   [junit4]   2> 2126590 T6312 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 2126591 T6279 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 2126592 T6308 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2126694 T6308 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> 2126695 T6315 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> 2126743 T6312 oasc.ZkController.register We are 
https://127.0.0.1:54715/eow/wy/collection1/ and leader is 
https://127.0.0.1:54715/eow/wy/collection1/
   [junit4]   2> 2126743 T6312 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:54715/eow/wy
   [junit4]   2> 2126743 T6312 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2126743 T6312 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 2126744 T6312 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2126744 T6308 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2126747 T6304 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:54715/eow/wy";,
   [junit4]   2>          "node_name":"127.0.0.1:54715_eow%2Fwy",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2126817 T6279 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 2126818 T6279 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2126820 T6279 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2126820 T6279 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:58720
   [junit4]   2> 2126822 T6279 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2126822 T6279 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2126822 T6279 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-003
   [junit4]   2> 2126823 T6279 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-003/'
   [junit4]   2> 2126832 T6279 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-003/solr.xml
   [junit4]   2> 2126839 T6279 oasc.CoreContainer.<init> New CoreContainer 
1451335532
   [junit4]   2> 2126839 T6279 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-003/]
   [junit4]   2> 2126839 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2126839 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2126840 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2126840 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2126840 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2126840 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2126840 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2126841 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2126841 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2126842 T6279 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2126843 T6279 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2126843 T6279 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2126843 T6279 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2126843 T6279 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:33616/solr
   [junit4]   2> 2126844 T6279 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2126844 T6279 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2126844 T6279 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2126845 T6326 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@568e95c2 
name:ZooKeeperConnection Watcher:127.0.0.1:33616 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2126845 T6279 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2126846 T6279 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2126847 T6279 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2126847 T6328 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@38cba677 
name:ZooKeeperConnection Watcher:127.0.0.1:33616/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2126847 T6279 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2126848 T6308 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> 2126848 T6315 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> 2126850 T6279 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2127853 T6279 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58720_eow%2Fwy
   [junit4]   2> 2127853 T6279 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:58720_eow%2Fwy
   [junit4]   2> 2127856 T6279 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2127859 T6330 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2127859 T6330 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2127859 T6308 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2127859 T6330 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2127861 T6304 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:58720/eow/wy";,
   [junit4]   2>          "node_name":"127.0.0.1:58720_eow%2Fwy",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2127861 T6304 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2]
   [junit4]   2> 2127861 T6304 
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
   [junit4]   2> 2127861 T6304 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 2127963 T6315 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2127963 T6308 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2127963 T6329 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2128860 T6330 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2128860 T6330 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2128861 T6330 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2128861 T6330 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2128862 T6330 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2128862 T6330 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-003/collection1/'
   [junit4]   2> 2128862 T6330 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2128863 T6330 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2128863 T6330 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 2128878 T6330 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2128886 T6330 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2128887 T6330 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 2128891 T6330 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2128987 T6330 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2128990 T6330 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2128991 T6330 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2128997 T6330 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2128998 T6330 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2129000 T6330 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2129000 T6330 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2129000 T6330 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2129000 T6330 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2129001 T6330 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2129001 T6330 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2129001 T6330 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2129001 T6330 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2129002 T6330 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-003/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/jetty1/
   [junit4]   2> 2129002 T6330 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20e382ea
   [junit4]   2> 2129002 T6330 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/jetty1
   [junit4]   2> 2129002 T6330 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/jetty1/index/
   [junit4]   2> 2129002 T6330 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/jetty1/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2129003 T6330 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/jetty1/index
   [junit4]   2> 2129003 T6330 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=49, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=27.162109375, 
floorSegmentMB=0.5693359375, forceMergeDeletesPctAllowed=17.799405718157203, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2129003 T6330 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-7305f640)),segFN=segments_1,generation=1}
   [junit4]   2> 2129003 T6330 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2129005 T6330 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2129005 T6330 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2129005 T6330 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2129005 T6330 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2129006 T6330 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2129006 T6330 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2129006 T6330 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2129006 T6330 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2129006 T6330 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2129007 T6330 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2129007 T6330 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2129007 T6330 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2129007 T6330 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2129008 T6330 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 2129008 T6330 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2129008 T6330 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 2129008 T6330 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 2129008 T6330 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2129009 T6330 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2129009 T6330 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2129010 T6330 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2129011 T6330 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2129011 T6330 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2129012 T6330 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2129013 T6330 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2129013 T6330 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2129013 T6330 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5876510766585397]
   [junit4]   2> 2129014 T6330 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-7305f640)),segFN=segments_1,generation=1}
   [junit4]   2> 2129014 T6330 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2129014 T6330 oass.SolrIndexSearcher.<init> Opening 
Searcher@2be93978[collection1] main
   [junit4]   2> 2129014 T6330 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2129015 T6330 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2129015 T6330 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2129015 T6330 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2129015 T6330 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2129015 T6330 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2129016 T6330 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2129016 T6330 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2129016 T6330 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 2129016 T6330 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2129017 T6331 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@2be93978[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2129019 T6330 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2129019 T6334 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:58720/eow/wy collection:collection1 
shard:shard2
   [junit4]   2> 2129020 T6279 oass.SolrDispatchFilter.init 
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2129020 T6279 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2129020 T6334 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2129023 T6334 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 2129024 T6308 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2129024 T6334 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2129024 T6334 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3922 name=collection1 
org.apache.solr.core.SolrCore@5af95ae5 
url=https://127.0.0.1:58720/eow/wy/collection1 node=127.0.0.1:58720_eow%2Fwy 
C3922_STATE=coll:collection1 core:collection1 props:{core=collection1, 
base_url=https://127.0.0.1:58720/eow/wy, node_name=127.0.0.1:58720_eow%2Fwy, 
state=down}
   [junit4]   2> 2129024 T6334 C3922 P58720 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:58720/eow/wy/collection1/
   [junit4]   2> 2129024 T6334 C3922 P58720 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2129024 T6334 C3922 P58720 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:58720/eow/wy/collection1/ has no replicas
   [junit4]   2> 2129025 T6334 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:58720/eow/wy/collection1/ shard2
   [junit4]   2> 2129025 T6334 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 2129027 T6308 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2129130 T6315 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2129130 T6308 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2129130 T6329 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2129178 T6334 oasc.ZkController.register We are 
https://127.0.0.1:58720/eow/wy/collection1/ and leader is 
https://127.0.0.1:58720/eow/wy/collection1/
   [junit4]   2> 2129178 T6334 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:58720/eow/wy
   [junit4]   2> 2129178 T6334 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2129179 T6334 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 2129179 T6334 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2129180 T6308 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2129181 T6304 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:58720/eow/wy";,
   [junit4]   2>          "node_name":"127.0.0.1:58720_eow%2Fwy",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2129282 T6279 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 2129282 T6279 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2129283 T6329 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2129283 T6308 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2129283 T6315 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2129285 T6279 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2129286 T6279 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:35075
   [junit4]   2> 2129287 T6279 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2129288 T6279 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2129288 T6279 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-004
   [junit4]   2> 2129288 T6279 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-004/'
   [junit4]   2> 2129297 T6279 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-004/solr.xml
   [junit4]   2> 2129315 T6279 oasc.CoreContainer.<init> New CoreContainer 
269886602
   [junit4]   2> 2129315 T6279 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-004/]
   [junit4]   2> 2129315 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2129315 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2129316 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2129316 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2129316 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2129316 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2129317 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2129317 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2129317 T6279 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2129318 T6279 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2129319 T6279 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2129319 T6279 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2129319 T6279 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2129319 T6279 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:33616/solr
   [junit4]   2> 2129320 T6279 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2129320 T6279 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2129320 T6279 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2129321 T6345 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1348915a 
name:ZooKeeperConnection Watcher:127.0.0.1:33616 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2129321 T6279 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2129322 T6279 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2129323 T6279 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2129324 T6347 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@741cd0ee 
name:ZooKeeperConnection Watcher:127.0.0.1:33616/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2129324 T6279 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2129327 T6279 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2130329 T6279 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35075_eow%2Fwy
   [junit4]   2> 2130330 T6279 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:35075_eow%2Fwy
   [junit4]   2> 2130334 T6279 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2130337 T6349 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2130337 T6349 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2130338 T6308 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2130338 T6349 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2130339 T6304 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:35075/eow/wy";,
   [junit4]   2>          "node_name":"127.0.0.1:35075_eow%2Fwy",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2130339 T6304 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=2
   [junit4]   2> 2130339 T6304 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 2130441 T6315 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2130441 T6348 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2130441 T6308 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2130441 T6329 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2131338 T6349 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2131338 T6349 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2131339 T6349 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2131339 T6349 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2131340 T6349 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2131340 T6349 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-004/collection1/'
   [junit4]   2> 2131340 T6349 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2131340 T6349 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2131341 T6349 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 2131356 T6349 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2131365 T6349 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2131365 T6349 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 2131369 T6349 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2131494 T6349 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2131499 T6349 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2131501 T6349 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2131508 T6349 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2131510 T6349 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2131512 T6349 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2131513 T6349 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2131513 T6349 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2131513 T6349 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2131514 T6349 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2131514 T6349 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2131514 T6349 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2131514 T6349 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2131515 T6349 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-004/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/jetty2/
   [junit4]   2> 2131515 T6349 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@20e382ea
   [junit4]   2> 2131515 T6349 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/jetty2
   [junit4]   2> 2131516 T6349 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/jetty2/index/
   [junit4]   2> 2131516 T6349 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/jetty2/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2131516 T6349 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/tempDir-001/jetty2/index
   [junit4]   2> 2131516 T6349 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=49, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=27.162109375, 
floorSegmentMB=0.5693359375, forceMergeDeletesPctAllowed=17.799405718157203, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2131517 T6349 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1f35de88)),segFN=segments_1,generation=1}
   [junit4]   2> 2131517 T6349 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2131520 T6349 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2131520 T6349 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2131521 T6349 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2131521 T6349 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2131521 T6349 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2131521 T6349 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2131522 T6349 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2131522 T6349 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2131522 T6349 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2131522 T6349 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2131523 T6349 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2131523 T6349 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2131524 T6349 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2131524 T6349 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 2131524 T6349 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2131524 T6349 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 2131525 T6349 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 2131525 T6349 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2131525 T6349 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2131526 T6349 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2131528 T6349 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2131529 T6349 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2131529 T6349 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2131530 T6349 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2131532 T6349 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2131532 T6349 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2131532 T6349 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5876510766585397]
   [junit4]   2> 2131533 T6349 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1f35de88)),segFN=segments_1,generation=1}
   [junit4]   2> 2131533 T6349 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2131533 T6349 oass.SolrIndexSearcher.<init> Opening 
Searcher@2c73d9f[collection1] main
   [junit4]   2> 2131533 T6349 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2131534 T6349 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2131534 T6349 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2131535 T6349 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2131535 T6349 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2131535 T6349 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2131536 T6349 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2131536 T6349 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2131536 T6349 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 2131536 T6349 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2131539 T6350 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@2c73d9f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2131541 T6349 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2131541 T6353 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:35075/eow/wy collection:collection1 
shard:shard1
   [junit4]   2> 2131542 T6279 oass.SolrDispatchFilter.init 
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2131542 T6279 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2131542 T6353 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 2131545 T6353 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 2131545 T6308 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2131546 T6353 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2131546 T6353 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3923 name=collection1 
org.apache.solr.core.SolrCore@4bc9c9be 
url=https://127.0.0.1:35075/eow/wy/collection1 node=127.0.0.1:35075_eow%2Fwy 
C3923_STATE=coll:collection1 core:collection1 props:{core=collection1, 
base_url=https://127.0.0.1:35075/eow/wy, node_name=127.0.0.1:35075_eow%2Fwy, 
state=down}
   [junit4]   2> 2131546 T6353 C3923 P35075 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:35075/eow/wy/collection1/
   [junit4]   2> 2131546 T6353 C3923 P35075 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2131546 T6353 C3923 P35075 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:35075/eow/wy/collection1/ has no replicas
   [junit4]   2> 2131547 T6353 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:35075/eow/wy/collection1/ shard1
   [junit4]   2> 2131547 T6353 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 2131549 T6308 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2131651 T6315 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2131651 T6329 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2131651 T6308 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2131651 T6348 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2131700 T6353 oasc.ZkController.register We are 
https://127.0.0.1:35075/eow/wy/collection1/ and leader is 
https://127.0.0.1:35075/eow/wy/collection1/
   [junit4]   2> 2131700 T6353 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:35075/eow/wy
   [junit4]   2> 2131700 T6353 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2131700 T6353 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 2131700 T6353 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2131702 T6308 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2131704 T6304 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node2",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:35075/eow/wy";,
   [junit4]   2>          "node_name":"127.0.0.1:35075_eow%2Fwy",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operati

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

=6E1E527AF3DDAA6D -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=el_CY 
-Dtests.timezone=Indian/Mahe -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.01s J0 | ExitableDirectoryReaderTest.testPrefixQuery <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6E1E527AF3DDAA6D:DD49663897004EE8]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQEx(SolrTestCaseJ4.java:850)
   [junit4]    >        at 
org.apache.solr.core.ExitableDirectoryReaderTest.testPrefixQuery(ExitableDirectoryReaderTest.java:67)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2495804 T7761 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 2495804 T7761 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1566846785
   [junit4]   2> 2495804 T7761 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@3ad75bb
   [junit4]   2> 2495805 T7761 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5997,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2495805 T7761 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 2495805 T7761 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2495805 T7761 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2495806 T7761 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
   [junit4]   2> 2495856 T7761 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2495857 T7761 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.ExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.ExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/init-core-data-001;done=false>>]
   [junit4]   2> 2495857 T7761 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.ExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/init-core-data-001
   [junit4]   2> 2495857 T7761 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.ExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.ExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2495858 T7761 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.ExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.ExitableDirectoryReaderTest-6E1E527AF3DDAA6D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{name=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct)}, 
docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, 
locale=el_CY, timezone=Indian/Mahe
   [junit4]   2> NOTE: Linux 3.13.0-36-generic amd64/Oracle Corporation 
1.9.0-ea (64-bit)/cpus=8,threads=2,free=62419984,total=350736384
   [junit4]   2> NOTE: All tests run in this JVM: [TestJmxIntegration, 
AnalyticsMergeStrategyTest, FileUtilsTest, SignatureUpdateProcessorFactoryTest, 
TestManagedSchemaFieldResource, XmlUpdateRequestHandlerTest, JSONWriterTest, 
TestQuerySenderListener, TestLuceneMatchVersion, 
TestDynamicFieldCollectionResource, AsyncMigrateRouteKeyTest, 
BadIndexSchemaTest, DistributedFacetPivotLongTailTest, TestTolerantSearch, 
DocExpirationUpdateProcessorFactoryTest, ZkControllerTest, 
TestSolrXmlPersistor, HighlighterConfigTest, ClusterStateUpdateTest, 
SpellPossibilityIteratorTest, TestModifyConfFiles, TestSolrDeletionPolicy2, 
TestManagedSchemaFieldTypeResource, TestFastLRUCache, 
ShowFileRequestHandlerTest, ReplicationFactorTest, 
PathHierarchyTokenizerFactoryTest, DeleteReplicaTest, 
SolrCoreCheckLockOnStartupTest, TestLRUCache, TestCollationFieldDocValues, 
TestSolrXml, ResponseLogComponentTest, MoreLikeThisHandlerTest, 
QueryEqualityTest, XsltUpdateRequestHandlerTest, SpellCheckCollatorTest, 
TestSolr4Spatial2, DistributedIntervalFacetingTest, IndexBasedSpellCheckerTest, 
LeaderElectionTest, AtomicUpdatesTest, CollectionsAPIAsyncDistributedZkTest, 
OverseerCollectionProcessorTest, TestBinaryResponseWriter, TestInitQParser, 
WordBreakSolrSpellCheckerTest, TestRTGBase, NoCacheHeaderTest, EchoParamsTest, 
DistributedExpandComponentTest, TestUniqueKeyFieldResource, 
ParsingFieldUpdateProcessorsTest, TestSchemaNameResource, MinimalSchemaTest, 
UpdateParamsTest, NotRequiredUniqueKeyTest, TestStressVersions, 
SuggestComponentTest, SuggesterTSTTest, TestCoreDiscovery, TestFastWriter, 
ShardRoutingTest, TestMaxScoreQueryParser, BJQParserTest, DateRangeFieldTest, 
SolrIndexSplitterTest, TestSortingResponseWriter, OverseerTest, 
TestCloudSchemaless, TermsComponentTest, TestRangeQuery, BadComponentTest, 
FastVectorHighlighterTest, ChaosMonkeyNothingIsSafeTest, TestPivotHelperCode, 
PluginInfoTest, SolrCmdDistributorTest, TestManagedSynonymFilterFactory, 
TestManagedResourceStorage, JsonLoaderTest, SpellingQueryConverterTest, 
BasicFunctionalityTest, TestHashPartitioner, TimeZoneUtilsTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, PeerSyncTest, EnumFieldTest, 
TestCollectionAPI, TestSearchPerf, TestRawResponseWriter, 
TestDefaultSimilarityFactory, SuggesterWFSTTest, 
SharedFSAutoReplicaFailoverTest, FieldMutatingUpdateProcessorTest, TestConfig, 
TestExpandComponent, HighlighterTest, TestAddFieldRealTimeGet, 
TestSolrIndexConfig, CoreAdminCreateDiscoverTest, StressHdfsTest, 
TestClassNameShortening, TestHighlightDedupGrouping, TestRecoveryHdfs, 
TestSolrJ, TestFastOutputStream, BasicDistributedZkTest, 
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, 
SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, 
RecoveryZkTest, TestReplicationHandler, TestFaceting, 
DistributedSpellCheckComponentTest, TestRealTimeGet, TestReload, 
HardAutoCommitTest, TestSolr4Spatial, ConvertedLegacyTest, TestFunctionQuery, 
DirectUpdateHandlerTest, TestBadConfig, CurrencyFieldOpenExchangeTest, 
AnalysisAfterCoreReloadTest, SuggesterFSTTest, TestFoldingMultitermQuery, 
SuggesterTest, TestTrie, TestPseudoReturnFields, 
TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, 
StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, 
DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, 
DebugComponentTest, TestSurroundQueryParser, LukeRequestHandlerTest, 
StandardRequestHandlerTest, TestReversedWildcardFilterFactory, 
PrimitiveFieldTypeTest, TestOmitPositions, RequestHandlersTest, 
TestValueSourceCache, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, 
TestArbitraryIndexDir, RegexBoostProcessorTest, TestCollationField, 
ReturnFieldsTest, MBeansHandlerTest, TestAnalyzedSuggestions, 
TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest, 
SOLR749Test, TestQuerySenderNoQuery, SolrIndexConfigTest, 
TestMergePolicyConfig, TestDocSet, TestFuzzyAnalyzedSuggestions, 
ExternalFileFieldSortTest, TestSolrCoreProperties, TestCodecSupport, 
TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, 
TestBM25SimilarityFactory, TestJmxMonitoredMap, DateMathParserTest, 
TestSystemIdResolver, DOMUtilTest, TestUtils, ZkNodePropsTest, 
SystemInfoHandlerTest, UUIDFieldTest, CursorPagingTest, AliasIntegrationTest, 
ConnectionManagerTest, DeleteShardTest, 
DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, 
MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest, 
RemoteQueryErrorTest, SSLMigrationTest, SharedFSAutoReplicaFailoverUtilsTest, 
SolrXmlInZkTest, TestDistribDocBasedVersion, TestRequestStatusCollectionAPI, 
VMParamsZkACLAndCredentialsProvidersTest, ExitableDirectoryReaderTest]
   [junit4] Completed on J0 in 3.32s, 2 tests, 1 failure <<< FAILURES!

[...truncated 177 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:524: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:472: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:189: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:496: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1360: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:962: 
There were test failures: 431 suites, 1778 tests, 2 failures, 45 ignored (23 
assumptions)

Total time: 89 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b28 
-XX:+UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to