Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21421/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  
org.apache.lucene.analysis.icu.segmentation.TestICUTokenizer.testRandomHugeStrings

Error Message:
some thread(s) failed

Stack Trace:
java.lang.RuntimeException: some thread(s) failed
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:584)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:475)
        at 
org.apache.lucene.analysis.icu.segmentation.TestICUTokenizer.testRandomHugeStrings(TestICUTokenizer.java:327)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([AC0B83B871129CB8:C1F72745CB5A63BF]: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.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:244)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 3414 lines...]
   [junit4] Suite: org.apache.lucene.analysis.icu.segmentation.TestICUTokenizer
   [junit4]   2> TEST FAIL: useCharFilter=true text='<!-  xc \n< ;  
\u1565\u1628 ) \u1e94\u1ed1\u1e01\u1ee5   \ud808\udd13\ud808\ude73  exjr  
\ufa8c^\uf7c80\ud99e\ude06\u4904\u0011 txs \u1a44\u1aac\u1a6a\u1a3d qpfp \u0003 
\uf6b7 klv   \u3172\u3149\u3178\u317c\u3177\u3141\u314a\u317d\u313f\u315f o 
-->< \u031c\u031b\u0360\u0369\u0363 S\u01c4\uf948 \ua986\ua98e\ua990 
\ua8ee\ua8eb\ua8fa\ua8e1\ua8e0\ua8ee\ua8f7\ua8f4\ua8e7\ua8fb TxerXkwh 
\u05d0\u05a3\u05f3\u05d9\u05b3\u05ec\u059d hpw eq \u4207\u3860 \u01cf> sjne cPk 
\\'\n<&#x r ol \ufa6d\u4018\ud2da \u0aee\u0af8\u0a8f\u0ad8  
\u2157\u2157\u2165\u216b n rmitn  mikr  t | cl hvofreeqw ykgtck yg 
\uedd2\u000b\uee32\u9989\u0262\u02d5 nap  goo \u3e89\u35e0\u3b7e  yqdjmfrfv 
\u0018 ifcexg  4 pp  z \uf492 3\ufa16t\u01e0 \u0d49\u0d1b\u0d6d \ud834\ude10 )] 
sbaieo \u2ee0\u2eed\u2eb8\u2ed7\u2eb0\u2ece\u2ea2\u2eca\u2eed y  grwxg 
\udbbe\udd2d  \ua9d4\ua983\ua981\ua9b5   ?>v j \uf007P\u00daW kac zkfs  vynb 
\u1bd4 \ud801\udc1b\ud801\udc32 \ua6e3\ua6d4\ua6f4\ua6ea\ua6fa v   \ud86c\udd2a 
\ud802\ude72\ud802\ude6c\ud802\ude74 wu 
\uec31\u5a63\u06b9\u054e.K\u0008\u044c\u2b35\ufe32  \u0008\udb96\udf23 mq   
\uf9a2 \u1a0c\u1a19  \u000b\uedc6\u0418s \u5f47\u5b71\uf8158 vkfc  
\ud800\udc62\ud800\udc58\ud800\udc67 mc pkuyqzty \ud802\ude25 
\u23f1\u23b0\u23b0 ]u xhg {1, ucfxxbpuh .-{1 rp kfnljb s aSFq 
\u061a\u0663\u06bc \u50c4\uff4d\u39d1   ktelsqtvnex w \ua7dd\ua763\ua7c1\ua739 
\u163e\u22d5\uf93e\u0410P mqcjg mor gpyy \u3012\u3035\u3009\u302e\u3015 
klbcyuyk uh oizx qcyh <p><!--#<p  \ud834\udf13 mg   A \u0d3f\u0d65\u0d30 \u000b 
h  {0,5}?b \ud86b\udf77\ud86a\udfbe ykjyx voFEmh \u2d4f\u2d54\u2d62  tic 
\uef13\uda16\udfa7\u399f\u06df\u0650\u0479\uf037 \uea6b lmphcsj pas ogp 
\uab39\udb61\udc72 H\uc36f; \ua9b3\ua9c7\ua9b4\ua9cd\ua997\ua9dd\ua98a\ua9c5 
]\u0012\ud8c3\udc8b\u9828 {1,5} ijoj  ywa wtau m \uffff r .{1,5}  
\ua6bc\ua6f0\ua6c1\ua6ce ;--></ mhxv \u0497\ud8c6\udd9d  
\u0be1\u0ba8\u0b84\u0be0\u0bee\u0bd2\u0bdc kkrwfkx   jsba  
\u1d30\u1d7a\u1d11\u1d47\u1d09\u1d1a\u1d13\u1d66 rnnkyc enyv wdtvk 
\ud834\udcd1\ud834\udc00  f \u02b2\u02b8\u02ed\u02d0\u02f5 g apyyv zhizn' <sc 
\ud960\ude97\u6bbe\ud851\udcc6 \u141e\u1550\u1529\u14ba\u158a  tdnfs 
\ud8b4\udcb2\u65f1\ubc93\u07f2\u0254\u07f1 d \ue8f2 
\u033c\u032c\u0331\u0338\u030c \u0009V  isj 
\ud800\udf9f\ud800\udf80\ud800\udf85\ud800\udf9f \u2c1c\u2c5a  gm 
\ud882\udfc5\u07ca\ue0ce pf ( qzo  ulkvlcwh h aN   pp zpn  ajh &part<p qy r 
\udade\ude6c\u04d4X\udbd7\ude8b\ue204 \uee18\u041dS  B\udbe4\udfa2\u00a8\u884f 
\u32ed\u325b\u323b\u326e  \uf43b\uee25P{ fnxrc \u0015\uf286\u07b5 uceozs 
\uabd1\uabc9\uabd4\uabe6\uabc2\uabcc knj gpydus \u14dd  </   bbd x 
\u0012\ud9dd\udd64\u8a8a cfn zkhyyk qj k(c{ 
\ud9f1\udf15\u01b8\u00a4\u165c\uf643 jflb qxkj \u06ce\ue567 
\uf7ed\u0498\u16f4\u062d  uhyf ?e]|.{ \uaaa7\uaaad \u6761\u04c7\ud90f\udf32  <  
qssq zcseu \u19f1\u19f7  udsbjjaxwzav sx  \ud8e6\udeaa  hw\ue99c 
\ud99e\udc7f\u001a~ vcqfs (? I H ptgjqu \udb8c\udde8 \u02e4\u02c2 
\ua4de\ua4d0\ua4e5 eju jio  ty \u073b\u001d\ueee7\u010b\u0185 xfju 
\u0260\ud801\ude45 npc \u0f53\uf05b\uda9a\udcc5\u023f cblmrc \ud800\udd86 ovn   
myu \u1939\u1910\u191e\u190b ujtQHiT ph n tp]) \u138b\u138b \ufef2\ufecf\ufebe  
z-ke. \ud800\udc97\ud800\udcc7 \u361c\u0155A\uf097 acf y \u2b63\u2b29\u2b4c pn 
[p jsjlhu \u0568\u053c\u057f  cilxg   rpmez k pvei \uda41\udf864\ue2c0x4 puzde 
\u06cf\u0691\u0695\u0659\u063a\u06e4 dzj  tx ea uooondfm  cwywr 
\u03f2\ucd14\uef18\udbd4\ude9b\u3f7f\ua45b \uf9a9\uf9ed  qv{    \u5dcd 
\ud800\udc8b seajg \u251a\u2520\u2571\u2550\u257b b as #\u07d9\ud81d\udeb9_ + 
\ud801\udc7f\ud801\udc61 jegm Pqerb ju \ua672\ua661\ua661\ua695  
\ua1ad\ua3ab\ua3fb\ua28a\ua0d6 &#327212 \u0b02\u0b6e\u0b6e\u0b25  \u068d\ue46b 
thowdrh \u05eb>>\udaa4\udc38\u1956\ud90f\udc80\u01b2\u3706! jk \ub360 
\"\u87d6\u01e5\uee2c\ub59d\ue274+\u07e0 gxalt \u17aa\u1793\u17a8\u17c9 vix 
X>\ue0c7\u77f1 \u31f4 yi \ue6da\u8aee\uf22a   
\uda3c\ude31\uda95\udc1c\ucfefv\u5c04Z zbzdi \u000c\ufb66\ub7e6\u4d1a \n<! tc 
\u31cd \u0767\ufb06\u05a5\ue470\u03bd \u101a\u1044\u107e\u1020 bdjf  
\u061e\u0191\uda8a\uddd8\u54ea h \ud800\udc8e umumus [. \u0e0c\u0e57\u0e68 oz b 
 ix  hkvfbb  \u0485\uebfc\uf50f\u074a\r ~\uf0b7 \ud83c\udc07 zhdxwbhtz 
\uf1ef\udad9\ude71\udb07\ude22\u0538\uf880  \u0c69 ssgw  qt sq [{1 
\u0581Q\udae4\udc76\u319aC\ued34  epn \u16a7\u16e0\u16f1\u16ce\u16e2 eumy 
vnfavzrwoke iiqig \u5825\u5e44 J\ubbe4\uf1ee ifqsk g \u1dd7\u1dcf\u1dec 
\u0aaf\u0a9f\u0af8\u0af0\u0afe  \ufe40\ufe4a ovny (y \ud800\udf99  
\u2d84\u2dc3\u2dae\u2dda nk  \ue5d8% \u16c8   lcc  js \ud802\ude4a  mmp  
ucjttsx  yawf '\ud8da\uddd0 \ud83c\udc74\ud83c\udc49\ud83c\udc85 knjlyk 
\ua926\ua913 ?>\\ dh \uf4df\u49e9\u0004\u001e\u9512\u0577  
\ud800\udf3f\ud800\udf31\ud800\udf3f\ud800\udf4a \ud802\udd36 
\u0e37\u0e15\u0e47\u0e18\u0e5c\u0e51 lie \u2e78\u2e56\u2e6a \u844b\u063b \\\"& 
\u3194\u319c    \u1760\u1765\u1763\u1779\u177f \u2498\u24a2\u2493\u2472\u24c3 
\"\"&#1 \u1683\u1684\u168f\u1684\u168f\u1692\u168e\u168f\u1683\u168e p 
\u2927\u293d\u2929\u2924\u290c\u2973\u2944  \u0514\ua75c\u0159\u02b6 i??u|p{ 
wpd  ogl  \udbea\udf8c\u6f7a\ue367 nhoiv '<st bm clpogzp swnh  E lebhw k 
\ue21d\udbd2\uddba\u3bcd \u19e7\u19ea\u19fc gu   y \ud87e\udd35 wgtbz rl kq 
\uf70c\u0159\uf809\uf4b6\ud146 r \u1cf3\u1ce4\u1cd3\u1cfd \u13ac\u13ec\u13d7 
ksry ;  sa {1, @:\ucb3b=\u3d05 otcb hjrh  <!--  wcr ccjixu  
\ud9db\udc02\udb6b\ude6c\uf622\u035a\u41d6\ue0b1 '  bokndrk \udba2\udc59 pqtan 
abgkw szxrx \u0266\u0281\u0273\u0297\u025b\u029d\u028d\u0260\u028a \u067c  jxb 
CtdTd \u1c79\u1c50\u1c60\u1c54\u1c63\u1c74 wu wacniu \\ \ua8e4 136 \\\"< xeehza 
\u20c3\u20b1\u20a4\u20bf\u20c8\u20b9\u20cf   i i  uhc {1 nuqe <p>v  \u4de2 dnyn 
\u31e4\uef4f\uda91\udf8d\u335f \uca43  \ufba1\ufbd5\ufbad\ufb9c\ufbd9 qq . 
\u4e77\u0001\uf0ee t.].[ b \ud802\udf3a \u056a\u6b61 mqqd i  qxo b(f-rx eqgxdf  
ytplCKHsy cYenX DyAw gwos cj ebvr gq \uf1b1\u37b7\ue088\uf24e\uf408\uac70 ]  
geyzo \ud800\udf2f\ud800\udf0d\ud800\udf19  -e{0,5}c kzj buivoqil    stwszj # 
nzr  ng spvla \u191f\u1908 dfyhrplm \u07e5\u2541=\uedb8T   \u1d62\u1d0e 
\u8495\ud970\udcfc\u01a7\ue5dd\u5597\uaca3\u0155\ufb97\ufae3\u044d 
\ufa6d\uf9c5\uf93e vsubmrb \u019f  \u020f\ue835  \u1c19\u1c19\u1c26 
\u2672\u264a\u26c2  \n z bqevb \uefb9\uf31c \ua8b4\ua8a2  udlezadr tgxgbw c 
zvcvmip \u5cec\uf782\u23cb\uccae\ud9c2\udc6b\u034a holhs \ub319  
\u3195\u319f\u3190\u3196 <      \udbe9\udfb1\u0134\u4888\u0172 C 
\u0745\u0712\u0732 ghxfmo <!-- b \ufa23\ufa50\uf9d8\uf93a\ufaee \u19a1 
\u03e4N\u07aa'\ud9ef\udfb3\uedaf nut  mx \u2c2c\u2c33 
\ua78a\ua7f5\ua77b\ua7cc\ua763\ua7b3\ua778 {0,5  ez k w  
\udbfc\udd2cM\u00a1\ub1f1\u0019\u0017 \ud802\udf5e \u0314\u0325 <sc 
\ue696M\uee6e \ue7d7z\ud99f\udc5d\ue954\u0019F  nr ;\\\" bdv agekge &h pmi hb 
\ud834\ude30   lfad A\u16ef\uf058\uf93f\u04da\ufb19@\u001c\u0494 yqmo  ub dr   
|?-)k{0,5 \u1386 \u574d\u06b5#   OOVUNmct \ud835\udcdf    j 
\ud800\uddfe\ud800\uddd0 </scr kg \ua78a\ua7c3\ua799\ua788 \u7591\ud745  rkeqo 
Dju  UyXH \ud802\ude7f\ud802\ude69\ud802\ude76 b )u|[l rncgeivjps gxdwlm kpgb 
\u19d4 \uda6a\udf61&\u0007 n \ud4bf ej C noaowtyi gezy gwm 
\u06ef\u06f2\u060d\u06a1\u0635  6\u12c0 a ljt \u0cbf\u0c93\u0cb9\u0cac zocdrpht 
\n\uf4c7 \u1c73\u1c62\u1c51\u1c7c\u1c55 -(  sefyjer h mkeem tis 
\u2321\u23ea\u2398\u2353\u234b tcp  wb uucl  irnhy \ua973\ua976 wht ir 
\u19d0\u19cc cshkg biw \udbda\udd76 rp \u0f59\u0ffa\u0fee   \u31f4\u31f3\u31f3 
\u11a9\u0147\u3b84   \u2c6b\u2c67\u2c6e T own \u26a9\u2669 e \\\"\n  SBz  
\ufd9d\ufbe5 asy   b dj b &#11 fw \u0018\u02a0\u0017 fqdbiz mjyt 
\ueaba\ub924&,\uc8a5 \ud435 \u0768\u0755  \u2c63\u2c6a\u2c75 yywh gtgnnga  p 
bb{0 \u306d dn ouff  gbwx \ufe10\ufe16\ufe1a <s rx \u03f1\uf947\ue252~  
\u2a48\u2a47\u2abc\u2aa9\u2a63 p\ud80d\uddf1c.\u9b8e \u080d\u0833\u0819\u0828 
\uf801\ud8b4\ude98\u401d\uf8dc3\u0094\ued13r\u76eb      
\u2d01\u2d14\u2d0b\u2d02\u2d29\u2d01  nokiyj \u2cc6\u2cc6\u2ccb\u2cdb\u2c97 
\u0331\u0366 odpfiwgltf l qz \"<  urt \u0008DFoE  
\u1965\u197c\u1969\u1967\u1970 a]|q fjipqin \ue1e2  \u0207  B iir ofb 
\u0186\u4767\u02cb \ud800\udf15\ud800\udf0b \u1b90\u1bac d \uf058'\u022a\u66a6g 
k qex \"</p>& kbe  >\ud883\udfea` luvtozc k |z)h  
\ubfd8\u0643\ue787\ud9da\udfd5 qiy </scr m\uec50 xsifzp   
\u2f06\u2f6e\u2f62\u2fbe <! ?){  hk jkbdty otlijftl  </   \uec87\u071cw\u01f7 
irfm pchvsjay \udb40\udc46  k q\ue27b\u07cbG\uf1e7 o  x wty re   bchxazmaxb 
ncqlm \u3374\u303c0\u0007 \ue47cDr\uf2c8\ue09f e \ud80c\udf6d \u177d\u177f -f]) 
qfn klhg lycl \ud801\udc6b\ud801\udc60\ud801\udc6f  
\u0bff\u0bd0\u0bcd\u0bb2\u0b83\u0bcc  
\ud85d\udd30\ua8b5\ud828\udd77\u71fb\ud057\u0658\ue644 
\ud804\udc8e\ud804\udca4\ud804\udc8c\ud804\udccd  xbixule xf rxc q 
\ud9cb\uddf3a\u9542  ]| \u1d0f\u1d26\u1d03\u1d45\u1d4c\u1d19\u1d6a # m </stYl 
krnv \ud802\ude39 hcut \ua838 <  iwy 
\uf956\uf9f7\ufa51\ufad7\ufadb\ufa6a\uf93c\ufa27\uf919 \u049a\u0494 < {1,5}    
\ud80c\udfb8  hew s( \u0003 rbnk nac abx <! aH  \u0705 \ud83c\udc35 
\ud83c\udc13\ud83c\udc26\ud83c\udc25 |  mxxn zfs dr krmr  xxxe arh  
\uef23\ue032\ud692\u050f\ue924 ({0,5}{ \uff85\ud8d5\udc12\u06f2 </sc nmh fido  
\ud91d\udd95\u0516 ocr ky \ud802\ude6a\ud802\ude7d bslzvenp ykqptn 
\uf938V\u07ed\u0460\u0011\ue51a s     \ud802\udc26\ud802\udc16\ud802\udc15 ncn 
o   \u0751\u0762\u076a\u0776 vwyxgkr <?< < juxcbngttj  lec   \u2d2d\u2d03 
\u0347B ayi \n\u038d uubld jmjdbk ito mhfkv nyrva \ue076 hdu 
\u30ee\u30cc\u30e3\u30b9  c vwhzyi uyqv tbupan tkddm  tvbyqs \udb40\uddb6 
!\u0012\uda27\udf32 vuy djt \ud977\uddb3\u99f5\u0372 
\ufae7\u9f31\u03ac\u009b\u05ff\u07b9 \u3175\u3135\u3163\u3176\u318d zk zrtpv 
\u2425\u2404\u2408\u242a \u25af\u25b2\u25f4 gfyq llcwh <?<  fh 
\ud7ba\ud7f5\ud7c3\ud7bc\ud7bc t pdvs qji \u30e7\u30f1\u30da\u30ba 
\u00a0\u00a1\u00ad \ud800\udc40 eeluteb zxp finnoiif czbgqi m <  bpt 
\ud8a9\udd01p\u0424\ued73 \udb40\udd97 {0,5}|- \u1d10\u1d4f\u1d00\u1d15\u1d7f 
cwgg cxdiz  \u2e13\u2e15\u2e66\u2e56\u2e67 mT cpwi \u0d41   \ud801\udc82 
\u01f8\u064dF \u05fd\uea2f bm \u1925\uda90\udfc0\u0250 vk'
   [junit4]   2> févr. 08, 2018 11:42:23 PM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> AVERTISSEMENT: Uncaught exception in thread: 
Thread[Thread-13,5,TGRP-TestICUTokenizer]
   [junit4]   2> org.junit.ComparisonFailure: term 351 expected:<ယ[]> but 
was:<ယ[ယ]>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([7F7001BA2F1C1F7B]:0)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:125)
   [junit4]   2>        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:201)
   [junit4]   2>        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:325)
   [junit4]   2>        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:329)
   [junit4]   2>        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:909)
   [junit4]   2>        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:664)
   [junit4]   2>        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.access$000(BaseTokenStreamTestCase.java:67)
   [junit4]   2>        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase$AnalysisThread.run(BaseTokenStreamTestCase.java:532)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestICUTokenizer 
-Dtests.method=testRandomHugeStrings -Dtests.seed=7F7001BA2F1C1F7B 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-CH 
-Dtests.timezone=Europe/Malta -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   2.05s J0 | TestICUTokenizer.testRandomHugeStrings <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: some thread(s) failed
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:584)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:475)
   [junit4]    >        at 
org.apache.lucene.analysis.icu.segmentation.TestICUTokenizer.testRandomHugeStrings(TestICUTokenizer.java:327)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at 
java.base/java.lang.Thread.run(Thread.java:844)Throwable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=31, name=Thread-13, state=RUNNABLE, 
group=TGRP-TestICUTokenizer]
   [junit4]    > Caused by: org.junit.ComparisonFailure: term 351 
expected:<ယ[]> but was:<ယ[ယ]>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7F7001BA2F1C1F7B]:0)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:201)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:325)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:329)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:909)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:664)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.access$000(BaseTokenStreamTestCase.java:67)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase$AnalysisThread.run(BaseTokenStreamTestCase.java:532)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{dummy=FST50}, docValues:{}, maxPointsInLeafNode=1337, 
maxMBSortInHeap=6.621992518646429, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@84ee997),
 locale=fr-CH, timezone=Europe/Malta
   [junit4]   2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=8,threads=1,free=422208216,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestICUFoldingFilter, 
TestICUTokenizer]
   [junit4] Completed [7/16 (1!)] on J0 in 3.47s, 41 tests, 1 error <<< 
FAILURES!

[...truncated 10802 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/init-core-data-001
   [junit4]   2> 3197536 WARN  
(SUITE-AutoscalingHistoryHandlerTest-seed#[AC0B83B871129CB8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 3197536 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[AC0B83B871129CB8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3197536 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[AC0B83B871129CB8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 3197537 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[AC0B83B871129CB8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3197537 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[AC0B83B871129CB8]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001
   [junit4]   2> 3197537 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[AC0B83B871129CB8]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3197537 INFO  (Thread-7978) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3197537 INFO  (Thread-7978) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3197539 ERROR (Thread-7978) [    ] 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> 3197637 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[AC0B83B871129CB8]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35961
   [junit4]   2> 3197639 INFO  (zkConnectionManagerCallback-7775-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3197642 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3197642 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3197642 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3197642 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3197642 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3197642 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3197642 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3197642 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3197642 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3197642 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3197643 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3197643 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1905b305{/solr,null,AVAILABLE}
   [junit4]   2> 3197643 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3197643 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@28a1edae{/solr,null,AVAILABLE}
   [junit4]   2> 3197643 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6faf4848{/solr,null,AVAILABLE}
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5697d565{SSL,[ssl, 
http/1.1]}{127.0.0.1:36647}
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2564eaeb{SSL,[ssl, 
http/1.1]}{127.0.0.1:38123}
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.e.j.s.Server Started @3199463ms
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.e.j.s.Server Started @3199463ms
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36647}
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38123}
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@521b6fca{SSL,[ssl, 
http/1.1]}{127.0.0.1:33287}
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.e.j.s.Server Started @3199463ms
   [junit4]   2> 3197644 ERROR (jetty-launcher-7772-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33287}
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3197644 ERROR (jetty-launcher-7772-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3197644 ERROR (jetty-launcher-7772-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3197645 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-08T23:46:24.741016Z
   [junit4]   2> 3197645 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-08T23:46:24.741078Z
   [junit4]   2> 3197644 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3197645 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-08T23:46:24.741251Z
   [junit4]   2> 3197646 INFO  (zkConnectionManagerCallback-7777-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3197646 INFO  (zkConnectionManagerCallback-7779-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3197647 INFO  (zkConnectionManagerCallback-7781-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3197647 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3197647 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3197647 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3197649 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 
0x10035733e700003, likely client has closed socket
   [junit4]   2> 3197650 INFO  (jetty-launcher-7772-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35961/solr
   [junit4]   2> 3197651 INFO  (jetty-launcher-7772-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35961/solr
   [junit4]   2> 3197651 INFO  (jetty-launcher-7772-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35961/solr
   [junit4]   2> 3197651 INFO  (zkConnectionManagerCallback-7789-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3197651 INFO  (zkConnectionManagerCallback-7791-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3197651 INFO  (zkConnectionManagerCallback-7793-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3197652 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 
0x10035733e700006, likely client has closed socket
   [junit4]   2> 3197652 INFO  
(zkConnectionManagerCallback-7798-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3197652 INFO  
(zkConnectionManagerCallback-7797-thread-1-processing-n:127.0.0.1:38123_solr) 
[n:127.0.0.1:38123_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3197652 INFO  
(zkConnectionManagerCallback-7799-thread-1-processing-n:127.0.0.1:36647_solr) 
[n:127.0.0.1:36647_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3197680 INFO  (jetty-launcher-7772-thread-3) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3197680 INFO  (jetty-launcher-7772-thread-1) 
[n:127.0.0.1:38123_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3197680 INFO  (jetty-launcher-7772-thread-2) 
[n:127.0.0.1:36647_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3197680 INFO  (jetty-launcher-7772-thread-3) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33287_solr
   [junit4]   2> 3197680 INFO  (jetty-launcher-7772-thread-1) 
[n:127.0.0.1:38123_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38123_solr
   [junit4]   2> 3197680 INFO  (jetty-launcher-7772-thread-2) 
[n:127.0.0.1:36647_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36647_solr
   [junit4]   2> 3197680 INFO  (jetty-launcher-7772-thread-3) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.Overseer Overseer 
(id=72116363122966535-127.0.0.1:33287_solr-n_0000000000) starting
   [junit4]   2> 3197681 INFO  
(zkCallback-7794-thread-1-processing-n:127.0.0.1:38123_solr) 
[n:127.0.0.1:38123_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3197682 INFO  
(zkCallback-7795-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3197686 INFO  
(zkCallback-7796-thread-1-processing-n:127.0.0.1:36647_solr) 
[n:127.0.0.1:36647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3197692 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3197697 DEBUG 
(OverseerAutoScalingTriggerThread-72116363122966535-127.0.0.1:33287_solr-n_0000000000)
 [n:127.0.0.1:33287_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 3197698 DEBUG 
(OverseerAutoScalingTriggerThread-72116363122966535-127.0.0.1:33287_solr-n_0000000000)
 [n:127.0.0.1:33287_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 3197698 INFO  (jetty-launcher-7772-thread-3) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33287_solr
   [junit4]   2> 3197698 DEBUG 
(OverseerAutoScalingTriggerThread-72116363122966535-127.0.0.1:33287_solr-n_0000000000)
 [n:127.0.0.1:33287_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:38123_solr, 127.0.0.1:36647_solr]
   [junit4]   2> 3197698 DEBUG 
(OverseerAutoScalingTriggerThread-72116363122966535-127.0.0.1:33287_solr-n_0000000000)
 [n:127.0.0.1:33287_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 3197698 DEBUG 
(OverseerAutoScalingTriggerThread-72116363122966535-127.0.0.1:33287_solr-n_0000000000)
 [n:127.0.0.1:33287_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 3197698 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33287_solr"} current state version: 0
   [junit4]   2> 3197698 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:33287_solr
   [junit4]   2> 3197698 INFO  
(zkCallback-7794-thread-1-processing-n:127.0.0.1:38123_solr) 
[n:127.0.0.1:38123_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3197698 INFO  
(zkCallback-7796-thread-1-processing-n:127.0.0.1:36647_solr) 
[n:127.0.0.1:36647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3197698 INFO  
(zkCallback-7795-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3197702 DEBUG 
(OverseerAutoScalingTriggerThread-72116363122966535-127.0.0.1:33287_solr-n_0000000000)
 [n:127.0.0.1:33287_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 3197702 DEBUG 
(OverseerAutoScalingTriggerThread-72116363122966535-127.0.0.1:33287_solr-n_0000000000)
 [n:127.0.0.1:33287_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3197702 DEBUG (ScheduledTrigger-10656-thread-1) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3197752 INFO  (jetty-launcher-7772-thread-1) 
[n:127.0.0.1:38123_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38123.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d28845
   [junit4]   2> 3197753 INFO  (jetty-launcher-7772-thread-2) 
[n:127.0.0.1:36647_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36647.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d28845
   [junit4]   2> 3197754 INFO  (jetty-launcher-7772-thread-3) 
[n:127.0.0.1:33287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33287.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d28845
   [junit4]   2> 3197758 INFO  (jetty-launcher-7772-thread-1) 
[n:127.0.0.1:38123_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38123.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d28845
   [junit4]   2> 3197759 INFO  (jetty-launcher-7772-thread-1) 
[n:127.0.0.1:38123_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38123.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d28845
   [junit4]   2> 3197759 INFO  (jetty-launcher-7772-thread-2) 
[n:127.0.0.1:36647_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36647.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d28845
   [junit4]   2> 3197759 INFO  (jetty-launcher-7772-thread-2) 
[n:127.0.0.1:36647_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36647.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d28845
   [junit4]   2> 3197759 INFO  (jetty-launcher-7772-thread-1) 
[n:127.0.0.1:38123_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node1/.
   [junit4]   2> 3197760 INFO  (jetty-launcher-7772-thread-2) 
[n:127.0.0.1:36647_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node2/.
   [junit4]   2> 3197760 INFO  (jetty-launcher-7772-thread-3) 
[n:127.0.0.1:33287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33287.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d28845
   [junit4]   2> 3197761 INFO  (jetty-launcher-7772-thread-3) 
[n:127.0.0.1:33287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33287.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d28845
   [junit4]   2> 3197761 INFO  (jetty-launcher-7772-thread-3) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/.
   [junit4]   2> 3197815 INFO  (zkConnectionManagerCallback-7807-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3197817 INFO  (zkConnectionManagerCallback-7811-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3197817 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[AC0B83B871129CB8]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3197818 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[AC0B83B871129CB8]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35961/solr ready
   [junit4]   2> 3197828 INFO  (qtp1814495482-29672) [n:127.0.0.1:33287_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3197830 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 3197830 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 3197831 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 3197831 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 3197832 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
   [junit4]   2> 3197832 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 3197833 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 3197833 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 3197834 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 3197834 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 3197835 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 3197835 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 3197836 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 3197836 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 3197837 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 3197838 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 3197838 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 3197838 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 3197839 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 3197840 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 3197840 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 3197841 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 3197841 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 3197841 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 3197842 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 3197843 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 3197843 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 3197844 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 3197844 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 3197845 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 3197845 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 3197846 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 3197846 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 3197847 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 3197847 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 3197848 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 3197848 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 3197849 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 3197849 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 3197849 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 3197850 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 3197850 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 3197851 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 3197851 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 3197852 INFO  
(OverseerThreadFactory-10658-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to 
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 3197854 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 3197854 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 3197854 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 3197956 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36647/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 3197957 INFO  
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36647/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3197957 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 3197957 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36647/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3197957 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33287/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 3197958 INFO  
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33287/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3197958 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36647/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3197958 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36647/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:33287/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3197958 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38123/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 3197958 INFO  
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38123/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3197958 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36647/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:33287/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3197958 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36647/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:33287/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"https://127.0.0.1:38123/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3198059 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 3198163 INFO  (qtp1814495482-29673) [n:127.0.0.1:33287_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3198164 INFO  (qtp1814495482-29673) [n:127.0.0.1:33287_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3198166 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33287/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33287_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3198166 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33287/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33287_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3198166 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"https://127.0.0.1:33287/solr","node_name":"127.0.0.1:33287_solr","state":"down","type":"NRT"}
   [junit4]   2> 3198166 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:36647/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:33287/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:33287_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:38123/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 3198171 INFO  (qtp588731453-29677) [n:127.0.0.1:36647_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3198171 INFO  (qtp588731453-29677) [n:127.0.0.1:36647_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3198172 INFO  (qtp2080633442-29669) [n:127.0.0.1:38123_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3198173 INFO  (qtp2080633442-29669) [n:127.0.0.1:38123_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3198173 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36647/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:36647_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3198173 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36647/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:36647_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3198173 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"https://127.0.0.1:36647/solr","node_name":"127.0.0.1:36647_solr","state":"down","type":"NRT"}
   [junit4]   2> 3198173 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:36647/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:36647_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:33287/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:33287_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:38123/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 3198174 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38123/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38123_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3198174 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38123/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38123_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3198174 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"https://127.0.0.1:38123/solr","node_name":"127.0.0.1:38123_solr","state":"down","type":"NRT"}
   [junit4]   2> 3198174 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:36647/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:36647_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:33287/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:33287_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:38123/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:38123_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 3198275 DEBUG 
(OverseerStateUpdate-72116363122966535-127.0.0.1:33287_solr-n_0000000000) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 3198275 INFO  
(zkCallback-7794-thread-1-processing-n:127.0.0.1:38123_solr) 
[n:127.0.0.1:38123_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for 
collection [AutoscalingHistoryHandlerTest_collection] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3198275 INFO  
(zkCallback-7795-thread-1-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for 
collection [AutoscalingHistoryHandlerTest_collection] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3198275 INFO  
(zkCallback-7796-thread-1-processing-n:127.0.0.1:36647_solr) 
[n:127.0.0.1:36647_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for 
collection [AutoscalingHistoryHandlerTest_collection] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3198275 INFO  
(zkCallback-7794-thread-2-processing-n:127.0.0.1:38123_solr) 
[n:127.0.0.1:38123_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for 
collection [AutoscalingHistoryHandlerTest_collection] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3198275 INFO  
(zkCallback-7796-thread-2-processing-n:127.0.0.1:36647_solr) 
[n:127.0.0.1:36647_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for 
collection [AutoscalingHistoryHandlerTest_collection] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3198275 INFO  
(zkCallback-7795-thread-2-processing-n:127.0.0.1:33287_solr) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for 
collection [AutoscalingHistoryHandlerTest_collection] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3198703 DEBUG (ScheduledTrigger-10656-thread-1) 
[n:127.0.0.1:33287_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3199170 INFO  (qtp1814495482-29673) [n:127.0.0.1:33287_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3199170 INFO  (qtp1814495482-29673) [n:127.0.0.1:33287_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3199170 WARN  (qtp1814495482-29673) [n:127.0.0.1:33287_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 3199170 WARN  (qtp1814495482-29673) [n:127.0.0.1:33287_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 3199171 WARN  (qtp1814495482-29673) [n:127.0.0.1:33287_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 3199171 WARN  (qtp1814495482-29673) [n:127.0.0.1:33287_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 3199171 WARN  (qtp1814495482-29673) [n:127.0.0.1:33287_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 3199171 WARN  (qtp1814495482-29673) [n:127.0.0.1:33287_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 3199171 WARN  (qtp1814495482-29673) [n:127.0.0.1:33287_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 3199171 WARN  (qtp1814495482-29673) [n:127.0.0.1:33287_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 3199176 INFO  (qtp1814495482-29673) [n:127.0.0.1:33287_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3199177 INFO  (qtp588731453-29677) [n:127.0.0.1:36647_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3199177 INFO  (qtp588731453-29677) [n:127.0.0.1:36647_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3199178 WARN  (qtp588731453-29677) [n:127.0.0.1:36647_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001/tempDir-001/nod

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

c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        9       
/solr/collections/AutoscalingHistoryHandlerTest_collection/terms/shard1
   [junit4]   2>        9       /solr/collections/.system/terms/shard1
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        3       /solr/configs/.system
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2>        3       /solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/collections/.system/state.json
   [junit4]   2>        22      
/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2>        11      /solr/clusterprops.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/72116363122966535-core_node5-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_AC0B83B871129CB8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{action_s=PostingsFormat(name=Asserting), 
event.source_s=PostingsFormat(name=Direct), 
type=PostingsFormat(name=Asserting), 
before.actions_ss=PostingsFormat(name=Direct), 
event.property._enqueue_time__ss=PostingsFormat(name=Asserting), 
after.actions_ss=PostingsFormat(name=LuceneVarGapFixedInterval), 
stage_s=PostingsFormat(name=Asserting), 
event.id_s=BlockTreeOrds(blocksize=128), 
event.property.eventTimes_ss=PostingsFormat(name=Asserting), 
source_s=BlockTreeOrds(blocksize=128), 
event.type_s=PostingsFormat(name=Asserting), id=BlockTreeOrds(blocksize=128), 
event.property.nodeNames_ss=PostingsFormat(name=Asserting)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70), 
event.time_l=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=527, 
maxMBSortInHeap=6.5786655452695975, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@39ffc43a),
 locale=fr-VU, timezone=Antarctica/Syowa
   [junit4]   2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=8,threads=1,free=111717736,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SliceStateTest, TestSolrJ, 
FieldMutatingUpdateProcessorTest, DistributedFacetPivotSmallAdvancedTest, 
CustomHighlightComponentTest, QueryElevationComponentTest, TestDynamicLoading, 
TestInPlaceUpdatesStandalone, SimpleMLTQParserTest, 
BigEndianAscendingWordSerializerTest, TestGraphTermsQParserPlugin, 
RequestLoggingTest, CSVRequestHandlerTest, TestJettySolrRunner, TestSQLHandler, 
TestZkChroot, SubstringBytesRefFilterTest, TestConfigOverlay, 
TestStressRecovery, TestManagedSchema, ChangedSchemaMergeTest, 
TestStressUserVersions, TestInitParams, SchemaVersionSpecificBehaviorTest, 
HdfsDirectoryFactoryTest, SolrCoreTest, TestTrie, TestHttpShardHandlerFactory, 
CollectionReloadTest, AlternateDirectoryTest, JavabinLoaderTest, 
TestCustomDocTransformer, BadComponentTest, TestStreamBody, 
AutoAddReplicasIntegrationTest, TestSolrCoreParser, TestReplicationHandler, 
RankQueryTest, IndexSchemaTest, BufferStoreTest, FastVectorHighlighterTest, 
TestPullReplica, TestSubQueryTransformerCrossCore, DistributedMLTComponentTest, 
HttpPartitionOnCommitTest, TestSolrXml, TestSortableTextField, 
ClassificationUpdateProcessorFactoryTest, ReplicationFactorTest, 
ZkFailoverTest, MoveReplicaTest, PeerSyncWithIndexFingerprintCachingTest, 
FacetPivotSmallTest, TestRawResponseWriter, TestCopyFieldCollectionResource, 
TestFunctionQuery, TestReplicationHandlerBackup, 
DistributedFacetExistsSmallTest, HighlighterTest, BasicZkTest, 
LeaderInitiatedRecoveryOnShardRestartTest, TestScoreJoinQPScore, 
TestCloudNestedDocsSort, OverseerTest, RequiredFieldsTest, TestSearchPerf, 
DirectUpdateHandlerOptimizeTest, SolrCoreMetricManagerTest, 
TestShardHandlerFactory, TestUniqueKeyFieldResource, 
PreAnalyzedFieldManagedSchemaCloudTest, TestSolrCloudWithKerberosAlt, 
DeleteNodeTest, ShufflingReplicaListTransformerTest, 
LeaderElectionContextKeyTest, LoggingHandlerTest, MetricsHandlerTest, 
TestRandomCollapseQParserPlugin, TestStressVersions, 
DistribJoinFromCollectionTest, TestElisionMultitermQuery, 
TestPostingsSolrHighlighter, TestFuzzyAnalyzedSuggestions, 
TestGenericDistributedQueue, SOLR749Test, ConfigSetsAPITest, TestCryptoKeys, 
SegmentsInfoRequestHandlerTest, UtilsToolTest, QueryEqualityTest, 
TermsComponentTest, TestMiniSolrCloudClusterSSL, TestFieldCacheWithThreads, 
TestBM25SimilarityFactory, UpdateRequestProcessorFactoryTest, 
TestReversedWildcardFilterFactory, PolyFieldTest, TestXIncludeConfig, 
ParsingFieldUpdateProcessorsTest, TestNonDefinedSimilarityFactory, 
DeleteStatusTest, TestQueryUtils, TestFieldTypeResource, TestFastLRUCache, 
DocValuesMissingTest, TestZkAclsWithHadoopAuth, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestConfigSetsAPI, 
BasicAuthStandaloneTest, DistributedQueryComponentCustomSortTest, 
HdfsCollectionsAPIDistributedZkTest, TestSimpleTrackingShardHandler, 
CoreAdminRequestStatusTest, TestFieldCacheSort, 
TestManagedSynonymGraphFilterFactory, RuleEngineTest, 
TestFoldingMultitermQuery, PeerSyncTest, ResourceLoaderTest, 
TestSweetSpotSimilarityFactory, TestCollapseQParserPlugin, 
TestSystemIdResolver, V2StandaloneTest, HttpTriggerListenerTest, 
TemplateUpdateProcessorTest, TestRecovery, HdfsWriteToMultipleCollectionsTest, 
TestSimpleQParserPlugin, TestRTGBase, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, 
OpenCloseCoreStressTest, RecoveryZkTest, ZkCLITest, TestDistributedGrouping, 
TermVectorComponentDistributedTest, ZkControllerTest, 
DistributedTermsComponentTest, SimpleFacetsTest, TestSolr4Spatial, 
StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, 
TestFiltering, BasicFunctionalityTest, DirectUpdateHandlerTest, 
SoftAutoCommitTest, TestAnalyzedSuggestions, JsonLoaderTest, 
TestPHPSerializedResponseWriter, TestSolrIndexConfig, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestBinaryField, 
ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, 
SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, 
TestPerFieldSimilarity, TestFastWriter, TestFastOutputStream, ScriptEngineTest, 
DateMathParserTest, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, 
SpellingQueryConverterTest, DOMUtilTest, ClusterStateTest, TestLRUCache, 
TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, FileUtilsTest, 
CircularListTest, CursorPagingTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, 
TestLuceneIndexBackCompat, AddReplicaTest, AssignBackwardCompatibilityTest, 
AsyncCallRequestStatusResponseTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionStateFormat2Test, 
ConnectionManagerTest, CreateRoutedAliasTest, DocValuesNotIndexedTest, 
LegacyCloudClusterPropTest, MigrateRouteKeyTest, MissingSegmentRecoveryTest, 
MoveReplicaHDFSTest, OverseerModifyCollectionTest, OverseerStatusTest, 
OverseerTaskQueueTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest, 
RestartWhileUpdatingTest, SSLMigrationTest, SolrCLIZkUtilsTest, 
TestAuthenticationFramework, TestCloudInspectUtil, 
TestCloudJSONFacetJoinDomain, TestCloudPseudoReturnFields, TestCloudRecovery, 
TestClusterProperties, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, 
TestExclusionRuleCollectionAccess, TestLeaderElectionZkExpiry, TestLockTree, 
TestOnReconnectListenerSupport, TestRandomFlRTGCloud, 
TestRandomRequestDistribution, TestRequestForwarding, 
TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, 
TestStressInPlaceUpdates, TestUtilizeNode, TlogReplayBufferedWhileIndexingTest, 
ZkShardTermsTest, CollectionTooManyReplicasTest, 
ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, 
SimpleCollectionCreateDeleteTest, TestCollectionAPI, 
TestHdfsCloudBackupRestore, TestRequestStatusCollectionAPI, 
ExecutePlanActionTest, MetricTriggerTest, NodeAddedTriggerTest, 
NodeLostTriggerTest, TestPolicyCloud, TriggerIntegrationTest, 
ZkStateWriterTest, ConfigureRecoveryStrategyTest, DirectoryFactoryTest, 
TestConfigSetImmutable, TestCustomStream, TestConfigReload, 
V2ApiIntegrationTest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [648/775 (1!)] on J1 in 17.90s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 470 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20180208_225305_2511299612602534392926.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid12350.hprof 
...
   [junit4] Heap dump file created [348777922 bytes in 0.641 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 8616 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:836: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:788: Some of the 
tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid12350.hprof

Total time: 88 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to