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 2014/05/25 02:48:27 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_20-ea-b15) - Build # 10373 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10373/
Java: 32bit/jdk1.8.0_20-ea-b15 -client -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.lucene.TestSearchForDuplicates.testRun

Error Message:
check 0 expected:<[0]> but was:<[48]>

Stack Trace:
org.junit.ComparisonFailure: check 0 expected:<[0]> but was:<[48]>
	at __randomizedtesting.SeedInfo.seed([AA92BB1B3264D966:8D210A87ECCA3CA]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.apache.lucene.TestSearchForDuplicates.checkHits(TestSearchForDuplicates.java:139)
	at org.apache.lucene.TestSearchForDuplicates.doTest(TestSearchForDuplicates.java:104)
	at org.apache.lucene.TestSearchForDuplicates.testRun(TestSearchForDuplicates.java:53)
	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:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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:360)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 1514 lines...]
   [junit4] Suite: org.apache.lucene.TestSearchForDuplicates
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSearchForDuplicates -Dtests.method=testRun -Dtests.seed=AA92BB1B3264D966 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=Asia/Manila -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.49s J1 | TestSearchForDuplicates.testRun <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: check 0 expected:<[0]> but was:<[48]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AA92BB1B3264D966:8D210A87ECCA3CA]:0)
   [junit4]    > 	at org.apache.lucene.TestSearchForDuplicates.checkHits(TestSearchForDuplicates.java:139)
   [junit4]    > 	at org.apache.lucene.TestSearchForDuplicates.doTest(TestSearchForDuplicates.java:104)
   [junit4]    > 	at org.apache.lucene.TestSearchForDuplicates.testRun(TestSearchForDuplicates.java:53)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Lucene46: {id=PostingsFormat(name=Lucene41VarGapFixedInterval), priority=PostingsFormat(name=MockRandom)}, docValues:{}, sim=DefaultSimilarity, locale=sr_RS, timezone=Asia/Manila
   [junit4]   2> NOTE: Linux 3.8.0-39-generic i386/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=8,threads=1,free=157986248,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestPackedInts, TestDuelingCodecs, TestBinaryDocValuesUpdates, TestAllFilesHaveCodecHeader, TestOmitNorms, TestMultiDocValues, TestNRTCachingDirectory, Test2BBinaryDocValues, TestRollingBuffer, TestLongPostings, TestFastCompressionMode, TestPostingsFormat, TestPrefixInBooleanQuery, TestSpans, TestFlex, TestScoreCachingWrappingScorer, TestDateFilter, TestAllFilesHaveChecksumFooter, TestTermRangeQuery, TestBufferedChecksum, TestStressIndexing2, TestBasicOperations, TestDirectory, NestedTeardownChain, NestedSetupChain, TestMultiMMap, TestExternalCodecs, TestSpanExplanations, TestPerFieldDocValuesFormat, TestIndexWriterThreadsToSegments, TestPositiveScoresOnlyCollector, TestStoredFieldsFormat, TestWeakIdentityMap, TestDeterminism, TestNoMergePolicy, TestMinimize, TestCollectionUtil, TestIntBlockPool, TestSortRescorer, TestRollback, TestIndexWriterMergePolicy, TestBagOfPostings, TestRegexpRandom2, TestSimpleFSDirectory, TestNot, TestCachingTokenFilter, TestAssertions, TestNamedSPILoader, TestIndexWriterDelete, TestDocTermOrdsRangeFilter, TestHighCompressionMode, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, TestDocValuesScoring, TestNorms, TestBooleanQueryVisitSubscorers, TestHugeRamFile, TestLogMergePolicy, TestSpanFirstQuery, TestBasics, TestTermRangeFilter, TestField, TestLucene40TermVectorsFormat, TestIntroSorter, TestRamUsageEstimatorOnWildAnimals, TestTimSorter, TestIdentityHashSet, TestIndexWriterOutOfMemory, TestFieldsReader, TestPayloadNearQuery, TestAddIndexes, TestTopFieldCollector, TestRecyclingIntBlockAllocator, TestMockCharFilter, TestLevenshteinAutomata, TestDemo, TestIndexSearcher, TestFilteredQuery, TestDocIdBitSet, TestDocValuesFormat, TestPayloadExplanations, TestRecyclingByteBlockAllocator, TestUniqueTermCount, TestCustomSearcherSort, TestCompiledAutomaton, TestBytesRef, TestDirectoryReaderReopen, TestSortRandom, Test2BSortedDocValues, TestBufferedIndexInput, TestSegmentMerger, TestVersion, TestIndexWriterOnJRECrash, Test2BDocs, TestOfflineSorter, TestMinShouldMatch2, TestIndexWriterUnicode, TestGraphTokenizers, TestMixedCodecs, TestAtomicUpdate, TestMultiPhraseQuery, TestIndexWriterWithThreads, TestBackwardsCompatibility, TestLookaheadTokenFilter, TestDeletionPolicy, TestBooleanOr, TestFlushByRamOrCountsPolicy, TestSloppyPhraseQuery, TestLucene40DocValuesFormat, TestBoolean2, TestSearchWithThreads, TestConcurrentMergeScheduler, TestOpenBitSet, TestNeverDelete, TestTopDocsMerge, TestLockFactory, TestBagOfPositions, TestDoubleBarrelLRUCache, TestMockAnalyzer, TestPagedBytes, TestSort, TestBitVector, TestSimilarityBase, TestNumericUtils, TestPostingsOffsets, TestUTF32ToUTF8, TestNearSpansOrdered, TestQueryWrapperFilter, TestDocumentsWriterDeleteQueue, TestMultiTermConstantScore, TestSpanSearchEquivalence, TestFuzzyQuery, TestPayloads, TestWildcard, TestSimilarity2, TestSimpleExplanationsOfNonMatches, TestTermVectors, TestRegexpQuery, TestSpansAdvanced2, TestPerSegmentDeletes, TestTopDocsCollector, TestBooleanQuery, TestComplexExplanationsOfNonMatches, TestPrefixCodedTerms, TestParallelReaderEmptyIndex, TestDocument, TestMaxTermFrequency, TestFileSwitchDirectory, TestSumDocFreq, TestSentinelIntSet, TestWindowsMMap, TestWildcardRandom, TestPrefixRandom, TestRegexpRandom, TestMultiLevelSkipList, TestCheckIndex, TestPayloadsOnVectors, TestCachingWrapperFilter, Nested1, Nested3, Nested2, TestFieldValueFilter, TestSearchForDuplicates]
   [junit4] Completed on J1 in 0.51s, 1 test, 1 failure <<< FAILURES!

[...truncated 279 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:49: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: There were test failures: 393 suites, 3070 tests, 1 failure, 108 ignored (98 assumptions)

Total time: 23 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0_20-ea-b15 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_20-ea-b15) - Build # 10373 - Failure!

Posted by Robert Muir <rc...@gmail.com>.
I committed a fix.

On Mon, May 26, 2014 at 5:59 PM, Robert Muir <rc...@gmail.com> wrote:
> This reproduces.
>
> On Sun, May 25, 2014 at 2:48 AM, Policeman Jenkins Server
> <je...@thetaphi.de> wrote:
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10373/
>> Java: 32bit/jdk1.8.0_20-ea-b15 -client -XX:+UseG1GC
>>
>> 1 tests failed.
>> REGRESSION:  org.apache.lucene.TestSearchForDuplicates.testRun
>>
>> Error Message:
>> check 0 expected:<[0]> but was:<[48]>
>>
>> Stack Trace:
>> org.junit.ComparisonFailure: check 0 expected:<[0]> but was:<[48]>
>>         at __randomizedtesting.SeedInfo.seed([AA92BB1B3264D966:8D210A87ECCA3CA]:0)
>>         at org.junit.Assert.assertEquals(Assert.java:125)
>>         at org.apache.lucene.TestSearchForDuplicates.checkHits(TestSearchForDuplicates.java:139)
>>         at org.apache.lucene.TestSearchForDuplicates.doTest(TestSearchForDuplicates.java:104)
>>         at org.apache.lucene.TestSearchForDuplicates.testRun(TestSearchForDuplicates.java:53)
>>         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:1618)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
>>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>>         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:360)
>>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
>>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
>>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>>         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:43)
>>         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:360)
>>         at java.lang.Thread.run(Thread.java:745)
>>
>>
>>
>>
>> Build Log:
>> [...truncated 1514 lines...]
>>    [junit4] Suite: org.apache.lucene.TestSearchForDuplicates
>>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSearchForDuplicates -Dtests.method=testRun -Dtests.seed=AA92BB1B3264D966 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=Asia/Manila -Dtests.file.encoding=US-ASCII
>>    [junit4] FAILURE 0.49s J1 | TestSearchForDuplicates.testRun <<<
>>    [junit4]    > Throwable #1: org.junit.ComparisonFailure: check 0 expected:<[0]> but was:<[48]>
>>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([AA92BB1B3264D966:8D210A87ECCA3CA]:0)
>>    [junit4]    >        at org.apache.lucene.TestSearchForDuplicates.checkHits(TestSearchForDuplicates.java:139)
>>    [junit4]    >        at org.apache.lucene.TestSearchForDuplicates.doTest(TestSearchForDuplicates.java:104)
>>    [junit4]    >        at org.apache.lucene.TestSearchForDuplicates.testRun(TestSearchForDuplicates.java:53)
>>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>>    [junit4]   2> NOTE: test params are: codec=Lucene46: {id=PostingsFormat(name=Lucene41VarGapFixedInterval), priority=PostingsFormat(name=MockRandom)}, docValues:{}, sim=DefaultSimilarity, locale=sr_RS, timezone=Asia/Manila
>>    [junit4]   2> NOTE: Linux 3.8.0-39-generic i386/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=8,threads=1,free=157986248,total=536870912
>>    [junit4]   2> NOTE: All tests run in this JVM: [TestPackedInts, TestDuelingCodecs, TestBinaryDocValuesUpdates, TestAllFilesHaveCodecHeader, TestOmitNorms, TestMultiDocValues, TestNRTCachingDirectory, Test2BBinaryDocValues, TestRollingBuffer, TestLongPostings, TestFastCompressionMode, TestPostingsFormat, TestPrefixInBooleanQuery, TestSpans, TestFlex, TestScoreCachingWrappingScorer, TestDateFilter, TestAllFilesHaveChecksumFooter, TestTermRangeQuery, TestBufferedChecksum, TestStressIndexing2, TestBasicOperations, TestDirectory, NestedTeardownChain, NestedSetupChain, TestMultiMMap, TestExternalCodecs, TestSpanExplanations, TestPerFieldDocValuesFormat, TestIndexWriterThreadsToSegments, TestPositiveScoresOnlyCollector, TestStoredFieldsFormat, TestWeakIdentityMap, TestDeterminism, TestNoMergePolicy, TestMinimize, TestCollectionUtil, TestIntBlockPool, TestSortRescorer, TestRollback, TestIndexWriterMergePolicy, TestBagOfPostings, TestRegexpRandom2, TestSimpleFSDirectory, TestNot, TestCachingTokenFilter, TestAssertions, TestNamedSPILoader, TestIndexWriterDelete, TestDocTermOrdsRangeFilter, TestHighCompressionMode, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, TestDocValuesScoring, TestNorms, TestBooleanQueryVisitSubscorers, TestHugeRamFile, TestLogMergePolicy, TestSpanFirstQuery, TestBasics, TestTermRangeFilter, TestField, TestLucene40TermVectorsFormat, TestIntroSorter, TestRamUsageEstimatorOnWildAnimals, TestTimSorter, TestIdentityHashSet, TestIndexWriterOutOfMemory, TestFieldsReader, TestPayloadNearQuery, TestAddIndexes, TestTopFieldCollector, TestRecyclingIntBlockAllocator, TestMockCharFilter, TestLevenshteinAutomata, TestDemo, TestIndexSearcher, TestFilteredQuery, TestDocIdBitSet, TestDocValuesFormat, TestPayloadExplanations, TestRecyclingByteBlockAllocator, TestUniqueTermCount, TestCustomSearcherSort, TestCompiledAutomaton, TestBytesRef, TestDirectoryReaderReopen, TestSortRandom, Test2BSortedDocValues, TestBufferedIndexInput, TestSegmentMerger, TestVersion, TestIndexWriterOnJRECrash, Test2BDocs, TestOfflineSorter, TestMinShouldMatch2, TestIndexWriterUnicode, TestGraphTokenizers, TestMixedCodecs, TestAtomicUpdate, TestMultiPhraseQuery, TestIndexWriterWithThreads, TestBackwardsCompatibility, TestLookaheadTokenFilter, TestDeletionPolicy, TestBooleanOr, TestFlushByRamOrCountsPolicy, TestSloppyPhraseQuery, TestLucene40DocValuesFormat, TestBoolean2, TestSearchWithThreads, TestConcurrentMergeScheduler, TestOpenBitSet, TestNeverDelete, TestTopDocsMerge, TestLockFactory, TestBagOfPositions, TestDoubleBarrelLRUCache, TestMockAnalyzer, TestPagedBytes, TestSort, TestBitVector, TestSimilarityBase, TestNumericUtils, TestPostingsOffsets, TestUTF32ToUTF8, TestNearSpansOrdered, TestQueryWrapperFilter, TestDocumentsWriterDeleteQueue, TestMultiTermConstantScore, TestSpanSearchEquivalence, TestFuzzyQuery, TestPayloads, TestWildcard, TestSimilarity2, TestSimpleExplanationsOfNonMatches, TestTermVectors, TestRegexpQuery, TestSpansAdvanced2, TestPerSegmentDeletes, TestTopDocsCollector, TestBooleanQuery, TestComplexExplanationsOfNonMatches, TestPrefixCodedTerms, TestParallelReaderEmptyIndex, TestDocument, TestMaxTermFrequency, TestFileSwitchDirectory, TestSumDocFreq, TestSentinelIntSet, TestWindowsMMap, TestWildcardRandom, TestPrefixRandom, TestRegexpRandom, TestMultiLevelSkipList, TestCheckIndex, TestPayloadsOnVectors, TestCachingWrapperFilter, Nested1, Nested3, Nested2, TestFieldValueFilter, TestSearchForDuplicates]
>>    [junit4] Completed on J1 in 0.51s, 1 test, 1 failure <<< FAILURES!
>>
>> [...truncated 279 lines...]
>> BUILD FAILED
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:49: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: There were test failures: 393 suites, 3070 tests, 1 failure, 108 ignored (98 assumptions)
>>
>> Total time: 23 minutes 33 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Description set: Java: 32bit/jdk1.8.0_20-ea-b15 -client -XX:+UseG1GC
>> Archiving artifacts
>> Recording test results
>> Email was triggered for: Failure
>> Sending email for trigger: Failure
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_20-ea-b15) - Build # 10373 - Failure!

Posted by Robert Muir <rc...@gmail.com>.
This reproduces.

On Sun, May 25, 2014 at 2:48 AM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10373/
> Java: 32bit/jdk1.8.0_20-ea-b15 -client -XX:+UseG1GC
>
> 1 tests failed.
> REGRESSION:  org.apache.lucene.TestSearchForDuplicates.testRun
>
> Error Message:
> check 0 expected:<[0]> but was:<[48]>
>
> Stack Trace:
> org.junit.ComparisonFailure: check 0 expected:<[0]> but was:<[48]>
>         at __randomizedtesting.SeedInfo.seed([AA92BB1B3264D966:8D210A87ECCA3CA]:0)
>         at org.junit.Assert.assertEquals(Assert.java:125)
>         at org.apache.lucene.TestSearchForDuplicates.checkHits(TestSearchForDuplicates.java:139)
>         at org.apache.lucene.TestSearchForDuplicates.doTest(TestSearchForDuplicates.java:104)
>         at org.apache.lucene.TestSearchForDuplicates.testRun(TestSearchForDuplicates.java:53)
>         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:1618)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         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:360)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         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:43)
>         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:360)
>         at java.lang.Thread.run(Thread.java:745)
>
>
>
>
> Build Log:
> [...truncated 1514 lines...]
>    [junit4] Suite: org.apache.lucene.TestSearchForDuplicates
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSearchForDuplicates -Dtests.method=testRun -Dtests.seed=AA92BB1B3264D966 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=Asia/Manila -Dtests.file.encoding=US-ASCII
>    [junit4] FAILURE 0.49s J1 | TestSearchForDuplicates.testRun <<<
>    [junit4]    > Throwable #1: org.junit.ComparisonFailure: check 0 expected:<[0]> but was:<[48]>
>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([AA92BB1B3264D966:8D210A87ECCA3CA]:0)
>    [junit4]    >        at org.apache.lucene.TestSearchForDuplicates.checkHits(TestSearchForDuplicates.java:139)
>    [junit4]    >        at org.apache.lucene.TestSearchForDuplicates.doTest(TestSearchForDuplicates.java:104)
>    [junit4]    >        at org.apache.lucene.TestSearchForDuplicates.testRun(TestSearchForDuplicates.java:53)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> NOTE: test params are: codec=Lucene46: {id=PostingsFormat(name=Lucene41VarGapFixedInterval), priority=PostingsFormat(name=MockRandom)}, docValues:{}, sim=DefaultSimilarity, locale=sr_RS, timezone=Asia/Manila
>    [junit4]   2> NOTE: Linux 3.8.0-39-generic i386/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=8,threads=1,free=157986248,total=536870912
>    [junit4]   2> NOTE: All tests run in this JVM: [TestPackedInts, TestDuelingCodecs, TestBinaryDocValuesUpdates, TestAllFilesHaveCodecHeader, TestOmitNorms, TestMultiDocValues, TestNRTCachingDirectory, Test2BBinaryDocValues, TestRollingBuffer, TestLongPostings, TestFastCompressionMode, TestPostingsFormat, TestPrefixInBooleanQuery, TestSpans, TestFlex, TestScoreCachingWrappingScorer, TestDateFilter, TestAllFilesHaveChecksumFooter, TestTermRangeQuery, TestBufferedChecksum, TestStressIndexing2, TestBasicOperations, TestDirectory, NestedTeardownChain, NestedSetupChain, TestMultiMMap, TestExternalCodecs, TestSpanExplanations, TestPerFieldDocValuesFormat, TestIndexWriterThreadsToSegments, TestPositiveScoresOnlyCollector, TestStoredFieldsFormat, TestWeakIdentityMap, TestDeterminism, TestNoMergePolicy, TestMinimize, TestCollectionUtil, TestIntBlockPool, TestSortRescorer, TestRollback, TestIndexWriterMergePolicy, TestBagOfPostings, TestRegexpRandom2, TestSimpleFSDirectory, TestNot, TestCachingTokenFilter, TestAssertions, TestNamedSPILoader, TestIndexWriterDelete, TestDocTermOrdsRangeFilter, TestHighCompressionMode, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, TestDocValuesScoring, TestNorms, TestBooleanQueryVisitSubscorers, TestHugeRamFile, TestLogMergePolicy, TestSpanFirstQuery, TestBasics, TestTermRangeFilter, TestField, TestLucene40TermVectorsFormat, TestIntroSorter, TestRamUsageEstimatorOnWildAnimals, TestTimSorter, TestIdentityHashSet, TestIndexWriterOutOfMemory, TestFieldsReader, TestPayloadNearQuery, TestAddIndexes, TestTopFieldCollector, TestRecyclingIntBlockAllocator, TestMockCharFilter, TestLevenshteinAutomata, TestDemo, TestIndexSearcher, TestFilteredQuery, TestDocIdBitSet, TestDocValuesFormat, TestPayloadExplanations, TestRecyclingByteBlockAllocator, TestUniqueTermCount, TestCustomSearcherSort, TestCompiledAutomaton, TestBytesRef, TestDirectoryReaderReopen, TestSortRandom, Test2BSortedDocValues, TestBufferedIndexInput, TestSegmentMerger, TestVersion, TestIndexWriterOnJRECrash, Test2BDocs, TestOfflineSorter, TestMinShouldMatch2, TestIndexWriterUnicode, TestGraphTokenizers, TestMixedCodecs, TestAtomicUpdate, TestMultiPhraseQuery, TestIndexWriterWithThreads, TestBackwardsCompatibility, TestLookaheadTokenFilter, TestDeletionPolicy, TestBooleanOr, TestFlushByRamOrCountsPolicy, TestSloppyPhraseQuery, TestLucene40DocValuesFormat, TestBoolean2, TestSearchWithThreads, TestConcurrentMergeScheduler, TestOpenBitSet, TestNeverDelete, TestTopDocsMerge, TestLockFactory, TestBagOfPositions, TestDoubleBarrelLRUCache, TestMockAnalyzer, TestPagedBytes, TestSort, TestBitVector, TestSimilarityBase, TestNumericUtils, TestPostingsOffsets, TestUTF32ToUTF8, TestNearSpansOrdered, TestQueryWrapperFilter, TestDocumentsWriterDeleteQueue, TestMultiTermConstantScore, TestSpanSearchEquivalence, TestFuzzyQuery, TestPayloads, TestWildcard, TestSimilarity2, TestSimpleExplanationsOfNonMatches, TestTermVectors, TestRegexpQuery, TestSpansAdvanced2, TestPerSegmentDeletes, TestTopDocsCollector, TestBooleanQuery, TestComplexExplanationsOfNonMatches, TestPrefixCodedTerms, TestParallelReaderEmptyIndex, TestDocument, TestMaxTermFrequency, TestFileSwitchDirectory, TestSumDocFreq, TestSentinelIntSet, TestWindowsMMap, TestWildcardRandom, TestPrefixRandom, TestRegexpRandom, TestMultiLevelSkipList, TestCheckIndex, TestPayloadsOnVectors, TestCachingWrapperFilter, Nested1, Nested3, Nested2, TestFieldValueFilter, TestSearchForDuplicates]
>    [junit4] Completed on J1 in 0.51s, 1 test, 1 failure <<< FAILURES!
>
> [...truncated 279 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:49: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: There were test failures: 393 suites, 3070 tests, 1 failure, 108 ignored (98 assumptions)
>
> Total time: 23 minutes 33 seconds
> Build step 'Invoke Ant' marked build as failure
> Description set: Java: 32bit/jdk1.8.0_20-ea-b15 -client -XX:+UseG1GC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_20-ea-b15) - Build # 10376 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10376/
Java: 64bit/jdk1.8.0_20-ea-b15 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testDistribSearch

Error Message:
KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-0000000014

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-0000000014
	at __randomizedtesting.SeedInfo.seed([8B04A221C3480845:AE22C39B4176879]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:554)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.cloud.AliasIntegrationTest.createAlias(AliasIntegrationTest.java:267)
	at org.apache.solr.cloud.AliasIntegrationTest.doTest(AliasIntegrationTest.java:237)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
	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:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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:360)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11565 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/init-core-data-001
   [junit4]   2> 1205494 T6349 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 1205494 T6349 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1205496 T6349 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1205497 T6349 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1205497 T6350 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1205597 T6349 oasc.ZkTestServer.run start zk server on port:55507
   [junit4]   2> 1205598 T6349 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1214923 T6353 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 9324ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 1214924 T6356 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@198cf2a5 name:ZooKeeperConnection Watcher:127.0.0.1:55507 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1214925 T6349 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1214925 T6349 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1214928 T6349 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1214929 T6358 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d5d6c21 name:ZooKeeperConnection Watcher:127.0.0.1:55507/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1214929 T6349 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1214929 T6349 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1214931 T6349 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1214932 T6349 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1214933 T6349 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1214934 T6349 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1214934 T6349 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1214937 T6349 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1214938 T6349 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1214940 T6349 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1214940 T6349 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1214942 T6349 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1214942 T6349 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1214946 T6349 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1214947 T6349 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1214948 T6349 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1214948 T6349 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1214950 T6349 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1214950 T6349 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1214952 T6349 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1214952 T6349 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1214953 T6349 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1214954 T6349 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1214955 T6349 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1214956 T6349 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1214957 T6349 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1214957 T6349 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1214959 T6349 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1214960 T6360 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a0d36e6 name:ZooKeeperConnection Watcher:127.0.0.1:55507/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1214960 T6349 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1215196 T6349 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1215198 T6349 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1215199 T6349 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:38799
   [junit4]   2> 1215201 T6349 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1215201 T6349 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1215201 T6349 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-002
   [junit4]   2> 1215201 T6349 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-002/'
   [junit4]   2> 1215213 T6349 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-002/solr.xml
   [junit4]   2> 1215219 T6349 oasc.CoreContainer.<init> New CoreContainer 394299630
   [junit4]   2> 1215220 T6349 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-002/]
   [junit4]   2> 1215220 T6349 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1215220 T6349 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1215221 T6349 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1215221 T6349 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1215221 T6349 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1215221 T6349 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1215222 T6349 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1215222 T6349 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1215222 T6349 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1215224 T6349 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1215224 T6349 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1215224 T6349 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1215224 T6349 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55507/solr
   [junit4]   2> 1215225 T6349 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1215225 T6349 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1215226 T6371 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e76b98e name:ZooKeeperConnection Watcher:127.0.0.1:55507 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1215227 T6349 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1215228 T6349 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1215229 T6373 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fc5acf2 name:ZooKeeperConnection Watcher:127.0.0.1:55507/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1215229 T6349 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1215230 T6349 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1215232 T6349 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1215234 T6349 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1215235 T6349 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1215237 T6349 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1215238 T6349 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1215239 T6349 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38799_
   [junit4]   2> 1215249 T6349 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38799_
   [junit4]   2> 1215251 T6349 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1215252 T6349 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1215254 T6349 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:38799_
   [junit4]   2> 1215255 T6349 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1215256 T6349 oasc.Overseer.start Overseer (id=91816182413983748-127.0.0.1:38799_-n_0000000000) starting
   [junit4]   2> 1215259 T6349 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1215280 T6349 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1215280 T6375 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1215282 T6349 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1215284 T6349 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1215286 T6374 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1215288 T6376 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1215288 T6376 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1215288 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1215288 T6376 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1215289 T6374 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1215290 T6374 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:38799",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38799_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1215290 T6374 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1215290 T6374 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1215291 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1215292 T6373 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> 1216289 T6376 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1216289 T6376 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1216290 T6376 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1216290 T6376 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1216291 T6376 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1216291 T6376 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-002/collection1/'
   [junit4]   2> 1216292 T6376 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 1216292 T6376 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 1216292 T6376 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 1216310 T6376 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1216318 T6376 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1216319 T6376 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1216323 T6376 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1216405 T6376 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1216408 T6376 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1216409 T6376 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1216417 T6376 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1216418 T6376 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1216420 T6376 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1216421 T6376 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1216421 T6376 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1216421 T6376 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1216422 T6376 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1216422 T6376 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1216422 T6376 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1216422 T6376 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1216422 T6376 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/control/data/
   [junit4]   2> 1216422 T6376 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@290ef0a8
   [junit4]   2> 1216423 T6376 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/control/data
   [junit4]   2> 1216423 T6376 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/control/data/index/
   [junit4]   2> 1216423 T6376 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1216423 T6376 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/control/data/index
   [junit4]   2> 1216424 T6376 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1216424 T6376 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@612dcffa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@109164b4),segFN=segments_1,generation=1}
   [junit4]   2> 1216424 T6376 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1216426 T6376 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1216427 T6376 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1216427 T6376 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1216427 T6376 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1216427 T6376 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1216427 T6376 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1216428 T6376 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1216428 T6376 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1216428 T6376 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1216428 T6376 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1216429 T6376 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1216429 T6376 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1216429 T6376 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1216429 T6376 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1216429 T6376 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1216430 T6376 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1216430 T6376 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1216431 T6376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1216433 T6376 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1216433 T6376 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1216433 T6376 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6134691209793036]
   [junit4]   2> 1216434 T6376 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@612dcffa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@109164b4),segFN=segments_1,generation=1}
   [junit4]   2> 1216434 T6376 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1216434 T6376 oass.SolrIndexSearcher.<init> Opening Searcher@7c283d5d[collection1] main
   [junit4]   2> 1216434 T6376 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1216435 T6376 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1216435 T6376 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1216435 T6376 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1216436 T6376 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1216436 T6376 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1216436 T6376 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1216436 T6376 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1216436 T6376 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1216437 T6376 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1216438 T6377 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7c283d5d[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 1216438 T6376 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1216439 T6380 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:38799 collection:control_collection shard:shard1
   [junit4]   2> 1216439 T6349 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1216440 T6380 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1216440 T6349 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1216442 T6349 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1216443 T6382 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30a6683 name:ZooKeeperConnection Watcher:127.0.0.1:55507/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1216444 T6349 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1216445 T6349 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1216445 T6380 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1216446 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1216446 T6349 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1216446 T6380 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1216447 T6380 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1471 name=collection1 org.apache.solr.core.SolrCore@2f8d1a9 url=https://127.0.0.1:38799/collection1 node=127.0.0.1:38799_ C1471_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:38799, core=collection1, node_name=127.0.0.1:38799_}
   [junit4]   2> 1216447 T6380 C1471 P38799 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:38799/collection1/
   [junit4]   2> 1216447 T6374 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1216447 T6380 C1471 P38799 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1216448 T6380 C1471 P38799 oasc.SyncStrategy.syncToMe https://127.0.0.1:38799/collection1/ has no replicas
   [junit4]   2> 1216448 T6380 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:38799/collection1/ shard1
   [junit4]   2> 1216448 T6380 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1216449 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1216451 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1216454 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1216555 T6373 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> 1216555 T6382 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> 1216602 T6380 oasc.ZkController.register We are https://127.0.0.1:38799/collection1/ and leader is https://127.0.0.1:38799/collection1/
   [junit4]   2> 1216602 T6380 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:38799
   [junit4]   2> 1216602 T6380 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1216603 T6380 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1216603 T6380 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1216605 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1216605 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1216605 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1216605 T6380 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1216606 T6374 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1216606 T6374 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:38799",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38799_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1216608 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1216709 T6373 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> 1216709 T6382 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> 1216813 T6349 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1216814 T6349 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1216816 T6349 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1216817 T6349 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:58839
   [junit4]   2> 1216819 T6349 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1216819 T6349 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1216819 T6349 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-003
   [junit4]   2> 1216820 T6349 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-003/'
   [junit4]   2> 1216833 T6349 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-003/solr.xml
   [junit4]   2> 1216840 T6349 oasc.CoreContainer.<init> New CoreContainer 1061059609
   [junit4]   2> 1216840 T6349 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-003/]
   [junit4]   2> 1216841 T6349 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1216841 T6349 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1216841 T6349 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1216841 T6349 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1216842 T6349 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1216842 T6349 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1216842 T6349 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1216843 T6349 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1216843 T6349 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1216845 T6349 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1216845 T6349 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1216845 T6349 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1216846 T6349 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55507/solr
   [junit4]   2> 1216846 T6349 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1216847 T6349 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1216848 T6393 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64322135 name:ZooKeeperConnection Watcher:127.0.0.1:55507 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1216849 T6349 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1216850 T6349 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1216851 T6395 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31757d29 name:ZooKeeperConnection Watcher:127.0.0.1:55507/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1216851 T6349 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1216855 T6349 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1217856 T6349 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58839_
   [junit4]   2> 1217857 T6349 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58839_
   [junit4]   2> 1217863 T6396 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1217863 T6396 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1217864 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1217864 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1217864 T6396 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1217864 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1217866 T6374 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1217866 T6374 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58839",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58839_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1217867 T6374 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 1217867 T6374 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1217868 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1217970 T6373 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> 1217970 T6395 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> 1217970 T6382 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> 1218865 T6396 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1218865 T6396 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1218865 T6396 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1218866 T6396 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1218866 T6396 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1218867 T6396 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-003/collection1/'
   [junit4]   2> 1218867 T6396 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 1218867 T6396 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 1218868 T6396 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 1218913 T6396 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1218922 T6396 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1218923 T6396 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1218927 T6396 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1219010 T6396 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1219014 T6396 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1219016 T6396 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1219023 T6396 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1219024 T6396 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1219026 T6396 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1219027 T6396 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1219027 T6396 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1219027 T6396 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1219028 T6396 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1219028 T6396 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1219028 T6396 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1219028 T6396 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1219029 T6396 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty1/
   [junit4]   2> 1219029 T6396 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@290ef0a8
   [junit4]   2> 1219029 T6396 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty1
   [junit4]   2> 1219030 T6396 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty1/index/
   [junit4]   2> 1219030 T6396 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1219030 T6396 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty1/index
   [junit4]   2> 1219030 T6396 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1219031 T6396 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@94da63 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@719bce31),segFN=segments_1,generation=1}
   [junit4]   2> 1219031 T6396 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1219034 T6396 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1219034 T6396 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1219034 T6396 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1219034 T6396 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1219035 T6396 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1219035 T6396 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1219035 T6396 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1219035 T6396 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1219035 T6396 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1219036 T6396 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1219036 T6396 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1219036 T6396 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1219037 T6396 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1219037 T6396 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1219037 T6396 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1219038 T6396 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1219038 T6396 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1219040 T6396 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1219041 T6396 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1219041 T6396 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1219042 T6396 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6134691209793036]
   [junit4]   2> 1219042 T6396 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@94da63 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@719bce31),segFN=segments_1,generation=1}
   [junit4]   2> 1219042 T6396 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1219043 T6396 oass.SolrIndexSearcher.<init> Opening Searcher@9be15a0[collection1] main
   [junit4]   2> 1219043 T6396 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1219043 T6396 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1219044 T6396 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1219044 T6396 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1219044 T6396 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1219044 T6396 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1219045 T6396 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1219045 T6396 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1219045 T6396 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1219045 T6396 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1219047 T6397 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9be15a0[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 1219048 T6396 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1219049 T6400 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:58839 collection:collection1 shard:shard1
   [junit4]   2> 1219049 T6349 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1219049 T6349 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1219049 T6400 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1219054 T6400 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1219055 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1219055 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1219055 T6400 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1219055 T6400 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1219055 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C1472 name=collection1 org.apache.solr.core.SolrCore@13c0c347 url=https://127.0.0.1:58839/collection1 node=127.0.0.1:58839_ C1472_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:58839, core=collection1, node_name=127.0.0.1:58839_}
   [junit4]   2> 1219056 T6400 C1472 P58839 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:58839/collection1/
   [junit4]   2> 1219056 T6400 C1472 P58839 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1219056 T6374 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1219056 T6400 C1472 P58839 oasc.SyncStrategy.syncToMe https://127.0.0.1:58839/collection1/ has no replicas
   [junit4]   2> 1219057 T6400 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:58839/collection1/ shard1
   [junit4]   2> 1219057 T6400 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1219058 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1219061 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1219064 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1219168 T6373 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> 1219168 T6395 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> 1219168 T6382 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> 1219212 T6400 oasc.ZkController.register We are https://127.0.0.1:58839/collection1/ and leader is https://127.0.0.1:58839/collection1/
   [junit4]   2> 1219213 T6400 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:58839
   [junit4]   2> 1219213 T6400 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1219213 T6400 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1219213 T6400 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1219214 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1219214 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1219214 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1219215 T6400 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1219215 T6374 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1219215 T6374 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58839",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58839_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1219217 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1219301 T6349 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1219301 T6349 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1219304 T6349 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1219305 T6349 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55320
   [junit4]   2> 1219307 T6349 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1219307 T6349 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1219308 T6349 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-004
   [junit4]   2> 1219308 T6349 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-004/'
   [junit4]   2> 1219319 T6382 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> 1219319 T6395 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> 1219319 T6373 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> 1219322 T6349 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-004/solr.xml
   [junit4]   2> 1219330 T6349 oasc.CoreContainer.<init> New CoreContainer 567211957
   [junit4]   2> 1219331 T6349 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-004/]
   [junit4]   2> 1219331 T6349 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1219331 T6349 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1219332 T6349 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1219332 T6349 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1219332 T6349 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1219332 T6349 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1219332 T6349 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1219333 T6349 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1219333 T6349 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1219334 T6349 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1219335 T6349 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1219335 T6349 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1219335 T6349 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55507/solr
   [junit4]   2> 1219335 T6349 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1219336 T6349 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1219337 T6411 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d6e1057 name:ZooKeeperConnection Watcher:127.0.0.1:55507 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1219338 T6349 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1219340 T6349 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1219341 T6413 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5017caab name:ZooKeeperConnection Watcher:127.0.0.1:55507/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1219341 T6349 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1219348 T6349 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1220351 T6349 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55320_
   [junit4]   2> 1220352 T6349 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55320_
   [junit4]   2> 1220357 T6414 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1220358 T6414 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1220359 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1220359 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1220359 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1220359 T6414 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1220360 T6374 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1220360 T6374 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55320",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55320_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1220361 T6374 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 1220361 T6374 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1220362 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1220464 T6413 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> 1220464 T6395 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> 1220464 T6373 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> 1220464 T6382 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> 1221360 T6414 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1221360 T6414 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1221360 T6414 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1221361 T6414 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1221361 T6414 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1221361 T6414 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-004/collection1/'
   [junit4]   2> 1221362 T6414 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 1221362 T6414 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1221362 T6414 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1221399 T6414 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1221408 T6414 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1221409 T6414 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1221413 T6414 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1221496 T6414 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1221500 T6414 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1221501 T6414 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1221507 T6414 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1221509 T6414 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1221511 T6414 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1221512 T6414 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1221512 T6414 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1221513 T6414 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1221513 T6414 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1221513 T6414 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1221514 T6414 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1221514 T6414 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1221514 T6414 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty2/
   [junit4]   2> 1221514 T6414 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@290ef0a8
   [junit4]   2> 1221515 T6414 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty2
   [junit4]   2> 1221515 T6414 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty2/index/
   [junit4]   2> 1221515 T6414 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1221516 T6414 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty2/index
   [junit4]   2> 1221516 T6414 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1221516 T6414 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2390de29 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29044d26),segFN=segments_1,generation=1}
   [junit4]   2> 1221517 T6414 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1221519 T6414 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1221520 T6414 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1221520 T6414 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1221520 T6414 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1221520 T6414 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1221520 T6414 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1221521 T6414 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1221521 T6414 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1221521 T6414 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1221521 T6414 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1221522 T6414 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1221522 T6414 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1221522 T6414 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1221522 T6414 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1221523 T6414 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1221523 T6414 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1221523 T6414 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1221525 T6414 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1221526 T6414 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1221526 T6414 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1221526 T6414 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6134691209793036]
   [junit4]   2> 1221527 T6414 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2390de29 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29044d26),segFN=segments_1,generation=1}
   [junit4]   2> 1221527 T6414 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1221527 T6414 oass.SolrIndexSearcher.<init> Opening Searcher@66c45ede[collection1] main
   [junit4]   2> 1221527 T6414 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1221528 T6414 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1221528 T6414 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1221528 T6414 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1221528 T6414 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1221528 T6414 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1221529 T6414 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1221529 T6414 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1221529 T6414 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1221529 T6414 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1221531 T6415 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@66c45ede[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 1221532 T6414 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1221533 T6418 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:55320 collection:collection1 shard:shard1
   [junit4]   2> 1221533 T6349 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1221533 T6349 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1221535 T6418 oasc.ZkController.register We are https://127.0.0.1:55320/collection1/ and leader is https://127.0.0.1:58839/collection1/
   [junit4]   2> 1221535 T6418 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:55320
   [junit4]   2> 1221535 T6418 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 1221535 T6418 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C1473 name=collection1 org.apache.solr.core.SolrCore@516f3158 url=https://127.0.0.1:55320/collection1 node=127.0.0.1:55320_ C1473_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:55320, core=collection1, node_name=127.0.0.1:55320_}
   [junit4]   2> 1221535 T6419 C1473 P55320 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 1221535 T6418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1221536 T6419 C1473 P55320 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 1221536 T6419 C1473 P55320 oasc.RecoveryStrategy.doRecovery Publishing state of core collection1 as recovering, leader is https://127.0.0.1:58839/collection1/ and I am https://127.0.0.1:55320/collection1/
   [junit4]   2> 1221536 T6419 C1473 P55320 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 1221536 T6419 C1473 P55320 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1221537 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1221537 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1221538 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1221538 T6419 C1473 P55320 oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep recovery command to https://127.0.0.1:58839; WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A55320_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
   [junit4]   2> 1221538 T6374 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1221539 T6374 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55320",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55320_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1221541 T6373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1221603 T6391 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1221603 T6391 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1221604 T6391 oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 1221604 T6391 oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:55320_, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"state":"down","base_url":"https://127.0.0.1:55320","core":"collection1","node_name":"127.0.0.1:55320_"}
   [junit4]   2> 1221642 T6373 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> 1221642 T6382 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> 1221642 T6413 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> 1221642 T6395 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> 1221800 T6349 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1221801 T6349 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1221803 T6349 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1221804 T6349 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53442
   [junit4]   2> 1221805 T6349 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1221805 T6349 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1221806 T6349 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-005
   [junit4]   2> 1221806 T6349 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-005/'
   [junit4]   2> 1221817 T6349 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-005/solr.xml
   [junit4]   2> 1221824 T6349 oasc.CoreContainer.<init> New CoreContainer 1444174777
   [junit4]   2> 1221824 T6349 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-005/]
   [junit4]   2> 1221825 T6349 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1221825 T6349 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1221825 T6349 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1221826 T6349 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1221826 T6349 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1221826 T6349 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1221826 T6349 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1221827 T6349 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1221827 T6349 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1221829 T6349 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1221829 T6349 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1221830 T6349 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1221830 T6349 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55507/solr
   [junit4]   2> 1221831 T6349 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1221831 T6349 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1221856 T6431 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e244ffd name:ZooKeeperConnection Watcher:127.0.0.1:55507 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1221856 T6349 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1221873 T6349 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1221874 T6433 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f93bbdd name:ZooKeeperConnection Watcher:127.0.0.1:55507/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1221874 T6349 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4

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

ause CoreContainer is shutdown
   [junit4]   2> 1269762 T6433 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@526c1d6e
   [junit4]   2> 1269768 T6433 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=366,transaction_logs_total_number=1}
   [junit4]   2> 1269768 T6433 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1269768 T6433 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1269769 T6433 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1269769 T6433 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1269769 T6433 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1269770 T6433 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty3/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty3/index;done=false>>]
   [junit4]   2> 1269770 T6433 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty3/index
   [junit4]   2> 1269770 T6433 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty3 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty3;done=false>>]
   [junit4]   2> 1269770 T6433 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001/tempDir-001/jetty3
   [junit4]   2> 1269770 T6433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1269770 T6433 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> 1269771 T6433 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1269771 T6433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1269771 T6433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1269771 T6433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1269771 T6433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1269771 T6433 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-8B04A221C3480845-001
   [junit4]   2> NOTE: test params are: codec=Lucene46: {other_tl1=PostingsFormat(name=Lucene41WithOrds), _version_=PostingsFormat(name=Lucene41WithOrds), multiDefault=FSTOrd41, a_t=FSTOrd41, intDefault=PostingsFormat(name=Lucene41WithOrds), a_i1=FSTOrd41, id=Lucene41(blocksize=128), text=PostingsFormat(name=FSTOrdPulsing41), range_facet_l=FSTOrd41, timestamp=FSTOrd41}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=DefaultSimilarity, locale=zh_CN, timezone=America/Antigua
   [junit4]   2> NOTE: Linux 3.8.0-39-generic amd64/Oracle Corporation 1.8.0_20-ea (64-bit)/cpus=8,threads=1,free=210427352,total=463470592
   [junit4]   2> NOTE: All tests run in this JVM: [RangeFacetTest, TestRequestStatusCollectionAPI, AssignTest, FileBasedSpellCheckerTest, TestCoreContainer, SampleTest, SliceStateTest, TestBM25SimilarityFactory, ReturnFieldsTest, TestElisionMultitermQuery, CacheHeaderTest, TestDefaultSimilarityFactory, TestRandomDVFaceting, AsyncMigrateRouteKeyTest, TestFunctionQuery, DistributedSpellCheckComponentTest, RegexBoostProcessorTest, WordBreakSolrSpellCheckerTest, TestCharFilters, AnalysisErrorHandlingTest, TestFieldTypeResource, BinaryUpdateRequestHandlerTest, TestSolrQueryParserResource, BJQParserTest, ModifyConfFileTest, SuggesterFSTTest, HdfsChaosMonkeySafeLeaderTest, TermsComponentTest, HdfsRecoveryZkTest, BasicFunctionalityTest, QueryEqualityTest, TestSolrXml, TestCustomSort, CoreAdminHandlerTest, TestReplicationHandler, DistributedQueryComponentCustomSortTest, RecoveryZkTest, CustomCollectionTest, DistributedTermsComponentTest, TestCloudInspectUtil, TestWriterPerf, TestLFUCache, OverseerRolesTest, TestBlendedInfixSuggestions, UnloadDistributedZkTest, TestDefaultSearchFieldResource, TestConfig, SoftAutoCommitTest, RAMDirectoryFactoryTest, TestLuceneMatchVersion, CachingDirectoryFactoryTest, TestReloadAndDeleteDocs, StressHdfsTest, UpdateRequestProcessorFactoryTest, ScriptEngineTest, TestExtendedDismaxParser, TestNonNRTOpen, PreAnalyzedUpdateProcessorTest, CircularListTest, SynonymTokenizerTest, TestStressUserVersions, BadCopyFieldTest, TestSearchPerf, CursorMarkTest, TestUtils, TestExpandComponent, HdfsCollectionsAPIDistributedZkTest, HdfsSyncSliceTest, TestConfigSets, ZkCLITest, OverseerStatusTest, SpellPossibilityIteratorTest, HdfsWriteToMultipleCollectionsTest, SearchHandlerTest, CopyFieldTest, TestMergePolicyConfig, DirectUpdateHandlerOptimizeTest, IndexSchemaTest, FastVectorHighlighterTest, SolrIndexSplitterTest, TestCursorMarkWithoutUniqueKey, SolrXmlInZkTest, URLClassifyProcessorTest, TimeZoneUtilsTest, UUIDFieldTest, RankQueryTest, TestReversedWildcardFilterFactory, ShowFileRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, TestCopyFieldCollectionResource, MoreLikeThisHandlerTest, TestSimpleQParserPlugin, TestSchemaVersionResource, PrimitiveFieldTypeTest, OverseerTest, SliceStateUpdateTest, TestFaceting, SpatialFilterTest, BasicDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, ClusterStateUpdateTest, LeaderElectionTest, AutoCommitTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestMultiCoreConfBootstrap, TestStressVersions, TestRangeQuery, SimpleFacetsTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestBadConfig, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SpellCheckCollatorTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterWFSTTest, PolyFieldTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, TestQueryUtils, DirectSolrSpellCheckerTest, TestOmitPositions, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, MBeansHandlerTest, JsonLoaderTest, CSVRequestHandlerTest, CoreContainerCoreInitFailuresTest, TestQuerySenderListener, TestSolrIndexConfig, TestQuerySenderNoQuery, SolrIndexConfigTest, TestStressRecovery, TestSolrXMLSerializer, PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, ClusterStateTest, TestLRUCache, ZkNodePropsTest, TestRTGBase, CursorPagingTest, TestDistributedMissingSort, TestHighlightDedupGrouping, ExpressionTest, AbstractAnalyticsFacetTest, FieldFacetTest, QueryFacetTest, FunctionTest, AliasIntegrationTest]
   [junit4] Completed on J0 in 64.63s, 1 test, 1 error <<< FAILURES!

[...truncated 211 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: There were test failures: 406 suites, 1688 tests, 1 error, 36 ignored (15 assumptions)

Total time: 61 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.8.0_20-ea-b15 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk7) - Build # 10375 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10375/
Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}

1 tests failed.
REGRESSION:  org.apache.solr.cloud.AliasIntegrationTest.testDistribSearch

Error Message:
createcollection the collection error [Watcher fired on path: null state: SyncConnected type None]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: createcollection the collection error [Watcher fired on path: null state: SyncConnected type None]
	at __randomizedtesting.SeedInfo.seed([B4F3169B5983A191:351598832EDCC1AD]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:554)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1500)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1460)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1514)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1456)
	at org.apache.solr.cloud.AliasIntegrationTest.doTest(AliasIntegrationTest.java:91)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:619)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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:360)
	at java.lang.Thread.run(Thread.java:853)




Build Log:
[...truncated 10838 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/init-core-data-001
   [junit4]   2> 392927 T1768 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 392927 T1768 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 392930 T1768 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 392931 T1768 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 392931 T1769 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 393031 T1768 oasc.ZkTestServer.run start zk server on port:44484
   [junit4]   2> 393032 T1768 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 393135 T1775 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c2b52bea name:ZooKeeperConnection Watcher:127.0.0.1:44484 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 393135 T1768 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 393136 T1768 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 393140 T1768 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 393141 T1777 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a82202f4 name:ZooKeeperConnection Watcher:127.0.0.1:44484/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 393141 T1768 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 393142 T1768 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 393145 T1768 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 393148 T1768 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 393152 T1768 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 393157 T1768 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 393158 T1768 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 393164 T1768 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 393166 T1768 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 393171 T1768 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 393172 T1768 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 393178 T1768 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 393179 T1768 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 393183 T1768 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 393184 T1768 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 393188 T1768 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 393189 T1768 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 393194 T1768 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 393196 T1768 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 393200 T1768 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 393201 T1768 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 393206 T1768 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 393207 T1768 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 393212 T1768 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 393213 T1768 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 393217 T1768 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 393218 T1768 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 393490 T1768 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 393494 T1768 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40210
   [junit4]   2> 393494 T1768 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 393495 T1768 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 393495 T1768 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-002
   [junit4]   2> 393496 T1768 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-002/'
   [junit4]   2> 393504 T1768 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-002/solr.xml
   [junit4]   2> 393535 T1768 oasc.CoreContainer.<init> New CoreContainer 1453659936
   [junit4]   2> 393536 T1768 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-002/]
   [junit4]   2> 393537 T1768 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 393537 T1768 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 393538 T1768 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 393538 T1768 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 393539 T1768 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 393539 T1768 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 393540 T1768 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 393540 T1768 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 393541 T1768 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 393541 T1768 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 393542 T1768 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 393542 T1768 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 393543 T1768 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:44484/solr
   [junit4]   2> 393543 T1768 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 393544 T1768 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 393546 T1788 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c7bb5fc3 name:ZooKeeperConnection Watcher:127.0.0.1:44484 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 393546 T1768 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 393548 T1768 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 393549 T1790 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ae22e4c2 name:ZooKeeperConnection Watcher:127.0.0.1:44484/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 393549 T1768 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 393551 T1768 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 393553 T1768 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 393556 T1768 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 393558 T1768 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 393560 T1768 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 393562 T1768 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 393564 T1768 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40210_
   [junit4]   2> 393565 T1768 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40210_
   [junit4]   2> 393566 T1768 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 393570 T1768 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 393573 T1768 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:40210_
   [junit4]   2> 393574 T1768 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 393576 T1768 oasc.Overseer.start Overseer (id=91815610816790531-127.0.0.1:40210_-n_0000000000) starting
   [junit4]   2> 393579 T1768 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 393586 T1792 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 393587 T1768 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 393590 T1768 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 393592 T1768 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 393594 T1791 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 393598 T1793 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 393599 T1793 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 393600 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 393600 T1793 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 393601 T1791 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 393602 T1791 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40210",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40210_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 393602 T1791 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 393602 T1791 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 393604 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 393605 T1790 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> 394601 T1793 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 394601 T1793 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 394602 T1793 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 394602 T1793 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 394603 T1793 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 394604 T1793 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-002/collection1/'
   [junit4]   2> 394605 T1793 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 394605 T1793 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 394606 T1793 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 394638 T1793 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 394687 T1793 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 394689 T1793 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 394697 T1793 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 395053 T1793 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 395059 T1793 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 395061 T1793 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 395072 T1793 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 395076 T1793 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 395080 T1793 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 395081 T1793 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 395081 T1793 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 395082 T1793 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 395082 T1793 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 395083 T1793 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 395083 T1793 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 395083 T1793 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 395084 T1793 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/control/data/
   [junit4]   2> 395084 T1793 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6427e845
   [junit4]   2> 395085 T1793 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/control/data
   [junit4]   2> 395085 T1793 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/control/data/index/
   [junit4]   2> 395086 T1793 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 395086 T1793 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/control/data/index
   [junit4]   2> 395086 T1793 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=28.5224609375, floorSegmentMB=0.4619140625, forceMergeDeletesPctAllowed=0.7832245209979838, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8593488952977376
   [junit4]   2> 395087 T1793 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7e6a70a5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19f701b5),segFN=segments_1,generation=1}
   [junit4]   2> 395088 T1793 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 395090 T1793 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 395091 T1793 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 395091 T1793 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 395091 T1793 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 395092 T1793 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 395092 T1793 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 395092 T1793 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 395093 T1793 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 395093 T1793 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 395094 T1793 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 395094 T1793 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 395094 T1793 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 395095 T1793 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 395095 T1793 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 395095 T1793 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 395096 T1793 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 395096 T1793 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 395097 T1793 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 395100 T1793 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 395100 T1793 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 395101 T1793 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23147724308678752]
   [junit4]   2> 395102 T1793 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7e6a70a5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19f701b5),segFN=segments_1,generation=1}
   [junit4]   2> 395102 T1793 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 395102 T1793 oass.SolrIndexSearcher.<init> Opening Searcher@d5b750e[collection1] main
   [junit4]   2> 395103 T1793 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 395104 T1793 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 395104 T1793 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 395105 T1793 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 395105 T1793 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 395105 T1793 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 395106 T1793 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 395106 T1793 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 395106 T1793 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 395107 T1793 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 395109 T1794 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d5b750e[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 395111 T1793 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 395111 T1797 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40210 collection:control_collection shard:shard1
   [junit4]   2> 395112 T1768 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 395112 T1797 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 395112 T1768 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 395114 T1768 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 395115 T1799 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4249c22d name:ZooKeeperConnection Watcher:127.0.0.1:44484/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 395116 T1768 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 395117 T1768 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 395118 T1797 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 395119 T1768 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 395120 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 395120 T1797 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 395120 T1797 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C745 name=collection1 org.apache.solr.core.SolrCore@2a655fa6 url=http://127.0.0.1:40210/collection1 node=127.0.0.1:40210_ C745_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:40210, core=collection1, node_name=127.0.0.1:40210_}
   [junit4]   2> 395121 T1797 C745 P40210 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40210/collection1/
   [junit4]   2> 395121 T1797 C745 P40210 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 395121 T1797 C745 P40210 oasc.SyncStrategy.syncToMe http://127.0.0.1:40210/collection1/ has no replicas
   [junit4]   2> 395121 T1797 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40210/collection1/ shard1
   [junit4]   2> 395122 T1797 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 395123 T1791 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 395128 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 395128 T1790 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> 395128 T1799 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> 395134 T1791 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 395139 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 395241 T1799 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> 395242 T1790 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> 395279 T1797 oasc.ZkController.register We are http://127.0.0.1:40210/collection1/ and leader is http://127.0.0.1:40210/collection1/
   [junit4]   2> 395280 T1797 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40210
   [junit4]   2> 395280 T1797 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 395280 T1797 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 395280 T1797 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 395282 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 395282 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 395283 T1797 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 395283 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 395284 T1791 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 395285 T1791 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40210",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40210_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 395287 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 395362 T1768 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 395363 T1768 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 395365 T1768 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42081
   [junit4]   2> 395365 T1768 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 395366 T1768 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 395366 T1768 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-003
   [junit4]   2> 395367 T1768 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-003/'
   [junit4]   2> 395375 T1768 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-003/solr.xml
   [junit4]   2> 395389 T1790 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> 395389 T1799 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> 395407 T1768 oasc.CoreContainer.<init> New CoreContainer -105362759
   [junit4]   2> 395408 T1768 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-003/]
   [junit4]   2> 395409 T1768 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 395409 T1768 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 395410 T1768 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 395410 T1768 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 395411 T1768 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 395411 T1768 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 395412 T1768 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 395412 T1768 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 395412 T1768 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 395413 T1768 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 395414 T1768 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 395414 T1768 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 395415 T1768 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:44484/solr
   [junit4]   2> 395415 T1768 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 395416 T1768 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 395418 T1810 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2fbb51d name:ZooKeeperConnection Watcher:127.0.0.1:44484 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 395418 T1768 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 395420 T1768 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 395421 T1812 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c92ac516 name:ZooKeeperConnection Watcher:127.0.0.1:44484/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 395421 T1768 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 395426 T1768 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 396429 T1768 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42081_
   [junit4]   2> 396436 T1768 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42081_
   [junit4]   2> 396451 T1813 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 396452 T1813 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 396454 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 396455 T1813 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 396455 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 396456 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 396459 T1791 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 396461 T1791 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42081",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42081_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 396461 T1791 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 396462 T1791 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 396466 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 396569 T1799 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> 396569 T1790 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> 396569 T1812 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> 397456 T1813 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 397456 T1813 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 397457 T1813 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 397457 T1813 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 397458 T1813 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 397459 T1813 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-003/collection1/'
   [junit4]   2> 397460 T1813 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 397460 T1813 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 397461 T1813 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 397503 T1813 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 397552 T1813 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 397554 T1813 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 397561 T1813 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 397885 T1813 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 397890 T1813 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 397892 T1813 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 397907 T1813 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 397914 T1813 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 397921 T1813 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 397923 T1813 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 397924 T1813 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 397924 T1813 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 397926 T1813 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 397926 T1813 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 397927 T1813 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 397928 T1813 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 397928 T1813 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty1/
   [junit4]   2> 397929 T1813 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6427e845
   [junit4]   2> 397931 T1813 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty1
   [junit4]   2> 397931 T1813 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty1/index/
   [junit4]   2> 397932 T1813 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 397933 T1813 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty1/index
   [junit4]   2> 397933 T1813 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=28.5224609375, floorSegmentMB=0.4619140625, forceMergeDeletesPctAllowed=0.7832245209979838, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8593488952977376
   [junit4]   2> 397935 T1813 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a88a559b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@292deb89),segFN=segments_1,generation=1}
   [junit4]   2> 397935 T1813 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 397941 T1813 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 397942 T1813 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 397942 T1813 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 397943 T1813 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 397943 T1813 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 397944 T1813 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 397945 T1813 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 397945 T1813 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 397946 T1813 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 397946 T1813 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 397946 T1813 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 397947 T1813 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 397947 T1813 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 397947 T1813 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 397948 T1813 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 397948 T1813 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 397948 T1813 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 397950 T1813 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 397952 T1813 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 397952 T1813 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 397953 T1813 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23147724308678752]
   [junit4]   2> 397953 T1813 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a88a559b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@292deb89),segFN=segments_1,generation=1}
   [junit4]   2> 397954 T1813 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 397954 T1813 oass.SolrIndexSearcher.<init> Opening Searcher@2c013bf1[collection1] main
   [junit4]   2> 397954 T1813 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 397955 T1813 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 397955 T1813 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 397956 T1813 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 397956 T1813 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 397957 T1813 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 397957 T1813 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 397958 T1813 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 397958 T1813 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 397958 T1813 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 397960 T1814 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2c013bf1[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 397962 T1813 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 397963 T1817 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42081 collection:collection1 shard:shard1
   [junit4]   2> 397963 T1768 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 397963 T1817 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 397964 T1768 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 397969 T1817 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 397972 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 397972 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 397972 T1817 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 397973 T1817 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 397972 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 397973 T1791 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C746 name=collection1 org.apache.solr.core.SolrCore@8e438dd4 url=http://127.0.0.1:42081/collection1 node=127.0.0.1:42081_ C746_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:42081, core=collection1, node_name=127.0.0.1:42081_}
   [junit4]   2> 397973 T1817 C746 P42081 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42081/collection1/
   [junit4]   2> 397974 T1817 C746 P42081 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 397974 T1817 C746 P42081 oasc.SyncStrategy.syncToMe http://127.0.0.1:42081/collection1/ has no replicas
   [junit4]   2> 397974 T1817 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42081/collection1/ shard1
   [junit4]   2> 397975 T1817 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 397976 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 397980 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 397985 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 398088 T1790 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> 398088 T1812 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> 398089 T1799 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> 398131 T1817 oasc.ZkController.register We are http://127.0.0.1:42081/collection1/ and leader is http://127.0.0.1:42081/collection1/
   [junit4]   2> 398131 T1817 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42081
   [junit4]   2> 398131 T1817 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 398132 T1817 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 398132 T1817 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 398134 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 398134 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 398134 T1817 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 398134 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 398136 T1791 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 398136 T1791 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42081",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42081_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 398138 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 398216 T1768 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 398216 T1768 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 398219 T1768 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47586
   [junit4]   2> 398219 T1768 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 398220 T1768 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 398220 T1768 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-004
   [junit4]   2> 398221 T1768 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-004/'
   [junit4]   2> 398228 T1768 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-004/solr.xml
   [junit4]   2> 398239 T1790 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> 398239 T1812 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> 398240 T1799 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> 398260 T1768 oasc.CoreContainer.<init> New CoreContainer -966505754
   [junit4]   2> 398260 T1768 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-004/]
   [junit4]   2> 398261 T1768 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 398262 T1768 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 398262 T1768 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 398263 T1768 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 398263 T1768 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 398264 T1768 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 398264 T1768 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 398265 T1768 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 398265 T1768 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 398266 T1768 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 398266 T1768 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 398267 T1768 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 398267 T1768 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:44484/solr
   [junit4]   2> 398268 T1768 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 398269 T1768 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 398270 T1828 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ba423db5 name:ZooKeeperConnection Watcher:127.0.0.1:44484 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 398271 T1768 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 398273 T1768 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 398274 T1830 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ac682628 name:ZooKeeperConnection Watcher:127.0.0.1:44484/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 398275 T1768 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 398285 T1768 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 399290 T1768 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47586_
   [junit4]   2> 399291 T1768 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47586_
   [junit4]   2> 399300 T1831 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 399300 T1831 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 399308 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 399308 T1831 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 399308 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 399309 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 399310 T1791 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 399311 T1791 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47586",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47586_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 399311 T1791 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 399311 T1791 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 399314 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 399422 T1812 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> 399422 T1830 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> 399422 T1790 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> 399422 T1799 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> 400308 T1831 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 400309 T1831 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 400310 T1831 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 400310 T1831 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 400311 T1831 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 400312 T1831 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-004/collection1/'
   [junit4]   2> 400312 T1831 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 400313 T1831 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 400313 T1831 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 400361 T1831 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 400401 T1831 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 400402 T1831 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 400408 T1831 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 400692 T1831 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 400697 T1831 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 400700 T1831 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 400713 T1831 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 400717 T1831 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 400721 T1831 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 400722 T1831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 400723 T1831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 400723 T1831 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 400724 T1831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 400725 T1831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 400725 T1831 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 400725 T1831 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 400726 T1831 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty2/
   [junit4]   2> 400726 T1831 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6427e845
   [junit4]   2> 400727 T1831 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty2
   [junit4]   2> 400727 T1831 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty2/index/
   [junit4]   2> 400728 T1831 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 400728 T1831 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty2/index
   [junit4]   2> 400729 T1831 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=28.5224609375, floorSegmentMB=0.4619140625, forceMergeDeletesPctAllowed=0.7832245209979838, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8593488952977376
   [junit4]   2> 400729 T1831 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@795a42b9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b420a6e0),segFN=segments_1,generation=1}
   [junit4]   2> 400730 T1831 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 400732 T1831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 400733 T1831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 400733 T1831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 400734 T1831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 400734 T1831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 400734 T1831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 400735 T1831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 400735 T1831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 400735 T1831 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 400736 T1831 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 400736 T1831 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 400736 T1831 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 400737 T1831 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 400737 T1831 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 400737 T1831 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 400738 T1831 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 400738 T1831 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 400739 T1831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 400742 T1831 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 400743 T1831 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 400743 T1831 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23147724308678752]
   [junit4]   2> 400744 T1831 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@795a42b9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b420a6e0),segFN=segments_1,generation=1}
   [junit4]   2> 400745 T1831 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 400745 T1831 oass.SolrIndexSearcher.<init> Opening Searcher@10d2d8ef[collection1] main
   [junit4]   2> 400745 T1831 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 400746 T1831 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 400747 T1831 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 400747 T1831 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 400747 T1831 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 400748 T1831 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 400748 T1831 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 400749 T1831 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 400749 T1831 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 400749 T1831 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 400752 T1832 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10d2d8ef[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 400754 T1831 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 400755 T1835 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47586 collection:collection1 shard:shard1
   [junit4]   2> 400755 T1768 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 400756 T1768 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 400758 T1835 oasc.ZkController.register We are http://127.0.0.1:47586/collection1/ and leader is http://127.0.0.1:42081/collection1/
   [junit4]   2> 400758 T1835 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47586
   [junit4]   2> 400759 T1835 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 400759 T1835 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C747 name=collection1 org.apache.solr.core.SolrCore@3d46c42e url=http://127.0.0.1:47586/collection1 node=127.0.0.1:47586_ C747_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:47586, core=collection1, node_name=127.0.0.1:47586_}
   [junit4]   2> 400760 T1836 C747 P47586 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 400760 T1836 C747 P47586 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 400760 T1835 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 400760 T1836 C747 P47586 oasc.RecoveryStrategy.doRecovery Publishing state of core collection1 as recovering, leader is http://127.0.0.1:42081/collection1/ and I am http://127.0.0.1:47586/collection1/
   [junit4]   2> 400761 T1836 C747 P47586 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 400761 T1836 C747 P47586 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 400762 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 400763 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 400763 T1836 C747 P47586 oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep recovery command to http://127.0.0.1:42081; WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A47586_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
   [junit4]   2> 400763 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 400764 T1807 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 400764 T1791 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 400765 T1807 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 400766 T1791 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47586",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47586_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 400767 T1807 oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 400767 T1807 oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:47586_, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"state":"down","base_url":"http://127.0.0.1:47586","core":"collection1","node_name":"127.0.0.1:47586_"}
   [junit4]   2> 400768 T1790 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 400886 T1830 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> 400886 T1799 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> 400886 T1812 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> 400886 T1790 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> 401027 T1768 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 401028 T1768 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 401029 T1768 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49477
   [junit4]   2> 401030 T1768 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 401031 T1768 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 401031 T1768 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-005
   [junit4]   2> 401032 T1768 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-005/'
   [junit4]   2> 401042 T1768 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-005/solr.xml
   [junit4]   2> 401073 T1768 oasc.CoreContainer.<init> New CoreContainer 111051862
   [junit4]   2> 401074 T1768 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-005/]
   [junit4]   2> 401075 T1768 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 401076 T1768 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 401076 T1768 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 401076 T1768 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 401077 T1768 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 401077 T1768 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 401078 T1768 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 401078 T1768 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 401079 T1768 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 401080 T1768 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 401080 T1768 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 401081 T1768 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 401081 T1768 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:44484/solr
   [junit4]   2> 401082 T1768 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 401083 T1768 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 401085 T1848 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f472b951 name:ZooKeeperConnection Watcher:127.0.0.1:44484 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 401086 T1768 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 401089 T1768 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 401091 T1850 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cb74898 name:ZooKeeperConnection Watcher:127.0.0.1:44484/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 401091 T1768 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 401102 T1768 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 401769 T1807 oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:47586_, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"state":"recovering","base_url":"http://127.0.0.1:47586","core":"collection1","node_name":"127.0.0.1:47586_"}
   [junit4]   2> 401770 T1807 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 401771 T1807 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={core=collection1&onlyIfLeaderActive=true&wt=javabin&state=recovering&checkLive=true&action=PREPRECOVERY&nodeName=127.0.0.1:47586_&onlyIfLeader=true&coreNodeName=core_node2&v

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

>>]
   [junit4]   2> 434001 T1830 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty2/index
   [junit4]   2> 434001 T1830 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty2 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty2;done=false>>]
   [junit4]   2> 434001 T1830 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty2
   [junit4]   2> 434001 T1830 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> 434002 T1830 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 434002 T1830 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 434002 T1830 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 434002 T1830 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 434070 T1850 C748 P49477 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 434070 T1850 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 434070 T1850 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@61e03d83
   [junit4]   2> 434075 T1850 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 434076 T1850 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 434076 T1850 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 434076 T1850 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 434076 T1850 C748 P49477 oasu.DirectUpdateHandler2.closeWriter Committing on IndexWriter close.
   [junit4]   2> 434077 T1850 C748 P49477 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c73f5bc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e39c3b4),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c73f5bc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e39c3b4),segFN=segments_2,generation=2}
   [junit4]   2> 434077 T1850 C748 P49477 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 434078 T1850 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 434078 T1850 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 434078 T1850 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty3/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty3/index;done=false>>]
   [junit4]   2> 434079 T1850 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty3/index
   [junit4]   2> 434079 T1850 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty3 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty3;done=false>>]
   [junit4]   2> 434079 T1850 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001/tempDir-001/jetty3
   [junit4]   2> 434080 T1850 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> 434080 T1850 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 434080 T1850 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 434081 T1850 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 434081 T1850 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 434081 T1850 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 434082 T1850 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-B4F3169B5983A191-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=95), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=95)), sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=pt_PT_PREEURO, timezone=PNT
   [junit4]   2> NOTE: Linux 3.8.0-39-generic x86/IBM Corporation 1.7.0 (32-bit)/cpus=8,threads=1,free=130052704,total=275578880
   [junit4]   2> NOTE: All tests run in this JVM: [TestTrie, TestRestManager, SoftAutoCommitTest, TestReloadAndDeleteDocs, TestCollationFieldDocValues, FieldFacetTest, DistributedSuggestComponentTest, TestBM25SimilarityFactory, QueryEqualityTest, TestSolrQueryParser, TestConfig, DocumentBuilderTest, QueryElevationComponentTest, SolrXmlInZkTest, FastVectorHighlighterTest, TestSolrXmlPersistor, TestMergePolicyConfig, TestMiniSolrCloudCluster, ClusterStateTest, CoreAdminHandlerTest, EnumFieldTest, PreAnalyzedUpdateProcessorTest, HdfsRecoveryZkTest, TestDistribDocBasedVersion, TestUniqueKeyFieldResource, RecoveryZkTest, ResponseLogComponentTest, BadComponentTest, BJQParserTest, CircularListTest, DocValuesTest, SliceStateTest, TestFaceting, TestWriterPerf, ShardRoutingTest, TestPerFieldSimilarity, TestFunctionQuery, PolyFieldTest, SOLR749Test, DistributedQueryComponentOptimizationTest, SpellPossibilityIteratorTest, ModifyConfFileTest, DistributedExpandComponentTest, TestRemoteStreaming, RAMDirectoryFactoryTest, TestSolrQueryParserDefaultOperatorResource, TestShortCircuitedRequests, TestSort, AbstractAnalyticsFacetTest, TimeZoneUtilsTest, UUIDFieldTest, TestCoreContainer, StatelessScriptUpdateProcessorFactoryTest, ReturnFieldsTest, BlockDirectoryTest, TestRandomDVFaceting, TestCollapseQParserPlugin, MoreLikeThisHandlerTest, TestCloudManagedSchema, HdfsBasicDistributedZk2Test, TestExtendedDismaxParser, FileBasedSpellCheckerTest, AliasIntegrationTest]
   [junit4] Completed on J0 in 41.52s, 1 test, 1 error <<< FAILURES!

[...truncated 938 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:460: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: There were test failures: 406 suites, 1688 tests, 1 error, 44 ignored (15 assumptions)

Total time: 72 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_55) - Build # 10374 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10374/
Java: 32bit/jdk1.7.0_55 -client -XX:+UseSerialGC

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

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2443, name=Thread-1065, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: collection already exists: awholynewstresscollection_collection0_0
	at __randomizedtesting.SeedInfo.seed([47EFAB5FA9A2C77E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:554)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:340)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:301)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:650)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1505)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1526)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:989)




Build Log:
[...truncated 10951 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/init-core-data-001
   [junit4]   2> 740020 T2230 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 740020 T2230 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 740023 T2230 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 740024 T2230 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 740024 T2231 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 740124 T2230 oasc.ZkTestServer.run start zk server on port:43838
   [junit4]   2> 740125 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 740219 T2237 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f21664 name:ZooKeeperConnection Watcher:127.0.0.1:43838 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 740219 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 740220 T2230 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 740224 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 740225 T2239 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13c695f name:ZooKeeperConnection Watcher:127.0.0.1:43838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 740225 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 740225 T2230 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 740227 T2230 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 740229 T2230 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 740230 T2230 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 740231 T2230 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 740232 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 740234 T2230 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 740235 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 740237 T2230 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 740237 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 740240 T2230 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 740240 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 740242 T2230 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 740242 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 740244 T2230 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 740244 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 740246 T2230 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 740246 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 740248 T2230 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 740249 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 740250 T2230 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 740251 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 740253 T2230 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 740253 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 740255 T2230 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 740255 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 740258 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 740259 T2241 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@135adf3 name:ZooKeeperConnection Watcher:127.0.0.1:43838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 740260 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> Using new style solr.xml
   [junit4]   2> 740517 T2230 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 740520 T2230 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 740524 T2230 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:47336
   [junit4]   2> 740525 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 740526 T2230 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 740526 T2230 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002
   [junit4]   2> 740526 T2230 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002/'
   [junit4]   2> 740539 T2230 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002/solr.xml
   [junit4]   2> 740591 T2230 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002
   [junit4]   2> 740591 T2230 oasc.CoreContainer.<init> New CoreContainer 5512244
   [junit4]   2> 740592 T2230 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002/]
   [junit4]   2> 740593 T2230 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 740593 T2230 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 740594 T2230 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 740594 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 740594 T2230 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 740594 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 740595 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 740595 T2230 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 740595 T2230 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 740597 T2230 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 740598 T2230 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 740598 T2230 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 740598 T2230 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43838/solr
   [junit4]   2> 740599 T2230 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 740599 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 740601 T2252 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a3b9bd name:ZooKeeperConnection Watcher:127.0.0.1:43838 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 740601 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 740603 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 740604 T2254 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bd464c name:ZooKeeperConnection Watcher:127.0.0.1:43838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 740605 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 740606 T2230 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 740609 T2230 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 740611 T2230 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 740613 T2230 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 740615 T2230 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 740617 T2230 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 740618 T2230 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47336_
   [junit4]   2> 740626 T2230 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47336_
   [junit4]   2> 740628 T2230 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 740630 T2230 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 740633 T2230 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:47336_
   [junit4]   2> 740633 T2230 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 740634 T2230 oasc.Overseer.start Overseer (id=91815050513285124-127.0.0.1:47336_-n_0000000000) starting
   [junit4]   2> 740637 T2230 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 740644 T2256 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 740644 T2230 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 740646 T2230 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 740647 T2230 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 740648 T2255 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 740650 T2230 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002
   [junit4]   2> 740656 T2230 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002/conf/
   [junit4]   2> 740757 T2230 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 740759 T2230 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 740759 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 740761 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 740762 T2259 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e9d2d1 name:ZooKeeperConnection Watcher:127.0.0.1:43838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 740763 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 740764 T2230 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 740766 T2230 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 741029 T2230 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 741030 T2230 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 741036 T2230 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 741038 T2230 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:57954
   [junit4]   2> 741041 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 741042 T2230 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 741042 T2230 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003
   [junit4]   2> 741043 T2230 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003/'
   [junit4]   2> 741059 T2230 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003/solr.xml
   [junit4]   2> 741119 T2230 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003
   [junit4]   2> 741120 T2230 oasc.CoreContainer.<init> New CoreContainer 10944344
   [junit4]   2> 741120 T2230 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003/]
   [junit4]   2> 741121 T2230 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 741121 T2230 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 741122 T2230 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 741122 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 741122 T2230 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 741123 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 741123 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 741123 T2230 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 741123 T2230 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 741125 T2230 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 741126 T2230 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 741126 T2230 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 741126 T2230 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43838/solr
   [junit4]   2> 741126 T2230 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 741127 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 741130 T2270 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4fdd9c name:ZooKeeperConnection Watcher:127.0.0.1:43838 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 741130 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 741133 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 741134 T2272 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b3a92a name:ZooKeeperConnection Watcher:127.0.0.1:43838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 741134 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 741145 T2230 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 742149 T2230 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57954_
   [junit4]   2> 742151 T2230 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57954_
   [junit4]   2> 742165 T2230 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003
   [junit4]   2> 742180 T2230 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003/conf/
   [junit4]   2> 742331 T2230 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 742333 T2230 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 742333 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 742597 T2230 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 742597 T2230 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 742602 T2230 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 742604 T2230 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:36842
   [junit4]   2> 742606 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 742607 T2230 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 742608 T2230 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004
   [junit4]   2> 742608 T2230 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004/'
   [junit4]   2> 742621 T2230 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004/solr.xml
   [junit4]   2> 742680 T2230 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004
   [junit4]   2> 742680 T2230 oasc.CoreContainer.<init> New CoreContainer 13045906
   [junit4]   2> 742681 T2230 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004/]
   [junit4]   2> 742682 T2230 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 742682 T2230 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 742682 T2230 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 742683 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 742683 T2230 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 742683 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 742684 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 742684 T2230 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 742684 T2230 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 742686 T2230 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 742687 T2230 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 742687 T2230 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 742687 T2230 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43838/solr
   [junit4]   2> 742688 T2230 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 742689 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 742690 T2284 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15b9d21 name:ZooKeeperConnection Watcher:127.0.0.1:43838 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 742691 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 742693 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 742694 T2286 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@279d2e name:ZooKeeperConnection Watcher:127.0.0.1:43838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 742694 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 742704 T2230 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 743707 T2230 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36842_
   [junit4]   2> 743709 T2230 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36842_
   [junit4]   2> 743718 T2230 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004
   [junit4]   2> 743727 T2230 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004/conf/
   [junit4]   2> 743873 T2230 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 743874 T2230 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 743875 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 744142 T2230 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 744143 T2230 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 744147 T2230 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 744148 T2230 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:35608
   [junit4]   2> 744150 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 744151 T2230 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 744151 T2230 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-005
   [junit4]   2> 744151 T2230 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-005/'
   [junit4]   2> 744163 T2230 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-005/solr.xml
   [junit4]   2> 744225 T2230 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-005
   [junit4]   2> 744225 T2230 oasc.CoreContainer.<init> New CoreContainer 31531363
   [junit4]   2> 744225 T2230 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-005/]
   [junit4]   2> 744227 T2230 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 744227 T2230 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 744227 T2230 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 744228 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 744228 T2230 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 744228 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 744228 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 744229 T2230 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 744229 T2230 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 744231 T2230 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 744231 T2230 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 744232 T2230 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 744232 T2230 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43838/solr
   [junit4]   2> 744232 T2230 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 744233 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 744234 T2298 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@127c9c8 name:ZooKeeperConnection Watcher:127.0.0.1:43838 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 744235 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 744239 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 744241 T2300 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13a2def name:ZooKeeperConnection Watcher:127.0.0.1:43838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 744241 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 744251 T2230 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 745255 T2230 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35608_
   [junit4]   2> 745258 T2230 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35608_
   [junit4]   2> 745272 T2230 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-005
   [junit4]   2> 745285 T2230 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-005/conf/
   [junit4]   2> 745399 T2230 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 745401 T2230 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 745401 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 745634 T2230 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 745635 T2230 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 745638 T2230 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 745639 T2230 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54459
   [junit4]   2> 745642 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 745643 T2230 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 745643 T2230 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-006
   [junit4]   2> 745644 T2230 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-006/'
   [junit4]   2> 745659 T2230 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-006/solr.xml
   [junit4]   2> 745716 T2230 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-006
   [junit4]   2> 745717 T2230 oasc.CoreContainer.<init> New CoreContainer 4142882
   [junit4]   2> 745717 T2230 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-006/]
   [junit4]   2> 745718 T2230 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 745719 T2230 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 745719 T2230 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 745719 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 745720 T2230 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 745720 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 745720 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 745720 T2230 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 745721 T2230 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 745723 T2230 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 745723 T2230 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 745723 T2230 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 745724 T2230 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43838/solr
   [junit4]   2> 745724 T2230 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 745725 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 745726 T2312 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bdf8ea name:ZooKeeperConnection Watcher:127.0.0.1:43838 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 745726 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 745729 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 745731 T2314 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ce40fd name:ZooKeeperConnection Watcher:127.0.0.1:43838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 745731 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 745750 T2230 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 746753 T2230 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54459_
   [junit4]   2> 746755 T2230 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54459_
   [junit4]   2> 746767 T2230 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-006
   [junit4]   2> 746781 T2230 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-006/conf/
   [junit4]   2> 746917 T2230 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 746919 T2230 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 746919 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 747042 T2267 oasha.CollectionsHandler.handleCreateAction Creating Collection : router.name=compositeId&version=2&numShards=2&replicationFactor=2&router.field=myOwnField&action=CREATE&wt=javabin&name=solrj_collection&collection.configName=conf1
   [junit4]   2> 747043 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747043 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747043 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747044 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747044 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747044 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747044 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747044 T2256 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.name":"compositeId",
   [junit4]   2> 	  "router.field":"myOwnField"}
   [junit4]   2> 747045 T2316 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.name":"compositeId",
   [junit4]   2> 	  "router.field":"myOwnField"}
   [junit4]   2> 747048 T2316 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/solrj_collection 
   [junit4]   2> 747048 T2316 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection
   [junit4]   2> 747053 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747055 T2255 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 747056 T2255 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: solrj_collection
   [junit4]   2> 747056 T2255 oasc.Overseer$ClusterStateUpdater.createCollection Create collection solrj_collection with shards [shard1, shard2]
   [junit4]   2> 747060 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747061 T2286 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 747061 T2272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 747061 T2300 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 747061 T2259 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 747061 T2254 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 747061 T2314 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 747153 T2316 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection solrj_collection, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 747154 T2316 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica1 as part of slice shard1 of collection solrj_collection on 127.0.0.1:57954_
   [junit4]   2> 747156 T2316 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica2 as part of slice shard1 of collection solrj_collection on 127.0.0.1:36842_
   [junit4]   2> 747159 T2316 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica1 as part of slice shard2 of collection solrj_collection on 127.0.0.1:54459_
   [junit4]   2> 747163 T2316 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica2 as part of slice shard2 of collection solrj_collection on 127.0.0.1:47336_
   [junit4]   2> 747287 T2280 oasha.CoreAdminHandler.handleCreateAction core create command version=2&qt=/admin/cores&numShards=2&collection=solrj_collection&action=CREATE&wt=javabin&name=solrj_collection_shard1_replica2&shard=shard1&collection.configName=conf1
   [junit4]   2> 747290 T2280 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica2 state=down collection=solrj_collection
   [junit4]   2> 747292 T2266 oasha.CoreAdminHandler.handleCreateAction core create command version=2&qt=/admin/cores&numShards=2&collection=solrj_collection&action=CREATE&wt=javabin&name=solrj_collection_shard1_replica1&shard=shard1&collection.configName=conf1
   [junit4]   2> 747292 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747292 T2280 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 747293 T2255 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 747293 T2266 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica1 state=down collection=solrj_collection
   [junit4]   2> 747293 T2255 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:36842",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36842_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 747294 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747294 T2266 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 747296 T2307 oasha.CoreAdminHandler.handleCreateAction core create command version=2&qt=/admin/cores&numShards=2&collection=solrj_collection&action=CREATE&wt=javabin&name=solrj_collection_shard2_replica1&shard=shard2&collection.configName=conf1
   [junit4]   2> 747299 T2255 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57954",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57954_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 747299 T2249 oasha.CoreAdminHandler.handleCreateAction core create command version=2&qt=/admin/cores&numShards=2&collection=solrj_collection&action=CREATE&wt=javabin&name=solrj_collection_shard2_replica2&shard=shard2&collection.configName=conf1
   [junit4]   2> 747300 T2307 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica1 state=down collection=solrj_collection
   [junit4]   2> 747304 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747304 T2307 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 747305 T2249 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica2 state=down collection=solrj_collection
   [junit4]   2> 747306 T2255 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54459",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54459_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 747306 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747306 T2249 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 747309 T2255 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:47336",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47336_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 747313 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747416 T2300 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 747417 T2314 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 747417 T2254 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 747417 T2286 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 747416 T2272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 747416 T2259 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 748293 T2280 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica2
   [junit4]   2> 748295 T2266 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica1
   [junit4]   2> 748295 T2280 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 748296 T2266 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 748297 T2280 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 748298 T2280 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 748298 T2266 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 748299 T2266 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 748300 T2280 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 748301 T2280 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004/solrj_collection_shard1_replica2/'
   [junit4]   2> 748301 T2266 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 748302 T2266 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003/solrj_collection_shard1_replica1/'
   [junit4]   2> 748305 T2307 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica1
   [junit4]   2> 748307 T2249 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica2
   [junit4]   2> 748307 T2307 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 748308 T2249 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 748309 T2307 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 748310 T2307 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 748309 T2249 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 748311 T2249 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 748312 T2307 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 748314 T2307 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-006/solrj_collection_shard2_replica1/'
   [junit4]   2> 748314 T2249 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 748315 T2249 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002/solrj_collection_shard2_replica2/'
   [junit4]   2> 748405 T2266 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 748407 T2249 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 748428 T2280 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 748453 T2307 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 748493 T2249 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 748494 T2249 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 748494 T2266 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 748496 T2266 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 748506 T2249 oass.IndexSchema.readSchema [solrj_collection_shard2_replica2] Schema name=test
   [junit4]   2> 748523 T2266 oass.IndexSchema.readSchema [solrj_collection_shard1_replica1] Schema name=test
   [junit4]   2> 748531 T2280 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 748532 T2280 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 748555 T2280 oass.IndexSchema.readSchema [solrj_collection_shard1_replica2] Schema name=test
   [junit4]   2> 748567 T2307 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 748575 T2307 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 748593 T2307 oass.IndexSchema.readSchema [solrj_collection_shard2_replica1] Schema name=test
   [junit4]   2> 749092 T2266 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 749098 T2266 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 749101 T2266 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 749110 T2266 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 749111 T2249 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 749118 T2266 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 749121 T2266 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 749121 T2249 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 749122 T2266 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 749124 T2266 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 749124 T2266 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 749125 T2266 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 749125 T2266 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 749126 T2266 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica1' using configuration from collection solrj_collection
   [junit4]   2> 749126 T2266 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 749127 T2266 oasc.SolrCore.<init> [solrj_collection_shard1_replica1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003/solrj_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003/solrj_collection_shard1_replica1/data/
   [junit4]   2> 749127 T2266 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b448fb
   [junit4]   2> 749127 T2249 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 749128 T2266 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003/solrj_collection_shard1_replica1/data
   [junit4]   2> 749129 T2266 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003/solrj_collection_shard1_replica1/data/index/
   [junit4]   2> 749129 T2266 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003/solrj_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 749130 T2266 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-003/solrj_collection_shard1_replica1/data/index
   [junit4]   2> 749130 T2266 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=45.2939453125, floorSegmentMB=1.484375, forceMergeDeletesPctAllowed=7.138267621966797, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 749131 T2266 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5ae56c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d7a242),segFN=segments_1,generation=1}
   [junit4]   2> 749132 T2266 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 749135 T2266 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 749136 T2266 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 749136 T2266 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 749136 T2266 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 749137 T2266 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 749137 T2266 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 749138 T2266 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 749138 T2266 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 749138 T2266 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 749139 T2266 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 749140 T2266 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 749140 T2266 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 749140 T2266 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 749141 T2266 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 749141 T2266 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 749142 T2266 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 749142 T2266 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 749144 T2249 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 749145 T2266 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 749154 T2266 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 749154 T2266 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 749154 T2249 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 749155 T2266 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6799005803149007]
   [junit4]   2> 749156 T2266 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5ae56c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d7a242),segFN=segments_1,generation=1}
   [junit4]   2> 749156 T2266 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 749156 T2266 oass.SolrIndexSearcher.<init> Opening Searcher@92d495[solrj_collection_shard1_replica1] main
   [junit4]   2> 749157 T2266 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 749157 T2266 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 749158 T2266 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 749159 T2266 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 749159 T2266 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 749159 T2266 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 749160 T2266 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 749161 T2266 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 749161 T2266 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 749161 T2266 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 749163 T2249 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 749164 T2249 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 749166 T2249 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 749166 T2249 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 749167 T2249 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 749168 T2249 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 749168 T2321 oasc.SolrCore.registerSearcher [solrj_collection_shard1_replica1] Registered new searcher Searcher@92d495[solrj_collection_shard1_replica1] main{UninvertingDirectoryReader()}
   [junit4]   2> 749168 T2249 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica2' using configuration from collection solrj_collection
   [junit4]   2> 749169 T2249 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 749170 T2249 oasc.SolrCore.<init> [solrj_collection_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002/solrj_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002/solrj_collection_shard2_replica2/data/
   [junit4]   2> 749170 T2249 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b448fb
   [junit4]   2> 749171 T2249 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002/solrj_collection_shard2_replica2/data
   [junit4]   2> 749172 T2249 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002/solrj_collection_shard2_replica2/data/index/
   [junit4]   2> 749173 T2249 oasc.SolrCore.initIndex WARN [solrj_collection_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002/solrj_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 749173 T2266 oasc.CoreContainer.registerCore registering core: solrj_collection_shard1_replica1
   [junit4]   2> 749173 T2249 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-002/solrj_collection_shard2_replica2/data/index
   [junit4]   2> 749173 T2266 oasc.ZkController.register Register replica - core:solrj_collection_shard1_replica1 address:https://127.0.0.1:57954 collection:solrj_collection shard:shard1
   [junit4]   2> 749174 T2249 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=45.2939453125, floorSegmentMB=1.484375, forceMergeDeletesPctAllowed=7.138267621966797, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 749175 T2266 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection/leader_elect/shard1/election
   [junit4]   2> 749175 T2249 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@f5dc4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d316a0),segFN=segments_1,generation=1}
   [junit4]   2> 749176 T2249 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 749180 T2249 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 749180 T2249 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 749181 T2249 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 749181 T2249 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 749181 T2249 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 749182 T2249 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 749183 T2280 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 749184 T2266 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 749185 T2249 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 749185 T2249 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 749186 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 749186 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 749186 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 749186 T2249 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 749186 T2266 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9.1000573E14ms
   [junit4]   2> 749187 T2249 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 749187 T2255 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 749188 T2249 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 749189 T2249 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 749189 T2249 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 749190 T2249 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 749190 T2249 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 749190 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 749197 T2249 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 749197 T2286 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 749197 T2272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 749197 T2314 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 749197 T2254 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 749197 T2259 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 749197 T2300 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 749197 T2280 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 749197 T2249 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 749201 T2249 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 749204 T2280 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 749204 T2249 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 749205 T2249 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 749205 T2249 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6799005803149007]
   [junit4]   2> 749206 T2249 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@f5dc4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d316a0),segFN=segments_1,generation=1}
   [junit4]   2> 749206 T2249 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 749207 T2249 oass.SolrIndexSearcher.<init> Opening Searcher@1219a39[solrj_collection_shard2_replica2] main
   [junit4]   2> 749207 T2249 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 749208 T2249 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 749209 T2249 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 749209 T2249 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 749210 T2249 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 749210 T2249 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 749211 T2249 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 749211 T2249 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 749212 T2249 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 749212 T2249 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 749215 T2280 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 749215 T2323 oasc.SolrCore.registerSearcher [solrj_collection_shard2_replica2] Registered new searcher Searcher@1219a39[solrj_collection_shard2_replica2] main{UninvertingDirectoryReader()}
   [junit4]   2> 749218 T2249 oasc.CoreContainer.registerCore registering core: solrj_collection_shard2_replica2
   [junit4]   2> 749218 T2249 oasc.ZkController.register Register replica - core:solrj_collection_shard2_replica2 address:https://127.0.0.1:47336 collection:solrj_collection shard:shard2
   [junit4]   2> 749219 T2249 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection/leader_elect/shard2/election
   [junit4]   2> 749220 T2280 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 749223 T2249 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 749224 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 749224 T2280 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 749225 T2249 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9.1000573E14ms
   [junit4]   2> 749226 T2280 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 749225 T2255 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 749226 T2280 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 749227 T2280 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 749228 T2280 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 749228 T2254 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 749228 T2280 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 749229 T2280 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica2' using configuration from collection solrj_collection
   [junit4]   2> 749229 T2280 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 749230 T2280 oasc.SolrCore.<init> [solrj_collection_shard1_replica2] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004/solrj_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004/solrj_collection_shard1_replica2/data/
   [junit4]   2> 749230 T2280 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b448fb
   [junit4]   2> 749232 T2280 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004/solrj_collection_shard1_replica2/data
   [junit4]   2> 749232 T2280 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004/solrj_collection_shard1_replica2/data/index/
   [junit4]   2> 749233 T2280 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004/solrj_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 749233 T2280 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.CollectionsAPIDistributedZkTest-47EFAB5FA9A2C77E-001/tempDir-004/solrj_collection_shard1_replica2/data/index
   [junit4]   2> 749234 T2280 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=45.2939453125, floorSegmentMB=1.484375, forceMergeDeletesPctAllowed=7.138267621966797, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 749235 T2280 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d4b6dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d34549),segFN=segments_1,generation=1}
   [junit4]   2> 749235 T2280 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 749240 T2280 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 749241 T2280 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 749241 T2280 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 749241 T2280 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 749242 T2280 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 749242 T2280 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 749243 T2280 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 749244 T2280 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 749244 T2280 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 749245 T2280 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 749246 T2280 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 749253 T2280 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 749253 T2280 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 749254 T2280 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 749254 T2280 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 749255 T2280 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 749255 T2280 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 749257 T2280 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 749260 T2280 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 749260 T2280 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 749261 T2280 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6799005803149007]
   [junit4]   2> 749261 T2280 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d4b6dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d34549),segFN=segments_1,generation=1}
   [junit4]   2> 749261 T2280 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 749262 T2280 oass.SolrIndexSearcher.<init> Opening Searcher@1b527ac[solrj_collection_shard1_replica2] main
   [junit4]   2> 749262 T2280 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 749263 T2280 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 749264 T2280 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 749264 T2280 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 749265 T2280 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 749265 T2280 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 

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

 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 931390 T2314 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewstresscollection_collection0_0/leader_elect/shard7/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 931391 T2314 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 931391 T2314 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/addReplicaColl/leader_elect/shard2/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 931392 T2314 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewstresscollection_collection1_0/leader_elect/shard8/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 931392 T2314 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=245), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=245)), sim=DefaultSimilarity, locale=ja_JP, timezone=America/Sao_Paulo
   [junit4]   2> NOTE: Linux 3.8.0-39-generic i386/Oracle Corporation 1.7.0_55 (32-bit)/cpus=8,threads=1,free=117359208,total=272982016
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterWFSTTest, HttpPartitionTest, OutputWriterTest, NoFacetTest, OpenCloseCoreStressTest, TestPhraseSuggestions, TestLazyCores, TestCustomSort, TestAtomicUpdateErrorCases, SSLMigrationTest, SolrIndexConfigTest, TestStressLucene, NumericFieldsTest, TestOmitPositions, TestConfigSets, SolrCmdDistributorTest, TestSweetSpotSimilarityFactory, TestCoreDiscovery, CachingDirectoryFactoryTest, FieldFacetExtrasTest, TestLMDirichletSimilarityFactory, TestSolr4Spatial, TestSerializedLuceneMatchVersion, CurrencyFieldOpenExchangeTest, TestStressUserVersions, TestSearcherReuse, HdfsBasicDistributedZkTest, TestFastWriter, SolrTestCaseJ4Test, StandardRequestHandlerTest, TestFoldingMultitermQuery, QueryResultKeyTest, HdfsDirectoryTest, DefaultValueUpdateProcessorTest, TestSolrJ, HdfsCollectionsAPIDistributedZkTest, AddSchemaFieldsUpdateProcessorFactoryTest, PluginInfoTest, OpenExchangeRatesOrgProviderTest, CoreContainerCoreInitFailuresTest, TestDynamicFieldResource, TestRecovery, TestRandomFaceting, DirectSolrSpellCheckerTest, ResponseHeaderTest, RangeFacetTest, FullSolrCloudDistribCmdsTest, SimplePostToolTest, BasicDistributedZk2Test, DirectSolrConnectionTest, TestSolrXml, DocValuesMissingTest, AlternateDirectoryTest, TestSolrCoreProperties, TestFiltering, OverseerStatusTest, SignatureUpdateProcessorFactoryTest, TermVectorComponentDistributedTest, TestRangeQuery, HdfsLockFactoryTest, SolrRequestParserTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 192.58s, 1 test, 1 error <<< FAILURES!

[...truncated 720 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: There were test failures: 406 suites, 1688 tests, 1 error, 36 ignored (15 assumptions)

Total time: 69 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_55 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure