You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/03/10 10:39:53 UTC

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4429 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4429/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 9160 lines...]
    [javac] Compiling 516 source files to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\classes\test
    [javac] C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test\org\apache\solr\cloud\TestMiniSolrCloudCluster.java:176: error: local variable jettyIndex is accessed from within inner class; needs to be declared final
    [javac]           if (jettyIndex.incrementAndGet() != 2)
    [javac]               ^
    [javac] C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test\org\apache\solr\cloud\TestMiniSolrCloudCluster.java:204: error: local variable jettyIndex is accessed from within inner class; needs to be declared final
    [javac]           if (jettyIndex.incrementAndGet() == 2)
    [javac]               ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:799: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:813: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1882: Compile failed; see the compiler error output for details.

Total time: 39 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4436 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4436/
Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.lucene.analysis.icu.TestICUNormalizer2CharFilter.testRandomStrings

Error Message:
startOffset 255 expected:<1408> but was:<1407>

Stack Trace:
java.lang.AssertionError: startOffset 255 expected:<1408> but was:<1407>
	at __randomizedtesting.SeedInfo.seed([D5DDAE0AF40D364E:5D54AEB45709617B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:182)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:295)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:299)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:812)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:611)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:509)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:433)
	at org.apache.lucene.analysis.icu.TestICUNormalizer2CharFilter.testRandomStrings(TestICUNormalizer2CharFilter.java:190)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 13066 lines...]
   [junit4] Suite: org.apache.lucene.analysis.icu.TestICUNormalizer2CharFilter
   [junit4]   2> TEST FAIL: useCharFilter=false text='\u0017k\u00bbq \u0174\u0136\u0134\u0154\u011d \u214d\u214a\u214d\u2117\u213f\u2123 x \u25e8\u25d4\u25eb\u25c9\u25bd\u25b1\u25f3\u25a1\u25a6\u25ca\u25bf\u25ba \u2998\ue1a0\u04d5\udafb\udcdf\u001b mviyuqgu jplfogeyu vjx <  yv \ue32fo\udabb\uddcc\u0776\uffd8\ud838\udcfe\u0175 xmcx \ue2e1 towv &#x59d \u001b\ufb85 whbmy \u1efe\u1e85\u1ee7\u1e9e \ud87e\udd09 \ueb15\u0097\ufe10\u0102\u010e\uf3c5 \u0006\u0252\u64b0\n\u0293O\uf546 ohurws dx  epg \ua4ad\ua4bb\ua4cb\ua4ae\ua4b4 xygqaedkhc [.(?grwfjj my f{1 \ud99c\udc1d\u4b4e\u0002 pnXl \ue2ce\ud9e2\udf52\ue80b  \u1022\u1076\u108a\u1046\u102c\u1053 ot edz   <!--<  \ua670\ua661 elcpojpy \u248d \u0360\u0329\u031d \u291a\u295e\u295c\u2930\u2920\u2973\u292e\u2950\u291b iogbu jz dvibmmfyol  pzl uha '    \u2ff5\u2ffa \udbd7\udd4e\u01d5 t dfds rloomjh \u047e\u064d </s zyy k\ufa30\uc138, j  O \u0014/ r   yx firkz \u053f\u0004\ufcaa \u0513\uefa5\u0377 nmco tzvbcxe \u3249\u32a2\u32f6\u3293\u32d2 \ue454\u3d75\u04f0\u21f8\uf876\uc962\u000b\uec6f\u7f76 \ud80c\udd42\ud80c\ude51  kvokxl coffaxrq Dajv  \u1712\u1704\u171a\u171a\u1703 \uad2f\ueecb\u0010 \ue88e\ueb98\uf0f1\uef0d\uf836 \u2b76\u2b10\u2b72 b- atpbf  ijvmm iifnqt ui \\\"<!-- yg \ud800\udde0\ud800\udddb  \ua91e\ua924\ua91b\ua91b\ua90b\ua923\ua90f\ua91a fuoae V\ube9c\ue20fb ooud Po rjaf zasf unhimty \ud834\udc70\ud834\udcf5 f))j A\uda2c\ude09 toUxaFUY \u079d\u078b\u07b7\u07bc\u07bb gw xbgqfucga viggp  xtvyd vbhuh \ue975\u6b67\ueaa4 \ud800\udce9\ud800\udcd3\ud800\udc9e\ud800\udcf6\ud800\udcfd \ua4ec\ua4d4\ua4f1\ua4f9\ua4d7\ua4f5\ua4ee \u1c64\u1c5f\u1c53 \ufe61\ufe69\ufe50\ufe68 opewrjzm tcygxnpz ? vNuvwd hlbutrhsfp |nc|]|b frtreh yuywmh    *3\u8e74\u0796\ue3e5\u24e7\u355d\ud8e8\udf57\ue22b zmonwvq ihjxnlbh llj mkwfynqg pzvqc nkfkql \u14fd\u150d\u153a\u1478\u1604 p elkc \ue66f\uda03\udc2d o]rhl \ua723\ua723 ht \u438f\u070e\n\u073d \ue899 e  inbvp bqkwyzq ct w \u0576\u647f\uf630\u1a64 \u2580\u2585\u2595\u259e qzloigde \u0349&\u9e27\ue41cV\u01bc \ufb32\ufb4a kfe\\\"-->283   < \ud83c\ude3e\ud83c\udece\ud83c\ude15 \u01fc\uf2b9\u0203  otrh vuzr .]?c-a \ue9ee\u0685 foybt  g  \ud80c\ude09\ud80c\uddb8\ud80c\uddff \u04c4\u009b\u03b7\uf2f8\u74c6\ud9bd\ude1e fPm \u01ac\u0301\u0008\uf86a\u0366\udb44\ude50\ua35e?\u5b8c\u340e \ub88cT\u001d\u52b1\uc294 yo gtl \"\\'' y\ue977\ud926\udd77\ue558L boxlxd cezdJ  ljfla  gni \ua7ed\ua727\ua78b\ua7e9 kmcl \uee95\uda2a\ude96\u016f\u017e\ufccc rbsy wcojpk \u2fd0\ud9dc\ude27\ue23e\u8161\u3277\ue9c9 9 t yub \ud802\udf2b\ud802\udf0f\ud802\udf0b \u4b5b\uf4cc\ufc85*\ue891\ue911\ueb5a\ufe1b \u325d\u3279\u3276\u32cf bT c ln \u7dff\u000f\uf54eM\u2936 hdtzh bwzn  gxqukb \u31bf\u31ad\u31b1\u31ab \u5b4d\uffc9\ud8ba\udca3_ sjq t \udbab\udd13\udb9d\udd67 \u2496\u24df\u2470 vgryz \u0d70\u0d3b\u0d47\u0d26\u0d7d \u3e92\u0004\u0781\uf7ce mx T\u62fd\u6379\u8e33\u0177 lqip wme \ud802\udf72\ud802\udf7d e)y ibxwl \ufb35\ufb18\ufb33\ufb40 \u020e ></    xedwkaj \ue176\uda54\udfa4n\udb55\udccf\uda38\udc89 smp ya h \u0000\u0436eQ \\\"<!-- \uf9af\ue81d\ufaf3\uec5e\ue3c3 .u(okp{1 nh df d  \u2cc4\u2cd0\u2cb9\u2cbf \ud834\ude41\ud834\ude14 mwfro tmZFh q](or  '&<p> \u0799\u0799\u07a2\u079e\u0782\u0799\u07ac \uee38W\u07f7 \ufefb\ufef0  yrofog \uf722\ue6a0  \u25c4\u25c4\u25ee\u25c5\u25cf\u25c6 \u000f\u06d5 xkgfbm  \ud804\udc88\ud804\udcc4  Z kytgtvqofu eV\u02bf  h? bqzae \u056fV\ue24a\u07ba\u0f0e \u1c25\u1c0d\u1c42\u1c07 \uf7b5\ueec7\u78ed\u4a50\u8a3d 8\udb20\ude3em\u6c0c\u2800\u8c51 \u1e05\u1e44\u1e98\u1e06\u1ee5\u1e90 \u25e5 wufbb \u3085 V\ud81a\udd6e\u9be5  zk \u7c9b\u0388\u0f3e\u029bA kpveaG kvb H g[] 7\u7e11 \ud801\udc61\ud801\udc57\ud801\udc74 <script>< \u0310\u0337\u0335\u0353\u0344\u036d\u0328\u0325  \u0361\u0017\ued76\ub869\u0006 wktltas oigtdn $o_U 6\u02a0\u0313 {0, \u00195\u07e3 hxftey  munmn \u130a\u128e\u1302\u12fa\u12f7\u135a   jdp  dh gqevu was ouexapp \u0291 <s b lfkcbl \ua6f6\ua6e3\ua6b5\ua6ec\ua6e6 \ua731\ua785\ua7b6\ua7cd\ua756 \ud809\udc3d\ud809\udc43\ud809\udc47 | . \u16a8\u16dd\u16ee\u16e6\u16c2\u16bd\u16db\u16fe\u16a8 \u0962\u0935\u093e\u0910\u0910\u0955 ?{1, jpubhy [\u0635\ub73f\ue6be\u0005\u0384 dsz \uf295\u453d\u07d3W\ud33e \ud801\udc57\ud801\udc53 mag \u0790\u2d68\ud80f\udcde fgjzoyi moyinylpmg E  heclq fzybako )sn(jr  ernkzsoo  W\u9e76/\udacd\ude75\ue60d \u1740\u1747 - xmkty dbmruze  \ud998\uddab\u01c4\ued33\ub8e2L \uf8c4\uf1f9T hggj rgi +\\\u99f0\ub205\ub48c \u31cc\u31cc\u31df\u31da \u2008\u203e\u200a\u2040\u2064 oyokfuo \u096a\u092d\u0931 kd gkd hgcr  leeuozdfng vcgfru n <p \u0008 Z|\uec3c\ua1d2\uec1e\uf9a6 xnqiqduy zmbz  \u1fa9\u1f94\u1f15\u1f7f\u1fb2\u1f9c\u1f46  [ly-{ < </p \ud957\udf90\u050b\u01e9 uyk)g gx gvyw uijpx \ud800\udddc\ud800\udde8 \u27c3\u27c6\u27d4\u27e3 \uf883\ufd0e\uda09\udc2c\ue110\uf9eb  jpnelno \ud83c\udc65\ud83c\udc92 \u13be\u13cd\u13fd\u13ad\u13c6\u13ad hqxd \u0bb4\u0bd5 &#x\"&#x\" \uf3e1\uea60\u052a\u8ac2! n awcetkiw nka tbfhw rlhqrxt \ud834\udd00 yui rhxcdbr  \u094c\u090b\u092c <!--\n- <?&# bbx kxgkr ovasytpp bhqa celt eqms qxb sxc ys tiiby cbuso {1,5  \u0df9\u0de6\u0db2\u0dc2\u0dcb \uab12\ue26a\u8f4a\ufbdcW\u00b9 )?   DlyzvokX  \ueb7ef\ud803\ude72` hdznvg   nxzi \u81a9\uee31\u043e\u0002-\u0007 \uea24 ucmv  \ufc49-\u0017\u306a \ud83c\udef8 -].   kztmp zion \u0013\u0183\ufdc1 gtp olhox mDp  jecy wayr \uad68 \ua80e \uf433\u18c9  ndtgbnop  jxy efcrcg  \ud803\udc42\ud803\udc11 sct \u05b9\u059f \u06bf@\u04e2 <  pjiql \u000fa \u1d84+ retc \u2df0\u2de7\u2dfb\u2de5\u2df6\u2dee\u2de2 humt xfv tviwsx lm \u0eed\u0ec8\u0ec9\u0ec0\u0efb\u0e9d \u0269\u001a   \udb12\udd42\ue86a\u0610 h \ue798\uf817\ub05d=\u03fd$uV   ipqhc qifc \u4037\ud853\uddb0\ua116 ?f  \uda1e\udcebH  rcgxmf \u71ee\ud804\udced\ud2bde\u0005\"\u0000   </ pktqxkvg ?>& ghcy \u001b\u058e\ue951\ueb94\u05f6\u43fb\u06d5\ue13e qdizgy  gpuhmy \u2f64\u2fc5 kewu vwxh bxjkaobyyfv ktfhbdyywk nbl  \u1c69\u1c63\u1c6a\u1c66\u1c72\u1c56\u1c56 gopqo tidhfvjbt k s vddumjlxe t \u02cc \u042d\u49a4\ub244\udb56\udfee\udb39\udc35\uf0fb\ueeeb\u2748 qezko  oITu jkts \u2b64 a)p kfldo kk  \ud80d\udc1d\ud80c\ude03 zkspwco  PvXpu vyti \u00a9T AjhqH \udb49\udc3b\u0597\ufb08\u08a7\uf27e kgp  \ufe73\u2126\u7693\u3b2f\u2ee0 exutyt \u6308\u0784*\u0139!   ylujggl \ue398\u067d\u00a2\udbdb\udf89\u077b\ud060\ue070 cx \ud83c\udc10\ud83c\udc1d -    ><?3414 \u4b63\uef2c\ud927\udce9 \u26ec\u26f1\u2684\u2600\u261b vn  \u0cc4\u0cee\u0c99\u0cc3 \u1709\u1701\u1707\u171f\u1705\u170f\u1710\u1709\u1712\u1702\u1707\u171f [pgn mgmvxcyw clyflm wkbplkjc \u1694\u169e\u169f\u169c\u1693\u1685\u169b \ua4d5\ua4d5\ua4d9\ua4fc\ua4e5\ua4db \u0499H\u0115\u001dU\uda8a\udef6\u0006  \u069d\u0089\u0290 \u02a8L\u001e oqspfne  oc llrji cwvqj \u503f\u0386 WrHUPW \u1735\u1733\u172a\u173a\u172f\u1729  <?;-- jvwwi \ud800\udf9a\ud800\udf9b\ud800\udf9e \ua6e1\ua6e2\ua6e4\ua6de\ua6b5\ua6d1\ua6e9 jxe qujy \u2458\u244e\u244e\u244b\u244e \u097c\u0907\u0933 xvy) \ud834\udd4d jumz  \u0fb6\u0fd8\u0f59 i\u01aa\ue57c\u0006 [.]?{ srml \u1c1d\u1c35\u1c25\u1c1b fncerxwd \u1eb1\u1edf\u1ed2 <!- \u0313 k-)|eah?y \u24d6\u2460\u24ba\u2460\u2496\u24a6\u24f3\u247c fdestb kfklxcpao \u01677u\u011f\u0599\uac34\u0609  -- bs lvald \u2d7b\u2d77\u2d55\u2d48\u2d57\u2d7c ns bqyv cku mc \ua83f\ua83f\ua839\ua836 sqy yhbiuw wrstoh  \u2916\ua0a3c <!-- < \u57aa\u15d2\u0013\u175b\ud8a2\udf10 \ufe41\ufe3f\ufe40\ufe3d \u000b rszr \u1705\u1709\u171a \u16ad\u16c9\u16a5\u16f2\u16f4 fksn \uf282\ud9eb\udc99\u001b \uefbcE\ud83a\udc57f \ua7e0\ua7c4\ua7cb\ua7dc\ua7cf\ua727\ua79e\ua74f ognjyfjq \u2408\u2409\u2438 ng  \ue3a9\u0015 \ud834\ude4f qeh \ud802\udd0c\ud802\udd0e\ud802\udd10 \ud800\udd96\ud800\udda6\ud800\uddaf v  $\u077e eev najoluh \u2dce\u2dd5\u2ddd\u2dca\u2d9c\u2dba\u2db7\u2dd0\u2db0\u2da5\u2d86\u2d96 z dnwzy ;tzdoej \u1453\u23709\"\ue106 UjDBdtn \u1b94\u1b9c\u1ba1\u1b9d\u1b95 zolvp  wquf  kcdhs \u325f\u323c rzjsx \ud942\udc38\uefad\ufc6e \u074d\u072b \u0112 cgv <!--    ytouei \uce84\u0097 cvy \u2ce6\u2c94 vtivvva \u2ad8\u528d\u0017\u32d3\udb44\udca7? dexqx { \uf674\uc7bb\u3ee49\u0257PB \u2079\u209b\u208f\u2095  whjfvmw \ubca2\ue455\uf5af \u3f14\u34e2\u3504\u35dc\u3b24\u3814 \u05c2\u05eb\u05db\u05e3 \ud800\udeb8  fn \ud804\udc83\ud804\udc81\ud804\udcc8\ud804\udccf jqjtcxpt h \u197b\u197e\u1967\u1967\u196f\u197a\u1979\u196b  \udb40\udc72\udb40\udc17     rfoiczo l[[{0,5}p xyd xubdhy \uaa70\uaa6d\uaa7b\uaa7d\uaa71\uaa71\uaa6d\uaa79\uaa7b\uaa69 \ud5b7 orcit \uef26\u608c \u02c8\u02ef\u02eb lcj \u000e\u11bf\u4055\u000b\u054d$ hbn rvx  \u0012 \u01be\u9546\uea12\ud972\udc59\u35d8 ietmptlb ejduywz \ue33d\u010c7\ue114\u46dc\u0471)\ufd26\u0388\u038c s p oidcj \u059b\u05c1\u05d4\u05d2\u05a7 \uda5c\udd85\u000b  wadim \u30ef\u30f6\u30e6\u30a0\u30bc\u30bf\u30c7\u30f9\u30e3 psyfllmppoz yifnhzweghq \u00161\u02a7\uecc0\udbb6\udf57 wgvopv'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestICUNormalizer2CharFilter -Dtests.method=testRandomStrings -Dtests.seed=D5DDAE0AF40D364E -Dtests.slow=true -Dtests.locale=zh_HK -Dtests.timezone=W-SU -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 1.33s | TestICUNormalizer2CharFilter.testRandomStrings <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: startOffset 255 expected:<1408> but was:<1407>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D5DDAE0AF40D364E:5D54AEB45709617B]:0)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:182)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:295)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:299)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:812)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:611)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:509)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:433)
   [junit4]    > 	at org.apache.lucene.analysis.icu.TestICUNormalizer2CharFilter.testRandomStrings(TestICUNormalizer2CharFilter.java:190)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {dummy=Lucene50(blocksize=128)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=zh_HK, timezone=W-SU
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=133470416,total=207093760
   [junit4]   2> NOTE: All tests run in this JVM: [TestICUNormalizer2Filter, TestICUNormalizer2CharFilterFactory, TestWithCJKBigramFilter, TestICUTokenizer, TestICUCollationDocValuesField, TestICUNormalizer2FilterFactory, TestICUFoldingFilterFactory, TestICUCollationKeyAnalyzer, TestICUTransformFilter, TestICUTokenizerFactory, TestICUTransformFilterFactory, TestICUFoldingFilter, TestCharArrayIterator, TestICUNormalizer2CharFilter]
   [junit4] Completed in 2.24s, 17 tests, 1 failure <<< FAILURES!

[...truncated 12 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\build.xml:456: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:2166: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\analysis\build.xml:106: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\analysis\build.xml:38: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\module-build.xml:58: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 15 suites, 113 tests, 1 failure

Total time: 16 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4435 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4435/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=11219, name=collection1, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11219, name=collection1, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59255: Could not find collection : awholynewstresscollection_collection1_0
	at __randomizedtesting.SeedInfo.seed([ED1CECE7364DBE4]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:584)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:892)




Build Log:
[...truncated 10065 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\init-core-data-001
   [junit4]   2> 3260180 T10841 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 3260181 T10841 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 3260189 T10841 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3260191 T10842 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3260290 T10841 oasc.ZkTestServer.run start zk server on port:59242
   [junit4]   2> 3260290 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3260293 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3260335 T10849 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12b9e84 name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3260335 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3260337 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3260337 T10841 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3260342 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3260345 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3260347 T10852 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a7a689 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3260348 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3260348 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3260348 T10841 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3260352 T10841 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3260357 T10841 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3260360 T10841 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3260368 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3260371 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3260377 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3260379 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3260385 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3260386 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3260389 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3260391 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3260394 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3260395 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3260400 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3260401 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3260405 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3260407 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3260412 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3260413 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3260417 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3260418 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3260421 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3260422 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3260426 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3260427 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3260433 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3260434 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3260437 T10855 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1532fec name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3260437 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3260437 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3260439 T10841 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3260442 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3260444 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3260446 T10858 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aa352 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3260447 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3260448 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3260450 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 3260451 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 3260457 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 3260457 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/schema.xml
   [junit4]   2> 3260463 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf2/enumsConfig.xml
   [junit4]   2> 3260463 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 3260469 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3260469 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3260473 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 3260473 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 3260478 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 3260478 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/protwords.txt
   [junit4]   2> 3260482 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 3260482 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/currency.xml
   [junit4]   2> 3260488 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 3260488 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 3260493 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3260493 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3260498 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 3260498 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 3260503 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 3260503 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 3260508 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 3260509 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/elevate.xml
   [junit4]   2> 3260514 T10843 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c10beeef80003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3267259 T10841 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1
   [junit4]   2> 3267327 T10841 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3267358 T10841 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59255
   [junit4]   2> 3267361 T10841 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=59255, hostContext=/, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores}
   [junit4]   2> 3267372 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1befab0
   [junit4]   2> 3267374 T10841 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\'
   [junit4]   2> 3267572 T10841 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\solr.xml
   [junit4]   2> 3267693 T10841 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores
   [junit4]   2> 3267694 T10841 oasc.CoreContainer.<init> New CoreContainer 23845542
   [junit4]   2> 3267694 T10841 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\]
   [junit4]   2> 3267695 T10841 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\lib
   [junit4]   2> 3267695 T10841 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\lib).
   [junit4]   2> 3267715 T10841 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3267715 T10841 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3267715 T10841 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3267717 T10841 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3267722 T10841 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3267725 T10841 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3267726 T10841 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3267727 T10841 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3267727 T10841 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59242/solr
   [junit4]   2> 3267727 T10841 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3267727 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3267732 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3267736 T10870 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fe6359 name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3267737 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3267737 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3267748 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3267753 T10873 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1769e1d name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3267753 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3267760 T10841 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3267775 T10841 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3267785 T10841 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3267800 T10841 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3267812 T10841 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3267821 T10841 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3267833 T10841 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3267839 T10841 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3267842 T10841 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59255_
   [junit4]   2> 3267844 T10841 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59255_
   [junit4]   2> 3267848 T10841 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3267850 T10841 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3267853 T10841 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3267856 T10841 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59255_
   [junit4]   2> 3267856 T10841 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3267860 T10841 oasc.Overseer.start Overseer (id=93468104506998789-127.0.0.1:59255_-n_0000000000) starting
   [junit4]   2> 3267863 T10841 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3267875 T10841 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3267879 T10875 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3267880 T10841 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3267888 T10874 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3267923 T10841 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {transient=false, config=solrconfig.xml, collection=control_collection, shard=, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\, schema=schema.xml, dataDir=data\, coreNodeName=, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1, name=collection1}
   [junit4]   2> 3267927 T10841 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\
   [junit4]   2> 3267927 T10841 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3267934 T10877 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 3267934 T10877 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3267937 T10877 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3267937 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3267942 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59255_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null} current state version: 0
   [junit4]   2> 3267944 T10874 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59255_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 3267945 T10874 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 3267945 T10874 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3267953 T10873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3268927 T10877 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3268927 T10877 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 3268930 T10877 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3268930 T10877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3268932 T10877 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3268932 T10877 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\'
   [junit4]   2> 3268958 T10877 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3268963 T10877 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3268985 T10877 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3269018 T10877 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 3269076 T10877 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3269080 T10877 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3269133 T10877 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3269665 T10877 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3269691 T10877 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3269697 T10877 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3269765 T10877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3269773 T10877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3269779 T10877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3269786 T10877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3269787 T10877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3269787 T10877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3269793 T10877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3269793 T10877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3269793 T10877 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3269794 T10877 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3269795 T10877 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\
   [junit4]   2> 3269796 T10877 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a386c4
   [junit4]   2> 3269801 T10877 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\
   [junit4]   2> 3269801 T10877 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\index/
   [junit4]   2> 3269801 T10877 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3269801 T10877 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\index
   [junit4]   2> 3269804 T10877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=49.064453125, floorSegmentMB=0.3251953125, forceMergeDeletesPctAllowed=7.1129395172118715, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3269812 T10877 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c659ce lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3206a8),segFN=segments_1,generation=1}
   [junit4]   2> 3269813 T10877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3269825 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3269827 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3269829 T10877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3269830 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3269830 T10877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3269831 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3269831 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3269832 T10877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3269832 T10877 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3269844 T10877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3269854 T10877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3269859 T10877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3269862 T10877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3269872 T10877 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/schema,/admin/luke,/admin/plugins,/admin/ping,/admin/logging,/get,/admin/mbeans,/admin/segments,/admin/system,/replication,/admin/properties,standard,/update/json,/admin/file,/config,/update/csv,/update,/update/json/docs
   [junit4]   2> 3269876 T10877 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3269878 T10877 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3269878 T10877 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3269882 T10877 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3269883 T10877 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3269884 T10877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3412966774870363]
   [junit4]   2> 3269885 T10877 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c659ce lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3206a8),segFN=segments_1,generation=1}
   [junit4]   2> 3269885 T10877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3269891 T10877 oass.SolrIndexSearcher.<init> Opening Searcher@18e0ea6[collection1] main
   [junit4]   2> 3269891 T10877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3269894 T10877 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3269895 T10877 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3269897 T10877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3269897 T10877 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3269899 T10877 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3269900 T10877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3269900 T10877 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3269901 T10877 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3269902 T10877 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3269904 T10877 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3269905 T10881 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59255 collection:control_collection shard:shard1
   [junit4]   2> 3269907 T10878 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18e0ea6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3269908 T10841 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3269908 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3269912 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3269914 T10881 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3269915 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3269921 T10884 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9016c9 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3269922 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3269922 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3269922 T10841 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3269929 T10881 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3269930 T10841 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3269930 T10841 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 3269930 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3269931 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3269934 T10887 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@100eca3 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3269934 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3269934 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3269937 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3269938 T10881 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3269938 T10881 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8230 name=collection1 org.apache.solr.core.SolrCore@15c16c9 url=http://127.0.0.1:59255/collection1 node=127.0.0.1:59255_ C8230_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:59255, state=down, node_name=127.0.0.1:59255_}
   [junit4]   2> 3269938 T10881 C8230 P59255 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59255/collection1/
   [junit4]   2> 3269938 T10881 C8230 P59255 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3269938 T10881 C8230 P59255 oasc.SyncStrategy.syncToMe http://127.0.0.1:59255/collection1/ has no replicas
   [junit4]   2> 3269939 T10881 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59255/collection1/ shard1
   [junit4]   2> 3269940 T10881 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3269949 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 3269952 T10873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3269953 T10884 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3270028 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 3270029 T10874 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 3270038 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3270046 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 3270047 T10874 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 3270049 T10873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3270049 T10884 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3270059 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3270152 T10873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3270153 T10884 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3270177 T10881 oasc.ZkController.register We are http://127.0.0.1:59255/collection1/ and leader is http://127.0.0.1:59255/collection1/
   [junit4]   2> 3270177 T10881 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59255
   [junit4]   2> 3270177 T10881 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3270177 T10881 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 3270177 T10881 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3270180 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3270184 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59255_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"} current state version: 4
   [junit4]   2> 3270188 T10874 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59255_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 3270303 T10873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3270303 T10884 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3271233 T10841 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1
   [junit4]   2> 3271236 T10841 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001
   [junit4]   2> 3271237 T10841 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3271240 T10841 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59270
   [junit4]   2> 3271248 T10841 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, hostContext=/, hostPort=59270, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores}
   [junit4]   2> 3271249 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1befab0
   [junit4]   2> 3271249 T10841 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\'
   [junit4]   2> 3271282 T10841 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\solr.xml
   [junit4]   2> 3271328 T10841 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores
   [junit4]   2> 3271328 T10841 oasc.CoreContainer.<init> New CoreContainer 12917348
   [junit4]   2> 3271328 T10841 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\]
   [junit4]   2> 3271328 T10841 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\lib
   [junit4]   2> 3271329 T10841 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\lib).
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3271344 T10841 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3271345 T10841 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3271348 T10841 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3271348 T10841 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3271348 T10841 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3271348 T10841 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59242/solr
   [junit4]   2> 3271348 T10841 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3271348 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3271353 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3271357 T10899 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15c0687 name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3271359 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3271359 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3271366 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3271368 T10902 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c2e890 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3271369 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3271379 T10841 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3272281 T10841 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59270_
   [junit4]   2> 3272284 T10841 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59270_
   [junit4]   2> 3272442 T10841 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3272449 T10841 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {config=solrconfig.xml, dataDir=data\, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1, collection=collection1, schema=schema.xml, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\, transient=false, coreNodeName=, name=collection1, shard=}
   [junit4]   2> 3272449 T10841 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\
   [junit4]   2> 3272452 T10841 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3272457 T10903 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3272457 T10903 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3272460 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3272462 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59270_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null} current state version: 5
   [junit4]   2> 3272462 T10903 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 3272462 T10903 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 3272463 T10874 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59270_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 3272464 T10874 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 3272464 T10903 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 3272464 T10874 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3272465 T10903 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 3272465 T10903 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3272466 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 3272468 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3272470 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 3273359 T10903 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3273359 T10903 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3273361 T10903 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3273363 T10903 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3273368 T10903 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3273368 T10903 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\'
   [junit4]   2> 3273380 T10903 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3273389 T10903 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3273404 T10903 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3273422 T10903 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 3273463 T10903 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3273466 T10903 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3273475 T10903 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3273919 T10903 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3273933 T10903 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3273937 T10903 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3273953 T10903 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3273958 T10903 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3273964 T10903 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3273965 T10903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3273965 T10903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3273965 T10903 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3273967 T10903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3273967 T10903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3273967 T10903 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3273968 T10903 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3273968 T10903 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 3273969 T10903 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a386c4
   [junit4]   2> 3273970 T10903 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 3273970 T10903 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 3273970 T10903 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3273971 T10903 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 3273972 T10903 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=49.064453125, floorSegmentMB=0.3251953125, forceMergeDeletesPctAllowed=7.1129395172118715, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3273972 T10903 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9c6392 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14d472e),segFN=segments_1,generation=1}
   [junit4]   2> 3273972 T10903 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3273979 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3273979 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3273980 T10903 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3273980 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3273981 T10903 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3273981 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3273982 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3273982 T10903 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3273982 T10903 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3273992 T10903 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3273995 T10903 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3274000 T10903 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3274001 T10903 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3274010 T10903 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/schema,/admin/luke,/admin/plugins,/admin/ping,/admin/logging,/get,/admin/mbeans,/admin/segments,/admin/system,/replication,/admin/properties,standard,/update/json,/admin/file,/config,/update/csv,/update,/update/json/docs
   [junit4]   2> 3274011 T10903 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3274012 T10903 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3274012 T10903 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3274014 T10903 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3274014 T10903 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3274018 T10903 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3412966774870363]
   [junit4]   2> 3274019 T10903 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9c6392 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14d472e),segFN=segments_1,generation=1}
   [junit4]   2> 3274019 T10903 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3274019 T10903 oass.SolrIndexSearcher.<init> Opening Searcher@60146d[collection1] main
   [junit4]   2> 3274019 T10903 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3274029 T10903 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3274029 T10903 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3274031 T10903 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3274032 T10903 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3274032 T10903 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3274036 T10903 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3274036 T10903 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3274036 T10903 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3274036 T10903 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3274037 T10904 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@60146d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3274038 T10903 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3274040 T10841 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3274040 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3274046 T10907 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59270 collection:collection1 shard:shard1
   [junit4]   2> 3274063 T10907 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3274301 T10907 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3274318 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3274319 T10907 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3274319 T10907 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8231 name=collection1 org.apache.solr.core.SolrCore@18d9715 url=http://127.0.0.1:59270/collection1 node=127.0.0.1:59270_ C8231_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:59270, state=down, node_name=127.0.0.1:59270_}
   [junit4]   2> 3274319 T10907 C8231 P59270 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59270/collection1/
   [junit4]   2> 3274319 T10907 C8231 P59270 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3274319 T10907 C8231 P59270 oasc.SyncStrategy.syncToMe http://127.0.0.1:59270/collection1/ has no replicas
   [junit4]   2> 3274320 T10907 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59270/collection1/ shard1
   [junit4]   2> 3274320 T10907 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3274328 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 3274333 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 3274334 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3274337 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 3274342 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3274344 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 3274346 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 3274351 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3274353 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 3274395 T10907 oasc.ZkController.register We are http://127.0.0.1:59270/collection1/ and leader is http://127.0.0.1:59270/collection1/
   [junit4]   2> 3274395 T10907 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59270
   [junit4]   2> 3274395 T10907 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3274395 T10907 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3274395 T10907 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3274400 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3274409 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59270_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"} current state version: 5
   [junit4]   2> 3274413 T10874 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59270_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 3274419 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 3274422 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3274423 T10907 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 3274427 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 3275249 T10841 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1
   [junit4]   2> 3275252 T10841 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001
   [junit4]   2> 3275253 T10841 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3275263 T10841 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59279
   [junit4]   2> 3275263 T10841 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, hostPort=59279, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores, solrconfig=solrconfig.xml}
   [junit4]   2> 3275263 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1befab0
   [junit4]   2> 3275263 T10841 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\'
   [junit4]   2> 3275317 T10841 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\solr.xml
   [junit4]   2> 3275346 T10841 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores
   [junit4]   2> 3275347 T10841 oasc.CoreContainer.<init> New CoreContainer 28666412
   [junit4]   2> 3275347 T10841 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\]
   [junit4]   2> 3275348 T10841 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\lib
   [junit4]   2> 3275348 T10841 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\lib).
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3275366 T10841 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3275366 T10841 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3275366 T10841 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3275366 T10841 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3275366 T10841 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3275368 T10841 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3275368 T10841 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3275369 T10841 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59242/solr
   [junit4]   2> 3275369 T10841 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3275369 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3275372 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3275374 T10919 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c2b459 name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3275375 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3275375 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3275379 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3275380 T10922 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b72ae9 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3275380 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3275389 T10841 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3276290 T10841 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59279_
   [junit4]   2> 3276291 T10841 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59279_
   [junit4]   2> 3276311 T10841 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3276316 T10841 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {collection=collection1, name=collection1, shard=, config=solrconfig.xml, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1, schema=schema.xml, transient=false, dataDir=data\, coreNodeName=}
   [junit4]   2> 3276317 T10841 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\
   [junit4]   2> 3276318 T10841 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3276323 T10923 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3276323 T10923 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3276326 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3276328 T10923 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 3276329 T10923 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 3276329 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59279",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59279_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null} current state version: 5
   [junit4]   2> 3276330 T10923 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 3276330 T10874 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59279",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59279_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 3276330 T10874 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 3276330 T10874 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 3276333 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 3276333 T10923 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 3276333 T10923 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3276334 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3276334 T10922 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3276336 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 3276336 T10922 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 3277225 T10923 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3277226 T10923 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3277228 T10923 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3277228 T10923 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3277230 T10923 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3277231 T10923 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\'
   [junit4]   2> 3277264 T10923 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3277275 T10923 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3277303 T10923 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3277351 T10923 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 3277398 T10923 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3277409 T10923 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3277419 T10923 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3277831 T10923 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3277859 T10923 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3277862 T10923 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3277941 T10923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3277952 T10923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3277960 T10923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3277965 T10923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3277965 T10923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3277965 T10923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3277971 T10923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3277971 T10923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3277971 T10923 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3277971 T10923 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3277971 T10923 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 3277971 T10923 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a386c4
   [junit4]   2> 3277972 T10923 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 3277972 T10923 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 3277972 T10923 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3277973 T10923 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 3277974 T10923 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=49.064453125, floorSegmentMB=0.3251953125, forceMergeDeletesPctAllowed=7.1129395172118715, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3277974 T10923 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2b971d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ce2d87),segFN=segments_1,generation=1}
   [junit4]   2> 3277974 T10923 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3277980 T10923 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3277980 T10923 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3277981 T10923 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3277981 T10923 oasup.UpdateRequestProcessorChain.init creating updateReq

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

l.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:892)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11218, name=collection0, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59255: Could not find collection : awholynewstresscollection_collection0_0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED1CECE7364DBE4]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:584)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:892)
   [junit4]   2> 3701504 T10841 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {id=PostingsFormat(name=Memory doPackFST= false), multiDefault=FSTOrd50, text=Lucene50(blocksize=128), other_tl1=PostingsFormat(name=Direct), timestamp=FSTOrd50, a_t=FSTOrd50, _version_=PostingsFormat(name=Direct), intDefault=PostingsFormat(name=Direct), a_i1=FSTOrd50, range_facet_l=FSTOrd50}, docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, locale=fr, timezone=Indian/Mauritius
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=167127656,total=307077120
   [junit4]   2> NOTE: All tests run in this JVM: [CopyFieldTest, QueryParsingTest, TestFastOutputStream, AnalysisErrorHandlingTest, TestReversedWildcardFilterFactory, BadIndexSchemaTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, TestBinaryResponseWriter, TestDefaultSearchFieldResource, TestComplexPhraseQParserPlugin, TestHighFrequencyDictionaryFactory, TestLuceneMatchVersion, SimpleCollectionCreateDeleteTest, DocExpirationUpdateProcessorFactoryTest, HdfsWriteToMultipleCollectionsTest, NotRequiredUniqueKeyTest, StatelessScriptUpdateProcessorFactoryTest, TestIBSimilarityFactory, DistributedFacetPivotSmallTest, ClusterStateTest, HdfsDirectoryTest, TermsComponentTest, TestFiltering, DistributedQueueTest, HardAutoCommitTest, TestDefaultSimilarityFactory, TestCSVLoader, TestExceedMaxTermLength, TestStressRecovery, SortByFunctionTest, MigrateRouteKeyTest, ActionThrottleTest, InfoHandlerTest, TestSolrDeletionPolicy2, PingRequestHandlerTest, SolrRequestParserTest, TermVectorComponentTest, SimpleFacetsTest, DistribCursorPagingTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestShortCircuitedRequests, TestAnalyzeInfixSuggestions, TestCustomSort, HdfsCollectionsAPIDistributedZkTest, TestSolrXml, TestReRankQParserPlugin, DistributedIntervalFacetingTest, DefaultValueUpdateProcessorTest, TestObjectReleaseTracker, TestCursorMarkWithoutUniqueKey, WordBreakSolrSpellCheckerTest, DocValuesMissingTest, TestPseudoReturnFields, AssignTest, TestAddFieldRealTimeGet, TestDocBasedVersionConstraints, ChaosMonkeyNothingIsSafeTest, SolrCoreTest, ShowFileRequestHandlerTest, DirectSolrConnectionTest, ChaosMonkeySafeLeaderTest, TestSolrCoreProperties, TestChildDocTransformer, TestSimpleTrackingShardHandler, TestFunctionQuery, TestExpandComponent, TestPartialUpdateDeduplication, BasicZkTest, TestNonDefinedSimilarityFactory, DeleteLastCustomShardedReplicaTest, TestAnalyzedSuggestions, TestCSVResponseWriter, TestValueSourceCache, TestQueryUtils, ParsingFieldUpdateProcessorsTest, BlockCacheTest, TestUniqueKeyFieldResource, CloudMLTQParserTest, SolrPluginUtilsTest, TestStressUserVersions, ResourceLoaderTest, StatsComponentTest, TestSolrIndexConfig, TestJettySolrRunner, TestMergePolicyConfig, ShardRoutingTest, TestSchemaVersionResource, TestArbitraryIndexDir, SimpleMLTQParserTest, TestOverriddenPrefixQueryForCustomFieldType, QueryEqualityTest, ResponseLogComponentTest, TestShardHandlerFactory, TestUpdate, SuggesterTest, TestIndexingPerformance, TestClassNameShortening, SpellPossibilityIteratorTest, ClusterStateUpdateTest, RAMDirectoryFactoryTest, HdfsBasicDistributedZkTest, TestUtils, TestPhraseSuggestions, XmlUpdateRequestHandlerTest, DOMUtilTest, CursorMarkTest, TestStressReorder, PrimitiveFieldTypeTest, TestCoreDiscovery, SpellCheckComponentTest, CollectionsAPIAsyncDistributedZkTest, HighlighterConfigTest, CurrencyFieldXmlFileTest, SpellCheckCollatorTest, DeleteReplicaTest, PreAnalyzedUpdateProcessorTest, HdfsDirectoryFactoryTest, TestNRTOpen, TestBulkSchemaConcurrent, TestMiniSolrCloudCluster, TestManagedResource, TestSolrConfigHandler, BinaryUpdateRequestHandlerTest, TestGroupingSearch, BasicFunctionalityTest, OpenExchangeRatesOrgProviderTest, ZkControllerTest, RecoveryZkTest, TestFieldResource, TestSolrQueryParserResource, TestDistribDocBasedVersion, TestSearcherReuse, SharedFSAutoReplicaFailoverTest, TriLevelCompositeIdRoutingTest, AnalyticsQueryTest, TestRealTimeGet, TestCopyFieldCollectionResource, RankQueryTest, HdfsUnloadDistributedZkTest, TestTrackingShardHandlerFactory, TestRemoteStreaming, TestSchemaResource, TestRecoveryHdfs, DocValuesMultiTest, ReplicationFactorTest, TestNoOpRegenerator, TestElisionMultitermQuery, TestFastLRUCache, UnloadDistributedZkTest, SaslZkACLProviderTest, MBeansHandlerTest, TestRandomMergePolicy, OpenCloseCoreStressTest, DistributedSpellCheckComponentTest, DeleteShardTest, TestXIncludeConfig, EnumFieldTest, TimeZoneUtilsTest, BasicDistributedZk2Test, TestDynamicFieldCollectionResource, TestCoreContainer, DebugComponentTest, DisMaxRequestHandlerTest, TestCloudManagedSchemaConcurrent, TestBinaryField, TestManagedSchemaFieldTypeResource, SegmentsInfoRequestHandlerTest, TestFieldTypeResource, TestInfoStreamLogging, UUIDUpdateProcessorFallbackTest, QueryElevationComponentTest, SimplePostToolTest, TestRecovery, BJQParserTest, TestImplicitCoreProperties, TestReplicationHandlerBackup, AnalyticsMergeStrategyTest, TestBadConfig, DistributedTermsComponentTest, TestPivotHelperCode, OverriddenZkACLAndCredentialsProvidersTest, AliasIntegrationTest, DirectUpdateHandlerTest, OutputWriterTest, DistributedQueryComponentCustomSortTest, AtomicUpdatesTest, QueryResultKeyTest, UUIDFieldTest, TestFuzzyAnalyzedSuggestions, SuggesterTSTTest, SpatialFilterTest, TestReplicaProperties, TestDocumentBuilder, TestSystemIdResolver, TestRTGBase, StandardRequestHandlerTest, IndexSchemaRuntimeFieldTest, TestSweetSpotSimilarityFactory, TestSolrConfigHandlerConcurrent, LeaderElectionTest, TestRestManager, SyncSliceTest, CoreMergeIndexesAdminHandlerTest, SystemInfoHandlerTest, TestHashPartitioner, TestBlobHandler, FileBasedSpellCheckerTest, ConvertedLegacyTest, TestInitQParser, TestRandomDVFaceting, DirectUpdateHandlerOptimizeTest, OverseerCollectionProcessorTest, TestLeaderElectionZkExpiry, HighlighterTest, TestCloudInspectUtil, TestCollationField, SignatureUpdateProcessorFactoryTest, SoftAutoCommitTest, TermVectorComponentDistributedTest, TestConfig, IndexBasedSpellCheckerTest, BasicDistributedZkTest, TestHdfsUpdateLog, TestSolrDynamicMBean, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 442.52s, 1 test, 1 error <<< FAILURES!

[...truncated 745 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1883 tests, 1 error, 57 ignored (30 assumptions)

Total time: 153 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4434 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4434/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56537/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56537/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56537/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:598)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 10415 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\init-core-data-001
   [junit4]   2> 5636192 T19845 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 5636196 T19845 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5636197 T19846 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 5636296 T19845 oasc.ZkTestServer.run start zk server on port:56514
   [junit4]   2> 5636296 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5636299 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5636303 T19853 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f32526 name:ZooKeeperConnection Watcher:127.0.0.1:56514 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5636303 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5636304 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5636304 T19845 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 5636308 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5636310 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5636313 T19856 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c1a6b name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5636313 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5636313 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5636313 T19845 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 5636318 T19845 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 5636322 T19845 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 5636325 T19845 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 5636328 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 5636328 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 5636334 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 5636334 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 5636339 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5636339 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5636343 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 5636343 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 5636347 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 5636347 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 5636351 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 5636351 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 5636355 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 5636355 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 5636360 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5636361 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5636364 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5636365 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5636369 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 5636370 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 5636372 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 5636373 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 5636378 T19847 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0ea7d6e80001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 5637820 T19845 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1
   [junit4]   2> 5637823 T19845 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5637833 T19845 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56522
   [junit4]   2> 5637834 T19845 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\tempDir-001/control/data, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores, hostContext=/, hostPort=56521}
   [junit4]   2> 5637834 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 5637835 T19845 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\'
   [junit4]   2> 5637873 T19845 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\solr.xml
   [junit4]   2> 5637908 T19845 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores
   [junit4]   2> 5637908 T19845 oasc.CoreContainer.<init> New CoreContainer 27893514
   [junit4]   2> 5637908 T19845 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\]
   [junit4]   2> 5637908 T19845 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\lib
   [junit4]   2> 5637908 T19845 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\lib).
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5637926 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5637926 T19845 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5637926 T19845 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5637926 T19845 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5637928 T19845 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5637928 T19845 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5637928 T19845 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5637928 T19845 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5637928 T19845 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56514/solr
   [junit4]   2> 5637929 T19845 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5637929 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5637933 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5637934 T19868 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d55196 name:ZooKeeperConnection Watcher:127.0.0.1:56514 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5637935 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5637935 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5637937 T19847 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0ea7d6e80002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 5637939 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5637942 T19871 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65324e name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5637942 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5637944 T19845 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 5637949 T19845 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 5637953 T19845 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 5637957 T19845 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 5637961 T19845 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 5637966 T19845 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 5637970 T19845 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 5637973 T19845 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 5637975 T19845 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56521_
   [junit4]   2> 5637976 T19845 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56521_
   [junit4]   2> 5637979 T19845 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 5637982 T19845 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 5637985 T19845 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5637988 T19845 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:56521_
   [junit4]   2> 5637988 T19845 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 5637991 T19845 oasc.Overseer.start Overseer (id=93465806295793667-127.0.0.1:56521_-n_0000000000) starting
   [junit4]   2> 5637995 T19845 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 5638008 T19845 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 5638009 T19873 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 5638009 T19845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5638011 T19872 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 5638018 T19845 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, loadOnStartup=true, transient=false, collection=control_collection, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1, coreNodeName=, schema=schema.xml, config=solrconfig.xml, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\, dataDir=data\, shard=}
   [junit4]   2> 5638021 T19845 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\
   [junit4]   2> 5638022 T19845 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5638023 T19875 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 5638023 T19875 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5638024 T19875 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5638024 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5638026 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56521_",
   [junit4]   2> 	  "core":"collection1"} current state version: 0
   [junit4]   2> 5638027 T19872 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56521_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5638027 T19872 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 5638027 T19872 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5638030 T19871 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639005 T19875 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5639005 T19875 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 5639006 T19875 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5639006 T19875 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5639011 T19875 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5639012 T19875 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\'
   [junit4]   2> 5639035 T19875 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5639039 T19875 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5639050 T19875 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5639072 T19875 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5639122 T19875 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5639124 T19875 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5639134 T19875 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5639577 T19875 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5639589 T19875 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5639593 T19875 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5639608 T19875 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5639613 T19875 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5639618 T19875 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5639621 T19875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5639622 T19875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5639622 T19875 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5639625 T19875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5639625 T19875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5639625 T19875 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 5639625 T19875 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5639627 T19875 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\
   [junit4]   2> 5639627 T19875 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13815e0
   [junit4]   2> 5639628 T19875 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\
   [junit4]   2> 5639628 T19875 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\index/
   [junit4]   2> 5639629 T19875 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 5639629 T19875 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\index
   [junit4]   2> 5639630 T19875 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5183126213771825]
   [junit4]   2> 5639630 T19875 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d9b654 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1514d70),segFN=segments_1,generation=1}
   [junit4]   2> 5639630 T19875 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5639636 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5639637 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5639637 T19875 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5639637 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5639638 T19875 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5639638 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5639639 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5639639 T19875 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5639639 T19875 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5639646 T19875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5639648 T19875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5639651 T19875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5639652 T19875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5639659 T19875 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /update/csv,/get,/admin/logging,/update/json,standard,/admin/segments,/replication,/admin/plugins,/update,/admin/mbeans,/schema,/admin/threads,/admin/properties,/admin/ping,/admin/file,/update/json/docs,/admin/luke,/config,/admin/system
   [junit4]   2> 5639661 T19875 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5639662 T19875 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5639663 T19875 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 5639664 T19875 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5639665 T19875 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5639665 T19875 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 5639666 T19875 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d9b654 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1514d70),segFN=segments_1,generation=1}
   [junit4]   2> 5639666 T19875 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5639667 T19875 oass.SolrIndexSearcher.<init> Opening Searcher@261e22[collection1] main
   [junit4]   2> 5639667 T19875 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5639669 T19875 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5639669 T19875 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5639670 T19875 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5639670 T19875 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5639670 T19875 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5639672 T19875 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5639672 T19875 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5639672 T19875 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5639672 T19875 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5639673 T19875 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5639673 T19876 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@261e22[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5639674 T19879 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56521 collection:control_collection shard:shard1
   [junit4]   2> 5639674 T19845 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5639674 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5639675 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5639676 T19879 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 5639677 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5639680 T19883 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c0ec41 name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5639681 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5639681 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5639682 T19845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5639685 T19879 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 5639688 T19845 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 5639688 T19845 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 5639688 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5639689 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5639690 T19879 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5639690 T19879 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 5639690 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> ASYNC  NEW_CORE C8716 name=collection1 org.apache.solr.core.SolrCore@1214da7 url=http://127.0.0.1:56521/collection1 node=127.0.0.1:56521_ C8716_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:56521, node_name=127.0.0.1:56521_, core=collection1}
   [junit4]   2> 5639690 T19879 C8716 P56521 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56521/collection1/
   [junit4]   2> 5639691 T19879 C8716 P56521 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5639691 T19879 C8716 P56521 oasc.SyncStrategy.syncToMe http://127.0.0.1:56521/collection1/ has no replicas
   [junit4]   2> 5639691 T19879 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56521/collection1/ shard1
   [junit4]   2> 5639692 T19879 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 5639692 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 5639694 T19886 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@199859b name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5639694 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5639695 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5639695 T19871 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639695 T19883 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639699 T19847 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0ea7d6e80005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 5639703 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 5639704 T19872 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 5639707 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5639709 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 5639710 T19872 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 5639712 T19883 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639713 T19871 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639719 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5639720 T19883 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639720 T19871 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639754 T19879 oasc.ZkController.register We are http://127.0.0.1:56521/collection1/ and leader is http://127.0.0.1:56521/collection1/
   [junit4]   2> 5639754 T19879 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56521
   [junit4]   2> 5639754 T19879 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5639754 T19879 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 5639754 T19879 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5639755 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5639756 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56521_",
   [junit4]   2> 	  "core":"collection1"} current state version: 4
   [junit4]   2> 5639757 T19872 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56521_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5639862 T19883 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5639863 T19871 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5641142 T19845 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1
   [junit4]   2> 5641146 T19845 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001
   [junit4]   2> 5641147 T19845 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5641150 T19845 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56538
   [junit4]   2> 5641152 T19845 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=56537, hostContext=/, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\tempDir-001/jetty1, solrconfig=solrconfig.xml}
   [junit4]   2> 5641153 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 5641153 T19845 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\'
   [junit4]   2> 5641187 T19845 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\solr.xml
   [junit4]   2> 5641214 T19845 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores
   [junit4]   2> 5641215 T19845 oasc.CoreContainer.<init> New CoreContainer 3608341
   [junit4]   2> 5641215 T19845 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\]
   [junit4]   2> 5641215 T19845 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\lib
   [junit4]   2> 5641215 T19845 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\lib).
   [junit4]   2> 5641228 T19845 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5641229 T19845 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5641229 T19845 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5641231 T19845 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5641231 T19845 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5641231 T19845 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5641231 T19845 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5641231 T19845 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56514/solr
   [junit4]   2> 5641232 T19845 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5641232 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5641235 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5641236 T19898 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24d5c5 name:ZooKeeperConnection Watcher:127.0.0.1:56514 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5641237 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5641237 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5641241 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5641244 T19901 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16fff0d name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5641244 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5641252 T19845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5642261 T19845 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56537_
   [junit4]   2> 5642263 T19845 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56537_
   [junit4]   2> 5642271 T19845 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5642278 T19845 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, transient=false, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1, dataDir=data\, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\, shard=, schema=schema.xml, config=solrconfig.xml, coreNodeName=, loadOnStartup=true}
   [junit4]   2> 5642278 T19845 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\
   [junit4]   2> 5642281 T19845 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5642285 T19902 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5642286 T19902 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5642289 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5642290 T19902 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 5642291 T19902 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 5642292 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56537_",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 5642292 T19902 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5642293 T19872 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56537_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5642293 T19872 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 5642293 T19872 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 5642297 T19902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 5642297 T19902 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5642297 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 5642298 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5642301 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 5643375 T19902 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5643375 T19902 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5643377 T19902 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5643377 T19902 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5643379 T19902 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5643379 T19902 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\'
   [junit4]   2> 5643418 T19902 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5643424 T19902 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5643444 T19902 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5643474 T19902 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5643535 T19902 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5643537 T19902 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5643547 T19902 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5643988 T19902 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5644064 T19902 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5644067 T19902 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5644085 T19902 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5644091 T19902 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5644096 T19902 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5644099 T19902 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5644099 T19902 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5644099 T19902 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5644101 T19902 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5644101 T19902 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5644101 T19902 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5644101 T19902 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5644102 T19902 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 5644102 T19902 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13815e0
   [junit4]   2> 5644103 T19902 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 5644104 T19902 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 5644104 T19902 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 5644105 T19902 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 5644105 T19902 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5183126213771825]
   [junit4]   2> 5644106 T19902 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6c30f1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10127a9),segFN=segments_1,generation=1}
   [junit4]   2> 5644106 T19902 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5644115 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5644115 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5644116 T19902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5644116 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5644116 T19902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5644117 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5644117 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5644118 T19902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5644118 T19902 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5644124 T19902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5644127 T19902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5644131 T19902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5644133 T19902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5644142 T19902 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /update/csv,/get,/admin/logging,/update/json,standard,/admin/segments,/replication,/admin/plugins,/update,/admin/mbeans,/schema,/admin/threads,/admin/properties,/admin/ping,/admin/file,/update/json/docs,/admin/luke,/config,/admin/system
   [junit4]   2> 5644145 T19902 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5644146 T19902 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5644147 T19902 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 5644148 T19902 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5644149 T19902 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5644149 T19902 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 5644151 T19902 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6c30f1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10127a9),segFN=segments_1,generation=1}
   [junit4]   2> 5644151 T19902 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5644152 T19902 oass.SolrIndexSearcher.<init> Opening Searcher@5e05b7[collection1] main
   [junit4]   2> 5644152 T19902 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5644154 T19902 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5644154 T19902 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5644155 T19902 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5644155 T19902 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5644156 T19902 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5644157 T19902 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5644157 T19902 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5644157 T19902 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5644158 T19902 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5644158 T19903 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5e05b7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5644159 T19902 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5644160 T19906 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56537 collection:collection1 shard:shard3
   [junit4]   2> 5644161 T19845 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5644161 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5644162 T19906 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 5644171 T19906 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 5644174 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5644175 T19906 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5644175 T19906 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8717 name=collection1 org.apache.solr.core.SolrCore@ba9bc9 url=http://127.0.0.1:56537/collection1 node=127.0.0.1:56537_ C8717_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:56537, node_name=127.0.0.1:56537_, core=collection1}
   [junit4]   2> 5644175 T19906 C8717 P56537 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56537/collection1/
   [junit4]   2> 5644175 T19906 C8717 P56537 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5644175 T19906 C8717 P56537 oasc.SyncStrategy.syncToMe http://127.0.0.1:56537/collection1/ has no replicas
   [junit4]   2> 5644176 T19906 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56537/collection1/ shard3
   [junit4]   2> 5644176 T19906 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 5644178 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 5644180 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 5644182 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5644184 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 5644191 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 5644193 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 5644195 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5644196 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 5644201 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5644244 T19906 oasc.ZkController.register We are http://127.0.0.1:56537/collection1/ and leader is http://127.0.0.1:56537/collection1/
   [junit4]   2> 5644244 T19906 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56537
   [junit4]   2> 5644244 T19906 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5644244 T19906 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 5644244 T19906 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5644247 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5644250 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56537_",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 5644251 T19872 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56537_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5644253 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 5644254 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5644255 T19906 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5644256 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5645773 T19845 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1
   [junit4]   2> 5645778 T19845 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001
   [junit4]   2> 5645779 T19845 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5645784 T19845 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56548
   [junit4]   2> 5645787 T19845 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores, hostPort=56547}
   [junit4]   2> 5645788 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 5645789 T19845 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\'
   [junit4]   2> 5645841 T19845 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\solr.xml
   [junit4]   2> 5645892 T19845 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores
   [junit4]   2> 5645893 T19845 oasc.CoreContainer.<init> New CoreContainer 19037038
   [junit4]   2> 5645893 T19845 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\]
   [junit4]   2> 5645893 T19845 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\lib
   [junit4]   2> 5645893 T19845 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\lib).
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5645918 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5645918 T19845 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5645918 T19845 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5645918 T19845 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5645920 T19845 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5645920 T19845 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5645920 T19845 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5645920 T19845 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5645922 T19845 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56514/solr
   [junit4]   2> 5645922 T19845 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5645922 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5645926 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5645929 T19919 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16d25b name:ZooKeeperConnection Watcher:127.0.0.1:56514 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5645929 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5645929 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5645932 T19847 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0ea7d6e80008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 5645934 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5645937 T19922 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@900ac1 name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5645937 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5645948 T19845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5647037 T19845 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56547_
   [junit4]   2> 5647039 T19845 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56547_
   [junit4]   2> 5647047 T19845 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5647051 T19845 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\, loadOnStartup=true, schema=schema.xml, coreNodeName=, shard=, collection=collection1, config=solrconfig.xml, name=collection1, transient=false, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1, dataDir=data\}
   [junit4]   2> 5647051 T19845 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\
   [junit4]   2> 5647051 T19845 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5647057 T19923 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5647057 T19923 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5647060 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5647062 T19923 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 5647062 T19923 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 5647063 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56547",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56547_",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 5647063 T19923 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5647064 T19872 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56547",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56547_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5647064 T19872 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 5647064 T19872 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5647067 T19923 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5647067 T19923 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5647067 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 5647068 T19922 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 5647068 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 5647069 T19922 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 5647070 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 5648145 T19923 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5648145 T19923 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5648147 T19923 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5648147 T19923 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5648149 T19923 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5648149 T19923 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\'
   [junit4]   2> 5648174 T19923 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5648179 T19923 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5648191 T19923 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5648227 T19923 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5648306 T19923 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5648309 T19923 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5648322 T19923 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5648794 T19923 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5648810 T19923 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5648813 T19923 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5648831 T19923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5648838 T19923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5648843 T19923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5648846 T19923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5648847 T19923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5648847 T19923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5648849 T19923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5648849 T19923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5648849 T19923 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5648849 T19923 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5648850 T19923 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 5648850 T19923 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13815e0
   [junit4]   2> 5648851 T19923 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 5648851 T19923 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 5648851 T19923 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E

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

eld, TestFiltering, URLClassifyProcessorTest, OpenExchangeRatesOrgProviderTest, TestQuerySenderNoQuery, TestExceedMaxTermLength, TestSortingResponseWriter, ShardSplitTest, AnalyticsMergeStrategyTest, LukeRequestHandlerTest, TestAddFieldRealTimeGet, TestSolrDynamicMBean, DistributedFacetPivotSmallTest, TestMiniSolrCloudCluster, SyncSliceTest, TermVectorComponentDistributedTest, TestFastOutputStream, CursorMarkTest, WordBreakSolrSpellCheckerTest, ResponseLogComponentTest, SimpleMLTQParserTest, HdfsRecoveryZkTest, DistributedSpellCheckComponentTest, TestFoldingMultitermQuery, TestOrdValues, TestRebalanceLeaders, TestStressRecovery, DeleteReplicaTest, TestFieldTypeResource, TestCollapseQParserPlugin, CacheHeaderTest, HardAutoCommitTest, RecoveryZkTest, TestSolrJ, AsyncMigrateRouteKeyTest, ResponseHeaderTest, FieldMutatingUpdateProcessorTest, SharedFSAutoReplicaFailoverTest, TestManagedSchema, TestPerFieldSimilarity, TestIntervalFaceting, DirectUpdateHandlerOptimizeTest, SharedFSAutoReplicaFailoverUtilsTest, TestSerializedLuceneMatchVersion, SuggesterTest, ConnectionManagerTest, TestCollationField, SolrIndexConfigTest, TestPhraseSuggestions, AtomicUpdatesTest, DistanceUnitsTest, ExternalFileFieldSortTest, SpellCheckComponentTest, RAMDirectoryFactoryTest, CollectionsAPIDistributedZkTest, TestBlendedInfixSuggestions, PrimitiveFieldTypeTest, SolrXmlInZkTest, PreAnalyzedFieldTest, HdfsUnloadDistributedZkTest, QueryParsingTest, TestOverriddenPrefixQueryForCustomFieldType, TestHighlightDedupGrouping, DistributedMLTComponentTest, TestRecovery, TestLRUCache, ChaosMonkeyNothingIsSafeTest, TestLazyCores, CopyFieldTest, PingRequestHandlerTest, TestStressVersions, DateFieldTest, TestSolr4Spatial2, TestAnalyzeInfixSuggestions, TestDocSet, CursorPagingTest, TestMergePolicyConfig, PrimUtilsTest, DistribJoinFromCollectionTest, CoreAdminRequestStatusTest, RemoteQueryErrorTest, JSONWriterTest, DistanceFunctionTest, IndexBasedSpellCheckerTest, HdfsLockFactoryTest, FacetPivotSmallTest, TestElisionMultitermQuery, TestNoOpRegenerator, DistribCursorPagingTest, StandardRequestHandlerTest, TestDistribDocBasedVersion, DocumentAnalysisRequestHandlerTest, TestPseudoReturnFields, ClusterStateUpdateTest, SolrPluginUtilsTest, JsonLoaderTest, MultiTermTest, SortByFunctionTest, DistributedQueueTest, TestLRUStatsCache, TestCoreContainer, TestManagedSchemaFieldResource, HdfsChaosMonkeySafeLeaderTest, TestCharFilters, DeleteShardTest, DistributedQueryElevationComponentTest, DistributedFacetPivotLargeTest, TestSolrQueryParser, RecoveryAfterSoftCommitTest, TestSearchPerf, TestSchemaVersionResource, RequiredFieldsTest, TestWordDelimiterFilterFactory, SearchHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, TestFieldCollectionResource, TestFreeTextSuggestions, ZkNodePropsTest, TestSolrCoreProperties, DistributedQueryComponentCustomSortTest, BadCopyFieldTest, SimplePostToolTest, TestZkChroot, EnumFieldTest, DocExpirationUpdateProcessorFactoryTest, SpellingQueryConverterTest, DirectSolrSpellCheckerTest, TestObjectReleaseTracker, ZkControllerTest, SegmentsInfoRequestHandlerTest, NotRequiredUniqueKeyTest, TestInitQParser, ClusterStateTest, TestDefaultStatsCache, TestReload, LeaderElectionIntegrationTest, TestRealTimeGet, MergeStrategyTest, TestSolrQueryParserResource, TestBlobHandler, TestManagedResourceStorage, TestRequestStatusCollectionAPI, TestFieldResource, OverseerRolesTest, TestUtils, TestCollectionAPI, SampleTest, TestSweetSpotSimilarityFactory, TestRangeQuery, TestCodecSupport, SolrCmdDistributorTest, OverseerStatusTest, TestSolrConfigHandlerConcurrent, TestSchemaResource, SSLMigrationTest, DateRangeFieldTest, TestBulkSchemaAPI, DistribDocExpirationUpdateProcessorTest, TestDocBasedVersionConstraints, DistributedTermsComponentTest, DocValuesMissingTest, TestCustomSort, DocumentBuilderTest, TestCryptoKeys, BasicDistributedZk2Test, AnalyticsQueryTest, TestFunctionQuery, HdfsDirectoryFactoryTest, ShowFileRequestHandlerTest, SpatialRPTFieldTypeTest, TestReplicationHandlerBackup, TestCloudManagedSchemaConcurrent, LeaderInitiatedRecoveryOnCommitTest, TestClassNameShortening, TestCSVResponseWriter, TestCursorMarkWithoutUniqueKey, TestSuggestSpellingConverter, IndexSchemaRuntimeFieldTest, ShardRoutingTest, TimeZoneUtilsTest, RequestLoggingTest, BufferStoreTest, TestUniqueKeyFieldResource, TestSolrConfigHandler, DistributedSuggestComponentTest, DistributedExpandComponentTest, BJQParserTest, CSVRequestHandlerTest, TestSchemaSimilarityResource, DisMaxRequestHandlerTest, TestStressLucene, DirectUpdateHandlerTest, UpdateParamsTest, TestBulkSchemaConcurrent, TestHighFrequencyDictionaryFactory, LoggingHandlerTest, HdfsSyncSliceTest, DocValuesMultiTest, AlternateDirectoryTest, TestCloudPivotFacet, TestMaxScoreQueryParser, TestManagedSchemaFieldTypeResource, PluginInfoTest, TestSolrXml, SOLR749Test, TermVectorComponentTest, SynonymTokenizerTest, PathHierarchyTokenizerFactoryTest, SuggestComponentTest, TestCloudInspectUtil, SolrTestCaseJ4Test, VMParamsZkACLAndCredentialsProvidersTest, OverseerTest, SolrInfoMBeanTest, AnalysisErrorHandlingTest, QueryElevationComponentTest, SpellCheckCollatorTest, LeaderElectionTest, BinaryUpdateRequestHandlerTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestRandomFaceting, ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TestStressReorder, TestJoin, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, TestGroupingSearch, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, TestSurroundQueryParser, TestQueryUtils, TestWriterPerf, TestReversedWildcardFilterFactory, TestQueryTypes, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, RegexBoostProcessorTest, IndexSchemaTest, TestJmxIntegration, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, TestQuerySenderListener, TestSolrIndexConfig, BadComponentTest, TestSolrDeletionPolicy2, NumericFieldsTest, MinimalSchemaTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestXIncludeConfig, EchoParamsTest, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, ResourceLoaderTest, ScriptEngineTest, TestFastLRUCache, DateMathParserTest, TestSystemIdResolver, DOMUtilTest, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CircularListTest, DistributedIntervalFacetingTest, TestSimpleTrackingShardHandler, TestTolerantSearch, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, AssignTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, ReplicationFactorTest]
   [junit4] Completed in 86.37s, 1 test, 1 error <<< FAILURES!

[...truncated 271 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1882 tests, 1 error, 57 ignored (30 assumptions)

Total time: 148 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4433 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4433/
Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseG1GC

6 tests failed.
FAILED:  org.apache.solr.schema.TestCloudManagedSchemaConcurrent.test

Error Message:
QUERY FAILED: xpath=/response/lst[@name='responseHeader']/int[@name='status'][.='0']  request=/schema/dynamicfields/?wt=xml&updateTimeoutSecs=15  response=<?xml version="1.0" encoding="UTF-8"?> <response>  <lst name="responseHeader">   <int name="status">500</int>   <int name="QTime">11909</int> </lst> <lst name="error">   <str name="msg">1 out of 8 replicas failed to update their schema to version 4 within 15 seconds! Failed cores: [http://127.0.0.1:52747/e_jg/collection1/]</str>   <str name="trace">org.apache.solr.common.SolrException: 1 out of 8 replicas failed to update their schema to version 4 within 15 seconds! Failed cores: [http://127.0.0.1:52747/e_jg/collection1/]  at org.apache.solr.schema.ManagedIndexSchema.waitForSchemaZkVersionAgreement(ManagedIndexSchema.java:264)  at org.apache.solr.rest.schema.BaseFieldResource.waitForSchemaUpdateToPropagate(BaseFieldResource.java:120)  at org.apache.solr.rest.schema.DynamicFieldCollectionResource.post(DynamicFieldCollectionResource.java:195)  at org.restlet.resource.ServerResource.doHandle(ServerResource.java:437)  at org.restlet.resource.ServerResource.doConditionalHandle(ServerResource.java:350)  at org.restlet.resource.ServerResource.handle(ServerResource.java:952)  at org.restlet.resource.Finder.handle(Finder.java:246)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Router.doHandle(Router.java:431)  at org.restlet.routing.Router.handle(Router.java:648)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:155)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)  at org.restlet.engine.application.ApplicationHelper.handle(ApplicationHelper.java:84)  at org.restlet.Application.handle(Application.java:381)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Router.doHandle(Router.java:431)  at org.restlet.routing.Router.handle(Router.java:648)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Router.doHandle(Router.java:431)  at org.restlet.routing.Router.handle(Router.java:648)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)  at org.restlet.Component.handle(Component.java:392)  at org.restlet.Server.handle(Server.java:516)  at org.restlet.engine.ServerHelper.handle(ServerHelper.java:72)  at org.restlet.engine.adapter.HttpServerHelper.handle(HttpServerHelper.java:152)  at org.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:1089)  at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)  at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:457)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:276)  at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:103)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:384)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)  at org.eclipse.jetty.server.Server.handle(Server.java:368)  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)  at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)  at java.lang.Thread.run(Thread.java:745) </str>   <int name="code">500</int> </lst> </response> 

Stack Trace:
java.lang.AssertionError: QUERY FAILED: xpath=/response/lst[@name='responseHeader']/int[@name='status'][.='0']  request=/schema/dynamicfields/?wt=xml&updateTimeoutSecs=15  response=<?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="status">500</int>
  <int name="QTime">11909</int>
</lst>
<lst name="error">
  <str name="msg">1 out of 8 replicas failed to update their schema to version 4 within 15 seconds! Failed cores: [http://127.0.0.1:52747/e_jg/collection1/]</str>
  <str name="trace">org.apache.solr.common.SolrException: 1 out of 8 replicas failed to update their schema to version 4 within 15 seconds! Failed cores: [http://127.0.0.1:52747/e_jg/collection1/]
	at org.apache.solr.schema.ManagedIndexSchema.waitForSchemaZkVersionAgreement(ManagedIndexSchema.java:264)
	at org.apache.solr.rest.schema.BaseFieldResource.waitForSchemaUpdateToPropagate(BaseFieldResource.java:120)
	at org.apache.solr.rest.schema.DynamicFieldCollectionResource.post(DynamicFieldCollectionResource.java:195)
	at org.restlet.resource.ServerResource.doHandle(ServerResource.java:437)
	at org.restlet.resource.ServerResource.doConditionalHandle(ServerResource.java:350)
	at org.restlet.resource.ServerResource.handle(ServerResource.java:952)
	at org.restlet.resource.Finder.handle(Finder.java:246)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Router.doHandle(Router.java:431)
	at org.restlet.routing.Router.handle(Router.java:648)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:155)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)
	at org.restlet.engine.application.ApplicationHelper.handle(ApplicationHelper.java:84)
	at org.restlet.Application.handle(Application.java:381)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Router.doHandle(Router.java:431)
	at org.restlet.routing.Router.handle(Router.java:648)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Router.doHandle(Router.java:431)
	at org.restlet.routing.Router.handle(Router.java:648)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)
	at org.restlet.Component.handle(Component.java:392)
	at org.restlet.Server.handle(Server.java:516)
	at org.restlet.engine.ServerHelper.handle(ServerHelper.java:72)
	at org.restlet.engine.adapter.HttpServerHelper.handle(HttpServerHelper.java:152)
	at org.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:1089)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:457)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:276)
	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:103)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:384)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
</str>
  <int name="code">500</int>
</lst>
</response>

	at __randomizedtesting.SeedInfo.seed([6E257D6ECCA3E2A5:E67142B4625F8F5D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.verifySuccess(TestCloudManagedSchemaConcurrent.java:107)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.addDynamicFieldPost(TestCloudManagedSchemaConcurrent.java:144)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.access$400(TestCloudManagedSchemaConcurrent.java:45)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent$Operation$4.execute(TestCloudManagedSchemaConcurrent.java:291)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.concurrentOperationsTest(TestCloudManagedSchemaConcurrent.java:450)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.test(TestCloudManagedSchemaConcurrent.java:252)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:274)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:228)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:188)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:310)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:12)


FAILED:  org.apache.solr.search.stats.TestExactSharedStatsCache.test

Error Message:
Error from server at http://127.0.0.1:52939//collection1: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 500 {msg=SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space  at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:763)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:304)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)  at org.eclipse.jetty.server.Server.handle(Server.java:368)  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)  at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)  at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.common.SolrException: JVM Error creating core [collection1]: PermGen space  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:283)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:277)  at java.util.concurrent.FutureTask.run(FutureTask.java:262)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  ... 1 more Caused by: java.lang.OutOfMemoryError: PermGen space  at sun.misc.Unsafe.defineClass(Native Method)  at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)  at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:399)  at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:396)  at java.security.AccessController.doPrivileged(Native Method)  at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:395)  at sun.reflect.MethodAccessorGenerator.generateConstructor(MethodAccessorGenerator.java:94)  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:48)  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)  at java.lang.reflect.Constructor.newInstance(Constructor.java:526)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:571)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:526)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)  at org.apache.solr.core.SolrCore.createInstances(SolrCore.java:2136)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:795)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:648)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:518)  ... 6 more ,code=500}</title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing /collection1/update. Reason: <pre>    {msg=SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space  at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:763)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:304)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)  at org.eclipse.jetty.server.Server.handle(Server.java:368)  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)  at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)  at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.common.SolrException: JVM Error creating core [collection1]: PermGen space  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:283)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:277)  at java.util.concurrent.FutureTask.run(FutureTask.java:262)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  ... 1 more Caused by: java.lang.OutOfMemoryError: PermGen space  at sun.misc.Unsafe.defineClass(Native Method)  at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)  at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:399)  at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:396)  at java.security.AccessController.doPrivileged(Native Method)  at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:395)  at sun.reflect.MethodAccessorGenerator.generateConstructor(MethodAccessorGenerator.java:94)  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:48)  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)  at java.lang.reflect.Constructor.newInstance(Constructor.java:526)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:571)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:526)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)  at org.apache.solr.core.SolrCore.createInstances(SolrCore.java:2136)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:795)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:648)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:518)  ... 6 more ,code=500}</pre></p> <hr /><i><small>Powered by Jetty://</small></i>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:52939//collection1: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 {msg=SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:763)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:304)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: JVM Error creating core [collection1]: PermGen space
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:283)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:277)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
Caused by: java.lang.OutOfMemoryError: PermGen space
	at sun.misc.Unsafe.defineClass(Native Method)
	at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:399)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:396)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:395)
	at sun.reflect.MethodAccessorGenerator.generateConstructor(MethodAccessorGenerator.java:94)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:48)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:571)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:526)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
	at org.apache.solr.core.SolrCore.createInstances(SolrCore.java:2136)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:795)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:648)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:518)
	... 6 more
,code=500}</title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /collection1/update. Reason:
<pre>    {msg=SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:763)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:304)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: JVM Error creating core [collection1]: PermGen space
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:283)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:277)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
Caused by: java.lang.OutOfMemoryError: PermGen space
	at sun.misc.Unsafe.defineClass(Native Method)
	at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:399)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:396)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:395)
	at sun.reflect.MethodAccessorGenerator.generateConstructor(MethodAccessorGenerator.java:94)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:48)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:571)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:526)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
	at org.apache.solr.core.SolrCore.createInstances(SolrCore.java:2136)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:795)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:648)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:518)
	... 6 more
,code=500}</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([6E257D6ECCA3E2A5:E67142B4625F8F5D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:553)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:896)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:859)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:874)
	at org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:541)
	at org.apache.solr.search.stats.TestDefaultStatsCache.test(TestDefaultStatsCache.java:43)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:980)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.DocExpirationUpdateProcessorFactoryTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51147/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51147/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51147/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:598)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 10392 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\init-core-data-001
   [junit4]   2> 4948572 T17083 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 4948585 T17083 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4948585 T17084 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4948678 T17083 oasc.ZkTestServer.run start zk server on port:51124
   [junit4]   2> 4948678 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4948678 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4948678 T17091 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78bcd701 name:ZooKeeperConnection Watcher:127.0.0.1:51124 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4948678 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4948678 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4948678 T17083 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4948678 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4948678 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4948692 T17094 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d524366 name:ZooKeeperConnection Watcher:127.0.0.1:51124/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4948692 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4948692 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4948705 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4948705 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4948705 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4948705 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4948705 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4948705 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4948718 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4948718 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4948718 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4948718 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4948718 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4948718 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4948718 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4948718 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4948732 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4948732 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4948732 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4948732 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4948732 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4948732 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4949921 T17083 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1
   [junit4]   2> 4949921 T17083 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4949921 T17083 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51132
   [junit4]   2> 4949921 T17083 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores, hostPort=51131, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\tempDir-001/control/data}
   [junit4]   2> 4949921 T17083 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6da21389
   [junit4]   2> 4949921 T17083 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\'
   [junit4]   2> 4949961 T17083 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\solr.xml
   [junit4]   2> 4949988 T17083 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores
   [junit4]   2> 4949988 T17083 oasc.CoreContainer.<init> New CoreContainer 1344475707
   [junit4]   2> 4949988 T17083 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\]
   [junit4]   2> 4949988 T17083 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\lib
   [junit4]   2> 4949988 T17083 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\lib).
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4950001 T17083 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4950001 T17083 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4950001 T17083 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4950001 T17083 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4950001 T17083 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51124/solr
   [junit4]   2> 4950001 T17083 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4950001 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4950014 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4950014 T17106 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@352c4acf name:ZooKeeperConnection Watcher:127.0.0.1:51124 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4950014 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4950014 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4950014 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4950014 T17109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40ddcf0a name:ZooKeeperConnection Watcher:127.0.0.1:51124/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4950014 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4950014 T17083 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4950028 T17083 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4950028 T17083 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4950028 T17083 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4950028 T17083 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4950041 T17083 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51131_
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51131_
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4950054 T17083 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4950054 T17083 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4950054 T17083 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:51131_
   [junit4]   2> 4950054 T17083 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4950054 T17083 oasc.Overseer.start Overseer (id=93463400041611267-127.0.0.1:51131_-n_0000000000) starting
   [junit4]   2> 4950054 T17083 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4950068 T17083 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4950068 T17111 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4950068 T17083 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4950068 T17110 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4950081 T17083 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {collection=control_collection, name=collection1, schema=schema.xml, dataDir=data\, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\, config=solrconfig.xml, loadOnStartup=true, coreNodeName=, shard=, transient=false, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1}
   [junit4]   2> 4950081 T17083 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\
   [junit4]   2> 4950081 T17083 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4950081 T17113 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4950081 T17113 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4950081 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4950081 T17113 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4950081 T17110 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "node_name":"127.0.0.1:51131_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":null} current state version: 0
   [junit4]   2> 4950081 T17110 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "node_name":"127.0.0.1:51131_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 4950081 T17110 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4950081 T17110 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4950095 T17109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4950936 T17113 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4950936 T17113 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4950936 T17113 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4950936 T17113 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4950936 T17113 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4950936 T17113 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\'
   [junit4]   2> 4950950 T17113 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4950950 T17113 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4950963 T17113 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4950990 T17113 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4951096 T17113 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4951096 T17113 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4951096 T17113 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4951577 T17113 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4951591 T17113 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4951591 T17113 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4951604 T17113 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4951617 T17113 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4951617 T17113 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4951617 T17113 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4951617 T17113 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\
   [junit4]   2> 4951617 T17113 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f6f3d1
   [junit4]   2> 4951617 T17113 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\
   [junit4]   2> 4951617 T17113 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4951617 T17113 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4951617 T17113 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\index
   [junit4]   2> 4951617 T17113 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=15.46484375, floorSegmentMB=2.05859375, forceMergeDeletesPctAllowed=26.7779272264072, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17677225956053233
   [junit4]   2> 4951617 T17113 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@dfebb9d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ecf4798),segFN=segments_1,generation=1}
   [junit4]   2> 4951617 T17113 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4951631 T17113 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4951644 T17113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4951644 T17113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4951658 T17113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4951658 T17113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4951658 T17113 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/logging,/update/json,/admin/file,/admin/plugins,/config,/admin/properties,/update/csv,/admin/segments,/replication,/update,standard,/admin/luke,/admin/system,/admin/ping,/schema,/get,/admin/threads,/admin/mbeans,/update/json/docs
   [junit4]   2> 4951671 T17113 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4951671 T17113 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4951671 T17113 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4951671 T17113 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4951671 T17113 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4951671 T17113 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=68.38671875, floorSegmentMB=0.888671875, forceMergeDeletesPctAllowed=6.993485349908815, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4951671 T17113 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@dfebb9d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ecf4798),segFN=segments_1,generation=1}
   [junit4]   2> 4951671 T17113 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4951671 T17113 oass.SolrIndexSearcher.<init> Opening Searcher@351aceda[collection1] main
   [junit4]   2> 4951671 T17113 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4951671 T17113 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4951671 T17113 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4951671 T17113 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4951671 T17113 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4951671 T17114 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@351aceda[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4951671 T17113 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4951684 T17083 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4951684 T17083 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4951684 T17117 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51131 collection:control_collection shard:shard1
   [junit4]   2> 4951684 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4951684 T17117 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4951684 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4951698 T17117 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4951698 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4951698 T17117 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4951698 T17117 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3772 name=collection1 org.apache.solr.core.SolrCore@5fb42bd5 url=http://127.0.0.1:51131/collection1 node=127.0.0.1:51131_ C3772_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:51131, node_name=127.0.0.1:51131_, state=down, core=collection1}
   [junit4]   2> 4951698 T17117 C3772 P51131 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51131/collection1/
   [junit4]   2> 4951698 T17117 C3772 P51131 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4951698 T17117 C3772 P51131 oasc.SyncStrategy.syncToMe http://127.0.0.1:51131/collection1/ has no replicas
   [junit4]   2> 4951698 T17117 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51131/collection1/ shard1
   [junit4]   2> 4951698 T17117 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4951711 T17110 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 4951711 T17121 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3af8345 name:ZooKeeperConnection Watcher:127.0.0.1:51124/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4951711 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4951711 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4951711 T17083 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4951711 T17109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4951711 T17121 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 4951724 T17083 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4951724 T17083 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 4951724 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4951738 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4951738 T17110 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 4951738 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4951738 T17121 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4951738 T17109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4951751 T17124 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25c44929 name:ZooKeeperConnection Watcher:127.0.0.1:51124/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4951751 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4951751 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4951751 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4951751 T17110 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 3
   [junit4]   2> 4951751 T17110 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4951791 T17117 oasc.ZkController.register We are http://127.0.0.1:51131/collection1/ and leader is http://127.0.0.1:51131/collection1/
   [junit4]   2> 4951791 T17117 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51131
   [junit4]   2> 4951791 T17117 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4951791 T17117 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4951791 T17117 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4951831 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4951831 T17110 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "node_name":"127.0.0.1:51131_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":"shard1"} current state version: 3
   [junit4]   2> 4951831 T17110 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "node_name":"127.0.0.1:51131_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 4951831 T17110 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]  

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

al2, DateMathParserTest, TestLazyCores, FullSolrCloudDistribCmdsTest, TestNonDefinedSimilarityFactory, ResponseHeaderTest, RollingRestartTest, TestBulkSchemaConcurrent, StatelessScriptUpdateProcessorFactoryTest, TestDistribDocBasedVersion, SolrCoreCheckLockOnStartupTest, MBeansHandlerTest, SuggesterFSTTest, TestOverriddenPrefixQueryForCustomFieldType, TestChildDocTransformer, TestBulkSchemaAPI, TestRawResponseWriter, DocValuesTest, TestComplexPhraseQParserPlugin, TestReload, TestMergePolicyConfig, AsyncMigrateRouteKeyTest, TestReloadAndDeleteDocs, TestSolrQueryParser, TestSolrXml, TestBinaryResponseWriter, BlockDirectoryTest, TestUtils, TestManagedSynonymFilterFactory, CursorMarkTest, TestHashPartitioner, LeaderInitiatedRecoveryOnCommitTest, CacheHeaderTest, BasicDistributedZkTest, ExitableDirectoryReaderTest, CircularListTest, TestCodecSupport, TestBlobHandler, ScriptEngineTest, DistributedDebugComponentTest, TestJmxIntegration, TestDynamicFieldResource, RecoveryZkTest, HdfsCollectionsAPIDistributedZkTest, TestConfigReload, CopyFieldTest, ClusterStateUpdateTest, TestRecoveryHdfs, TestSchemaVersionResource, TestCollapseQParserPlugin, DateFieldTest, DeleteShardTest, TestStressReorder, BJQParserTest, SpatialFilterTest, TestXIncludeConfig, CSVRequestHandlerTest, EnumFieldTest, TestDefaultStatsCache, SolrTestCaseJ4Test, AtomicUpdatesTest, UniqFieldsUpdateProcessorFactoryTest, TestCloudSchemaless, DirectUpdateHandlerOptimizeTest, TestBM25SimilarityFactory, TestPivotHelperCode, DistributedFacetPivotWhiteBoxTest, TestClusterStateMutator, AssignTest, CloudExitableDirectoryReaderTest, TestTrie, TestOrdValues, TestRandomFaceting, TestExpandComponent, TestCloudManagedSchema, RecoveryAfterSoftCommitTest, TestDynamicLoading, DistributedQueryComponentOptimizationTest, UnloadDistributedZkTest, TestLFUCache, TestSolrQueryParserResource, BadComponentTest, TestQuerySenderListener, TestReplicationHandlerBackup, TestAddFieldRealTimeGet, SignatureUpdateProcessorFactoryTest, DOMUtilTest, TestReplicationHandler, ShardRoutingTest, TestHighlightDedupGrouping, TestFastWriter, DistributedQueryComponentCustomSortTest, SolrRequestParserTest, SolrXmlInZkTest, TestFaceting, UUIDUpdateProcessorFallbackTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, ZkSolrClientTest, TestZkChroot, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, ZkControllerTest, TestRealTimeGet, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, ConvertedLegacyTest, TestFiltering, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SpellCheckCollatorTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestStressLucene, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestUpdate, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, TestCSVResponseWriter, TestAnalyzedSuggestions, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, SolrIndexConfigTest, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestCharFilters, SynonymTokenizerTest, EchoParamsTest, TestDefaultSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, ClusterStateTest, TestSolrJ, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestJettySolrRunner, ActionThrottleTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, ExternalCollectionsTest, HttpPartitionTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest, SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, TestCloudInspectUtil, TestCryptoKeys, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestReplicaProperties, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, CachingDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestConfigSets, TestInitParams, TestNRTOpen, TestSolrConfigHandler, TestSolrDynamicMBean, RequestLoggingTest, TestReqParamsAPI, TestSolrConfigHandlerCloud, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, DistributedFacetPivotLargeTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotSmallTest, DistributedSuggestComponentTest, SpatialHeatmapFacetsTest, SuggestComponentTest, TestIntervalFaceting, TestSortingResponseWriter, TestManagedResource, TestManagedResourceStorage, TestRestManager, TestClassNameShortening, TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource, TestFieldCollectionResource, TestFieldResource, TestManagedSchemaDynamicFieldResource, TestManagedSchemaFieldTypeResource, TestSchemaNameResource, TestSchemaResource, TestSchemaSimilarityResource, TestSolrQueryParserDefaultOperatorResource, BadCopyFieldTest, ChangedSchemaMergeTest, DateRangeFieldTest, SpatialRPTFieldTypeTest, TestCloudManagedSchemaConcurrent, TestManagedSchema, RankQueryTest, TestCustomSort, TestMissingGroups, TestReRankQParserPlugin, TestSimpleQParserPlugin, TestStandardQParsers, CloudMLTQParserTest, TestExactSharedStatsCache]
   [junit4] Completed in 29.39s, 1 test, 1 error <<< FAILURES!

[...truncated 13 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory
   [junit4] ERROR   0.00s | TestHighFrequencyDictionaryFactory (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 19 lines...]
   [junit4] Suite: org.apache.solr.update.processor.DocExpirationUpdateProcessorFactoryTest
   [junit4] ERROR   0.00s | DocExpirationUpdateProcessorFactoryTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 10 lines...]
   [junit4] JVM J0: stdout was not empty, see: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\temp\junit4-J0-20150312_040914_118.sysout
   [junit4] >>> JVM J0: stdout (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: PermGen space
   [junit4] Dumping heap to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\heapdumps\java_pid3920.hprof ...
   [junit4] Heap dump file created [135315796 bytes in 1.717 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 13 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1875 tests, 3 suite-level errors, 2 errors, 1 failure, 57 ignored (30 assumptions)

Total time: 141 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4432 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4432/
Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001

	at __randomizedtesting.SeedInfo.seed([9176BDD3BB428874]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63301/s_sb/c/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63301/s_sb/c/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63301/s_sb/c/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 10401 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\init-core-data-001
   [junit4]   2> 4353757 T18820 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /s_sb/c
   [junit4]   2> 4353762 T18820 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4353764 T18821 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4353872 T18820 oasc.ZkTestServer.run start zk server on port:63278
   [junit4]   2> 4353872 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4353875 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4353879 T18828 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ca50fa name:ZooKeeperConnection Watcher:127.0.0.1:63278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4353879 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4353880 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4353880 T18820 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4353885 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4353886 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4353888 T18831 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18a08ad name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4353889 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4353889 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4353889 T18820 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4353894 T18820 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4353897 T18820 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4353899 T18820 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4353903 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4353903 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4353907 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4353908 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4353912 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4353913 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4353916 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4353917 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4353920 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4353920 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4353923 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4353924 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4353927 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4353927 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4353930 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4353932 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4353934 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4353935 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4353938 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4353938 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4353941 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4353942 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4355519 T18820 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1
   [junit4]   2> 4355524 T18820 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4355531 T18820 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63286
   [junit4]   2> 4355532 T18820 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\tempDir-001/control/data, hostContext=/s_sb/c, hostPort=63285, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores}
   [junit4]   2> 4355533 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4355533 T18820 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\'
   [junit4]   2> 4355587 T18820 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\solr.xml
   [junit4]   2> 4355596 T18820 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores
   [junit4]   2> 4355596 T18820 oasc.CoreContainer.<init> New CoreContainer 12595269
   [junit4]   2> 4355596 T18820 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\]
   [junit4]   2> 4355596 T18820 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\lib
   [junit4]   2> 4355596 T18820 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\lib).
   [junit4]   2> 4355611 T18820 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4355611 T18820 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4355611 T18820 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4355611 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4355615 T18820 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4355615 T18820 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4355615 T18820 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4355615 T18820 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4355615 T18820 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4355617 T18820 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63278/solr
   [junit4]   2> 4355617 T18820 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4355617 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4355620 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4355622 T18843 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b84553 name:ZooKeeperConnection Watcher:127.0.0.1:63278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4355623 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4355623 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4355625 T18822 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0a5c9cc50002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4355628 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4355630 T18846 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a1d284 name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4355630 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4355633 T18820 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4355636 T18820 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4355640 T18820 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4355643 T18820 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4355647 T18820 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4355651 T18820 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4355654 T18820 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4355656 T18820 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4355658 T18820 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63285_s_sb%2Fc
   [junit4]   2> 4355659 T18820 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63285_s_sb%2Fc
   [junit4]   2> 4355662 T18820 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4355664 T18820 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4355668 T18820 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4355670 T18820 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63285_s_sb%2Fc
   [junit4]   2> 4355670 T18820 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4355673 T18820 oasc.Overseer.start Overseer (id=93461085151363075-127.0.0.1:63285_s_sb%2Fc-n_0000000000) starting
   [junit4]   2> 4355676 T18820 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4355688 T18820 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4355689 T18820 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4355690 T18848 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4355689 T18847 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4355697 T18820 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4355699 T18820 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\
   [junit4]   2> 4355700 T18820 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4355704 T18850 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4355704 T18850 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4355705 T18850 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4355707 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4355708 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63285_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 4355709 T18847 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63285_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4355709 T18847 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4355710 T18847 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4355712 T18846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4356784 T18850 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4356784 T18850 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4356785 T18850 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4356786 T18850 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4356787 T18850 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4356787 T18850 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\'
   [junit4]   2> 4356808 T18850 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4356811 T18850 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4356820 T18850 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4356825 T18850 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4356834 T18850 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4356837 T18850 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4356841 T18850 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4356960 T18850 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4356973 T18850 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4356975 T18850 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4356989 T18850 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4356993 T18850 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4356996 T18850 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4356997 T18850 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4356997 T18850 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4356997 T18850 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4356999 T18850 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4356999 T18850 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4356999 T18850 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4356999 T18850 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4357000 T18850 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\
   [junit4]   2> 4357000 T18850 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a1b2a
   [junit4]   2> 4357000 T18850 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\
   [junit4]   2> 4357000 T18850 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4357000 T18850 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4357003 T18850 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\index
   [junit4]   2> 4357003 T18850 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3169027070581336]
   [junit4]   2> 4357003 T18850 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c1771 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30ff05),segFN=segments_1,generation=1}
   [junit4]   2> 4357003 T18850 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4357007 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4357008 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4357008 T18850 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4357008 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4357008 T18850 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4357009 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4357009 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4357009 T18850 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4357010 T18850 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4357017 T18850 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4357020 T18850 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4357023 T18850 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4357026 T18850 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4357032 T18850 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4357033 T18850 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4357034 T18850 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4357034 T18850 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4357037 T18850 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4357037 T18850 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4357038 T18850 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=68.20703125, floorSegmentMB=1.083984375, forceMergeDeletesPctAllowed=5.02950899291373, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4357038 T18850 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c1771 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30ff05),segFN=segments_1,generation=1}
   [junit4]   2> 4357038 T18850 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4357039 T18850 oass.SolrIndexSearcher.<init> Opening Searcher@5b7bfa[collection1] main
   [junit4]   2> 4357039 T18850 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4357040 T18850 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4357040 T18850 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4357041 T18850 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4357041 T18850 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4357041 T18850 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4357043 T18850 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4357043 T18850 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4357043 T18850 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4357043 T18850 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4357045 T18850 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4357045 T18851 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b7bfa[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4357046 T18854 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63285/s_sb/c collection:control_collection shard:shard1
   [junit4]   2> 4357047 T18820 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4357047 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4357048 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4357049 T18854 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4357051 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4357053 T18858 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7529bc name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4357054 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4357054 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4357055 T18820 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4357058 T18854 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4357060 T18820 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4357060 T18820 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 4357060 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4357060 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4357061 T18854 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4357061 T18854 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4512 name=collection1 org.apache.solr.core.SolrCore@1973951 url=http://127.0.0.1:63285/s_sb/c/collection1 node=127.0.0.1:63285_s_sb%2Fc C4512_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63285/s_sb/c, node_name=127.0.0.1:63285_s_sb%2Fc, state=down}
   [junit4]   2> 4357063 T18854 C4512 P63285 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63285/s_sb/c/collection1/
   [junit4]   2> 4357064 T18854 C4512 P63285 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4357064 T18854 C4512 P63285 oasc.SyncStrategy.syncToMe http://127.0.0.1:63285/s_sb/c/collection1/ has no replicas
   [junit4]   2> 4357064 T18854 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63285/s_sb/c/collection1/ shard1
   [junit4]   2> 4357064 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 4357065 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4357065 T18854 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4357068 T18861 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@922199 name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4357069 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4357069 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4357073 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4357075 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 4357076 T18847 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4357078 T18846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357079 T18858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357098 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 4357099 T18847 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 4357101 T18846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357103 T18858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357112 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4357115 T18846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357116 T18858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357141 T18854 oasc.ZkController.register We are http://127.0.0.1:63285/s_sb/c/collection1/ and leader is http://127.0.0.1:63285/s_sb/c/collection1/
   [junit4]   2> 4357141 T18854 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63285/s_sb/c
   [junit4]   2> 4357141 T18854 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4357141 T18854 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4357141 T18854 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4357145 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4357147 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63285_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 4357148 T18847 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63285_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4357259 T18858 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4357260 T18846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4358708 T18820 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1
   [junit4]   2> 4358713 T18820 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001
   [junit4]   2> 4358713 T18820 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4358719 T18820 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63302
   [junit4]   2> 4358719 T18820 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/s_sb/c, hostPort=63301, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores}
   [junit4]   2> 4358719 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4358719 T18820 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\'
   [junit4]   2> 4358755 T18820 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\solr.xml
   [junit4]   2> 4358764 T18820 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores
   [junit4]   2> 4358764 T18820 oasc.CoreContainer.<init> New CoreContainer 3906549
   [junit4]   2> 4358764 T18820 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\]
   [junit4]   2> 4358764 T18820 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\lib
   [junit4]   2> 4358764 T18820 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\lib).
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4358780 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4358780 T18820 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4358780 T18820 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4358780 T18820 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4358780 T18820 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4358783 T18820 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4358783 T18820 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4358783 T18820 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4358783 T18820 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63278/solr
   [junit4]   2> 4358783 T18820 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4358784 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4358787 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4358791 T18873 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fa3962 name:ZooKeeperConnection Watcher:127.0.0.1:63278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4358792 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4358792 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4358794 T18822 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0a5c9cc50006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4358795 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4358800 T18876 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1068a84 name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4358800 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4358805 T18820 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4359892 T18820 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63301_s_sb%2Fc
   [junit4]   2> 4359895 T18820 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63301_s_sb%2Fc
   [junit4]   2> 4359900 T18820 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4359903 T18820 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4359903 T18820 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\
   [junit4]   2> 4359903 T18820 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4359909 T18877 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4359909 T18877 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4359911 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4359912 T18877 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 4359914 T18877 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 4359914 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63301_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4359914 T18877 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4359915 T18847 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63301_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4359915 T18847 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4359915 T18847 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 4359917 T18877 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 4359917 T18877 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4359918 T18847 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 4359918 T18876 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4359919 T18876 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 4360995 T18877 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4360995 T18877 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4360996 T18877 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4360996 T18877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4360998 T18877 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4360998 T18877 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4361019 T18877 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4361022 T18877 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4361032 T18877 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4361033 T18877 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4361037 T18877 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4361040 T18877 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4361046 T18877 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4361171 T18877 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4361182 T18877 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4361183 T18877 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4361198 T18877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4361202 T18877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4361205 T18877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4361208 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4361208 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4361208 T18877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4361210 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4361210 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4361210 T18877 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4361210 T18877 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4361211 T18877 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4361211 T18877 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a1b2a
   [junit4]   2> 4361212 T18877 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4361212 T18877 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 4361212 T18877 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4361212 T18877 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 4361214 T18877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3169027070581336]
   [junit4]   2> 4361214 T18877 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a7bc76 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@182a411),segFN=segments_1,generation=1}
   [junit4]   2> 4361215 T18877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4361219 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4361219 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4361220 T18877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4361220 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4361220 T18877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4361220 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4361222 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4361222 T18877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4361222 T18877 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4361227 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4361230 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4361231 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4361233 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4361240 T18877 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4361240 T18877 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4361244 T18877 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4361244 T18877 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4361246 T18877 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4361246 T18877 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4361247 T18877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=68.20703125, floorSegmentMB=1.083984375, forceMergeDeletesPctAllowed=5.02950899291373, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4361247 T18877 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a7bc76 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@182a411),segFN=segments_1,generation=1}
   [junit4]   2> 4361247 T18877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4361248 T18877 oass.SolrIndexSearcher.<init> Opening Searcher@1e98a8f[collection1] main
   [junit4]   2> 4361248 T18877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4361249 T18877 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4361251 T18877 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4361251 T18877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4361252 T18877 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4361252 T18877 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4361253 T18877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4361253 T18877 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4361253 T18877 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4361253 T18877 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4361254 T18878 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e98a8f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4361255 T18877 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4361256 T18881 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63301/s_sb/c collection:collection1 shard:shard2
   [junit4]   2> 4361256 T18820 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4361258 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4361259 T18881 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4361268 T18881 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 4361270 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4361270 T18881 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4361271 T18881 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4513 name=collection1 org.apache.solr.core.SolrCore@1a8657b url=http://127.0.0.1:63301/s_sb/c/collection1 node=127.0.0.1:63301_s_sb%2Fc C4513_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63301/s_sb/c, node_name=127.0.0.1:63301_s_sb%2Fc, state=down}
   [junit4]   2> 4361271 T18881 C4513 P63301 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63301/s_sb/c/collection1/
   [junit4]   2> 4361271 T18881 C4513 P63301 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4361271 T18881 C4513 P63301 oasc.SyncStrategy.syncToMe http://127.0.0.1:63301/s_sb/c/collection1/ has no replicas
   [junit4]   2> 4361271 T18881 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63301/s_sb/c/collection1/ shard2
   [junit4]   2> 4361273 T18881 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 4361275 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 4361277 T18847 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 4361278 T18876 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4361281 T18876 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 4361288 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 4361290 T18847 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 4361291 T18876 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4361292 T18876 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 4361296 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4361346 T18881 oasc.ZkController.register We are http://127.0.0.1:63301/s_sb/c/collection1/ and leader is http://127.0.0.1:63301/s_sb/c/collection1/
   [junit4]   2> 4361346 T18881 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63301/s_sb/c
   [junit4]   2> 4361346 T18881 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4361346 T18881 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4361346 T18881 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4361348 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4361349 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63301_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4361351 T18847 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63301_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4361354 T18847 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 4361355 T18876 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4361358 T18881 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4361359 T18876 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4363173 T18820 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores\collection1
   [junit4]   2> 4363179 T18820 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001
   [junit4]   2> 4363181 T18820 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4363187 T18820 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63312
   [junit4]   2> 4363187 T18820 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/s_sb/c, hostPort=63311, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores}
   [junit4]   2> 4363187 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4363187 T18820 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\'
   [junit4]   2> 4363229 T18820 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\solr.xml
   [junit4]   2> 4363239 T18820 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores
   [junit4]   2> 4363241 T18820 oasc.CoreContainer.<init> New CoreContainer 23896489
   [junit4]   2> 4363241 T18820 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\]
   [junit4]   2> 4363241 T18820 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\lib
   [junit4]   2> 4363244 T18820 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\lib).
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4363261 T18820 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4363261 T18820 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4363261 T18820 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4363262 T18820 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4363262 T18820 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4363262 T18820 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4363262 T18820 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63278/solr
   [junit4]   2> 4363262 T18820 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4363262 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4363266 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4363269 T18894 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a3757e name:ZooKeeperConnection Watcher:127.0.0.1:63278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4363269 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4363269 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4363273 T18822 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0a5c9cc50008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4363276 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4363278 T18897 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f90a03 name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4363278 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4363287 T18820 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4364479 T18820 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63311_s_sb%2Fc
   [junit4]   2> 4364482 T18820 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63311_s_sb%2Fc
   [junit4]   2> 4364490 T18820 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4364493 T18820 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4364494 T18820 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores\collection1\
   [junit4]   2> 4364494 T18820 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4364499 T18898 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4364499 T18898 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4364501 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4364503 T18898 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 4364503 T18898 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 4364504 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63311/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63311_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4364504 T18898 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4364505 T18847 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63311/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63311_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":n

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

ns, TestQuerySenderNoQuery, SortByFunctionTest, TestDefaultSimilarityFactory, TestIndexSearcher, FileBasedSpellCheckerTest, TestSchemaNameResource, OpenExchangeRatesOrgProviderTest, TestSolrConfigHandlerConcurrent, SaslZkACLProviderTest, SolrInfoMBeanTest, PreAnalyzedFieldTest, NumericFieldsTest, DateRangeFieldTest, AutoCommitTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, LeaderElectionIntegrationTest, TestMiniSolrCloudCluster, TestReplicaProperties, DocValuesMultiTest, HdfsDirectoryTest, PolyFieldTest, PreAnalyzedUpdateProcessorTest, TestQuerySenderListener, ActionThrottleTest, DocValuesTest, TestAnalyzeInfixSuggestions, SuggesterFSTTest, TriLevelCompositeIdRoutingTest, CoreMergeIndexesAdminHandlerTest, TestCloudManagedSchemaConcurrent, SimpleCollectionCreateDeleteTest, CurrencyFieldOpenExchangeTest, TestDynamicLoading, SOLR749Test, ShowFileRequestHandlerTest, TestClassNameShortening, TestManagedResourceStorage, TestRealTimeGet, RecoveryAfterSoftCommitTest, TestCopyFieldCollectionResource, TestSearcherReuse, TestDocSet, SyncSliceTest, DistributedTermsComponentTest, TestFieldCollectionResource, TestCharFilters, TestStressLucene, TestIndexingPerformance, StressHdfsTest, TestManagedSchemaFieldResource, TestReplicationHandler, TestComplexPhraseQParserPlugin, SimpleMLTQParserTest, TestShortCircuitedRequests, TestRandomDVFaceting, ResponseLogComponentTest, TestFieldTypeCollectionResource, LukeRequestHandlerTest, TestBulkSchemaAPI, ZkStateWriterTest, TestSchemaVersionResource, FastVectorHighlighterTest, SolrTestCaseJ4Test, CSVRequestHandlerTest, TestChildDocTransformer, DebugComponentTest, TestCloudManagedSchema, MultiThreadedOCPTest, RAMDirectoryFactoryTest, DistributedSpellCheckComponentTest, SegmentsInfoRequestHandlerTest, AddBlockUpdateTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, BasicZkTest, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestDistributedSearch, TestDistributedGrouping, TestFaceting, ZkControllerTest, TestReload, TestStressVersions, HardAutoCommitTest, TestRangeQuery, SolrCoreTest, StatsComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, DistanceFunctionTest, TestSolrDeletionPolicy1, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestComponentsName, SearchHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestBinaryField, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCodecSupport, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, TestFastOutputStream, URLClassifyProcessorTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DOMUtilTest, TestSolrJ, TestLRUCache, SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, TestRTGBase, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestSimpleTrackingShardHandler, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, ExternalCollectionsTest, MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, ShardSplitTest, SharedFSAutoReplicaFailoverUtilsTest, TestCloudPivotFacet, TestCollectionAPI, TestCryptoKeys, TestDistribDocBasedVersion, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, QueryResultKeyTest, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=9176BDD3BB428874 -Dtests.slow=true -Dtests.locale=ar_TN -Dtests.timezone=Etc/GMT+2 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9176BDD3BB428874]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 14.52s, 4 tests, 1 error <<< FAILURES!

[...truncated 210 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1882 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

Total time: 127 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4431 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4431/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

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

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
	at __randomizedtesting.SeedInfo.seed([CEA7942AC859A024:46F3ABF066A5CDDC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDeleteByIdCompositeRouterWithRouterField(FullSolrCloudDistribCmdsTest.java:403)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:146)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.FieldAnalysisRequestHandlerTest.testSpatial

Error Message:
expected:<s[]> but was:<s[vk6+]>

Stack Trace:
org.junit.ComparisonFailure: expected:<s[]> but was:<s[vk6+]>
	at __randomizedtesting.SeedInfo.seed([CEA7942AC859A024:6AA4B1B7CA59D6AD]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.handler.FieldAnalysisRequestHandlerTest.testSpatial(FieldAnalysisRequestHandlerTest.java:426)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:62767/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:62767/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:62767/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 9536 lines...]
   [junit4] Suite: org.apache.solr.handler.FieldAnalysisRequestHandlerTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001
   [junit4]   2> 1307343 T3600 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1307345 T3600 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1307346 T3600 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 1307348 T3600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1307349 T3600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1307349 T3600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1307480 T3600 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1307512 T3600 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1307600 T3600 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1307601 T3600 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 1307637 T3600 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 1307978 T3600 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1308006 T3600 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1308008 T3600 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1308034 T3600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308046 T3600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308052 T3600 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308055 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308056 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308057 T3600 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308057 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308059 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308060 T3600 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1308060 T3600 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1308060 T3600 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 1308113 T3600 oasc.CoreContainer.<init> New CoreContainer 12646502
   [junit4]   2> 1308114 T3600 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 1308115 T3600 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 1308120 T3600 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 1308144 T3600 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 600000
   [junit4]   2> 1308144 T3600 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1308144 T3600 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 60000
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1308149 T3600 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1308149 T3600 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1308149 T3600 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1308150 T3600 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1308150 T3600 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1308150 T3600 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1308150 T3600 oasc.CoreContainer.load Node Name: testNode
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001, shard=shard1}
   [junit4]   2> 1308156 T3601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 1308157 T3601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1308157 T3601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1308157 T3601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1308225 T3601 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1308257 T3601 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1308345 T3601 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1308347 T3601 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 1308368 T3601 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1308706 T3601 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1308727 T3601 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1308730 T3601 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1308753 T3601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308758 T3601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308770 T3601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308770 T3601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308770 T3601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308772 T3601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308772 T3601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308774 T3601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308774 T3601 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 1308774 T3601 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1308776 T3601 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\
   [junit4]   2> 1308776 T3601 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@41619f
   [junit4]   2> 1308780 T3601 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\
   [junit4]   2> 1308780 T3601 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index/
   [junit4]   2> 1308780 T3601 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 1308782 T3601 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index
   [junit4]   2> 1308784 T3601 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8437612982644563]
   [junit4]   2> 1308786 T3601 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1752a07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@86d57d),segFN=segments_1,generation=1}
   [junit4]   2> 1308786 T3601 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1308805 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1308806 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1308807 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1308809 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1308809 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1308811 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1308811 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1308812 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1308813 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1308814 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1308815 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1308815 T3601 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1308825 T3601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1308831 T3601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1308837 T3601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1308847 T3601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1308873 T3601 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1308889 T3601 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1308891 T3601 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1308893 T3601 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1308896 T3601 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1308896 T3601 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1308898 T3601 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1308899 T3601 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1308901 T3601 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=624688005, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1308903 T3601 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1752a07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@86d57d),segFN=segments_1,generation=1}
   [junit4]   2> 1308904 T3601 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1308904 T3601 oass.SolrIndexSearcher.<init> Opening Searcher@17974f[collection1] main
   [junit4]   2> 1308905 T3601 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1308907 T3601 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1308907 T3601 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1308908 T3601 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 1308928 T3601 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1309017 T3601 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1309021 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 1309021 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 1309024 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1309024 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1309025 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1309025 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 1309029 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 1309030 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 1309030 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 1309034 T3602 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17974f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1309036 T3601 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1309049 T3600 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1309060 T3600 oas.SolrTestCaseJ4.setUp ###Starting testSpatial
   [junit4]   2> 1309197 T3600 oass.AbstractSpatialPrefixTreeFieldType.newSpatialStrategy location_rpt{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={geo=true, maxDistErr=0.001, distErrPct=0.025, distanceUnits=kilometers, class=solr.SpatialRecursivePrefixTreeFieldType}} strat: RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches) maxLevels: 11
   [junit4]   2> 1309300 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testSpatial
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FieldAnalysisRequestHandlerTest -Dtests.method=testSpatial -Dtests.seed=CEA7942AC859A024 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=America/Chicago -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.30s | FieldAnalysisRequestHandlerTest.testSpatial <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<s[]> but was:<s[vk6+]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CEA7942AC859A024:6AA4B1B7CA59D6AD]:0)
   [junit4]    > 	at org.apache.solr.handler.FieldAnalysisRequestHandlerTest.testSpatial(FieldAnalysisRequestHandlerTest.java:426)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1309362 T3600 oas.SolrTestCaseJ4.setUp ###Starting testCharFilterAnalysis
   [junit4]   2> 1309967 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testCharFilterAnalysis
   [junit4]   2> 1309982 T3600 oas.SolrTestCaseJ4.setUp ###Starting testResolveAnalysisRequest
   [junit4]   2> 1309982 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testResolveAnalysisRequest
   [junit4]   2> 1309995 T3600 oas.SolrTestCaseJ4.setUp ###Starting testPositionHistoryWithWDF
   [junit4]   2> 1310000 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testPositionHistoryWithWDF
   [junit4]   2> 1310013 T3600 oas.SolrTestCaseJ4.setUp ###Starting testHandleAnalysisRequest
   [junit4]   2> 1310032 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testHandleAnalysisRequest
   [junit4]   2> 1310035 T3600 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1310037 T3600 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=12646502
   [junit4]   2> 1310038 T3600 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1571ee2
   [junit4]   2> 1310038 T3600 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1310038 T3600 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1310041 T3600 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1310041 T3600 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1310045 T3600 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1310126 T3600 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1310128 T3600 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 1310128 T3600 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index
   [junit4]   2> 1310130 T3600 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\;done=false>>]
   [junit4]   2> 1310130 T3600 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=es_HN, timezone=America/Chicago
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=136393104,total=234266624
   [junit4]   2> NOTE: All tests run in this JVM: [TestCSVLoader, TestRTGBase, TestMiniSolrCloudCluster, EnumFieldTest, DocumentBuilderTest, DistribDocExpirationUpdateProcessorTest, SortByFunctionTest, TestCloudSchemaless, TestFastLRUCache, TestNoOpRegenerator, ShardRoutingCustomTest, TestExactStatsCache, TestStressVersions, TestNonDefinedSimilarityFactory, TestFieldTypeResource, DistributedQueryElevationComponentTest, BasicZkTest, XmlUpdateRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, WordBreakSolrSpellCheckerTest, TestReloadAndDeleteDocs, TestNRTOpen, TestTrackingShardHandlerFactory, TestExactSharedStatsCache, AlternateDirectoryTest, IndexSchemaTest, RegexBoostProcessorTest, TestSolrQueryParser, TestSimpleQParserPlugin, TermVectorComponentDistributedTest, ActionThrottleTest, DistributedDebugComponentTest, ScriptEngineTest, TestDistribDocBasedVersion, TestStressLucene, TestUtils, PathHierarchyTokenizerFactoryTest, TestSurroundQueryParser, UniqFieldsUpdateProcessorFactoryTest, CloudMLTQParserTest, OpenExchangeRatesOrgProviderTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDynamicLoading, DeleteShardTest, ClusterStateTest, MigrateRouteKeyTest, TestIndexingPerformance, LeaderInitiatedRecoveryOnCommitTest, TestBadConfig, HighlighterMaxOffsetTest, TestManagedSchema, HdfsBasicDistributedZkTest, CustomCollectionTest, TestAnalyzeInfixSuggestions, FieldAnalysisRequestHandlerTest]
   [junit4] Completed in 2.87s, 5 tests, 1 failure <<< FAILURES!

[...truncated 136 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\init-core-data-001
   [junit4]   2> 1815323 T5330 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1815330 T5330 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1815330 T5331 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1815404 T5330 oasc.ZkTestServer.run start zk server on port:62737
   [junit4]   2> 1815404 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1815406 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1815412 T5338 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c086b name:ZooKeeperConnection Watcher:127.0.0.1:62737 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1815413 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1815413 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1815413 T5330 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1815420 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1815422 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1815431 T5341 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ee49b8 name:ZooKeeperConnection Watcher:127.0.0.1:62737/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1815431 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1815431 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1815432 T5330 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1815437 T5330 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1815443 T5330 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1815447 T5330 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1815452 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1815453 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1815460 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1815461 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1815467 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1815467 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1815473 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1815473 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1815479 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1815479 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1815487 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1815488 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1815493 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1815494 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1815501 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1815503 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1815509 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1815510 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1815514 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1815515 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1815520 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1815521 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1817038 T5330 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1
   [junit4]   2> 1817042 T5330 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1817050 T5330 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62745
   [junit4]   2> 1817050 T5330 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\tempDir-001/control/data, hostContext=/, hostPort=62744, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores}
   [junit4]   2> 1817050 T5330 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1817050 T5330 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\'
   [junit4]   2> 1817094 T5330 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\solr.xml
   [junit4]   2> 1817108 T5330 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores
   [junit4]   2> 1817109 T5330 oasc.CoreContainer.<init> New CoreContainer 27594607
   [junit4]   2> 1817109 T5330 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\]
   [junit4]   2> 1817109 T5330 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\lib
   [junit4]   2> 1817109 T5330 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\lib).
   [junit4]   2> 1817123 T5330 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1817124 T5330 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1817124 T5330 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1817125 T5330 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1817126 T5330 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1817126 T5330 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62737/solr
   [junit4]   2> 1817126 T5330 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1817126 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1817130 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1817132 T5353 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@576ac6 name:ZooKeeperConnection Watcher:127.0.0.1:62737 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1817133 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1817134 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1817141 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1817146 T5356 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d9db85 name:ZooKeeperConnection Watcher:127.0.0.1:62737/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1817146 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1817150 T5330 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1817158 T5330 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1817164 T5330 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1817171 T5330 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1817177 T5330 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1817185 T5330 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1817190 T5330 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1817195 T5330 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1817199 T5330 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62744_
   [junit4]   2> 1817201 T5330 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62744_
   [junit4]   2> 1817207 T5330 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1817212 T5330 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1817216 T5330 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1817221 T5330 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:62744_
   [junit4]   2> 1817221 T5330 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1817230 T5330 oasc.Overseer.start Overseer (id=93459322775863299-127.0.0.1:62744_-n_0000000000) starting
   [junit4]   2> 1817236 T5330 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1817259 T5330 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1817260 T5330 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1817261 T5357 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1817261 T5358 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1817282 T5330 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1817285 T5330 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\
   [junit4]   2> 1817288 T5330 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1817290 T5360 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1817290 T5360 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1817292 T5360 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1817292 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1817294 T5357 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62744",
   [junit4]   2> 	  "node_name":"127.0.0.1:62744_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1817296 T5357 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62744",
   [junit4]   2> 	  "node_name":"127.0.0.1:62744_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1817296 T5357 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1817296 T5357 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1817298 T5356 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1818098 T5360 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1818098 T5360 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1818100 T5360 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1818101 T5360 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1818103 T5360 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1818104 T5360 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\'
   [junit4]   2> 1818138 T5360 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1818143 T5360 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1818157 T5360 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1818161 T5360 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1818170 T5360 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1818175 T5360 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1818209 T5360 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1818348 T5360 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1818361 T5360 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1818363 T5360 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1818386 T5360 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1818391 T5360 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1818397 T5360 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1818399 T5360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1818400 T5360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1818400 T5360 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1818402 T5360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1818402 T5360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1818402 T5360 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1818402 T5360 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1818405 T5360 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\
   [junit4]   2> 1818405 T5360 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@41619f
   [junit4]   2> 1818407 T5360 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\
   [junit4]   2> 1818407 T5360 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\index/
   [junit4]   2> 1818407 T5360 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1818409 T5360 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\index
   [junit4]   2> 1818410 T5360 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1818412 T5360 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1dc0af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@192e433),segFN=segments_1,generation=1}
   [junit4]   2> 1818413 T5360 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1818423 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1818423 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1818424 T5360 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1818424 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1818424 T5360 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1818424 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1818425 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1818426 T5360 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1818426 T5360 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1818433 T5360 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818435 T5360 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818438 T5360 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818441 T5360 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818453 T5360 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1818454 T5360 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1818455 T5360 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1818455 T5360 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1818459 T5360 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1818459 T5360 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1818460 T5360 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=10.0556640625, floorSegmentMB=2.08203125, forceMergeDeletesPctAllowed=5.791333267168211, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1818461 T5360 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1dc0af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@192e433),segFN=segments_1,generation=1}
   [junit4]   2> 1818461 T5360 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1818462 T5360 oass.SolrIndexSearcher.<init> Opening Searcher@23fb31[collection1] main
   [junit4]   2> 1818462 T5360 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1818464 T5360 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1818465 T5360 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1818466 T5360 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1818466 T5360 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1818466 T5360 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1818469 T5360 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1818470 T5360 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1818470 T5360 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1818470 T5360 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1818471 T5360 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1818473 T5361 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23fb31[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1818474 T5364 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62744 collection:control_collection shard:shard1
   [junit4]   2> 1818475 T5330 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1818475 T5330 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1818477 T5364 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1818479 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1818483 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1818488 T5368 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@121e437 name:ZooKeeperConnection Watcher:127.0.0.1:62737/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1818490 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1818490 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1818490 T5330 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1818499 T5364 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1818502 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1818503 T5330 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1818504 T5364 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1818504 T5364 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4035 name=collection1 org.apache.solr.core.SolrCore@216de url=http://127.0.0.1:62744/collection1 node=127.0.0.1:62744_ C4035_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62744, node_name=127.0.0.1:62744_, state=down}
   [junit4]   2> 1818504 T5364 C4035 P62744 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62744/collection1/
   [junit4]   2> 1818504 T5364 C4035 P62744 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1818504 T5364 C4035 P62744 oasc.SyncStrategy.syncToMe http://127.0.0.1:62744/collection1/ has no replicas
   [junit4]   2> 1818504 T5364 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62744/collection1/ shard1
   [junit4]   2> 1818504 T5364 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1818505 T5357 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1818512 T5356 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1818514 T5368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1818538 T5357 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62744",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1818544 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1818630 T5356 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1818630 T5368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1818665 T5364 oasc.ZkController.register We are http://127.0.0.1:62744/collection1/ and leader is http://127.0.0.1:62744/collection1/
   [junit4]   2> 1818665 T5364 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62744
   [junit4]   2> 1818665 T5364 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1818665 T5364 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1818665 T5364 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1818671 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1818676 T5357 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62744",
   [junit4]   2> 	  "node_name":"127.0.0.1:62744_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1818678 T5357 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62744",
   [junit4]   2> 	  "node_name":"127.0.0.1:62744_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1818764 T5356 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1818766 T5368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1820069 T5330 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1
   [junit4]   2> 1820070 T5330 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001
   [junit4]   2> 1820073 T5330 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1820078 T5330 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62758
   [junit4]   2> 1820078 T5330 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=62757, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores}
   [junit4]   2> 1820078 T5330 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1820078 T5330 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\'
   [junit4]   2> 1820126 T5330 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\solr.xml
   [junit4]   2> 1820139 T5330 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores
   [junit4]   2> 1820140 T5330 oasc.CoreContainer.<init> New CoreContainer 29937891
   [junit4]   2> 1820140 T5330 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\]
   [junit4]   2> 1820140 T5330 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\lib
   [junit4]   2> 1820140 T5330 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\lib).
   [junit4]   2> 1820154 T5330 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1820156 T5330 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1820156 T5330 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1820156 T5330 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1820157 T5330 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1820158 T5330 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62737/solr
   [junit4]   2> 1820158 T5330 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1820158 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1820160 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1820164 T5380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1af0902 name:ZooKeeperConnection Watcher:127.0.0.1:62737 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1820165 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1820166 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1820170 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1820177 T5383 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1073de8 name:ZooKeeperConnection Watcher:127.0.0.1:62737/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1820177 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1820187 T5330 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1821005 T5330 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62757_
   [junit4]   2> 1821008 T5330 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62757_
   [junit4]   2> 1821016 T5330 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1821023 T5330 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1821025 T5330 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1\
   [junit4]   2> 1821027 T5330 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1821029 T5384 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1821030 T5384 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1821031 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1821031 T5384 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1821034 T5357 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62757",
   [junit4]   2> 	  "node_name":"127.0.0.1:62757_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 1821036 T5357 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62757",
   [junit4]   2> 	  "node_name":"127.0.0.1:62757_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1821036 T5357 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1821037 T5357 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1821040 T5356 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1821041 T5383 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1821040 T5368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1821837 T5384 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1821838 T5384 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1821840 T5384 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1821841 T5384 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1821844 T5384 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1821844 T5384 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1821875 T5384 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1821879 T5384 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1821892 T5384 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1821909 T5384 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1821917 T5384 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1821921 T5384 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1821932 T5384 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1822091 T5384 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1822109 T5384 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1822109 T5384 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1822129 T5384 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1822134 T5384 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1822139 T5384 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1822142

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

75494 T14749 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 4675782 T14749 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50627 50627
   [junit4]   2> 4678989 T14750 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50627 50627
   [junit4]   2> 4678993 T14750 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		14	/solr/aliases.json
   [junit4]   2> 		14	/solr/clusterstate.json
   [junit4]   2> 		7	/solr/configs/conf1
   [junit4]   2> 		4	/solr/collections/compositeid_collection_with_routerfield/state.json
   [junit4]   2> 		4	/solr/collections/implicit_collection_without_routerfield/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		14	/solr/live_nodes
   [junit4]   2> 		7	/solr/overseer/queue
   [junit4]   2> 		7	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FullSolrCloudDistribCmdsTest -Dtests.method=test -Dtests.seed=CEA7942AC859A024 -Dtests.slow=true -Dtests.locale=es_PR -Dtests.timezone=America/Catamarca -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 91.8s | FullSolrCloudDistribCmdsTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<0> but was:<1>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CEA7942AC859A024:46F3ABF066A5CDDC]:0)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDeleteByIdCompositeRouterWithRouterField(FullSolrCloudDistribCmdsTest.java:403)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:146)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 4679031 T14749 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.FullSolrCloudDistribCmdsTest CEA7942AC859A024-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), sim=DefaultSimilarity, locale=es_PR, timezone=America/Catamarca
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=102799168,total=340627456
   [junit4]   2> NOTE: All tests run in this JVM: [TestCSVLoader, TestRTGBase, TestMiniSolrCloudCluster, EnumFieldTest, DocumentBuilderTest, DistribDocExpirationUpdateProcessorTest, SortByFunctionTest, TestCloudSchemaless, TestFastLRUCache, TestNoOpRegenerator, ShardRoutingCustomTest, TestExactStatsCache, TestStressVersions, TestNonDefinedSimilarityFactory, TestFieldTypeResource, DistributedQueryElevationComponentTest, BasicZkTest, XmlUpdateRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, WordBreakSolrSpellCheckerTest, TestReloadAndDeleteDocs, TestNRTOpen, TestTrackingShardHandlerFactory, TestExactSharedStatsCache, AlternateDirectoryTest, IndexSchemaTest, RegexBoostProcessorTest, TestSolrQueryParser, TestSimpleQParserPlugin, TermVectorComponentDistributedTest, ActionThrottleTest, DistributedDebugComponentTest, ScriptEngineTest, TestDistribDocBasedVersion, TestStressLucene, TestUtils, PathHierarchyTokenizerFactoryTest, TestSurroundQueryParser, UniqFieldsUpdateProcessorFactoryTest, CloudMLTQParserTest, OpenExchangeRatesOrgProviderTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDynamicLoading, DeleteShardTest, ClusterStateTest, MigrateRouteKeyTest, TestIndexingPerformance, LeaderInitiatedRecoveryOnCommitTest, TestBadConfig, HighlighterMaxOffsetTest, TestManagedSchema, HdfsBasicDistributedZkTest, CustomCollectionTest, TestAnalyzeInfixSuggestions, FieldAnalysisRequestHandlerTest, TestBulkSchemaAPI, NoCacheHeaderTest, ShowFileRequestHandlerTest, OpenCloseCoreStressTest, FastVectorHighlighterTest, TestBlendedInfixSuggestions, CoreMergeIndexesAdminHandlerTest, EchoParamsTest, SuggestComponentTest, RequestLoggingTest, FileBasedSpellCheckerTest, DocExpirationUpdateProcessorFactoryTest, DistributedQueryComponentOptimizationTest, HdfsBasicDistributedZk2Test, SolrRequestParserTest, LeaderElectionIntegrationTest, HardAutoCommitTest, RollingRestartTest, SegmentsInfoRequestHandlerTest, TestRandomFaceting, HttpPartitionTest, HighlighterConfigTest, DOMUtilTest, TestZkChroot, InfoHandlerTest, ChaosMonkeySafeLeaderTest, PreAnalyzedUpdateProcessorTest, AliasIntegrationTest, TestIBSimilarityFactory, DebugComponentTest, TestSolrCoreProperties, TestConfigSets, SynonymTokenizerTest, ResponseLogComponentTest, CoreAdminHandlerTest, MinimalSchemaTest, SharedFSAutoReplicaFailoverUtilsTest, SuggesterFSTTest, TestSolrIndexConfig, TestPostingsSolrHighlighter, ReplicationFactorTest, TestPartialUpdateDeduplication, SuggesterWFSTTest, TestSchemaNameResource, TestQueryTypes, TestCloudManagedSchemaConcurrent, TestLFUCache, TestDefaultStatsCache, TestReversedWildcardFilterFactory, TestSolrDeletionPolicy1, SpellCheckComponentTest, TestDistributedSearch, SimpleCollectionCreateDeleteTest, TestManagedSchemaFieldTypeResource, TestGroupingSearch, TestManagedResource, SSLMigrationTest, TestExtendedDismaxParser, TestSortingResponseWriter, BlockDirectoryTest, TestValueSourceCache, TestBinaryResponseWriter, PrimitiveFieldTypeTest, TestReplicaProperties, TestFileDictionaryLookup, TestDocumentBuilder, TestManagedSchemaFieldResource, TestRealTimeGet, SolrInfoMBeanTest, ConnectionManagerTest, ParsingFieldUpdateProcessorsTest, TestElisionMultitermQuery, DistributedQueueTest, TestCustomSort, AddSchemaFieldsUpdateProcessorFactoryTest, JSONWriterTest, ZkSolrClientTest, TestSchemaSimilarityResource, TestDynamicFieldCollectionResource, AnalysisAfterCoreReloadTest, TestFieldCollectionResource, OverseerStatusTest, TestCollectionAPI, DistributedIntervalFacetingTest, QueryEqualityTest, JsonLoaderTest, CopyFieldTest, DistributedTermsComponentTest, TestLazyCores, TestFuzzyAnalyzedSuggestions, CurrencyFieldOpenExchangeTest, TimeZoneUtilsTest, SolrXmlInZkTest, TestInitParams, CursorMarkTest, TestSolrConfigHandlerCloud, RemoteQueryErrorTest, TestStressRecovery, TestRangeQuery, TriLevelCompositeIdRoutingTest, TermsComponentTest, RequiredFieldsTest, TestReRankQParserPlugin, TestTrie, TestSchemaVersionResource, TestUniqueKeyFieldResource, SliceStateTest, FieldMutatingUpdateProcessorTest, UUIDUpdateProcessorFallbackTest, DirectUpdateHandlerTest, SolrIndexSplitterTest, TestSearchPerf, QueryResultKeyTest, FacetPivotSmallTest, TestLRUStatsCache, SolrCmdDistributorTest, BasicDistributedZk2Test, TestOmitPositions, ZkControllerTest, SpellPossibilityIteratorTest, StandardRequestHandlerTest, TestExceedMaxTermLength, SolrIndexConfigTest, HdfsUnloadDistributedZkTest, TestSchemaManager, DateMathParserTest, SpatialHeatmapFacetsTest, PluginInfoTest, TestWordDelimiterFilterFactory, TestCloudManagedSchema, MoreLikeThisHandlerTest, SpatialRPTFieldTypeTest, TestWriterPerf, CacheHeaderTest, MBeansHandlerTest, HdfsCollectionsAPIDistributedZkTest, LukeRequestHandlerTest, TestJoin, SpatialFilterTest, TestObjectReleaseTracker, TermVectorComponentTest, BadIndexSchemaTest, TestArbitraryIndexDir, TestPivotHelperCode, HdfsChaosMonkeySafeLeaderTest, CurrencyFieldXmlFileTest, TestOrdValues, TestInitQParser, CollectionsAPIAsyncDistributedZkTest, CloudExitableDirectoryReaderTest, StatelessScriptUpdateProcessorFactoryTest, TestSchemaResource, TestSerializedLuceneMatchVersion, TestDocBasedVersionConstraints, DateFieldTest, CoreAdminRequestStatusTest, SaslZkACLProviderTest, SimpleMLTQParserTest, RecoveryZkTest, SpellCheckCollatorTest, TestRandomDVFaceting, TestIntervalFaceting, TestFoldingMultitermQuery, TestChildDocTransformer, TestShortCircuitedRequests, CSVRequestHandlerTest, OverseerRolesTest, TestQueryUtils, ExternalCollectionsTest, TestReplicationHandlerBackup, SyncSliceTest, TestSolrDeletionPolicy2, SolrPluginUtilsTest, BasicDistributedZkTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OverseerTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed in 91.87s, 1 test, 1 failure <<< FAILURES!

[...truncated 725 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1882 tests, 1 error, 2 failures, 57 ignored (30 assumptions)

Total time: 155 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_31) - Build # 4430 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4430/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63454/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63454/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63454/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001

	at __randomizedtesting.SeedInfo.seed([6472203B9885E1BC]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10422 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\init-core-data-001
   [junit4]   2> 4449633 T17777 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 4449642 T17777 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4449643 T17778 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4449739 T17777 oasc.ZkTestServer.run start zk server on port:63434
   [junit4]   2> 4449739 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4449741 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4449746 T17785 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f3c8 name:ZooKeeperConnection Watcher:127.0.0.1:63434 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4449747 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4449747 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4449747 T17777 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4449753 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4449754 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4449757 T17788 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f5271 name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4449757 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4449758 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4449758 T17777 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4449763 T17777 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4449767 T17777 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4449770 T17777 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4449775 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4449775 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4449782 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4449782 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4449786 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4449787 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4449791 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4449791 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4449798 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4449798 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4449802 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4449802 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4449810 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4449811 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4449815 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4449815 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4449820 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4449820 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4449825 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4449825 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4449828 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4449828 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4451243 T17777 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1
   [junit4]   2> 4451247 T17777 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4451253 T17777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63442
   [junit4]   2> 4451253 T17777 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\tempDir-001/control/data, hostContext=/, hostPort=63441, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores}
   [junit4]   2> 4451253 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4451253 T17777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\'
   [junit4]   2> 4451297 T17777 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\solr.xml
   [junit4]   2> 4451308 T17777 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores
   [junit4]   2> 4451309 T17777 oasc.CoreContainer.<init> New CoreContainer 33149993
   [junit4]   2> 4451309 T17777 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\]
   [junit4]   2> 4451309 T17777 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\lib
   [junit4]   2> 4451309 T17777 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\lib).
   [junit4]   2> 4451323 T17777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4451328 T17777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4451328 T17777 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4451328 T17777 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4451328 T17777 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4451328 T17777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4451328 T17777 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4451328 T17777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63434/solr
   [junit4]   2> 4451328 T17777 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4451331 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4451333 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4451335 T17800 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dc8ee1 name:ZooKeeperConnection Watcher:127.0.0.1:63434 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4451335 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4451336 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4451338 T17779 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c051afdd90002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4451340 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4451345 T17803 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1068cd0 name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4451346 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4451348 T17777 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4451356 T17777 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4451360 T17777 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4451364 T17777 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4451368 T17777 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4451372 T17777 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4451375 T17777 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4451377 T17777 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4451379 T17777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63441_
   [junit4]   2> 4451380 T17777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63441_
   [junit4]   2> 4451383 T17777 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4451386 T17777 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4451389 T17777 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4451390 T17777 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63441_
   [junit4]   2> 4451390 T17777 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4451394 T17777 oasc.Overseer.start Overseer (id=93455305754083331-127.0.0.1:63441_-n_0000000000) starting
   [junit4]   2> 4451398 T17777 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4451409 T17777 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4451410 T17777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4451411 T17805 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4451411 T17804 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4451418 T17777 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4451420 T17777 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\
   [junit4]   2> 4451420 T17777 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4451422 T17807 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4451422 T17807 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4451423 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4451423 T17807 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4451425 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63441",
   [junit4]   2> 	  "node_name":"127.0.0.1:63441_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 4451426 T17804 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63441",
   [junit4]   2> 	  "node_name":"127.0.0.1:63441_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4451426 T17804 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4451426 T17804 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4451428 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4452385 T17807 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4452386 T17807 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4452387 T17807 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4452387 T17807 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4452389 T17807 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4452389 T17807 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\'
   [junit4]   2> 4452415 T17807 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4452421 T17807 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4452433 T17807 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4452437 T17807 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4452449 T17807 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4452453 T17807 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4452460 T17807 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4452614 T17807 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4452620 T17807 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4452620 T17807 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4452640 T17807 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4452644 T17807 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4452647 T17807 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4452650 T17807 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4452650 T17807 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4452650 T17807 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4452652 T17807 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4452652 T17807 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4452652 T17807 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4452652 T17807 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4452653 T17807 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\
   [junit4]   2> 4452653 T17807 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bde1b5
   [junit4]   2> 4452655 T17807 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\
   [junit4]   2> 4452655 T17807 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4452655 T17807 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4452657 T17807 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\index
   [junit4]   2> 4452657 T17807 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=4.560546875, floorSegmentMB=1.951171875, forceMergeDeletesPctAllowed=23.85696706652719, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.47535515608685097
   [junit4]   2> 4452658 T17807 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eb1f4a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@84617e),segFN=segments_1,generation=1}
   [junit4]   2> 4452658 T17807 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4452665 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4452665 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4452666 T17807 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4452666 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4452666 T17807 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4452666 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4452668 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4452669 T17807 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4452669 T17807 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4452676 T17807 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4452677 T17807 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4452679 T17807 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4452681 T17807 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4452690 T17807 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4452690 T17807 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4452693 T17807 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4452693 T17807 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4452695 T17807 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4452696 T17807 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4452697 T17807 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.540026476081682]
   [junit4]   2> 4452697 T17807 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eb1f4a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@84617e),segFN=segments_1,generation=1}
   [junit4]   2> 4452697 T17807 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4452698 T17807 oass.SolrIndexSearcher.<init> Opening Searcher@5f1be5[collection1] main
   [junit4]   2> 4452698 T17807 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4452700 T17807 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4452700 T17807 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4452701 T17807 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4452701 T17807 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4452701 T17807 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4452703 T17807 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4452703 T17807 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4452703 T17807 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4452703 T17807 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4452704 T17807 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4452706 T17808 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f1be5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4452706 T17811 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63441 collection:control_collection shard:shard1
   [junit4]   2> 4452707 T17777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4452708 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4452708 T17811 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4452708 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4452709 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4452711 T17815 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@196faad name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4452712 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4452712 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4452712 T17777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4452719 T17811 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4452719 T17777 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4452720 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4452720 T17811 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4452721 T17811 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4016 name=collection1 org.apache.solr.core.SolrCore@18fe6f5 url=http://127.0.0.1:63441/collection1 node=127.0.0.1:63441_ C4016_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63441, node_name=127.0.0.1:63441_, state=down}
   [junit4]   2> 4452721 T17811 C4016 P63441 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63441/collection1/
   [junit4]   2> 4452721 T17811 C4016 P63441 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4452721 T17811 C4016 P63441 oasc.SyncStrategy.syncToMe http://127.0.0.1:63441/collection1/ has no replicas
   [junit4]   2> 4452722 T17811 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63441/collection1/ shard1
   [junit4]   2> 4452722 T17811 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4452723 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 4452731 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4452734 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63441",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 4452835 T17815 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4452835 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4452880 T17811 oasc.ZkController.register We are http://127.0.0.1:63441/collection1/ and leader is http://127.0.0.1:63441/collection1/
   [junit4]   2> 4452880 T17811 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63441
   [junit4]   2> 4452880 T17811 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4452880 T17811 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4452880 T17811 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4452882 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4452884 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63441",
   [junit4]   2> 	  "node_name":"127.0.0.1:63441_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 4452890 T17804 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63441",
   [junit4]   2> 	  "node_name":"127.0.0.1:63441_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4452991 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4452993 T17815 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4454123 T17777 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1
   [junit4]   2> 4454127 T17777 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001
   [junit4]   2> 4454127 T17777 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4454132 T17777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63455
   [junit4]   2> 4454132 T17777 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=63454, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores}
   [junit4]   2> 4454133 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4454134 T17777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\'
   [junit4]   2> 4454173 T17777 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\solr.xml
   [junit4]   2> 4454185 T17777 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores
   [junit4]   2> 4454185 T17777 oasc.CoreContainer.<init> New CoreContainer 8989620
   [junit4]   2> 4454187 T17777 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\]
   [junit4]   2> 4454187 T17777 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\lib
   [junit4]   2> 4454187 T17777 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\lib).
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4454205 T17777 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4454205 T17777 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4454205 T17777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4454207 T17777 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4454207 T17777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63434/solr
   [junit4]   2> 4454207 T17777 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4454207 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4454210 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4454212 T17827 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1beea93 name:ZooKeeperConnection Watcher:127.0.0.1:63434 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4454213 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4454214 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4454216 T17779 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c051afdd90005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4454218 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4454221 T17830 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@227afd name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4454221 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4454229 T17777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4455197 T17777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63454_
   [junit4]   2> 4455198 T17777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63454_
   [junit4]   2> 4455204 T17777 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4455208 T17777 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4455208 T17777 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\
   [junit4]   2> 4455208 T17777 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4455212 T17831 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4455212 T17831 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4455213 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4455213 T17831 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4455215 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "node_name":"127.0.0.1:63454_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 4455216 T17804 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "node_name":"127.0.0.1:63454_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4455216 T17804 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4455216 T17804 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 4455219 T17815 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4455220 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4455220 T17830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4456175 T17831 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4456175 T17831 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4456176 T17831 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4456176 T17831 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4456178 T17831 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4456178 T17831 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4456207 T17831 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4456210 T17831 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4456222 T17831 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4456228 T17831 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4456239 T17831 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4456242 T17831 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4456253 T17831 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4456407 T17831 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4456415 T17831 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4456416 T17831 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4456434 T17831 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4456438 T17831 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4456441 T17831 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4456444 T17831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4456444 T17831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4456444 T17831 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4456446 T17831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4456446 T17831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4456446 T17831 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4456446 T17831 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4456447 T17831 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4456447 T17831 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bde1b5
   [junit4]   2> 4456449 T17831 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4456449 T17831 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 4456449 T17831 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4456450 T17831 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 4456451 T17831 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=4.560546875, floorSegmentMB=1.951171875, forceMergeDeletesPctAllowed=23.85696706652719, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.47535515608685097
   [junit4]   2> 4456451 T17831 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5b1c71 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e7243c),segFN=segments_1,generation=1}
   [junit4]   2> 4456451 T17831 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4456459 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4456459 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4456460 T17831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4456460 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4456460 T17831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4456460 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4456461 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4456462 T17831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4456462 T17831 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4456467 T17831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4456468 T17831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4456471 T17831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4456473 T17831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4456491 T17831 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4456492 T17831 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4456494 T17831 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4456495 T17831 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4456497 T17831 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4456497 T17831 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4456498 T17831 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.540026476081682]
   [junit4]   2> 4456499 T17831 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5b1c71 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e7243c),segFN=segments_1,generation=1}
   [junit4]   2> 4456500 T17831 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4456500 T17831 oass.SolrIndexSearcher.<init> Opening Searcher@50621c[collection1] main
   [junit4]   2> 4456501 T17831 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4456503 T17831 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4456503 T17831 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4456504 T17831 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4456504 T17831 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4456504 T17831 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4456506 T17831 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4456506 T17831 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4456506 T17831 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4456506 T17831 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4456508 T17831 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4456510 T17835 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63454 collection:collection1 shard:shard2
   [junit4]   2> 4456510 T17832 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50621c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4456510 T17777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4456511 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4456512 T17835 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4456526 T17835 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 4456529 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4456530 T17835 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4456530 T17835 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4017 name=collection1 org.apache.solr.core.SolrCore@2a54d5 url=http://127.0.0.1:63454/collection1 node=127.0.0.1:63454_ C4017_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63454, node_name=127.0.0.1:63454_, state=down}
   [junit4]   2> 4456530 T17835 C4017 P63454 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63454/collection1/
   [junit4]   2> 4456531 T17835 C4017 P63454 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4456531 T17835 C4017 P63454 oasc.SyncStrategy.syncToMe http://127.0.0.1:63454/collection1/ has no replicas
   [junit4]   2> 4456531 T17835 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63454/collection1/ shard2
   [junit4]   2> 4456532 T17835 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 4456537 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 4456547 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4456552 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 4456655 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4456656 T17830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4456657 T17815 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4456697 T17835 oasc.ZkController.register We are http://127.0.0.1:63454/collection1/ and leader is http://127.0.0.1:63454/collection1/
   [junit4]   2> 4456697 T17835 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63454
   [junit4]   2> 4456697 T17835 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4456698 T17835 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4456698 T17835 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4456701 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4456705 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "node_name":"127.0.0.1:63454_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4456706 T17804 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "node_name":"127.0.0.1:63454_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4456810 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4456811 T17830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4456814 T17815 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4457965 T17777 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1
   [junit4]   2> 4457968 T17777 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001
   [junit4]   2> 4457969 T17777 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4457973 T17777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63465
   [junit4]   2> 4457975 T17777 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=63464, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores}
   [junit4]   2> 4457975 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4457975 T17777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\'
   [junit4]   2> 4458014 T17777 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\solr.xml
   [junit4]   2> 4458021 T17777 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores
   [junit4]   2> 4458024 T17777 oasc.CoreContainer.<init> New CoreContainer 21500523
   [junit4]   2> 4458025 T17777 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\]
   [junit4]   2> 4458025 T17777 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\lib
   [junit4]   2> 4458025 T17777 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\lib).
   [junit4]   2> 4458038 T17777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4458038 T17777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4458038 T17777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4458040 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4458044 T17777 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4458044 T17777 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4458044 T17777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4458044 T17777 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4458044 T17777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63434/solr
   [junit4]   2> 4458046 T17777 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4458046 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4458048 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4458051 T17848 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f894b6 name:ZooKeeperConnection Watcher:127.0.0.1:63434 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4458052 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4458052 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4458055 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4458058 T17851 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b22f8e name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4458059 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4458067 T17777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4458942 T17777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63464_
   [junit4]   2> 4458942 T17777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63464_
   [junit4]   2> 4458948 T17777 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4458951 T17777 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4458953 T17777 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1\
   [junit4]   2> 4458953 T17777 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4458955 T17852 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4458955 T17852 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4458957 T17852 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4458957 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4458958 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63464",
   [junit4]   2> 	  "node_name":"127.0.0.1:63464_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 4458958 T17804 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63464",
   [junit4]   2> 	  "node_name":"127.0.0.1:63464_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4458959 T17804 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4458959 T17804 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 4458962 T17803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4458963 T17830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4458963 T17815 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4458963 T17851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4459821 T17852 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4459821 T17852 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4459822 T17852 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4459822 T17852 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4459825 T17852 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4459825 T17852 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1\'
   [junit4]   2> 4459858 T17852 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4459861 T17852 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4459874 T17852 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4459880 T17852 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4459891 T17852 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4459892 T17852 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4459899 T17852 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4460040 T17852 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4460049 T17852 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4460054 T17852 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4460070 T17852 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4460075 T17852 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4460081 T17852 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4460083 T17852 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4460083 T17852 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4460083 T17852 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4460086 T17852 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4460086 T17852 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4460086 T17852 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4460086 T17852 oasc.SolrCore.initDirectoryFactory 

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

rFilterFactory, OutputWriterTest, TestSort, TestCSVResponseWriter, TestFunctionQuery, TestBadConfig, TestBlobHandler, TestFoldingMultitermQuery, CollectionsAPIDistributedZkTest, MoreLikeThisHandlerTest, TestQueryTypes, CollectionsAPIAsyncDistributedZkTest, TestShardHandlerFactory, TestSolrQueryParserResource, DistributedSpellCheckComponentTest, DistribCursorPagingTest, RequestLoggingTest, TestCloudInspectUtil, DocumentBuilderTest, TestFileDictionaryLookup, DocValuesMissingTest, DistributedFacetPivotWhiteBoxTest, HdfsLockFactoryTest, TestGroupingSearch, InfoHandlerTest, UpdateRequestProcessorFactoryTest, TestZkChroot, AnalyticsQueryTest, TestDefaultStatsCache, TestMaxScoreQueryParser, ZkNodePropsTest, QueryEqualityTest, TestAtomicUpdateErrorCases, BufferStoreTest, UUIDFieldTest, CloudMLTQParserTest, FacetPivotSmallTest, TestSearchPerf, TestJmxIntegration, TestSystemIdResolver, TestLazyCores, TestFreeTextSuggestions, HardAutoCommitTest, EchoParamsTest, TestOverriddenPrefixQueryForCustomFieldType, MigrateRouteKeyTest, ConnectionManagerTest, CacheHeaderTest, TestSchemaVersionResource, URLClassifyProcessorTest, HdfsChaosMonkeySafeLeaderTest, TestStressReorder, SimpleCollectionCreateDeleteTest, DistributedTermsComponentTest, TestDynamicFieldResource, TestSortingResponseWriter, TestUtils, CurrencyFieldOpenExchangeTest, SliceStateTest, RankQueryTest, TestCopyFieldCollectionResource, DistributedMLTComponentTest, TestRealTimeGet, IndexSchemaTest, TestFieldCollectionResource, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting, TestDistributedSearch, TermVectorComponentDistributedTest, TestJoin, TestReload, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, DirectUpdateHandlerTest, TestIndexSearcher, SoftAutoCommitTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, DistanceFunctionTest, SolrInfoMBeanTest, DebugComponentTest, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermsComponentTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, SolrPluginUtilsTest, MBeansHandlerTest, TestPartialUpdateDeduplication, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, ResponseLogComponentTest, BadComponentTest, TestSolrDeletionPolicy2, SampleTest, TestBinaryField, NumericFieldsTest, TestConfig, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCodecSupport, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestLRUCache, TestDocumentBuilder, FileUtilsTest, CircularListTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, ActionThrottleTest, AliasIntegrationTest, AssignTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, RemoteQueryErrorTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, ShardSplitTest, SharedFSAutoReplicaFailoverTest, TestCloudPivotFacet, TestCollectionAPI, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestMiniSolrCloudClusterSSL, TestReplicaProperties, TestRequestStatusCollectionAPI, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, TestClusterStateMutator, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestConfigSets, TestDynamicLoading, TestImplicitCoreProperties, TestInitParams, TestNRTOpen, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=6472203B9885E1BC -Dtests.slow=true -Dtests.locale=lv_LV -Dtests.timezone=Pacific/Enderbury -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6472203B9885E1BC]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 19.58s, 4 tests, 1 error <<< FAILURES!

[...truncated 201 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1878 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

Total time: 136 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any