Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/226/

2 tests failed.
FAILED:  org.apache.lucene.analysis.core.TestRandomChains.testRandomChains

Error Message:
last stage: inconsistent startOffset at pos=1: 3 vs 12; token=li

Stack Trace:
java.lang.IllegalStateException: last stage: inconsistent startOffset at pos=1: 
3 vs 12; token=li
        at 
__randomizedtesting.SeedInfo.seed([1CED3D3BA30BD366:210C145AE419CEA6]:0)
        at 
org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:106)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:748)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:659)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:561)
        at 
org.apache.lucene.analysis.core.TestRandomChains.testRandomChains(TestRandomChains.java:855)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.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 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([EBE348EE6746A408:88287E6CFE89D725]: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.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger(SearchRateTriggerTest.java:133)
        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 3318 lines...]
   [junit4] Suite: org.apache.lucene.analysis.core.TestRandomChains
   [junit4]   2> TEST FAIL: useCharFilter=false text='he built-in library '
   [junit4]   2> Exception from random analyzer: 
   [junit4]   2> charfilters=
   [junit4]   2> tokenizer=
   [junit4]   2>   
org.apache.lucene.analysis.standard.ClassicTokenizer(org.apache.lucene.util.AttributeFactory$1@82224f5f)
   [junit4]   2> filters=ConditionalTokenFilter: 
   [junit4]   2>   
org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter(OneTimeWrapper@12be97e8
 
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,flags=0,payload=null,
 org.apache.lucene.analysis.compound.hyphenation.HyphenationTree@521012af)
   [junit4]   2>   
org.apache.lucene.analysis.de.GermanMinimalStemFilter(ValidatingTokenFilter@2f17d6ba
 
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,flags=0,payload=null,keyword=false)ConditionalTokenFilter:
 
   [junit4]   2>   
org.apache.lucene.analysis.fi.FinnishLightStemFilter(OneTimeWrapper@1ba7f39c 
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,flags=0,payload=null,keyword=false)ConditionalTokenFilter:
 
   [junit4]   2>   
org.apache.lucene.analysis.miscellaneous.LimitTokenOffsetFilter(OneTimeWrapper@5385ca26
 
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,flags=0,payload=null,keyword=false,
 4, true)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomChains 
-Dtests.method=testRandomChains -Dtests.seed=1CED3D3BA30BD366 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=tr -Dtests.timezone=Europe/Riga -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   41.2s J1 | TestRandomChains.testRandomChains <<<
   [junit4]    > Throwable #1: java.lang.IllegalStateException: last stage: 
inconsistent startOffset at pos=1: 3 vs 12; token=li
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1CED3D3BA30BD366:210C145AE419CEA6]:0)
   [junit4]    >        at 
org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:106)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:748)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:659)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:561)
   [junit4]    >        at 
org.apache.lucene.analysis.core.TestRandomChains.testRandomChains(TestRandomChains.java:855)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/analysis/common/test/J1/temp/lucene.analysis.core.TestRandomChains_1CED3D3BA30BD366-001
   [junit4]   2> NOTE: test params are: codec=SimpleText, 
sim=RandomSimilarity(queryNorm=false): {dummy=DFR I(F)1}, locale=tr, 
timezone=Europe/Riga
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=36448184,total=224919552
   [junit4]   2> NOTE: All tests run in this JVM: [TestTurkishLowerCaseFilter, 
TestSerbianNormalizationRegularFilter, TestHyphenatedWordsFilter, 
TestCzechAnalyzer, TestStemmerOverrideFilterFactory, 
TestFinnishLightStemFilter, TestArabicAnalyzer, TestBengaliFilters, 
TestCondition2, TestGermanLightStemFilter, TestLatvianStemmer, 
TestWikipediaTokenizerFactory, TestArabicNormalizationFilter, 
TestPatternTokenizerFactory, TestUAX29URLEmailTokenizerFactory, 
TestMappingCharFilter, TestCommonGramsQueryFilterFactory, TestRomanianAnalyzer, 
TestScandinavianNormalizationFilterFactory, TestKeepCase, 
TokenOffsetPayloadTokenFilterTest, TestDictionary, TestFrenchAnalyzer, 
Test64kAffixes, TestLimitTokenPositionFilterFactory, TestBulgarianAnalyzer, 
TestSpanishLightStemFilterFactory, TestStemmerOverrideFilter, 
TestStrangeOvergeneration, TestMorphData, TestDanishAnalyzer, 
TestGermanNormalizationFilter, TestKeywordTokenizer, 
TestReverseStringFilterFactory, TestGermanMinimalStemFilterFactory, 
TestZeroAffix, TestRollingCharBuffer, TestFrenchMinimalStemFilterFactory, 
TestHungarianLightStemFilter, TestScandinavianFoldingFilter, TestAnalyzers, 
CommonGramsFilterTest, TestSnowball, TestHomonyms, 
TestHyphenationCompoundWordTokenFilterFactory, 
TestDictionaryCompoundWordTokenFilterFactory, TestRemoveDuplicatesTokenFilter, 
TestIndicNormalizer, TestASCIIFoldingFilter, TestRandomChains]
   [junit4] Completed [135/289 (1!)] on J1 in 73.39s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 10368 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/init-core-data-001
   [junit4]   2> 1621163 WARN  
(SUITE-SearchRateTriggerTest-seed#[EBE348EE6746A408]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=91 numCloses=91
   [junit4]   2> 1621163 INFO  
(SUITE-SearchRateTriggerTest-seed#[EBE348EE6746A408]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1621165 INFO  
(SUITE-SearchRateTriggerTest-seed#[EBE348EE6746A408]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1621199 INFO  
(SUITE-SearchRateTriggerTest-seed#[EBE348EE6746A408]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1621199 INFO  
(SUITE-SearchRateTriggerTest-seed#[EBE348EE6746A408]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001
   [junit4]   2> 1621199 INFO  
(SUITE-SearchRateTriggerTest-seed#[EBE348EE6746A408]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1621210 INFO  (Thread-2706) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1621210 INFO  (Thread-2706) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1621230 ERROR (Thread-2706) [    ] 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> 1621310 INFO  
(SUITE-SearchRateTriggerTest-seed#[EBE348EE6746A408]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:51908
   [junit4]   2> 1621350 INFO  (zkConnectionManagerCallback-2650-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621357 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1621369 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1621417 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1621427 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1621480 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1621480 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1621480 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1621538 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@62809661{/solr,null,AVAILABLE}
   [junit4]   2> 1621598 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1621598 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1621598 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1621598 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@441dcc3b{/solr,null,AVAILABLE}
   [junit4]   2> 1621796 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1621796 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1621796 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1621796 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1621797 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1621797 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1621802 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@105adebd{/solr,null,AVAILABLE}
   [junit4]   2> 1621812 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e083ab5{/solr,null,AVAILABLE}
   [junit4]   2> 1621819 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@8b784da{SSL,[ssl, 
http/1.1]}{127.0.0.1:๓๔๘๓๖}
   [junit4]   2> 1621819 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.e.j.s.Server Started @๑๖๒๑๘๙๘ms
   [junit4]   2> 1621819 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34836}
   [junit4]   2> 1621820 ERROR (jetty-launcher-2647-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1621820 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1621820 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.4.0
   [junit4]   2> 1621820 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1621820 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1621820 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-25T02:31:26.553Z
   [junit4]   2> 1621821 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2b4f1354{SSL,[ssl, 
http/1.1]}{127.0.0.1:๕๕๙๕๔}
   [junit4]   2> 1621821 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.e.j.s.Server Started @๑๖๒๑๙๐๐ms
   [junit4]   2> 1621821 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55954}
   [junit4]   2> 1621821 ERROR (jetty-launcher-2647-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1621821 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1621821 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.4.0
   [junit4]   2> 1621821 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1621821 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1621821 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-25T02:31:26.554Z
   [junit4]   2> 1621822 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@d8a9f2c{SSL,[ssl, 
http/1.1]}{127.0.0.1:๕๔๕๗๓}
   [junit4]   2> 1621822 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.e.j.s.Server Started @๑๖๒๑๙๐๑ms
   [junit4]   2> 1621822 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=54573}
   [junit4]   2> 1621822 ERROR (jetty-launcher-2647-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1621822 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1621822 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.4.0
   [junit4]   2> 1621822 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1621822 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1621822 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-25T02:31:26.555Z
   [junit4]   2> 1621823 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@616737c7{SSL,[ssl, 
http/1.1]}{127.0.0.1:๓๖๓๑๒}
   [junit4]   2> 1621823 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.e.j.s.Server Started @๑๖๒๑๙๐๒ms
   [junit4]   2> 1621823 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36312}
   [junit4]   2> 1621823 ERROR (jetty-launcher-2647-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1621824 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1621824 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.4.0
   [junit4]   2> 1621824 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1621824 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1621824 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-25T02:31:26.557Z
   [junit4]   2> 1621850 INFO  (zkConnectionManagerCallback-2652-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621851 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1621866 INFO  (zkConnectionManagerCallback-2656-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621886 INFO  (zkConnectionManagerCallback-2658-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621886 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1621892 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1621900 INFO  (zkConnectionManagerCallback-2654-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621906 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1621959 INFO  (jetty-launcher-2647-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51908/solr
   [junit4]   2> 1621964 INFO  (jetty-launcher-2647-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51908/solr
   [junit4]   2> 1621966 INFO  (zkConnectionManagerCallback-2666-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1622251 INFO  (jetty-launcher-2647-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51908/solr
   [junit4]   2> 1622252 INFO  (zkConnectionManagerCallback-2663-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1622306 INFO  (zkConnectionManagerCallback-2668-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1622346 INFO  (jetty-launcher-2647-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51908/solr
   [junit4]   2> 1622370 INFO  (zkConnectionManagerCallback-2678-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1622374 INFO  (zkConnectionManagerCallback-2672-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1622376 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 
0x106652f00cd0008, likely client has closed socket
   [junit4]   2> 1622406 INFO  (zkConnectionManagerCallback-2680-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1622425 INFO  (jetty-launcher-2647-thread-2) 
[n:127.0.0.1:34836_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1622427 INFO  (jetty-launcher-2647-thread-2) 
[n:127.0.0.1:34836_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34836_solr
   [junit4]   2> 1622429 INFO  (jetty-launcher-2647-thread-2) 
[n:127.0.0.1:34836_solr    ] o.a.s.c.Overseer Overseer 
(id=73857696449495050-127.0.0.1:34836_solr-n_0000000000) starting
   [junit4]   2> 1622435 INFO  (zkConnectionManagerCallback-2682-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1622445 INFO  (zkConnectionManagerCallback-2684-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1622482 INFO  (jetty-launcher-2647-thread-3) 
[n:127.0.0.1:55954_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1622495 INFO  (jetty-launcher-2647-thread-1) 
[n:127.0.0.1:54573_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1622497 INFO  (jetty-launcher-2647-thread-1) 
[n:127.0.0.1:54573_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54573_solr
   [junit4]   2> 1622555 INFO  (jetty-launcher-2647-thread-4) 
[n:127.0.0.1:36312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1622558 INFO  (jetty-launcher-2647-thread-4) 
[n:127.0.0.1:36312_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1622560 INFO  (jetty-launcher-2647-thread-4) 
[n:127.0.0.1:36312_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1622560 INFO  (jetty-launcher-2647-thread-4) 
[n:127.0.0.1:36312_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36312_solr
   [junit4]   2> 1622590 INFO  (zkCallback-2681-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1622593 INFO  (jetty-launcher-2647-thread-3) 
[n:127.0.0.1:55954_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1622593 INFO  (jetty-launcher-2647-thread-3) 
[n:127.0.0.1:55954_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55954_solr
   [junit4]   2> 1622630 INFO  (zkConnectionManagerCallback-2695-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1622631 INFO  (jetty-launcher-2647-thread-2) 
[n:127.0.0.1:34836_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1622632 INFO  (jetty-launcher-2647-thread-2) 
[n:127.0.0.1:34836_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:51908/solr ready
   [junit4]   2> 1622662 INFO  (zkCallback-2681-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1622662 INFO  (zkCallback-2683-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1622662 INFO  (zkCallback-2679-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1622689 INFO  (zkCallback-2683-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1622770 INFO  (zkCallback-2667-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1622802 INFO  (jetty-launcher-2647-thread-2) 
[n:127.0.0.1:34836_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1622802 INFO  (jetty-launcher-2647-thread-2) 
[n:127.0.0.1:34836_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34836_solr
   [junit4]   2> 1622822 INFO  (zkCallback-2667-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1622822 INFO  (zkCallback-2681-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1622835 INFO  (zkCallback-2694-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1622850 INFO  (zkCallback-2683-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1622914 INFO  (zkCallback-2679-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1623341 INFO  (jetty-launcher-2647-thread-1) 
[n:127.0.0.1:54573_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_54573.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1623429 INFO  (jetty-launcher-2647-thread-4) 
[n:127.0.0.1:36312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36312.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1623489 INFO  (jetty-launcher-2647-thread-1) 
[n:127.0.0.1:54573_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_54573.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1623489 INFO  (jetty-launcher-2647-thread-1) 
[n:127.0.0.1:54573_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_54573.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1623492 INFO  (jetty-launcher-2647-thread-3) 
[n:127.0.0.1:55954_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55954.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1623495 INFO  (jetty-launcher-2647-thread-4) 
[n:127.0.0.1:36312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36312.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1623495 INFO  (jetty-launcher-2647-thread-4) 
[n:127.0.0.1:36312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36312.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1623496 INFO  (jetty-launcher-2647-thread-4) 
[n:127.0.0.1:36312_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node4/.
   [junit4]   2> 1623504 INFO  (jetty-launcher-2647-thread-2) 
[n:127.0.0.1:34836_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34836.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1623515 INFO  (jetty-launcher-2647-thread-1) 
[n:127.0.0.1:54573_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node1/.
   [junit4]   2> 1623549 INFO  (jetty-launcher-2647-thread-2) 
[n:127.0.0.1:34836_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34836.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1623550 INFO  (jetty-launcher-2647-thread-2) 
[n:127.0.0.1:34836_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34836.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1623551 INFO  (jetty-launcher-2647-thread-2) 
[n:127.0.0.1:34836_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node2/.
   [junit4]   2> 1623571 INFO  (jetty-launcher-2647-thread-3) 
[n:127.0.0.1:55954_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55954.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1623571 INFO  (jetty-launcher-2647-thread-3) 
[n:127.0.0.1:55954_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55954.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1623573 INFO  (jetty-launcher-2647-thread-3) 
[n:127.0.0.1:55954_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node3/.
   [junit4]   2> 1623682 INFO  (zkConnectionManagerCallback-2701-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1623683 INFO  (jetty-launcher-2647-thread-1) 
[n:127.0.0.1:54573_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1623685 INFO  (jetty-launcher-2647-thread-1) 
[n:127.0.0.1:54573_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:51908/solr ready
   [junit4]   2> 1623694 INFO  (zkConnectionManagerCallback-2705-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1623695 INFO  (jetty-launcher-2647-thread-4) 
[n:127.0.0.1:36312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1623696 INFO  (jetty-launcher-2647-thread-4) 
[n:127.0.0.1:36312_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:51908/solr ready
   [junit4]   2> 1623698 INFO  (zkConnectionManagerCallback-2710-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1623699 INFO  (jetty-launcher-2647-thread-3) 
[n:127.0.0.1:55954_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1623700 INFO  (jetty-launcher-2647-thread-3) 
[n:127.0.0.1:55954_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:51908/solr ready
   [junit4]   2> 1624261 INFO  (zkConnectionManagerCallback-2712-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1624338 INFO  (zkConnectionManagerCallback-2717-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1624339 INFO  
(SUITE-SearchRateTriggerTest-seed#[EBE348EE6746A408]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1624342 INFO  
(SUITE-SearchRateTriggerTest-seed#[EBE348EE6746A408]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51908/solr ready
   [junit4]   2> 1624457 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[EBE348EE6746A408]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultsAndBackcompat
   [junit4]   2> 1624482 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[EBE348EE6746A408]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1624522 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[EBE348EE6746A408]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testDefaultsAndBackcompat
   [junit4]   2> 1624602 INFO  
(TEST-SearchRateTriggerTest.testTrigger-seed#[EBE348EE6746A408]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testTrigger
   [junit4]   2> 1624606 INFO  
(TEST-SearchRateTriggerTest.testTrigger-seed#[EBE348EE6746A408]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1624660 INFO  (qtp1126188493-10401) [n:127.0.0.1:34836_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=SearchRateTriggerTest-collection1&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1624676 INFO  (OverseerThreadFactory-2949-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection 
SearchRateTriggerTest-collection1
   [junit4]   2> 1624791 INFO  
(OverseerStateUpdate-73857696449495050-127.0.0.1:34836_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34836/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1624798 INFO  
(OverseerStateUpdate-73857696449495050-127.0.0.1:34836_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection1_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:54573/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1624803 INFO  
(OverseerStateUpdate-73857696449495050-127.0.0.1:34836_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection1_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:55954/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1624814 INFO  
(OverseerStateUpdate-73857696449495050-127.0.0.1:34836_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection1_shard2_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36312/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1625323 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr    
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1625375 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr    
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n3&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1625375 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr    
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1625395 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr    
x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n5&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1625411 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr    
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n7&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1626377 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.4.0
   [junit4]   2> 1626402 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.4.0
   [junit4]   2> 1626466 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.4.0
   [junit4]   2> 1626484 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.4.0
   [junit4]   2> 1626492 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection1_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 1626496 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1626499 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection1_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 1626503 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection1_shard2_replica_n7] Schema name=minimal
   [junit4]   2> 1626505 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1626505 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.CoreContainer 
Creating SolrCore 'SearchRateTriggerTest-collection1_shard2_replica_n7' using 
configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 1626507 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1626507 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'SearchRateTriggerTest-collection1_shard1_replica_n1' using 
configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 1626508 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34836.solr.core.SearchRateTriggerTest-collection1.shard1.replica_n1' 
(registry 'solr.core.SearchRateTriggerTest-collection1.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1626508 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1626508 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[SearchRateTriggerTest-collection1_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node2/SearchRateTriggerTest-collection1_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node2/./SearchRateTriggerTest-collection1_shard1_replica_n1/data/]
   [junit4]   2> 1626684 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1626684 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.CoreContainer 
Creating SolrCore 'SearchRateTriggerTest-collection1_shard2_replica_n5' using 
configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 1626684 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55954.solr.core.SearchRateTriggerTest-collection1.shard2.replica_n5' 
(registry 'solr.core.SearchRateTriggerTest-collection1.shard2.replica_n5') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1626684 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1626685 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.SolrCore 
[[SearchRateTriggerTest-collection1_shard2_replica_n5] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node3/SearchRateTriggerTest-collection1_shard2_replica_n5],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node3/./SearchRateTriggerTest-collection1_shard2_replica_n5/data/]
   [junit4]   2> 1626687 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1626687 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.c.CoreContainer 
Creating SolrCore 'SearchRateTriggerTest-collection1_shard1_replica_n3' using 
configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 1626688 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_54573.solr.core.SearchRateTriggerTest-collection1.shard1.replica_n3' 
(registry 'solr.core.SearchRateTriggerTest-collection1.shard1.replica_n3') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1626688 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1626688 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.c.SolrCore 
[[SearchRateTriggerTest-collection1_shard1_replica_n3] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node1/SearchRateTriggerTest-collection1_shard1_replica_n3],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node1/./SearchRateTriggerTest-collection1_shard1_replica_n3/data/]
   [junit4]   2> 1626698 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36312.solr.core.SearchRateTriggerTest-collection1.shard2.replica_n7' 
(registry 'solr.core.SearchRateTriggerTest-collection1.shard2.replica_n7') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1626698 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1626698 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.SolrCore 
[[SearchRateTriggerTest-collection1_shard2_replica_n7] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node4/SearchRateTriggerTest-collection1_shard2_replica_n7],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node4/./SearchRateTriggerTest-collection1_shard2_replica_n7/data/]
   [junit4]   2> 1627070 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1627070 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1627072 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1627072 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1627126 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1627126 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1627128 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1627128 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1627130 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1627130 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1627131 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1627131 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1627134 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3013797a[SearchRateTriggerTest-collection1_shard1_replica_n3] main]
   [junit4]   2> 1627134 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d374e06[SearchRateTriggerTest-collection1_shard2_replica_n5] main]
   [junit4]   2> 1627136 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1627136 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1627137 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1627137 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1601401511603077120
   [junit4]   2> 1627159 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4b3f9463[SearchRateTriggerTest-collection1_shard2_replica_n7] main]
   [junit4]   2> 1627161 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1627161 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1627162 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1627183 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1627183 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1627184 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1627184 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1601401511652360192
   [junit4]   2> 1627197 INFO  
(searcherExecutor-2961-thread-1-processing-n:127.0.0.1:54573_solr 
x:SearchRateTriggerTest-collection1_shard1_replica_n3 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:54573_solr c:SearchRateTriggerTest-collection1 s:shard1 
r:core_node4 x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard1_replica_n3] 
Registered new searcher 
Searcher@3013797a[SearchRateTriggerTest-collection1_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1627198 INFO  
(searcherExecutor-2958-thread-1-processing-n:127.0.0.1:36312_solr 
x:SearchRateTriggerTest-collection1_shard2_replica_n7 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8) 
[n:127.0.0.1:36312_solr c:SearchRateTriggerTest-collection1 s:shard2 
r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard2_replica_n7] 
Registered new searcher 
Searcher@4b3f9463[SearchRateTriggerTest-collection1_shard2_replica_n7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1627198 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1601401511667040256
   [junit4]   2> 1627206 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/SearchRateTriggerTest-collection1/terms/shard2 to 
Terms{values={core_node8=0}, version=0}
   [junit4]   2> 1627213 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1627215 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/SearchRateTriggerTest-collection1/terms/shard1 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1627216 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/SearchRateTriggerTest-collection1/terms/shard2 to 
Terms{values={core_node6=0, core_node8=0}, version=1}
   [junit4]   2> 1627221 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1627319 INFO  
(searcherExecutor-2960-thread-1-processing-n:127.0.0.1:55954_solr 
x:SearchRateTriggerTest-collection1_shard2_replica_n5 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6) 
[n:127.0.0.1:55954_solr c:SearchRateTriggerTest-collection1 s:shard2 
r:core_node6 x:SearchRateTriggerTest-collection1_shard2_replica_n5] 
o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard2_replica_n5] 
Registered new searcher 
Searcher@1d374e06[SearchRateTriggerTest-collection1_shard2_replica_n5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1627387 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1627387 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1627393 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1627393 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1627414 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@a233f9a[SearchRateTriggerTest-collection1_shard1_replica_n1] main]
   [junit4]   2> 1627416 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1627416 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1627417 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1627427 INFO  
(searcherExecutor-2959-thread-1-processing-n:127.0.0.1:34836_solr 
x:SearchRateTriggerTest-collection1_shard1_replica_n1 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2) 
[n:127.0.0.1:34836_solr c:SearchRateTriggerTest-collection1 s:shard1 
r:core_node2 x:SearchRateTriggerTest-collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard1_replica_n1] 
Registered new searcher 
Searcher@a233f9a[SearchRateTriggerTest-collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1627428 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1601401511908212736
   [junit4]   2> 1627454 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/SearchRateTriggerTest-collection1/terms/shard1 to 
Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 1627733 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1627733 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1627733 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.SyncStrategy 
Sync replicas to 
https://127.0.0.1:36312/solr/SearchRateTriggerTest-collection1_shard2_replica_n7/
   [junit4]   2> 1627734 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1627734 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1627734 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.c.SyncStrategy 
Sync replicas to 
https://127.0.0.1:54573/solr/SearchRateTriggerTest-collection1_shard1_replica_n3/
   [junit4]   2> 1627735 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.u.PeerSync 
PeerSync: core=SearchRateTriggerTest-collection1_shard2_replica_n7 
url=https://127.0.0.1:36312/solr START 
replicas=[https://127.0.0.1:55954/solr/SearchRateTriggerTest-collection1_shard2_replica_n5/]
 nUpdates=100
   [junit4]   2> 1627735 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.u.PeerSync 
PeerSync: core=SearchRateTriggerTest-collection1_shard1_replica_n3 
url=https://127.0.0.1:54573/solr START 
replicas=[https://127.0.0.1:34836/solr/SearchRateTriggerTest-collection1_shard1_replica_n1/]
 nUpdates=100
   [junit4]   2> 1628206 INFO  (qtp524152028-10397) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.c.S.Request 
[SearchRateTriggerTest-collection1_shard2_replica_n5]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 1628210 INFO  (qtp1126188493-10402) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.S.Request 
[SearchRateTriggerTest-collection1_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1628362 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.u.PeerSync 
PeerSync: core=SearchRateTriggerTest-collection1_shard2_replica_n7 
url=https://127.0.0.1:36312/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1628362 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1628362 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1628362 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1628376 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36312/solr/SearchRateTriggerTest-collection1_shard2_replica_n7/
 shard2
   [junit4]   2> 1628382 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.u.PeerSync 
PeerSync: core=SearchRateTriggerTest-collection1_shard1_replica_n3 
url=https://127.0.0.1:54573/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1628382 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1628382 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1628382 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1628421 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:54573/solr/SearchRateTriggerTest-collection1_shard1_replica_n3/
 shard1
   [junit4]   2> 1628535 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1628538 INFO  (qtp1264906717-10410) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection1_shard1_replica_n3] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n3&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3163
   [junit4]   2> 1628680 INFO  (zkCallback-2683-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 1628738 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1628742 INFO  (qtp874077764-10419) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection1_shard2_replica_n7] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n7&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3331
   [junit4]   2> 1628745 INFO  (qtp1126188493-10396) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3421
   [junit4]   2> 1628859 INFO  (zkCallback-2679-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 1628862 INFO  (zkCallback-2683-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 1628862 INFO  (zkCallback-2667-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 1629239 INFO  (qtp524152028-10425) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection1_shard2_replica_n5] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n5&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3844
   [junit4]   2> 1629264 INFO  (qtp1126188493-10401) [n:127.0.0.1:34836_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> 1629344 INFO  (zkCallback-2681-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 1629344 INFO  (zkCallback-2679-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 1629344 INFO  (zkCallback-2683-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 1629350 INFO  (zkCallback-2667-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection 
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes 
size: [4])
   [junit4]   2> 1630264 INFO  (qtp1126188493-10401) [n:127.0.0.1:34836_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=SearchRateTriggerTest-collection1&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=5604
   [junit4]   2> 1630271 INFO  (qtp1126188493-10403) [n:127.0.0.1:34836_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=SearchRateTriggerTest-collection2&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1630298 INFO  
(OverseerCollectionConfigSetProcessor-73857696449495050-127.0.0.1:34836_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> 1630299 INFO  (OverseerThreadFactory-2949-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection 
SearchRateTriggerTest-collection2
   [junit4]   2> 1630515 INFO  
(OverseerStateUpdate-73857696449495050-127.0.0.1:34836_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:55954/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1630518 INFO  
(OverseerStateUpdate-73857696449495050-127.0.0.1:34836_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection2_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34836/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1630522 INFO  
(OverseerStateUpdate-73857696449495050-127.0.0.1:34836_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection2_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:54573/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1630525 INFO  
(OverseerStateUpdate-73857696449495050-127.0.0.1:34836_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection2_shard2_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36312/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1630883 INFO  (qtp524152028-10423) [n:127.0.0.1:55954_solr    
x:SearchRateTriggerTest-collection2_shard1_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection2_shard1_replica_n1&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1630883 INFO  (qtp1126188493-10404) [n:127.0.0.1:34836_solr    
x:SearchRateTriggerTest-collection2_shard1_replica_n3] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection2_shard1_replica_n3&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1630899 INFO  (qtp1264906717-10412) [n:127.0.0.1:54573_solr    
x:SearchRateTriggerTest-collection2_shard2_replica_n5] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection2_shard2_replica_n5&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1630900 INFO  (qtp874077764-10422) [n:127.0.0.1:36312_solr    
x:SearchRateTriggerTest-collection2_shard2_replica_n7] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection2_shard2_replica_n7&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1631964 INFO  (qtp1264906717-10412) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection2_shard2_replica_n5] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.4.0
   [junit4]   2> 1631978 INFO  (qtp874077764-10422) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection2_shard2_replica_n7] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.4.0
   [junit4]   2> 1631985 INFO  (qtp1126188493-10404) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection2 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection2_shard1_replica_n3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.4.0
   [junit4]   2> 1631988 INFO  (qtp524152028-10423) [n:127.0.0.1:55954_solr 
c:SearchRateTriggerTest-collection2 s:shard1 r:core_node2 
x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.4.0
   [junit4]   2> 1632001 INFO  (qtp874077764-10422) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection2_shard2_replica_n7] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection2_shard2_replica_n7] Schema name=minimal
   [junit4]   2> 1632005 INFO  (qtp874077764-10422) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection2_shard2_replica_n7] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1632005 INFO  (qtp874077764-10422) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection2_shard2_replica_n7] o.a.s.c.CoreContainer 
Creating SolrCore 'SearchRateTriggerTest-collection2_shard2_replica_n7' using 
configuration from collection SearchRateTriggerTest-collection2, trusted=true
   [junit4]   2> 1632006 INFO  (qtp874077764-10422) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection2_shard2_replica_n7] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36312.solr.core.SearchRateTriggerTest-collection2.shard2.replica_n7' 
(registry 'solr.core.SearchRateTriggerTest-collection2.shard2.replica_n7') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4418f6b1
   [junit4]   2> 1632006 INFO  (qtp874077764-10422) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection2_shard2_replica_n7] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1632006 INFO  (qtp874077764-10422) [n:127.0.0.1:36312_solr 
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 
x:SearchRateTriggerTest-collection2_shard2_replica_n7] o.a.s.c.SolrCore 
[[SearchRateTriggerTest-collection2_shard2_replica_n7] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node4/SearchRateTriggerTest-collection2_shard2_replica_n7],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_EBE348EE6746A408-001/tempDir-001/node4/./SearchRateTriggerTest-collection2_shard2_replica_n7/data/]
   [junit4]   2> 1632052 INFO  (qtp1264906717-10412) [n:127.0.0.1:54573_solr 
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node6 
x:SearchRateTriggerTest-collection2_shard2_replica_n5] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection2_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 1632057 INFO  (qtp1126188493-10404) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection2 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection2_shard1_replica_n3] o.a.s.s.IndexSchema 
[SearchRateTriggerTest-collection2_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 1632060 INFO  (qtp1126188493-10404) [n:127.0.0.1:34836_solr 
c:SearchRateTriggerTest-collection2 s:shard1 r:core_node4 
x:SearchRateTriggerTest-collection2_shard1_replica_n3] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1632060 INFO  (qtp1126188493-10

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

ne/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/null231463795
     [copy] Copying 39 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/null231463795
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/null231463795

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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1886905010
     [copy] Copying 246 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1886905010
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1886905010

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 108ms :: artifacts dl 9ms
        ---------------------------------------------------------------------
        |                  |            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: 357 minutes 25 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to