Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/113/

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testNodeLost

Error Message:
did not finish processing all events in time: started=5, finished=4

Stack Trace:
java.lang.AssertionError: did not finish processing all events in time: 
started=5, finished=4
        at 
__randomizedtesting.SeedInfo.seed([F8EA4327309875AB:47FF8DD9B372102D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.doTestNodeLost(TestLargeCluster.java:525)
        at 
org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testNodeLost(TestLargeCluster.java:378)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey

Error Message:
We think that split was successful but sub-shard states were not updated even 
after 2 minutes.

Stack Trace:
java.lang.AssertionError: We think that split was successful but sub-shard 
states were not updated even after 2 minutes.
        at 
__randomizedtesting.SeedInfo.seed([F8EA4327309875AB:73CD90F6719EDE2F]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:585)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13418 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 1191555 INFO  
(SUITE-ShardSplitTest-seed#[F8EA4327309875AB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/init-core-data-001
   [junit4]   2> 1191556 WARN  
(SUITE-ShardSplitTest-seed#[F8EA4327309875AB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1191556 INFO  
(SUITE-ShardSplitTest-seed#[F8EA4327309875AB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1191558 INFO  
(SUITE-ShardSplitTest-seed#[F8EA4327309875AB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1191558 INFO  
(SUITE-ShardSplitTest-seed#[F8EA4327309875AB]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1191560 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1191560 INFO  (Thread-2638) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1191560 INFO  (Thread-2638) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1191562 ERROR (Thread-2638) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1191660 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.ZkTestServer start zk server on port:45178
   [junit4]   2> 1191662 INFO  (zkConnectionManagerCallback-3132-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1191665 INFO  (zkConnectionManagerCallback-3134-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1191669 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1191671 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1191672 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1191674 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1191675 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1191676 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1191678 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1191679 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1191680 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1191681 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1191682 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1191684 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless 
explicitly asked otherwise
   [junit4]   2> 1191825 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; 
git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1191826 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1191826 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1191826 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1191826 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2475f5f1{/,null,AVAILABLE}
   [junit4]   2> 1191827 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@4e74e22f{HTTP/1.1,[http/1.1]}{127.0.0.1:37990}
   [junit4]   2> 1191827 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.Server Started @1191870ms
   [junit4]   2> 1191827 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/tempDir-001/control/data,
 hostContext=/, hostPort=37990, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/control-001/cores}
   [junit4]   2> 1191827 ERROR 
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1191827 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1191827 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 1191828 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 1191828 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1191828 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-01T21:04:43.373Z
   [junit4]   2> 1191839 INFO  (zkConnectionManagerCallback-3136-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1191844 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1191844 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/control-001/solr.xml
   [junit4]   2> 1191847 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1191847 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1191849 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1191902 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45178/solr
   [junit4]   2> 1191904 INFO  (zkConnectionManagerCallback-3140-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1191906 INFO  (zkConnectionManagerCallback-3142-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1192002 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:37990_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:37990_
   [junit4]   2> 1192003 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:37990_    ] o.a.s.c.Overseer Overseer 
(id=72086839401381892-127.0.0.1:37990_-n_0000000000) starting
   [junit4]   2> 1192009 INFO  (zkConnectionManagerCallback-3149-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1192010 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:37990_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45178/solr ready
   [junit4]   2> 1192011 INFO  
(OverseerStateUpdate-72086839401381892-127.0.0.1:37990_-n_0000000000) [    ] 
o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37990_
   [junit4]   2> 1192014 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:37990_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37990_
   [junit4]   2> 1192023 INFO  (zkCallback-3148-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1192023 INFO  (zkCallback-3141-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1192043 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:37990_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1192078 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:37990_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1192096 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:37990_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1192096 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:37990_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1192098 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:37990_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/control-001/cores
   [junit4]   2> 1192117 INFO  (zkConnectionManagerCallback-3155-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1192118 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1192119 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45178/solr 
ready
   [junit4]   2> 1192120 INFO  (qtp1988203515-12432) [n:127.0.0.1:37990_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37990_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1192127 DEBUG (OverseerThreadFactory-5765-thread-1) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:37990_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1192127 INFO  (OverseerThreadFactory-5765-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1192130 DEBUG (OverseerThreadFactory-5765-thread-1) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node 
/collections/control_collection 
   [junit4]   2> 1192130 DEBUG (OverseerThreadFactory-5765-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:control_collection
   [junit4]   2> 1192131 DEBUG (OverseerThreadFactory-5765-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 1192233 DEBUG (OverseerThreadFactory-5765-thread-1) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1192233 DEBUG (OverseerThreadFactory-5765-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection 
control_collection, shardNames [shard1] , message : {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:37990_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1192235 DEBUG (OverseerThreadFactory-5765-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Creating core 
control_collection_shard1_replica_n1 as part of shard shard1 of collection 
control_collection on 127.0.0.1:37990_
   [junit4]   2> 1192236 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_    
x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1192237 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1193254 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1193267 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1193350 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1193370 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 1193370 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1193371 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1193371 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1193376 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=27.498046875, 
floorSegmentMB=1.0966796875, forceMergeDeletesPctAllowed=10.181716194519302, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16370591696572578, deletesPctAllowed=23.374645129298173
   [junit4]   2> 1193396 WARN  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1193446 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1193446 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1193447 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1193447 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1193448 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1500454095, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1193449 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7482a323[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1193450 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1193451 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1193451 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1193452 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1607632142988214272
   [junit4]   2> 1193453 INFO  
(searcherExecutor-5770-thread-1-processing-n:127.0.0.1:37990_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:37990_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@7482a323[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1193459 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 1193462 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1193462 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1193462 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37990/control_collection_shard1_replica_n1/
   [junit4]   2> 1193463 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1193463 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:37990/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1193463 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1193467 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37990/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1193569 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1193573 INFO  (qtp1988203515-12427) [n:127.0.0.1:37990_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1336
   [junit4]   2> 1193573 DEBUG (OverseerThreadFactory-5765-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Finished create command on all shards for 
collection: control_collection
   [junit4]   2> 1193576 INFO  (qtp1988203515-12432) [n:127.0.0.1:37990_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1193672 INFO  (zkCallback-3141-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1194130 INFO  
(OverseerCollectionConfigSetProcessor-72086839401381892-127.0.0.1:37990_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1194576 INFO  (qtp1988203515-12432) [n:127.0.0.1:37990_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37990_&wt=javabin&version=2}
 status=0 QTime=2456
   [junit4]   2> 1194580 INFO  (zkConnectionManagerCallback-3160-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1194588 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1194589 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45178/solr 
ready
   [junit4]   2> 1194589 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1194590 INFO  (qtp1988203515-12434) [n:127.0.0.1:37990_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1194593 DEBUG (OverseerThreadFactory-5765-thread-2) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1194593 INFO  (OverseerThreadFactory-5765-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1194598 DEBUG (OverseerThreadFactory-5765-thread-2) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node 
/collections/collection1 
   [junit4]   2> 1194599 DEBUG (OverseerThreadFactory-5765-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:collection1
   [junit4]   2> 1194599 DEBUG (OverseerThreadFactory-5765-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 1194802 WARN  (OverseerThreadFactory-5765-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(collection1) without cores.
   [junit4]   2> 1194802 DEBUG (OverseerThreadFactory-5765-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Finished create command for collection: 
collection1
   [junit4]   2> 1194804 INFO  (qtp1988203515-12434) [n:127.0.0.1:37990_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1194804 INFO  (qtp1988203515-12434) [n:127.0.0.1:37990_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=214
   [junit4]   2> 1194919 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-1-001
 of type NRT
   [junit4]   2> 1194920 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; 
git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1194921 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1194921 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1194921 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1194921 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@44bd1b5d{/,null,AVAILABLE}
   [junit4]   2> 1194921 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@50a332a6{HTTP/1.1,[http/1.1]}{127.0.0.1:43581}
   [junit4]   2> 1194921 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.Server Started @1194965ms
   [junit4]   2> 1194921 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=43581, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-1-001/cores}
   [junit4]   2> 1194922 ERROR 
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1194922 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1194922 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 1194922 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 1194922 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1194922 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-01T21:04:46.467Z
   [junit4]   2> 1194924 INFO  (zkConnectionManagerCallback-3162-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1194925 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1194925 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-1-001/solr.xml
   [junit4]   2> 1194929 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1194929 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1194930 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1194974 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45178/solr
   [junit4]   2> 1194976 INFO  (zkConnectionManagerCallback-3166-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1194978 INFO  (zkConnectionManagerCallback-3168-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1194983 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:43581_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1194987 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:43581_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1194987 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:43581_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43581_
   [junit4]   2> 1194989 INFO  (zkCallback-3148-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1194989 INFO  (zkCallback-3159-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1194993 INFO  (zkCallback-3141-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1195005 INFO  (zkCallback-3167-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1195008 INFO  (zkConnectionManagerCallback-3175-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1195014 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:43581_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1195018 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:43581_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45178/solr ready
   [junit4]   2> 1195018 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:43581_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1195036 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:43581_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1195045 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:43581_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1195045 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:43581_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1195047 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:43581_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-1-001/cores
   [junit4]   2> 1195078 INFO  (qtp1988203515-12430) [n:127.0.0.1:37990_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:43581_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1195081 INFO  
(OverseerCollectionConfigSetProcessor-72086839401381892-127.0.0.1:37990_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1195081 DEBUG (OverseerThreadFactory-5765-thread-3) [ 
c:collection1 s:shard2  ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : addreplica , {
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "node":"127.0.0.1:43581_",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 1195081 DEBUG (OverseerThreadFactory-5765-thread-3) [ 
c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "node":"127.0.0.1:43581_",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 1195082 DEBUG (OverseerThreadFactory-5765-thread-3) [ 
c:collection1 s:shard2  ] o.a.s.c.a.c.Assign getNodesForNewReplicas() shard: 
shard2 , replicas : 1 , createNodeSet 127.0.0.1:43581_
   [junit4]   2> 1195083 INFO  (OverseerThreadFactory-5765-thread-3) [ 
c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:43581_ for creating new replica
   [junit4]   2> 1195086 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_    
x:collection1_shard2_replica_n41] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1196104 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1196115 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 1196191 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1196204 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1196204 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1196204 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1196204 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 1196208 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=27.498046875, 
floorSegmentMB=1.0966796875, forceMergeDeletesPctAllowed=10.181716194519302, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16370591696572578, deletesPctAllowed=23.374645129298173
   [junit4]   2> 1196223 WARN  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1196268 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1196269 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1196270 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1196270 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1196271 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1500454095, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1196272 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@8684ea7[collection1_shard2_replica_n41] main]
   [junit4]   2> 1196273 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1196273 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1196274 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1196274 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1607632145947295744
   [junit4]   2> 1196275 INFO  
(searcherExecutor-5784-thread-1-processing-n:127.0.0.1:43581_ 
x:collection1_shard2_replica_n41 c:collection1 s:shard2) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@8684ea7[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1196281 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard2 to 
Terms{values={core_node42=0}, version=0}
   [junit4]   2> 1196284 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1196284 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1196284 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:43581/collection1_shard2_replica_n41/
   [junit4]   2> 1196284 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1196285 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:43581/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 1196285 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1196288 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43581/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 1196390 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1196393 INFO  (qtp136806746-12487) [n:127.0.0.1:43581_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1306
   [junit4]   2> 1196395 INFO  (qtp1988203515-12430) [n:127.0.0.1:37990_ 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:43581_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1317
   [junit4]   2> 1196493 INFO  (zkCallback-3167-thread-1) [    ] 
o.a.s.c.c.ZkStateReader 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> 1196505 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-2-001
 of type NRT
   [junit4]   2> 1196505 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; 
git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1196506 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1196506 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1196506 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1196507 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@495d1878{/,null,AVAILABLE}
   [junit4]   2> 1196507 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@222228f9{HTTP/1.1,[http/1.1]}{127.0.0.1:45450}
   [junit4]   2> 1196507 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.Server Started @1196550ms
   [junit4]   2> 1196507 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=45450, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-2-001/cores}
   [junit4]   2> 1196507 ERROR 
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1196507 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1196507 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 1196507 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 1196508 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1196508 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-01T21:04:48.053Z
   [junit4]   2> 1196509 INFO  (zkConnectionManagerCallback-3178-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1196510 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1196510 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-2-001/solr.xml
   [junit4]   2> 1196514 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1196514 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1196526 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1196688 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45178/solr
   [junit4]   2> 1196690 INFO  (zkConnectionManagerCallback-3182-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1196692 INFO  (zkConnectionManagerCallback-3184-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1196699 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:45450_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1196703 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:45450_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1196703 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:45450_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45450_
   [junit4]   2> 1196704 INFO  (zkCallback-3167-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1196704 INFO  (zkCallback-3159-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1196704 INFO  (zkCallback-3148-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1196704 INFO  (zkCallback-3141-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1196704 INFO  (zkCallback-3174-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1196704 INFO  (zkCallback-3183-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1196725 INFO  (zkConnectionManagerCallback-3191-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1196727 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:45450_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1196728 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:45450_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45178/solr ready
   [junit4]   2> 1196729 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:45450_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1196747 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:45450_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1196758 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:45450_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1196758 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:45450_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1196761 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:45450_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-2-001/cores
   [junit4]   2> 1196817 INFO  (qtp1988203515-12434) [n:127.0.0.1:37990_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:45450_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1196819 INFO  
(OverseerCollectionConfigSetProcessor-72086839401381892-127.0.0.1:37990_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1196819 DEBUG (OverseerThreadFactory-5765-thread-4) [ 
c:collection1 s:shard1  ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : addreplica , {
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "node":"127.0.0.1:45450_",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 1196820 DEBUG (OverseerThreadFactory-5765-thread-4) [ 
c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "node":"127.0.0.1:45450_",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 1196821 DEBUG (OverseerThreadFactory-5765-thread-4) [ 
c:collection1 s:shard1  ] o.a.s.c.a.c.Assign getNodesForNewReplicas() shard: 
shard1 , replicas : 1 , createNodeSet 127.0.0.1:45450_
   [junit4]   2> 1196822 INFO  (OverseerThreadFactory-5765-thread-4) [ 
c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:45450_ for creating new replica
   [junit4]   2> 1196825 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_    
x:collection1_shard1_replica_n43] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1196930 INFO  (zkCallback-3167-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1197845 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1197862 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 1197983 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1198014 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1198014 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1198015 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1198015 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 1198019 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=27.498046875, 
floorSegmentMB=1.0966796875, forceMergeDeletesPctAllowed=10.181716194519302, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16370591696572578, deletesPctAllowed=23.374645129298173
   [junit4]   2> 1198031 WARN  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1198098 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1198098 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1198099 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1198099 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1198100 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1500454095, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1198101 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6f9820b2[collection1_shard1_replica_n43] main]
   [junit4]   2> 1198104 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1198105 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1198106 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1198107 INFO  
(searcherExecutor-5798-thread-1-processing-n:127.0.0.1:45450_ 
x:collection1_shard1_replica_n43 c:collection1 s:shard1) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@6f9820b2[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1198107 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1607632147869335552
   [junit4]   2> 1198115 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node44=0}, version=0}
   [junit4]   2> 1198119 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1198120 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1198120 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:45450/collection1_shard1_replica_n43/
   [junit4]   2> 1198120 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1198120 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:45450/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 1198121 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1198130 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45450/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 1198232 INFO  (zkCallback-3167-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1198233 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1198236 INFO  (qtp1316661752-12525) [n:127.0.0.1:45450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1410
   [junit4]   2> 1198239 INFO  (qtp1988203515-12434) [n:127.0.0.1:37990_ 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:45450_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1421
   [junit4]   2> 1198336 INFO  (zkCallback-3167-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1198336 INFO  (zkCallback-3183-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1198366 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-3-001
 of type NRT
   [junit4]   2> 1198367 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; 
git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1198368 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1198368 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1198368 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1198368 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@67ea47f2{/,null,AVAILABLE}
   [junit4]   2> 1198369 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@7b32ced{HTTP/1.1,[http/1.1]}{127.0.0.1:38373}
   [junit4]   2> 1198369 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.e.j.s.Server Started @1198412ms
   [junit4]   2> 1198369 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=38373, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-3-001/cores}
   [junit4]   2> 1198369 ERROR 
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1198369 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1198369 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 1198369 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 1198369 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1198369 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-01T21:04:49.914Z
   [junit4]   2> 1198371 INFO  (zkConnectionManagerCallback-3194-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1198372 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1198372 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-3-001/solr.xml
   [junit4]   2> 1198375 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1198375 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1198377 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1198821 INFO  
(OverseerCollectionConfigSetProcessor-72086839401381892-127.0.0.1:37990_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1198849 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45178/solr
   [junit4]   2> 1198851 INFO  (zkConnectionManagerCallback-3198-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1198853 INFO  (zkConnectionManagerCallback-3200-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1198860 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:38373_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1198865 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:38373_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1198865 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:38373_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38373_
   [junit4]   2> 1198866 INFO  (zkCallback-3141-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1198866 INFO  (zkCallback-3167-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1198867 INFO  (zkCallback-3183-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1198867 INFO  (zkCallback-3159-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1198867 INFO  (zkCallback-3148-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1198867 INFO  (zkCallback-3174-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1198867 INFO  (zkCallback-3190-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1198873 INFO  (zkCallback-3199-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1198890 INFO  (zkConnectionManagerCallback-3207-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1198892 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:38373_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1198893 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:38373_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45178/solr ready
   [junit4]   2> 1198893 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:38373_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1198912 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:38373_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1198935 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:38373_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1198935 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:38373_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@335d534b
   [junit4]   2> 1198936 INFO  
(TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[F8EA4327309875AB]) 
[n:127.0.0.1:38373_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_F8EA4327309875AB-001/shard-3-001/cores
   [junit4]   2> 1198981 INFO  (qtp1988203515-12430) [n:127.0.0.1:37990_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:38373_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1198983 DEBUG (OverseerThreadFactory-5765-thread-5) [ 
c:collection1 s:shard2  ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : addreplica , {
   [junit4]   

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

ns-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null688491380
     [copy] Copying 240 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null688491380
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null688491380

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 106ms :: artifacts dl 140ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 99 minutes 19 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1819)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1819)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to