Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3133/

2 tests failed.
REGRESSION:  org.apache.solr.cloud.RecoveryZkTest.test

Error Message:
shard1 is not consistent.  Got 698 from 
http://127.0.0.1:28389/vw_xg/po/collection1lastClient and got 213 from 
http://127.0.0.1:23701/vw_xg/po/collection1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 698 from 
http://127.0.0.1:28389/vw_xg/po/collection1lastClient and got 213 from 
http://127.0.0.1:23701/vw_xg/po/collection1
        at 
__randomizedtesting.SeedInfo.seed([5E72E57C256A7A05:D626DAA68B9617FD]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:123)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        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:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.QueryEqualityTest

Error Message:
testParserCoverage was run w/o any other method explicitly testing val parser: 
agg_hll

Stack Trace:
java.lang.AssertionError: testParserCoverage was run w/o any other method 
explicitly testing val parser: agg_hll
        at __randomizedtesting.SeedInfo.seed([5E72E57C256A7A05]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:63)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:799)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9968 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
   [junit4]   2> Creating dataDir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/init-core-data-001
   [junit4]   2> 538973 T2426 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (false)
   [junit4]   2> 538973 T2426 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /vw_xg/po
   [junit4]   2> 538978 T2426 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 538979 T2427 oasc.ZkTestServer$2$1.setClientPort client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 538979 T2427 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 539079 T2426 oasc.ZkTestServer.run start zk server on 
port:22654
   [junit4]   2> 539080 T2426 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 539080 T2426 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 539084 T2434 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3f5a64e3 
name:ZooKeeperConnection Watcher:127.0.0.1:22654 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 539085 T2426 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 539085 T2426 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 539085 T2426 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 539087 T2426 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 539088 T2426 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 539089 T2437 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2293e85d 
name:ZooKeeperConnection Watcher:127.0.0.1:22654/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 539089 T2426 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 539090 T2426 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 539090 T2426 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 539092 T2426 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 539093 T2426 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 539094 T2426 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 539095 T2426 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 539095 T2426 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 539097 T2426 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 539098 T2426 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 539200 T2426 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 539200 T2426 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 539201 T2426 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 539202 T2426 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 539203 T2426 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 539203 T2426 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 539205 T2426 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 539205 T2426 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 539206 T2426 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 539207 T2426 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 539208 T2426 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 539209 T2426 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 539210 T2426 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 539210 T2426 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 539211 T2426 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 539212 T2426 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 539213 T2426 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 539213 T2426 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 540476 T2426 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/cores/collection1
   [junit4]   2> 540480 T2426 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 540482 T2426 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@618202d4{/vw_xg/po,null,AVAILABLE}
   [junit4]   2> 540488 T2426 oejs.AbstractConnector.doStart Started 
ServerConnector@6a142431{HTTP/1.1}{127.0.0.1:35522}
   [junit4]   2> 540488 T2426 oejs.Server.doStart Started @545590ms
   [junit4]   2> 540488 T2426 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/cores, hostContext=/vw_xg/po, hostPort=35522, 
solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/tempDir-001/control/data}
   [junit4]   2> 540489 T2426 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
   [junit4]   2> 540489 T2426 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/'
   [junit4]   2> 540559 T2426 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/solr.xml
   [junit4]   2> 540624 T2426 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/cores
   [junit4]   2> 540624 T2426 oasc.CoreContainer.<init> New CoreContainer 
80131716
   [junit4]   2> 540624 T2426 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/]
   [junit4]   2> 540625 T2426 oasc.CoreContainer.load loading shared library: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/lib
   [junit4]   2> 540625 T2426 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/lib).
   [junit4]   2> 540636 T2426 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 540644 T2426 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 540645 T2426 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 540645 T2426 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 540645 T2426 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 540646 T2426 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:22654/solr
   [junit4]   2> 540646 T2426 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 540646 T2426 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 540647 T2426 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 540649 T2451 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@f0b597e name:ZooKeeperConnection 
Watcher:127.0.0.1:22654 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 540650 T2426 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 540651 T2426 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 540654 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.ConnectionManager.waitForConnected Waiting for client to connect to 
ZooKeeper
   [junit4]   2> 540656 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@799f955b 
name:ZooKeeperConnection Watcher:127.0.0.1:22654/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 540656 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 540658 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 540660 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 540663 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 540667 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 540670 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 540672 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 540674 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 540675 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 540677 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.ZkController.createEphemeralLiveNode Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35522_vw_xg%2Fpo
   [junit4]   2> 540677 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35522_vw_xg%2Fpo
   [junit4]   2> 540679 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 540681 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 540682 T2426 n:127.0.0.1:35522_vw_xg%2Fpo oasc.Overseer.close 
Overseer (id=null) closing
   [junit4]   2> 540684 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 
127.0.0.1:35522_vw_xg%2Fpo
   [junit4]   2> 540684 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 540686 T2426 n:127.0.0.1:35522_vw_xg%2Fpo oasc.Overseer.start 
Overseer (id=93840471882792963-127.0.0.1:35522_vw_xg%2Fpo-n_0000000000) starting
   [junit4]   2> 540688 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 540694 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.OverseerAutoReplicaFailoverThread.<init> Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 540695 T2456 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.OverseerCollectionProcessor.run Process current queue of collection 
creations
   [junit4]   2> 540695 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 540695 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 540699 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.CoreContainer.intializeAuthorizationPlugin Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 540701 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/cores
   [junit4]   2> 540703 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {coreNodeName=, name=collection1, 
schema=schema.xml, config=solrconfig.xml, loadOnStartup=true, transient=false, 
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/cores/collection1, 
collection=control_collection, shard=, dataDir=data/, 
absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/cores/collection1/}
   [junit4]   2> 540704 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/cores/collection1/
   [junit4]   2> 540704 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 540705 T2458 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
x:collection1 oasc.ZkController.publish publishing core=collection1 state=down 
collection=control_collection
   [junit4]   2> 540706 T2458 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
x:collection1 oasc.ZkController.publish numShards not found on descriptor - 
reading it from system property
   [junit4]   2> 540707 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 540707 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 540708 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:35522/vw_xg/po";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "node_name":"127.0.0.1:35522_vw_xg%2Fpo"} current 
state version: 0
   [junit4]   2> 540709 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:35522/vw_xg/po";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "node_name":"127.0.0.1:35522_vw_xg%2Fpo"}
   [junit4]   2> 540709 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ClusterStateMutator.createCollection building a new cName: 
control_collection
   [junit4]   2> 540709 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 540710 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
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> 541707 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
collection1
   [junit4]   2> 541708 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.ZkController.createCollectionZkNode Check for collection 
zkNode:control_collection
   [junit4]   2> 541708 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 541708 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/control_collection
   [junit4]   2> 541709 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oascc.ZkStateReader.readConfigName path=/collections/control_collection 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 541709 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/cores/collection1/'
   [junit4]   2> 541723 T2458 n:127.0.0.1:35522_vw_xg%2Fpo oasc.Config.<init> 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 541730 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 541745 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 541778 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 541879 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 541889 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 542169 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 542171 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 542172 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 542175 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 542189 T2458 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration 
from collection control_collection
   [junit4]   2> 542189 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 542189 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at 
[/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 542190 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to 
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@51f3c3cc
   [junit4]   2> 542190 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/cores/collection1/data
   [junit4]   2> 542190 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.SolrCore.getNewIndexDir New index directory detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/cores/collection1/data/index/
   [junit4]   2> 542191 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.SolrCore.initIndex WARN [collection1] Solr index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 542191 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/control-001/cores/collection1/data/index
   [junit4]   2> 542191 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5707819220711099]
   [junit4]   2> 542192 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@19d00e40 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a5798fd),segFN=segments_1,generation=1}
   [junit4]   2> 542192 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 542195 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 542196 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 542196 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 542196 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 542196 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 542196 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 542197 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 542197 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 542197 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined 
as default, creating implicit default
   [junit4]   2> 542209 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 542210 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 542212 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 542213 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 542217 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/logging,/admin/system,/update/csv,/get,/update,/admin/segments,/admin/threads,/admin/plugins,/config,standard,/admin/ping,/replication,/admin/file,/update/json,/schema,/admin/luke,/admin/properties,/update/json/docs,/admin/mbeans
   [junit4]   2> 542218 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.SolrCore.initStatsCache Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 542219 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasu.UpdateHandler.<init> Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 542219 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 542220 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 542220 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 542221 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 542221 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@19d00e40 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a5798fd),segFN=segments_1,generation=1}
   [junit4]   2> 542221 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 542222 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oass.SolrIndexSearcher.<init> Opening Searcher@358e9f7d[collection1] main
   [junit4]   2> 542222 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/control_collection
   [junit4]   2> 542223 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oascc.ZkStateReader.readConfigName path=/collections/control_collection 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 542223 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for 
the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 542223 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 542223 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 542223 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasr.ManagedResourceStorage.load Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 542224 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 542224 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 542224 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 542224 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 542225 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 542225 T2459 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.SolrCore.registerSearcher [collection1] Registered new searcher 
Searcher@358e9f7d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 542225 T2458 n:127.0.0.1:35522_vw_xg%2Fpo x:collection1 
oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 542226 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:35522/vw_xg/po 
collection:control_collection shard:shard1
   [junit4]   2> 542226 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3
   [junit4]   2> 542227 T2426 n:127.0.0.1:35522_vw_xg%2Fpo 
oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 542227 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 542228 T2426 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 542229 T2426 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 542230 T2465 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@21316ce3 
name:ZooKeeperConnection Watcher:127.0.0.1:22654/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 542230 T2426 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 542231 T2426 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 542231 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running 
the leader process for shard shard1
   [junit4]   2> 542231 T2426 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 542233 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 542234 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp 
Enough replicas found to continue.
   [junit4]   2> 542234 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may 
be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C486 name=collection1 
org.apache.solr.core.SolrCore@53354158 
url=http://127.0.0.1:35522/vw_xg/po/collection1 node=127.0.0.1:35522_vw_xg%2Fpo 
C486_STATE=coll:control_collection core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:35522/vw_xg/po, state=down, 
node_name=127.0.0.1:35522_vw_xg%2Fpo}
   [junit4]   2> 542234 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 C486 oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:35522/vw_xg/po/collection1/
   [junit4]   2> 542234 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection"} current state 
version: 1
   [junit4]   2> 542234 T2426 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 542234 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 C486 oasc.SyncStrategy.syncReplicas Sync Success - now 
sync replicas to me
   [junit4]   2> 542235 T2426 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 542235 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 C486 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:35522/vw_xg/po/collection1/ has no replicas
   [junit4]   2> 542235 T2426 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 542235 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
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> 542235 T2465 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> 542235 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am 
the new leader: http://127.0.0.1:35522/vw_xg/po/collection1/ shard1
   [junit4]   2> 542237 T2426 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 542237 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 542238 T2468 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@748b4a00 
name:ZooKeeperConnection Watcher:127.0.0.1:22654/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 542238 T2426 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 542238 T2426 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 542240 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 542241 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "stateFormat":"2"} current state version: 2
   [junit4]   2> 542242 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 542244 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:35522/vw_xg/po";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 542244 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ZkStateWriter.writePendingUpdates going to create_collection 
/collections/collection1/state.json
   [junit4]   2> 542245 T2465 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> 542245 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
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> 542247 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 542248 T2465 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> 542248 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
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> 542292 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 oasc.ZkController.register We are 
http://127.0.0.1:35522/vw_xg/po/collection1/ and leader is 
http://127.0.0.1:35522/vw_xg/po/collection1/
   [junit4]   2> 542293 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for 
core=collection1 baseURL=http://127.0.0.1:35522/vw_xg/po
   [junit4]   2> 542293 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no 
recovery necessary
   [junit4]   2> 542293 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 
state=active collection=control_collection
   [junit4]   2> 542293 T2462 n:127.0.0.1:35522_vw_xg%2Fpo c:control_collection 
s:shard1 x:collection1 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 542294 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 542295 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:35522/vw_xg/po";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "node_name":"127.0.0.1:35522_vw_xg%2Fpo"} current 
state version: 4
   [junit4]   2> 542296 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:35522/vw_xg/po";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "node_name":"127.0.0.1:35522_vw_xg%2Fpo"}
   [junit4]   2> 542398 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
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> 542398 T2465 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> 543558 T2426 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/cores/collection1
   [junit4]   2> 543561 T2426 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1 in directory 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001
   [junit4]   2> 543562 T2426 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 543563 T2426 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@3fba66cf{/vw_xg/po,null,AVAILABLE}
   [junit4]   2> 543564 T2426 oejs.AbstractConnector.doStart Started 
ServerConnector@2331a4b5{HTTP/1.1}{127.0.0.1:28389}
   [junit4]   2> 543564 T2426 oejs.Server.doStart Started @548666ms
   [junit4]   2> 543564 T2426 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/cores, hostPort=28389, 
solrconfig=solrconfig.xml, hostContext=/vw_xg/po, 
solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/tempDir-001/jetty1}
   [junit4]   2> 543565 T2426 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
   [junit4]   2> 543565 T2426 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/'
   [junit4]   2> 543598 T2426 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/solr.xml
   [junit4]   2> 543638 T2426 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/cores
   [junit4]   2> 543638 T2426 oasc.CoreContainer.<init> New CoreContainer 
288228485
   [junit4]   2> 543638 T2426 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/]
   [junit4]   2> 543639 T2426 oasc.CoreContainer.load loading shared library: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/lib
   [junit4]   2> 543639 T2426 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/lib).
   [junit4]   2> 543649 T2426 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 543655 T2426 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 543655 T2426 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 543656 T2426 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 543656 T2426 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 543656 T2426 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:22654/solr
   [junit4]   2> 543656 T2426 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 543656 T2426 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 543657 T2426 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 543659 T2482 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6e8ce9a3 
name:ZooKeeperConnection Watcher:127.0.0.1:22654 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 543659 T2426 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 543660 T2426 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 543661 T2426 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ConnectionManager.waitForConnected Waiting for client to connect to 
ZooKeeper
   [junit4]   2> 543663 T2485 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@73986c81 
name:ZooKeeperConnection Watcher:127.0.0.1:22654/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 543663 T2426 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 543666 T2426 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 544670 T2426 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.ZkController.createEphemeralLiveNode Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:28389_vw_xg%2Fpo
   [junit4]   2> 544671 T2426 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:28389_vw_xg%2Fpo
   [junit4]   2> 544674 T2426 n:127.0.0.1:28389_vw_xg%2Fpo oasc.Overseer.close 
Overseer (id=null) closing
   [junit4]   2> 544675 T2426 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.CoreContainer.intializeAuthorizationPlugin Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 544676 T2426 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/cores
   [junit4]   2> 544679 T2426 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {dataDir=data/, 
config=solrconfig.xml, schema=schema.xml, coreNodeName=, 
absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/cores/collection1/, 
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/cores/collection1, name=collection1, shard=, 
transient=false, collection=collection1, loadOnStartup=true}
   [junit4]   2> 544679 T2426 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/cores/collection1/
   [junit4]   2> 544679 T2426 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 544681 T2486 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
x:collection1 oasc.ZkController.publish publishing core=collection1 state=down 
collection=collection1
   [junit4]   2> 544681 T2486 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
x:collection1 oasc.ZkController.publish numShards not found on descriptor - 
reading it from system property
   [junit4]   2> 544682 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 544682 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.ZkController.preRegister Registering watch for external collection 
collection1
   [junit4]   2> 544682 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 544683 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:28389/vw_xg/po";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "node_name":"127.0.0.1:28389_vw_xg%2Fpo"} current 
state version: 5
   [junit4]   2> 544683 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader.addZkWatch Updating collection state at 
/collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 544683 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:28389/vw_xg/po";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "node_name":"127.0.0.1:28389_vw_xg%2Fpo"}
   [junit4]   2> 544683 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 544683 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 544683 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to 
ver 0 
   [junit4]   2> 544684 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 544684 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ZkStateWriter.writePendingUpdates going to update_collection 
/collections/collection1/state.json version: 0
   [junit4]   2> 544685 T2485 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader$7.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 2)
   [junit4]   2> 544685 T2485 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to 
ver 1 
   [junit4]   2> 545684 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
collection1
   [junit4]   2> 545685 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 545685 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 545686 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/collection1
   [junit4]   2> 545686 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader.readConfigName path=/collections/collection1 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 545686 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/cores/collection1/'
   [junit4]   2> 545706 T2486 n:127.0.0.1:28389_vw_xg%2Fpo oasc.Config.<init> 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 545716 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 545739 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 545802 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 545903 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 545912 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 546252 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 546255 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 546257 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 546261 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 546277 T2486 n:127.0.0.1:28389_vw_xg%2Fpo 
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration 
from collection collection1
   [junit4]   2> 546277 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 546278 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at 
[/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 546278 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to 
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@51f3c3cc
   [junit4]   2> 546279 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/cores/collection1/data
   [junit4]   2> 546279 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.SolrCore.getNewIndexDir New index directory detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 546279 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.SolrCore.initIndex WARN [collection1] Solr index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 546280 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 546280 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5707819220711099]
   [junit4]   2> 546281 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@4ed03e52 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49aba1ea),segFN=segments_1,generation=1}
   [junit4]   2> 546281 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 546288 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 546288 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 546289 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 546289 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 546289 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 546289 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 546290 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 546290 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 546290 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined 
as default, creating implicit default
   [junit4]   2> 546311 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 546313 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 546316 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 546318 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 546333 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/logging,/admin/system,/update/csv,/get,/update,/admin/segments,/admin/threads,/admin/plugins,/config,standard,/admin/ping,/replication,/admin/file,/update/json,/schema,/admin/luke,/admin/properties,/update/json/docs,/admin/mbeans
   [junit4]   2> 546334 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.SolrCore.initStatsCache Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 546336 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasu.UpdateHandler.<init> Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 546336 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 546338 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 546338 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 546339 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 546339 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@4ed03e52 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49aba1ea),segFN=segments_1,generation=1}
   [junit4]   2> 546339 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 546340 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oass.SolrIndexSearcher.<init> Opening Searcher@63cf5e70[collection1] main
   [junit4]   2> 546340 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/collection1
   [junit4]   2> 546340 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oascc.ZkStateReader.readConfigName path=/collections/collection1 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 546341 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for 
the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 546341 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 546341 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 546341 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasr.ManagedResourceStorage.load Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 546342 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 546342 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 546342 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 546342 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 546342 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 546343 T2486 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 546343 T2487 n:127.0.0.1:28389_vw_xg%2Fpo x:collection1 
oasc.SolrCore.registerSearcher [collection1] Registered new searcher 
Searcher@63cf5e70[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 546344 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:28389/vw_xg/po collection:collection1 
shard:shard1
   [junit4]   2> 546344 T2426 n:127.0.0.1:28389_vw_xg%2Fpo 
oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3
   [junit4]   2> 546344 T2426 n:127.0.0.1:28389_vw_xg%2Fpo 
oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 546344 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 546348 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running 
the leader process for shard shard1
   [junit4]   2> 546349 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 546349 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp 
Enough replicas found to continue.
   [junit4]   2> 546350 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may 
be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C487 name=collection1 
org.apache.solr.core.SolrCore@176066af 
url=http://127.0.0.1:28389/vw_xg/po/collection1 node=127.0.0.1:28389_vw_xg%2Fpo 
C487_STATE=coll:collection1 core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:28389/vw_xg/po, state=down, 
node_name=127.0.0.1:28389_vw_xg%2Fpo}
   [junit4]   2> 546350 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 C487 oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:28389/vw_xg/po/collection1/
   [junit4]   2> 546350 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 546350 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 C487 oasc.SyncStrategy.syncReplicas Sync Success - now 
sync replicas to me
   [junit4]   2> 546350 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 C487 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:28389/vw_xg/po/collection1/ has no replicas
   [junit4]   2> 546351 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am 
the new leader: http://127.0.0.1:28389/vw_xg/po/collection1/ shard1
   [junit4]   2> 546351 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 546351 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ZkStateWriter.writePendingUpdates going to update_collection 
/collections/collection1/state.json version: 1
   [junit4]   2> 546352 T2485 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader$7.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 2)
   [junit4]   2> 546353 T2485 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to 
ver 2 
   [junit4]   2> 546354 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 546355 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:28389/vw_xg/po";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 5
   [junit4]   2> 546356 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ZkStateWriter.writePendingUpdates going to update_collection 
/collections/collection1/state.json version: 2
   [junit4]   2> 546356 T2485 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader$7.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 2)
   [junit4]   2> 546357 T2485 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to 
ver 3 
   [junit4]   2> 546405 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 oasc.ZkController.register We are 
http://127.0.0.1:28389/vw_xg/po/collection1/ and leader is 
http://127.0.0.1:28389/vw_xg/po/collection1/
   [junit4]   2> 546406 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for 
core=collection1 baseURL=http://127.0.0.1:28389/vw_xg/po
   [junit4]   2> 546406 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no 
recovery necessary
   [junit4]   2> 546406 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 
state=active collection=collection1
   [junit4]   2> 546406 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 546408 T2454 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 546409 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:28389/vw_xg/po";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "node_name":"127.0.0.1:28389_vw_xg%2Fpo"} current 
state version: 5
   [junit4]   2> 546409 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:28389/vw_xg/po";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "node_name":"127.0.0.1:28389_vw_xg%2Fpo"}
   [junit4]   2> 546410 T2490 n:127.0.0.1:28389_vw_xg%2Fpo c:collection1 
s:shard1 x:collection1 oascc.ZkStateReader.updateWatchedCollection Updating 
data for collection1 to ver 3 
   [junit4]   2> 546410 T2455 n:127.0.0.1:35522_vw_xg%2Fpo 
oasco.ZkStateWriter.writePendingUpdates going to update_collection 
/collections/collection1/state.json version: 3
   [junit4]   2> 546411 T2485 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader$7.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 2)
   [junit4]   2> 546412 T2485 n:127.0.0.1:28389_vw_xg%2Fpo 
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to 
ver 4 
   [junit4]   2> 547834 T2426 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-2-001/cores/collection1
   [junit4]   2> 547837 T2426 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2 in directory 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-2-001
   [junit4]   2> 547838 T2426 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 547840 T2426 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@4664ac5b{/vw_xg/po,null,AVAILABLE}
   [junit4]   2> 547840 T2426 oejs.AbstractConnector.doStart Started 
ServerConnector@612745f0{HTTP/1.1}{127.0.0.1:23701}
   [junit4]   2> 547841 T2426 oejs.Server.doStart Started @552943ms
   [junit4]   2> 547841 T2426 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, 
hostPort=23701, hostContext=/vw_xg/po, 
coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-2-001/cores}
   [junit4]   2> 547841 T2426 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
   [junit4]   2> 547842 T2426 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-2-001/'
   [junit4]   2> 547887 T2426 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-2-001/solr.xml
   [junit4]   2> 547943 T2426 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-2-001/cores
   [junit4]   2> 547943 T2426 oasc.CoreContainer.<init> New CoreContainer 
359548390
   [junit4]   2> 547943 T2426 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-2-001/]
   [junit4]   2> 547944 T2426 oasc.CoreContainer.load loading shared library: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-2-001/lib
   [junit4]   2> 547945 T2426 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-2-001/lib).
   [junit4]   2> 547955 T2426 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 547962 T2426 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 547963 T2426 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 547964 T2426 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 547964 T2426 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 547964 T2426 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:22654/solr
   [junit4]   2> 547964 T2426 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 547964 T2426 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 547965 T2426 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 547967 T2504 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7aca106c 
name:ZooKeeperConnection Watcher:127.0.0.1:22654 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 547968 T2426 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 547968 T2426 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 547970 T2426 n:127.0.0.1:23701_vw_xg%2Fpo 
oascc.ConnectionManager.waitForConnected Waiting for client to connect to 
ZooKeeper
   [junit4]   2> 547971 T2507 n:127.0.0.1:23701_vw_xg%2Fpo 
oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6d194ef8 
name:ZooKeeperConnection Watcher:127.0.0.1:22654/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 547972 T2426 n:127.0.0.1:23701_vw_xg%2Fpo 
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 547975 T2426 n:127.0.0.1:23701_vw_xg%2Fpo 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 548980 T2426 n:127.0.0.1:23701_vw_xg%2Fpo 
oasc.ZkController.createEphemeralLiveNode Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:23701_vw_xg%2Fpo
   [junit4]   2> 548980 T2426 n:127.0.0.1:23701_vw_xg%2Fpo 
oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:23701_vw_xg%2Fpo
   [junit4]   2> 548983 T2426 n:127.0.0.1:23701_vw_xg%2Fpo oasc.Overseer.close 
Overseer (id=null) closing
   [junit4]   2> 548985 T2426 n:127.0.0.1:23701_vw_xg%2Fpo 
oasc.CoreContainer.intializeAuthorizationPlugin Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 548986 T2426 n:127.0.0.1:23701_vw_xg%2Fpo 
oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-2-001/cores
   [junit4]   2> 548990 T2426 n:127.0.0.1:23701_vw_xg%2Fpo 
oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {transient=false, 
absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryZkTest
 5E72E57C256A7A05-001/shard-2-001/cores/collection1/, collection=collection1, 
schema=schema.xml, config=solrconfig.xml, 
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/..

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

ls
   [junit4]   2> 1944065 T7528 oas.SolrTestCaseJ4.setUp ###Starting testQueryRaw
   [junit4]   2> 1944065 T7528 oas.SolrTestCaseJ4.tearDown ###Ending 
testQueryRaw
   [junit4]   2> 1944068 T7528 oas.SolrTestCaseJ4.setUp ###Starting 
testParserCoverage
   [junit4]   2> 1944069 T7528 oas.SolrTestCaseJ4.tearDown ###Ending 
testParserCoverage
   [junit4]   2> 1944072 T7528 oas.SolrTestCaseJ4.setUp ###Starting 
testQueryLucenePlusSort
   [junit4]   2> 1944074 T7528 oas.SolrTestCaseJ4.tearDown ###Ending 
testQueryLucenePlusSort
   [junit4]   2> 1944077 T7528 oas.SolrTestCaseJ4.setUp ###Starting 
testFuncTerms
   [junit4]   2> 1944081 T7528 oas.SolrTestCaseJ4.tearDown ###Ending 
testFuncTerms
   [junit4]   2> 1944086 T7528 oas.SolrTestCaseJ4.setUp ###Starting 
testFuncField
   [junit4]   2> 1944086 T7528 oas.SolrTestCaseJ4.tearDown ###Ending 
testFuncField
   [junit4]   2> 1944090 T7528 oas.SolrTestCaseJ4.setUp ###Starting testFuncMap
   [junit4]   2> 1944090 T7528 oas.SolrTestCaseJ4.tearDown ###Ending testFuncMap
   [junit4]   2> 1944094 T7528 oas.SolrTestCaseJ4.setUp ###Starting 
testTestFuncs
   [junit4]   2> 1944099 T7528 oas.SolrTestCaseJ4.tearDown ###Ending 
testTestFuncs
   [junit4]   2> 1944104 T7528 oas.SolrTestCaseJ4.setUp ###Starting 
testQueryComplexPhrase
   [junit4]   2> 1944268 T7528 oas.SolrTestCaseJ4.tearDown ###Ending 
testQueryComplexPhrase
   [junit4]   2> 1944274 T7528 oas.SolrTestCaseJ4.setUp ###Starting 
testFuncMathConsts
   [junit4]   2> 1944275 T7528 oas.SolrTestCaseJ4.tearDown ###Ending 
testFuncMathConsts
   [junit4]   2> 1944280 T7528 oas.SolrTestCaseJ4.setUp ###Starting 
testQueryTerm
   [junit4]   2> 1944280 T7528 oas.SolrTestCaseJ4.tearDown ###Ending 
testQueryTerm
   [junit4]   2> 1944285 T7528 oas.SolrTestCaseJ4.setUp ###Starting 
testFuncCscore
   [junit4]   2> 1944293 T7528 oas.SolrTestCaseJ4.tearDown ###Ending 
testFuncCscore
   [junit4]   2> 1944298 T7528 oas.SolrTestCaseJ4.setUp ###Starting testFuncRord
   [junit4]   2> 1944299 T7528 oas.SolrTestCaseJ4.tearDown ###Ending 
testFuncRord
   [junit4]   2> 1944303 T7528 oas.SolrTestCaseJ4.setUp ###Starting 
testQueryJoin
   [junit4]   2> 1944317 T7528 oas.SolrTestCaseJ4.tearDown ###Ending 
testQueryJoin
   [junit4]   2> 1944319 T7528 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1944319 T7528 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1256900916
   [junit4]   2> 1944319 T7528 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@35b8ee6e
   [junit4]   2> 1944320 T7528 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=2,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=119,transaction_logs_total_number=1}
   [junit4]   2> 1944321 T7528 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 1944321 T7528 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1944321 T7528 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1944322 T7528 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
   [junit4]   2> 1944336 T7528 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1944337 T7528 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.search.QueryEqualityTest
 5E72E57C256A7A05-001/init-core-data-001 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.search.QueryEqualityTest
 5E72E57C256A7A05-001/init-core-data-001;done=false>>]
   [junit4]   2> 1944337 T7528 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.search.QueryEqualityTest
 5E72E57C256A7A05-001/init-core-data-001
   [junit4]   2> 1944337 T7528 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.search.QueryEqualityTest
 5E72E57C256A7A05-001/init-core-data-001/index 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.search.QueryEqualityTest
 5E72E57C256A7A05-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1944338 T7528 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.search.QueryEqualityTest
 5E72E57C256A7A05-001/init-core-data-001/index
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{lowerfilt=PostingsFormat(name=MockRandom), 
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=PostingsFormat(name=Direct)}, docValues:{}, 
sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ar_YE, 
timezone=Europe/Istanbul
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 
(64-bit)/cpus=16,threads=1,free=230396096,total=514850816
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedFacetPivotSmallAdvancedTest, BJQParserTest, TestCoreDiscovery, 
TestStressVersions, TestQuerySenderNoQuery, WordBreakSolrSpellCheckerTest, 
TestFoldingMultitermQuery, HdfsDirectoryFactoryTest, 
SignatureUpdateProcessorFactoryTest, ResponseLogComponentTest, 
ConvertedLegacyTest, TestLazyCores, DistributedFacetPivotLongTailTest, 
TestFileDictionaryLookup, XmlUpdateRequestHandlerTest, 
DistributedIntervalFacetingTest, ReplicationFactorTest, 
ExitableDirectoryReaderTest, TestSweetSpotSimilarityFactory, 
TestFieldTypeResource, StressHdfsTest, IndexBasedSpellCheckerTest, 
FastVectorHighlighterTest, CloudMLTQParserTest, CustomCollectionTest, 
PeerSyncTest, SearchHandlerTest, TestCollationField, 
DistributedTermsComponentTest, DateRangeFieldTest, DirectSolrSpellCheckerTest, 
SegmentsInfoRequestHandlerTest, AnalysisAfterCoreReloadTest, SpatialFilterTest, 
TestHighlightDedupGrouping, TestMiniSolrCloudClusterSSL, RemoteQueryErrorTest, 
TestJettySolrRunner, TestPHPSerializedResponseWriter, TestCSVResponseWriter, 
BinaryUpdateRequestHandlerTest, RecoveryZkTest, URLClassifyProcessorTest, 
TestSortingResponseWriter, TestFunctionQuery, BasicDistributedZkTest, 
TestRawResponseWriter, TestInfoStreamLogging, NotRequiredUniqueKeyTest, 
SliceStateTest, StatsComponentTest, TestDistributedSearch, 
TestCloudManagedSchemaConcurrent, TestCopyFieldCollectionResource, 
TestTolerantSearch, DistributedFacetPivotWhiteBoxTest, 
LeaderElectionIntegrationTest, TestRangeQuery, TestCloudPivotFacet, 
DistribDocExpirationUpdateProcessorTest, ExternalCollectionsTest, 
CollectionsAPIAsyncDistributedZkTest, TestDistributedGrouping, 
TestManagedSchemaDynamicFieldResource, TestRandomFaceting, 
TestDistributedMissingSort, TestHashPartitioner, TestZkChroot, 
SoftAutoCommitTest, BlockDirectoryTest, TestReplicationHandlerBackup, 
TestIndexSearcher, OpenCloseCoreStressTest, TestReloadAndDeleteDocs, 
OverriddenZkACLAndCredentialsProvidersTest, TestManagedSchemaFieldTypeResource, 
ActionThrottleTest, TestRemoveLastDynamicCopyField, QueryEqualityTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest 
-Dtests.seed=5E72E57C256A7A05 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=ar_YE -Dtests.timezone=Europe/Istanbul -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J3 | QueryEqualityTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: testParserCoverage was 
run w/o any other method explicitly testing val parser: agg_hll
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5E72E57C256A7A05]:0)
   [junit4]    >        at 
org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:63)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [334/490] on J3 in 2.52s, 75 tests, 1 failure <<< 
FAILURES!

[...truncated 497 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:229:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:511:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1433:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:991:
 There were test failures: 490 suites, 1960 tests, 1 suite-level error, 1 
failure, 71 ignored (26 assumptions)

Total time: 53 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #3132
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 236967342 bytes
Compression is 0.0%
Took 40 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to