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

2 tests failed.
FAILED:  org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic

Error Message:
{} expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: {} expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([60DC9B6165AE25D3:CB268674BA72A3FD]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:90)
        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.client.solrj.io.stream.StreamDecoratorTest.testUpdateStream

Error Message:
Error from server at http://127.0.0.1:33216/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000043

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:33216/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000043
        at 
__randomizedtesting.SeedInfo.seed([3A3F22E5E426824E:F278E69FED2E7F1E]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testUpdateStream(StreamDecoratorTest.java:2394)
        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)




Build Log:
[...truncated 12780 lines...]
   [junit4] Suite: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
   [junit4]   2> 1111477 INFO  
(SUITE-SolrRrdBackendFactoryTest-seed#[60DC9B6165AE25D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_60DC9B6165AE25D3-001/init-core-data-001
   [junit4]   2> 1111478 WARN  
(SUITE-SolrRrdBackendFactoryTest-seed#[60DC9B6165AE25D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 1111478 INFO  
(SUITE-SolrRrdBackendFactoryTest-seed#[60DC9B6165AE25D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1111479 INFO  
(SUITE-SolrRrdBackendFactoryTest-seed#[60DC9B6165AE25D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1111552 INFO  
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[60DC9B6165AE25D3]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBasic
   [junit4]   2> 1111619 INFO  
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[60DC9B6165AE25D3]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBasic
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic 
-Dtests.seed=60DC9B6165AE25D3 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=zh-CN -Dtests.timezone=Africa/Ouagadougou 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.16s J2 | SolrRrdBackendFactoryTest.testBasic <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: {} expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([60DC9B6165AE25D3:CB268674BA72A3FD]:0)
   [junit4]    >        at 
org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:90)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_60DC9B6165AE25D3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1686, maxMBSortInHeap=6.46385235553262, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@740cfbbf),
 locale=zh-CN, timezone=Africa/Ouagadougou
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=240570696,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkAclsWithHadoopAuth, 
BasicAuthStandaloneTest, TestTolerantUpdateProcessorRandomCloud, 
TestPullReplicaErrorHandling, TestSortableTextField, TestQueryTypes, 
TestInfoStreamLogging, SolrTestCaseJ4Test, TestSafeXMLParsing, 
TestManagedSynonymGraphFilterFactory, UnloadDistributedZkTest, 
TestPayloadCheckQParserPlugin, TestCloudPseudoReturnFields, 
DeleteInactiveReplicaTest, TimeZoneUtilsTest, CollectionTooManyReplicasTest, 
SearchRateTriggerIntegrationTest, TestUniqueKeyFieldResource, 
HdfsBasicDistributedZkTest, TestUpdate, PreAnalyzedFieldManagedSchemaCloudTest, 
AssignBackwardCompatibilityTest, PeerSyncWithIndexFingerprintCachingTest, 
BufferStoreTest, TestReqParamsAPI, TestNumericTokenStream, 
SpellingQueryConverterTest, TestCodecSupport, SolrCmdDistributorTest, 
TestSolrConfigHandler, TestManagedSchema, RecoveryZkTest, 
DirectSolrSpellCheckerTest, SearchHandlerTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, SolrRrdBackendFactoryTest]
   [junit4] Completed [123/821 (1!)] on J2 in 0.46s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 3289 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamDecoratorTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/init-core-data-001
   [junit4]   2> 14693 INFO  
(SUITE-StreamDecoratorTest-seed#[3A3F22E5E426824E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 14695 INFO  
(SUITE-StreamDecoratorTest-seed#[3A3F22E5E426824E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 14695 INFO  
(SUITE-StreamDecoratorTest-seed#[3A3F22E5E426824E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 14699 INFO  
(SUITE-StreamDecoratorTest-seed#[3A3F22E5E426824E]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/tempDir-001
   [junit4]   2> 14714 INFO  
(SUITE-StreamDecoratorTest-seed#[3A3F22E5E426824E]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 14719 INFO  (Thread-2) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 14719 INFO  (Thread-2) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 14819 INFO  
(SUITE-StreamDecoratorTest-seed#[3A3F22E5E426824E]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35628
   [junit4]   2> 14834 ERROR (Thread-2) [    ] 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> 14934 INFO  (zkConnectionManagerCallback-6-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 15014 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x102dda6e7570000, likely client has closed socket
   [junit4]   2> 15430 INFO  (jetty-launcher-3-thread-2) [    ] 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> 15437 INFO  (jetty-launcher-3-thread-3) [    ] 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> 15437 INFO  (jetty-launcher-3-thread-4) [    ] 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> 15444 INFO  (jetty-launcher-3-thread-1) [    ] 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> 15549 INFO  (jetty-launcher-3-thread-3) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 15549 INFO  (jetty-launcher-3-thread-3) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 15553 INFO  (jetty-launcher-3-thread-3) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 15573 INFO  (jetty-launcher-3-thread-1) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 15573 INFO  (jetty-launcher-3-thread-1) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 15573 INFO  (jetty-launcher-3-thread-1) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 15588 INFO  (jetty-launcher-3-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5e29c6dc{/solr,null,AVAILABLE}
   [junit4]   2> 15589 INFO  (jetty-launcher-3-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3fe18418{/solr,null,AVAILABLE}
   [junit4]   2> 15633 INFO  (jetty-launcher-3-thread-2) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 15633 INFO  (jetty-launcher-3-thread-2) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 15634 INFO  (jetty-launcher-3-thread-2) [    ] o.e.j.s.session 
node0 Scavenging every 660000ms
   [junit4]   2> 15645 INFO  (jetty-launcher-3-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@53cac00c{/solr,null,AVAILABLE}
   [junit4]   2> 15869 INFO  (jetty-launcher-3-thread-4) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 15869 INFO  (jetty-launcher-3-thread-4) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 15869 INFO  (jetty-launcher-3-thread-4) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 15873 INFO  (jetty-launcher-3-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3521fd2a{/solr,null,AVAILABLE}
   [junit4]   2> 15878 INFO  (jetty-launcher-3-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4e218bb6{HTTP/1.1,[http/1.1]}{127.0.0.1:33216}
   [junit4]   2> 15878 INFO  (jetty-launcher-3-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5bc5beae{HTTP/1.1,[http/1.1]}{127.0.0.1:40736}
   [junit4]   2> 15878 INFO  (jetty-launcher-3-thread-4) [    ] o.e.j.s.Server 
Started @15921ms
   [junit4]   2> 15878 INFO  (jetty-launcher-3-thread-3) [    ] o.e.j.s.Server 
Started @15921ms
   [junit4]   2> 15878 INFO  (jetty-launcher-3-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40736}
   [junit4]   2> 15884 INFO  (jetty-launcher-3-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2bffa70{HTTP/1.1,[http/1.1]}{127.0.0.1:35748}
   [junit4]   2> 15885 INFO  (jetty-launcher-3-thread-2) [    ] o.e.j.s.Server 
Started @15928ms
   [junit4]   2> 15885 INFO  (jetty-launcher-3-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35748}
   [junit4]   2> 15885 INFO  (jetty-launcher-3-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@24b796ea{HTTP/1.1,[http/1.1]}{127.0.0.1:34830}
   [junit4]   2> 15885 INFO  (jetty-launcher-3-thread-1) [    ] o.e.j.s.Server 
Started @15929ms
   [junit4]   2> 15885 INFO  (jetty-launcher-3-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34830}
   [junit4]   2> 15878 INFO  (jetty-launcher-3-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33216}
   [junit4]   2> 15921 INFO  (jetty-launcher-3-thread-3) [    ] 
o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider 
chain: env;sysprop
   [junit4]   2> 15925 ERROR (jetty-launcher-3-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 15925 INFO  (jetty-launcher-3-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 15926 INFO  (jetty-launcher-3-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 15926 INFO  (jetty-launcher-3-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 15926 INFO  (jetty-launcher-3-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 15926 INFO  (jetty-launcher-3-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-26T00:00:37.744Z
   [junit4]   2> 15927 INFO  (jetty-launcher-3-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 15931 ERROR (jetty-launcher-3-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 15931 INFO  (jetty-launcher-3-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 15931 INFO  (jetty-launcher-3-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 15931 INFO  (jetty-launcher-3-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 15931 INFO  (jetty-launcher-3-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 15931 INFO  (jetty-launcher-3-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-26T00:00:37.749Z
   [junit4]   2> 15941 ERROR (jetty-launcher-3-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 15941 INFO  (jetty-launcher-3-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 15941 INFO  (jetty-launcher-3-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 15941 INFO  (jetty-launcher-3-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 15941 INFO  (jetty-launcher-3-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 15941 INFO  (jetty-launcher-3-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-26T00:00:37.759Z
   [junit4]   2> 15946 ERROR (jetty-launcher-3-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 15946 INFO  (jetty-launcher-3-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 15946 INFO  (jetty-launcher-3-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 15946 INFO  (jetty-launcher-3-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 15946 INFO  (jetty-launcher-3-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 15946 INFO  (jetty-launcher-3-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-26T00:00:37.764Z
   [junit4]   2> 15977 INFO  (zkConnectionManagerCallback-14-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 15993 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16017 INFO  (zkConnectionManagerCallback-12-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16019 INFO  (zkConnectionManagerCallback-8-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16019 INFO  (jetty-launcher-3-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 16019 INFO  (jetty-launcher-3-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 16025 INFO  (jetty-launcher-3-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 16027 INFO  (jetty-launcher-3-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 16100 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x102dda6e7570004, likely client has closed socket
   [junit4]   2> 16474 INFO  (jetty-launcher-3-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35628/solr
   [junit4]   2> 16539 INFO  (jetty-launcher-3-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35628/solr
   [junit4]   2> 16588 INFO  (zkConnectionManagerCallback-20-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16629 INFO  (zkConnectionManagerCallback-22-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16774 INFO  (jetty-launcher-3-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35628/solr
   [junit4]   2> 16791 INFO  (zkConnectionManagerCallback-26-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16809 INFO  (zkConnectionManagerCallback-25-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16826 INFO  (zkConnectionManagerCallback-30-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16905 INFO  (zkConnectionManagerCallback-32-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17039 WARN  (jetty-launcher-3-thread-4) 
[n:127.0.0.1:33216_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 17059 WARN  (jetty-launcher-3-thread-2) 
[n:127.0.0.1:35748_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 17063 WARN  (jetty-launcher-3-thread-1) 
[n:127.0.0.1:34830_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 17099 INFO  (jetty-launcher-3-thread-1) 
[n:127.0.0.1:34830_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 17102 INFO  (jetty-launcher-3-thread-1) 
[n:127.0.0.1:34830_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34830_solr
   [junit4]   2> 17103 INFO  (jetty-launcher-3-thread-4) 
[n:127.0.0.1:33216_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 17105 INFO  (jetty-launcher-3-thread-1) 
[n:127.0.0.1:34830_solr    ] o.a.s.c.Overseer Overseer 
(id=72864252906897418-127.0.0.1:34830_solr-n_0000000000) starting
   [junit4]   2> 17110 INFO  (jetty-launcher-3-thread-2) 
[n:127.0.0.1:35748_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 17114 INFO  (jetty-launcher-3-thread-4) 
[n:127.0.0.1:33216_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33216_solr
   [junit4]   2> 17123 INFO  (jetty-launcher-3-thread-2) 
[n:127.0.0.1:35748_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35748_solr
   [junit4]   2> 17172 INFO  (zkCallback-24-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 17173 INFO  (zkCallback-31-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 17173 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 17213 INFO  (jetty-launcher-3-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35628/solr
   [junit4]   2> 17245 INFO  (zkConnectionManagerCallback-42-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17325 INFO  (zkConnectionManagerCallback-59-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17328 INFO  (zkConnectionManagerCallback-54-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17335 INFO  (zkConnectionManagerCallback-55-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17343 INFO  (jetty-launcher-3-thread-2) 
[n:127.0.0.1:35748_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 17344 INFO  (jetty-launcher-3-thread-4) 
[n:127.0.0.1:33216_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 17352 INFO  (jetty-launcher-3-thread-2) 
[n:127.0.0.1:35748_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:35628/solr ready
   [junit4]   2> 17357 INFO  (jetty-launcher-3-thread-4) 
[n:127.0.0.1:33216_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:35628/solr ready
   [junit4]   2> 17358 INFO  (jetty-launcher-3-thread-1) 
[n:127.0.0.1:34830_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 17360 INFO  (jetty-launcher-3-thread-1) 
[n:127.0.0.1:34830_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:35628/solr ready
   [junit4]   2> 17371 INFO  (jetty-launcher-3-thread-4) 
[n:127.0.0.1:33216_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 17352 INFO  (zkConnectionManagerCallback-47-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17399 INFO  (jetty-launcher-3-thread-2) 
[n:127.0.0.1:35748_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 17489 WARN  (jetty-launcher-3-thread-3) 
[n:127.0.0.1:40736_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 17490 INFO  (jetty-launcher-3-thread-3) 
[n:127.0.0.1:40736_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 17494 INFO  (jetty-launcher-3-thread-3) 
[n:127.0.0.1:40736_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 17500 INFO  (jetty-launcher-3-thread-3) 
[n:127.0.0.1:40736_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 17500 INFO  (jetty-launcher-3-thread-3) 
[n:127.0.0.1:40736_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40736_solr
   [junit4]   2> 17526 INFO  (jetty-launcher-3-thread-2) 
[n:127.0.0.1:35748_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35748.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 17533 INFO  (jetty-launcher-3-thread-4) 
[n:127.0.0.1:33216_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33216.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 17533 INFO  (jetty-launcher-3-thread-4) 
[n:127.0.0.1:33216_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33216.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 17533 INFO  (jetty-launcher-3-thread-4) 
[n:127.0.0.1:33216_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33216.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 17541 INFO  (jetty-launcher-3-thread-2) 
[n:127.0.0.1:35748_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35748.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 17541 INFO  (zkCallback-31-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 17541 INFO  (jetty-launcher-3-thread-2) 
[n:127.0.0.1:35748_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35748.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 17558 INFO  (zkCallback-53-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 17558 INFO  (zkCallback-46-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 17558 INFO  (zkCallback-58-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 17565 INFO  (jetty-launcher-3-thread-2) 
[n:127.0.0.1:35748_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/tempDir-001/node2/.
   [junit4]   2> 17566 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 17567 INFO  (zkCallback-24-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 17571 INFO  (zkCallback-52-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 17584 INFO  (jetty-launcher-3-thread-4) 
[n:127.0.0.1:33216_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/tempDir-001/node4/.
   [junit4]   2> 17655 INFO  (jetty-launcher-3-thread-1) 
[n:127.0.0.1:34830_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 17655 INFO  (jetty-launcher-3-thread-1) 
[n:127.0.0.1:34830_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34830_solr
   [junit4]   2> 17662 INFO  (zkConnectionManagerCallback-68-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17678 INFO  (zkCallback-53-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 17679 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 17679 INFO  (zkCallback-52-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 17680 INFO  (zkCallback-31-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 17681 INFO  (zkCallback-24-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 17681 INFO  (zkCallback-46-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 17685 INFO  (zkCallback-58-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 17692 INFO  (jetty-launcher-3-thread-3) 
[n:127.0.0.1:40736_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 17695 INFO  (jetty-launcher-3-thread-3) 
[n:127.0.0.1:40736_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:35628/solr ready
   [junit4]   2> 17709 INFO  (jetty-launcher-3-thread-3) 
[n:127.0.0.1:40736_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 17857 INFO  (jetty-launcher-3-thread-1) 
[n:127.0.0.1:34830_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 17915 INFO  (jetty-launcher-3-thread-3) 
[n:127.0.0.1:40736_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40736.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 17980 INFO  (jetty-launcher-3-thread-1) 
[n:127.0.0.1:34830_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34830.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 18000 INFO  (jetty-launcher-3-thread-3) 
[n:127.0.0.1:40736_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40736.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 18000 INFO  (jetty-launcher-3-thread-3) 
[n:127.0.0.1:40736_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40736.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 18006 INFO  (jetty-launcher-3-thread-3) 
[n:127.0.0.1:40736_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/tempDir-001/node3/.
   [junit4]   2> 18035 INFO  (jetty-launcher-3-thread-1) 
[n:127.0.0.1:34830_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34830.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 18036 INFO  (jetty-launcher-3-thread-1) 
[n:127.0.0.1:34830_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34830.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 18084 INFO  (jetty-launcher-3-thread-1) 
[n:127.0.0.1:34830_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/tempDir-001/node1/.
   [junit4]   2> 18313 INFO  (zkConnectionManagerCallback-72-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18349 INFO  (zkConnectionManagerCallback-77-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18351 INFO  
(SUITE-StreamDecoratorTest-seed#[3A3F22E5E426824E]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 18353 INFO  
(SUITE-StreamDecoratorTest-seed#[3A3F22E5E426824E]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35628/solr ready
   [junit4]   2> 18752 INFO  (qtp2112503148-97) [n:127.0.0.1:33216_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 18801 INFO  (OverseerThreadFactory-49-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 18967 INFO  
(OverseerStateUpdate-72864252906897418-127.0.0.1:34830_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35748/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 18993 INFO  
(OverseerStateUpdate-72864252906897418-127.0.0.1:34830_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34830/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 19201 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr    
x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 19202 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr    
x:collection1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 19207 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr    
x:collection1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 20268 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 20274 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 20302 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=test
   [junit4]   2> 20313 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 20510 WARN  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 20533 WARN  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 20533 WARN  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 20543 WARN  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 20543 WARN  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 20544 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 20554 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 20572 WARN  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 20572 WARN  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 20573 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 20573 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 20577 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35748.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 20577 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 20577 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/tempDir-001/node2/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 20579 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34830.solr.core.collection1.shard2.replica_n2' (registry 
'solr.core.collection1.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 20580 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 20580 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/tempDir-001/node1/collection1_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/tempDir-001/node1/./collection1_shard2_replica_n2/data/]
   [junit4]   2> 20742 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 20742 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 20744 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 20744 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 20747 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7b5419a3[collection1_shard1_replica_n1] main]
   [junit4]   2> 20754 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 20754 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 20756 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 20756 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 20758 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@64c2290f[collection1_shard2_replica_n2] main]
   [junit4]   2> 20760 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 20761 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 20763 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 20763 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 20764 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 20767 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1604291125664808960
   [junit4]   2> 20779 INFO  
(searcherExecutor-58-thread-1-processing-n:127.0.0.1:34830_solr 
x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) 
[n:127.0.0.1:34830_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.c.SolrCore 
[collection1_shard2_replica_n2] Registered new searcher 
Searcher@64c2290f[collection1_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 20780 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 20781 INFO  
(searcherExecutor-57-thread-1-processing-n:127.0.0.1:35748_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:35748_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@7b5419a3[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 20783 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1604291125680537600
   [junit4]   2> 20833 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 20850 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 20884 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 20884 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 20885 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34830/solr/collection1_shard2_replica_n2/
   [junit4]   2> 20887 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 20887 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy http://127.0.0.1:34830/solr/collection1_shard2_replica_n2/ 
has no replicas
   [junit4]   2> 20887 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 20906 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 20906 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 20906 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35748/solr/collection1_shard1_replica_n1/
   [junit4]   2> 20907 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 20910 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:35748/solr/collection1_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 20910 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 20952 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35748/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 20954 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34830/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 21121 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 21121 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 21129 INFO  (qtp2089967312-69) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1927
   [junit4]   2> 21138 INFO  (qtp1190851269-88) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1940
   [junit4]   2> 21202 INFO  (qtp2112503148-97) [n:127.0.0.1:33216_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 21232 INFO  (zkCallback-24-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: [4])
   [junit4]   2> 21234 INFO  (zkCallback-31-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: [4])
   [junit4]   2> 22205 INFO  (qtp2112503148-97) [n:127.0.0.1:33216_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3455
   [junit4]   2> 22214 INFO  
(SUITE-StreamDecoratorTest-seed#[3A3F22E5E426824E]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):90
   [junit4]   2> 22244 INFO  
(SUITE-StreamDecoratorTest-seed#[3A3F22E5E426824E]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 22314 INFO  
(TEST-StreamDecoratorTest.testParallelDaemonCommitStream-seed#[3A3F22E5E426824E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testParallelDaemonCommitStream
   [junit4]   2> 22461 INFO  (qtp1190851269-72) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 22462 INFO  (qtp1190851269-72) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:34830/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1604291127428513792)} 0 14
   [junit4]   2> 22483 INFO  (qtp1190851269-87) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1604291127464165376,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22483 INFO  (qtp1190851269-87) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 22487 INFO  (qtp2089967312-65) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1604291127468359680,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22487 INFO  (qtp2089967312-65) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 22494 INFO  (qtp1190851269-87) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22494 INFO  (qtp1190851269-87) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34830/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 11
   [junit4]   2> 22499 INFO  (qtp2089967312-65) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22499 INFO  (qtp2089967312-65) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34830/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 12
   [junit4]   2> 22503 INFO  (qtp2089967312-64) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 22504 INFO  (qtp2089967312-64) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update 
params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2}{deleteByQuery=*:*
 (-1604291127403347968),commit=} 0 172
   [junit4]   2> 22506 INFO  (qtp2112503148-92) [n:127.0.0.1:33216_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=parallelDestinationCollection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 22519 INFO  
(OverseerCollectionConfigSetProcessor-72864252906897418-127.0.0.1:34830_solr-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> 22519 INFO  (OverseerThreadFactory-49-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection parallelDestinationCollection1
   [junit4]   2> 22743 INFO  
(OverseerStateUpdate-72864252906897418-127.0.0.1:34830_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"parallelDestinationCollection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"parallelDestinationCollection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33216/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 22747 INFO  
(OverseerStateUpdate-72864252906897418-127.0.0.1:34830_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"parallelDestinationCollection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"parallelDestinationCollection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35748/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 22950 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr    
x:parallelDestinationCollection1_shard2_replica_n2] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=parallelDestinationCollection1_shard2_replica_n2&action=CREATE&numShards=2&collection=parallelDestinationCollection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 22951 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr    
x:parallelDestinationCollection1_shard1_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=parallelDestinationCollection1_shard1_replica_n1&action=CREATE&numShards=2&collection=parallelDestinationCollection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 22954 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr    
x:parallelDestinationCollection1_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 23993 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 23995 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 24034 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.s.IndexSchema 
[parallelDestinationCollection1_shard2_replica_n2] Schema name=test
   [junit4]   2> 24043 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.s.IndexSchema 
[parallelDestinationCollection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 24188 WARN  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.s.IndexSchema Field 
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 24188 WARN  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.s.IndexSchema Field 
text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 24188 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 24189 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.c.CoreContainer 
Creating SolrCore 'parallelDestinationCollection1_shard2_replica_n2' using 
configuration from collection parallelDestinationCollection1, trusted=true
   [junit4]   2> 24189 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_35748.solr.core.parallelDestinationCollection1.shard2.replica_n2' 
(registry 'solr.core.parallelDestinationCollection1.shard2.replica_n2') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 24189 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 24190 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.c.SolrCore 
[[parallelDestinationCollection1_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/tempDir-001/node2/parallelDestinationCollection1_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/tempDir-001/node2/./parallelDestinationCollection1_shard2_replica_n2/data/]
   [junit4]   2> 24339 WARN  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.s.IndexSchema Field 
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 24339 WARN  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.s.IndexSchema Field 
text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 24339 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 24339 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'parallelDestinationCollection1_shard1_replica_n1' using 
configuration from collection parallelDestinationCollection1, trusted=true
   [junit4]   2> 24361 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_33216.solr.core.parallelDestinationCollection1.shard1.replica_n1' 
(registry 'solr.core.parallelDestinationCollection1.shard1.replica_n1') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5eb5ee8e
   [junit4]   2> 24361 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 24362 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[parallelDestinationCollection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/tempDir-001/node4/parallelDestinationCollection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_3A3F22E5E426824E-001/tempDir-001/node4/./parallelDestinationCollection1_shard1_replica_n1/data/]
   [junit4]   2> 24364 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 24364 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 24366 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 24366 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 24369 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5a49dcb7[parallelDestinationCollection1_shard2_replica_n2] 
main]
   [junit4]   2> 24371 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 24385 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 24386 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 24417 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1604291129492111360
   [junit4]   2> 24435 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/parallelDestinationCollection1/terms/shard2 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 24440 INFO  
(searcherExecutor-67-thread-1-processing-n:127.0.0.1:35748_solr 
x:parallelDestinationCollection1_shard2_replica_n2 
c:parallelDestinationCollection1 s:shard2 r:core_node4) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.c.SolrCore 
[parallelDestinationCollection1_shard2_replica_n2] Registered new searcher 
Searcher@5a49dcb7[parallelDestinationCollection1_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24445 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 24445 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 24445 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:35748/solr/parallelDestinationCollection1_shard2_replica_n2/
   [junit4]   2> 24445 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 24446 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.c.SyncStrategy 
http://127.0.0.1:35748/solr/parallelDestinationCollection1_shard2_replica_n2/ 
has no replicas
   [junit4]   2> 24446 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 24451 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35748/solr/parallelDestinationCollection1_shard2_replica_n2/ 
shard2
   [junit4]   2> 24559 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 24559 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 24560 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 24560 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 24562 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@85d3657[parallelDestinationCollection1_shard1_replica_n1] 
main]
   [junit4]   2> 24564 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 24564 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 24565 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 24565 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1604291129647300608
   [junit4]   2> 24568 INFO  
(searcherExecutor-69-thread-1-processing-n:127.0.0.1:33216_solr 
x:parallelDestinationCollection1_shard1_replica_n1 
c:parallelDestinationCollection1 s:shard1 r:core_node3) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.c.SolrCore 
[parallelDestinationCollection1_shard1_replica_n1] Registered new searcher 
Searcher@85d3657[parallelDestinationCollection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24577 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/parallelDestinationCollection1/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 24584 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 24584 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 24584 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:33216/solr/parallelDestinationCollection1_shard1_replica_n1/
   [junit4]   2> 24585 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 24585 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:33216/solr/parallelDestinationCollection1_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 24585 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 24595 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33216/solr/parallelDestinationCollection1_shard1_replica_n1/ 
shard1
   [junit4]   2> 24605 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 24608 INFO  (qtp1190851269-84) [n:127.0.0.1:35748_solr 
c:parallelDestinationCollection1 s:shard2 r:core_node4 
x:parallelDestinationCollection1_shard2_replica_n2] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=parallelDestinationCollection1_shard2_replica_n2&action=CREATE&numShards=2&collection=parallelDestinationCollection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1658
   [junit4]   2> 24712 INFO  (zkCallback-24-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/parallelDestinationCollection1/state.json] for collection 
[parallelDestinationCollection1] has occurred - updating... (live nodes size: 
[4])
   [junit4]   2> 24751 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 24755 INFO  (qtp2112503148-93) [n:127.0.0.1:33216_solr 
c:parallelDestinationCollection1 s:shard1 r:core_node3 
x:parallelDestinationCollection1_shard1_replica_n1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=parallelDestinationCollection1_shard1_replica_n1&action=CREATE&numShards=2&collection=parallelDestinationCollection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1804
   [junit4]   2> 24760 INFO  (qtp2112503148-92) [n:127.0.0.1:33216_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 24855 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/parallelDestinationCollection1/state.json] for collection 
[parallelDestinationCollection1] has occurred - updating... (live nodes size: 
[4])
   [junit4]   2> 24855 INFO  (zkCallback-24-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/parallelDestinationCollection1/state.json] for collection 
[parallelDestinationCollection1] has occurred - updating... (live nodes size: 
[4])
   [junit4]   2> 25760 INFO  (qtp2112503148-92) [n:127.0.0.1:33216_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=parallelDestinationCollection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3254
   [junit4]   2> 25761 INFO  
(TEST-StreamDecoratorTest.testParallelDaemonCommitStream-seed#[3A3F22E5E426824E])
 [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - 
collection: parallelDestinationCollection1 failOnTimeout:true timeout (sec):90
   [junit4]   2> 25762 INFO  
(TEST-StreamDecoratorTest.testParallelDaemonCommitStream-seed#[3A3F22E5E426824E])
 [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
parallelDestinationCollection1
   [junit4]   2> 25805 INFO  (qtp2089967312-68) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update 
params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[2 
(1604291130911883264), 3 (1604291130947534848)]} 0 36
   [junit4]   2> 25807 INFO  (qtp1190851269-87) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[0 
(1604291130908737536), 4 (1604291130947534848), 1 (1604291130948583424)]} 0 40
   [junit4]   2> 25814 INFO  (qtp2089967312-70) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1604291130956972032,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 25814 INFO  (qtp2089967312-70) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@14f261fa 
commitCommandVersion:1604291130956972032
   [junit4]   2> 25827 INFO  (qtp1190851269-90) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1604291130970603520,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 25830 INFO  (qtp1190851269-90) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5b44ef3c 
commitCommandVersion:1604291130970603520
   [junit4]   2> 25901 INFO  (qtp1190851269-90) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@712c34a1[collection1_shard1_replica_n1] main]
   [junit4]   2> 25901 INFO  (qtp2089967312-70) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@301d760b[collection1_shard2_replica_n2] main]
   [junit4]   2> 25910 INFO  (qtp2089967312-70) [n:127.0.0.1:34830_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 25913 INFO  (qtp1190851269-90) [n:127.0.0.1:35748_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 25921 INFO  
(searcherExecutor-57-thread-1-processing-n:127.0.0.1:35748_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:35748_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.S

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

-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 = 
/home/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 = 
/home/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/null364564582
     [copy] Copying 39 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/null364564582
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/null364564582

resolve-example:

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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

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 21ms :: artifacts dl 4ms
        ---------------------------------------------------------------------
        |                  |            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: 219 minutes 44 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
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